]> git.sesse.net Git - ffmpeg/history - libavcodec/dfa.c
celp_math: rename ff_log2 to ff_log2_q15
[ffmpeg] / libavcodec / dfa.c
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