aboutsummaryrefslogtreecommitdiff
path: root/lib/DllAvFormat.h
AgeCommit message (Expand)Author
2013-07-02DllAvFormat: Map avformat_alloc_output_context2.Alexis Ballier
2013-05-17Drop support for old ffmpeg header layout.Alexis Ballier
2013-05-12fixed, move load before we try to access and make sure we are loaded before a...davilla
2013-05-11fixed, add avformat_network_init/avformat_network_deinitdavilla
2013-04-25[darwin] - revert the revert the revert - well fix the build for darwin broke...Memphiz
2013-04-21Rename our local copy of av_read_frame_flush to xbmc_read_frame_flush as sugg...Alexis Ballier
2013-04-19Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72].Alexis Ballier
2013-04-07[FFmpeg] version bump to n1.2 (rev e820e3a) - xbmc filesFlyingRat
2013-02-09[cosmetics] update date in GPL headerMartijn Kaijser
2013-01-18DllAvFormat: drop mapping of url_feof, it is unused in xbmc code and not pres...Alexis Ballier
2012-09-26[osx/ios] fixed, log message is incorrect, darwin uses internal ffmpeg but co...S. Davilla
2012-05-24fixed compiler warning spew under clang 'indirection of non-volatile null poi...davilla
2012-03-31[osx/ios/atv2] - build and link static libs for ffmpeg because of build issue...Memphiz
2012-03-31Remove av_alloc_put_byte and replace its occurences by avio_alloc_context.Alexis Ballier
2012-03-31Replace url_* functions by their avio_* counterparts.Alexis Ballier
2012-03-31Replace dump_format by av_dump_format.Alexis Ballier
2012-03-31Replace init_put_byte by avio_alloc_context.Alexis Ballier
2012-03-31Merge av_close_input_{file,stream} into avformat_close_input.Alexis Ballier
2012-03-31Replace av_metadata_(get/set2) by av_dict_(get/set).Alexis Ballier
2012-03-31Remove av_set_parameters.Alexis Ballier
2012-03-31Replace av_write_header by avformat_write_header.Alexis Ballier
2012-03-31Do not map url_fdopen as it is deprecated and gone in libavformat 54. It is u...Alexis Ballier
2012-03-31Drop url_set_interrupt_cb usage which was removed in libavformat 54 and set t...Alexis Ballier
2012-03-31Drop support for ffmpeg version older than our built in versionelupus
2012-03-31Replace more depreciated ffmpeg functionselupus
2012-03-31Replace depreciated av_find_stream_info with avformat_find_stream_infoelupus
2012-03-31replace depreciated AVMetadata(Tag) with AVDictionary(Entry)elupus
2012-03-31replace depreciated ByteIOContext with AVIOContextelupus
2012-03-31replace depreciated av_open_input_stream/file with new avformat_open_inputelupus
2012-03-31Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9)elupus
2011-12-28fixed: do not include the internal ffmpeg header file - riff.h (fixes #12370)vdrfan
2011-09-11drop ifdefs for aligned function call now that they map to normalelupus
2011-03-08[ios] update ffmepg dll exportsS. Davilla
2011-02-11added: import av_probe_input_buffer from libavformatAnssi Hannula
2011-02-03updated: internal ffmpeg to c3beafa0f1Anssi Hannula
2011-02-03changed: guard lavf metadata API uses with version checksAnssi Hannula
2011-02-03changed: load dependencies of ffmpeg libraries automaticallyAnssi Hannula
2011-01-24Merged cptspiff's code-reshuffle branch.theuni