]> git.sesse.net Git - ffmpeg/history - libavcodec/vcr1.c
lavc: add a wrapper for AVCodecContext.get_buffer().
[ffmpeg] / libavcodec / vcr1.c
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-14 Diego Biurrunvcr1: Add vcr1_ prefixes to all static functions with...
2012-05-14 Diego Biurrunvcr1: Fix return type of common_init to match the funct...
2012-05-14 Diego Biurrunvcr1enc: Replace obsolete get_bit_count by put_bits_cou...
2012-05-09 Diego Biurrunvcr1enc: drop pointless empty encode_init() wrapper...
2012-05-09 Diego Biurrunvcr1: drop pointless write-only AVCodecContext member...
2012-05-09 Diego Biurrunvcr1: group encoder code together to save #ifdefs
2012-05-09 Diego Biurrunvcr1: cosmetics: K&R prettyprinting, typos, parentheses...
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2011-12-12 Paul B Maholvcr1: drop unnecessary emms_c() calls without MMX code
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for ff_copy_bits and align_put...
2011-08-03 Diego Biurruncosmetics: remove some stray comments from AVCodec...
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
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...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-01-25 Carl Eugen HoyosRelease buffer when decoding is finished.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-08 Diego BiurrunRemove unused variables.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-03 Diego BiurrunDisable encoders by undefining CONFIG_FOO_ENCODER once...
2008-09-03 Diego BiurrunSurround some encoding-specific functions with the...
2008-09-03 Diego BiurrunReplace generic CONFIG_ENCODERS preprocessor conditiona...
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-05 Aurelien Jacobsremove more useless mpegvideo.h includes
2008-02-01 Michael Niedermayerconst
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-30 Michael Niedermayercleanup & memleak fix
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-08-24 Fabrice Bellardremoved unused variable
2003-07-24 Michael Niedermayerfix
2003-07-24 Michael NiedermayerATI VCR1 decoder