aboutsummaryrefslogtreecommitdiff
path: root/lib/DllAvCodec.h
AgeCommit message (Expand)Author
2012-09-26[osx/ios] fixed, log message is incorrect, darwin uses internal ffmpeg but co...S. Davilla
2012-08-14Drop mapping of the private av_audio_convert API now that it is unused.Alexis Ballier
2012-05-24fixed compiler warning spew under clang 'indirection of non-volatile null poi...davilla
2012-04-14DllAvCodec: Remove now unused private avcodec_guess_channel_layout.Alexis Ballier
2012-03-31[osx/ios/atv2] - build and link static libs for ffmpeg because of build issue...Memphiz
2012-03-31Convert to avcodec_decode_audio4 and drop avcodec_decode_audio3.elupus
2012-03-31Drop support for ffmpeg version older than our built in versionelupus
2012-03-31Replace more depreciated ffmpeg functionselupus
2012-03-31Don't use depreciated avcodec_thread_initelupus
2012-03-31Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9)elupus
2011-09-11drop ifdefs for aligned function call now that they map to normalelupus
2011-06-15Fix compile against latest ffmpeg.David Robins
2011-03-08[ops] one more time for the folks in the backS. Davilla
2011-03-08[ops] restore avpicture_freeS. Davilla
2011-03-08[ios] update ffmepg dll exportsS. Davilla
2011-03-02fixed: deprecated use of SampleFormat in DllAvCodec.h (fixes #11274)Anssi Hannula
2011-02-07changed: use av_set_string from the libavcodec headersAnssi Hannula
2011-02-03changed: replace deprecated use of CODEC_TYPE_ definitionsAnssi Hannula
2011-02-03changed: stop using deprecated av_get_bits_per_sample_formatAnssi Hannula
2011-02-03updated: internal ffmpeg to c3beafa0f1Anssi Hannula
2011-02-03changed: use the new ffmpeg parser functionAnssi Hannula
2011-02-03changed: use the new ffmpeg decoding functionsAnssi Hannula
2011-02-03changed: do not use our audioconvert.h with external FFmpegAnssi Hannula
2011-02-03changed: load dependencies of ffmpeg libraries automaticallyAnssi Hannula
2011-02-03changed: split DllAvUtil.h to its own headerAnssi Hannula
2011-01-24Merged cptspiff's code-reshuffle branch.theuni