aboutsummaryrefslogtreecommitdiff
path: root/lib/DllAvFormat.h
AgeCommit message (Expand)Author
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