]> git.sesse.net Git - ffmpeg/history - libavcodec/truemotion2.c
cosmetics: Group .name and .long_name together in codec/format declarations
[ffmpeg] / libavcodec / truemotion2.c
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-09-17 Martin Storsjötruemotion2: Use av_freep properly in an error path
2013-03-13 Diego Biurrunavcodec: av_log_missing_feature(1) ---> avpriv_request_...
2013-03-08 Anton Khirnovlavc decoders: properly initialize AVFrame.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-01-14 Anton Khirnovtruemotion2: cosmetics, reformat
2013-01-14 Anton Khirnovtruemotion2: return meaningful error codes.
2012-12-31 Diego Biurruntruemotion2: Sanitize tm2_read_header()
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-09-26 Diego Biurruntruemotion2: Request samples for old TM2 headers
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-29 Ronald S. Bultjetruemotion: forbid invalid VLC bitsizes and token values.
2012-03-29 Ronald S. Bultjetruemotion2: handle out-of-frame motion vectors through...
2012-03-28 Ronald S. Bultjetruemotion2: convert packet header reading to bytestream2.
2012-03-01 Diego BiurrunRemove unnecessary AVFrame pointer casts.
2012-02-23 Ronald S. Bultjetruemotion2: error out if the huffman tree has no nodes.
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-01-05 Janne Grunautruemotion2: check size before GetBitContext initialisation
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-02 Mans RullgardRemove unused variables
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-03 Clément BœschRemove a few if (p) av_free(p) forms
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-09 Daniel KangCheck for several overreads, fixes issue 2512.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-16 Carl Eugen HoyosDo not try to free memory that was never allocated...
2009-10-14 Kostya ShishkovRelease frame after decoding is done
2009-10-13 Reimar DöffingerRemove unnecessary calls to avcodec_check_dimensions...
2009-04-24 Reimar DöffingerTrueMotion 2 uses its own YUV-like colourspace, so...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Kostya ShishkovMake TM2 decoder byteswap input into separate buffer...
2009-02-01 Kostya ShishkovFactorize stream reading in TM2 decoder
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-03-27 Kostya ShishkovRemove redundant assign
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Kostya Shishkov1l: correct argument order in avcodec_check_dimensions
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-16 Mike Melansonchroma decoding fix by Kostya
2005-10-15 Mike MelansonTM2 fixes by Kostya
2005-10-14 Mike Melansongcc 2.95 fix, courtesy of Luca Abeni
2005-10-13 Mike MelansonDuck TrueMotion 2 video decoder, courtesy of Konstantin...