]> git.sesse.net Git - ffmpeg/history - libavcodec/dfa.c
g726dec: set channel layout at initialization instead of validating it
[ffmpeg] / libavcodec / dfa.c
2012-10-25 Diego Biurrunavutil: Move memcpy_backptr() to mem.c
2012-10-23 Mans Rullgarddfa: use av_memcpy_backptr() where previously impossible
2012-10-23 Diego Biurrunav_memcpy_backptr: Drop no longer necessary malloc...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-29 Anton Khirnovdfa: improve boundary checks in decode_dds1()
2012-09-29 Anton Khirnovdfa: check that the caller set width/height properly.
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-06 Kostya Shishkovdfa: use more meaningful return codes
2012-05-06 Kostya Shishkovdfa: add some checks to ensure that decoder won't write...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-13 Paul B Maholdfa: convert to bytestream2 API
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-15 Diego Biurrundfa: Remove unused variable.
2011-05-13 Reimar Döffingerdfa: fix buffer overflow checks to avoid integer overflows.
2011-03-29 Ronald S. Bultjedfa: protect pointer range checks against overflows.
2011-03-28 Kostya ShishkovChronomaster DFA decoder