]> git.sesse.net Git - ffmpeg/history - libavcodec/dfa.c
pthread_frame: ensure the threads don't run simultaneously with hwaccel
[ffmpeg] / libavcodec / dfa.c
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2014-03-22 Diego Biurrunavcodec: more correct printf specifiers
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-04-09 Kostya Shishkovdfa: implement missing TDLT coding method
2013-04-04 Anton Khirnovdfa: check for invalid access in decode_wdlt().
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
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