OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / proresdec.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2013-10-10 Luca Barbatoprores: Reject negative run and level values
2013-10-10 Luca Barbatoprores: Error out only on surely incomplete ac_coeffs
2013-10-10 Luca Barbatoprores: Add a codepath for decoding errors
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-16 Martin Storsjöproresdec: Properly make sure an index doesn't run...
2013-05-21 Kostya Shishkovproresdec: simplify slice component offsets handling
2013-05-18 Kostya Shishkovprores: decode alpha plane when it's present
2013-03-13 Diego Biurrunav_log_missing_feature() ---> avpriv_report_missing_fea...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-22 Michael Smithproresdec: support mixed interlaced/non-interlaced...
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-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