]> git.sesse.net Git - ffmpeg/history - libavcodec/proresdec.c
aacdec: Drop some unused function arguments
[ffmpeg] / libavcodec / proresdec.c
2012-10-23 Diego BiurrunImprove wording and spelling of av_log_missing_feature...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-29 Kostya Shishkovprores: store and retrieve extended colourspace information
2012-02-29 Kostya Shishkovprores: handle 444 chroma in right order
2012-02-22 Christophe GISQUETprores: use natural integer type for the codebook index
2012-02-15 Kostya Shishkovprores: move data shared between decoder and encoder...
2012-02-15 Kostya Shishkovprores: fix multithreaded decoding case when slice...
2012-02-09 Ronald S. Bultjeprores: specify array size outside DECLARE_ALIGNED...
2011-12-16 Mans Rullgardget_bits: remove A32 variant
2011-12-12 Mans Rullgardproresdec: fix decode_slice() prototype
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-10-15 Mans Rullgardprores: get correct size for coded V plane if alpha...
2011-10-15 Mans Rullgardprores: do not set pixel format on codec init
2011-10-14 Janne Grunauprores: add missing feature warning for alpha
2011-10-11 Ronald S. Bultjeprores: implement multithreading.
2011-10-11 Ronald S. Bultjeprores: idct sse2/sse4 optimizations.
2011-10-11 Ronald S. Bultjeprores: extract idct into its own dspcontext and merge...
2011-09-29 Alex Converseprores: Handle 0 or fewer bits left
2011-09-22 Diego Biurrunprores: return more meaningful error values
2011-09-22 Diego Biurrunprores: improve error message wording
2011-09-22 Diego Biurrunprores: cosmetics: prettyprinting, drop useless parentheses
2011-09-22 Diego Biurrunprores: lowercase AVCodec name entry
2011-09-22 Maxim PoliakovskiApple ProRes decoder