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