]> git.sesse.net Git - ffmpeg/history - libavcodec/wmv2dec.c
mpeg12dec: move setting first_field to mpeg_field_start()
[ffmpeg] / libavcodec / wmv2dec.c
2016-03-29 Vittorio Giovaraintrax8: Remove mpegvideo dependency
2016-03-29 Vittorio Giovaraintrax8: Keep a reference to the decoder blocks
2016-03-29 Vittorio Giovaraintrax8: Use the generic horizband function
2016-03-29 Vittorio Giovaraintrax8: Pass macroblock coordinates to ff_intrax8_deco...
2016-03-29 Vittorio Giovaraintrax8: Pass macroblock size to ff_intrax8_common_init
2016-03-25 Vittorio Giovaraintrax8: Reference the current AVCodecContext
2016-03-25 Vittorio Giovaraintrax8: Keep a reference to the GetBitContext reader
2016-03-25 Vittorio Giovaraintrax8: Pass the output frame to the decoding function
2016-03-25 Vittorio Giovaraintrax8: Carry over the loopfilter value in ff_intrax8_...
2016-03-25 Vittorio Giovaraintrax8: Keep a reference to the context idctdsp
2016-03-22 Vittorio Giovaravc1dec: wmv2dec: Validate ff_intrax8_common_init return...
2016-03-22 Vittorio Giovaraintrax8: Move error resilience out of intrax8
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-04-19 Vittorio Giovaralavc: Replace av_dlog and tprintf with internal macros
2015-02-17 Himangi Saraogiwmv2: Return meaningful error codes
2014-09-02 Gabriel Dumewmv2: K&R formatting cosmetics
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-03-23 Vittorio Giovaralavc: drop ff_pixfmt_list_420
2014-03-16 Vittorio Giovarampegvideo: move mpegvideo formats-related defines to...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-21 Ronald S. Bultjewmv2: move IDCT to its own DSP context.
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-02 Daniel KangFix crash decoding broken wmv2 files.
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.
2010-01-08 Michael NiedermayerMove AVCodecs from h263dec.c to msmpeg4.c and disentang...
2009-02-24 Michael NiedermayerAdd and use ff_pixfmt_list_420.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-01-25 Zdenek KabelacCorrectly clean up IntraX8Context upon codec close.
2008-01-16 Michael Niedermayerqscale==0 is invalid
2007-11-25 Aurelien Jacobssplit wmv2 encoder and decoder in their own files