]> git.sesse.net Git - ffmpeg/history - libavcodec/truemotion1.c
Remove unnecessary dsputil.h #includes
[ffmpeg] / libavcodec / truemotion1.c
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-01-06 Anton Khirnovtruemotion1: return meaningful error codes
2012-12-23 Diego BiurrunReturn proper error code after av_log_ask_for_sample()
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
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-20 Diego Biurruntruemotion1: remove disabled code
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-04-21 Diego BiurrunUse av_log_ask_for_sample() where appropriate.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-10 Daniel KangCheck for vectable ID > 0, fixes issue 2508.
2010-11-03 Reimar DöffingerFix aspect for 24bpp TM1 samples.
2010-11-03 Reimar DöffingerFix decoding of 24 bpp TM1 (except for aspect).
2010-11-03 Reimar Döffinger100l, calculate mb_change_bits_row_size from the update...
2010-11-03 Reimar DöffingerSupport mid-stream resolution/format changes for TM1.
2010-08-21 Reimar DöffingerThe 24-bit ydt also should not depend on endianness,
2010-08-21 Reimar DöffingerSince the 24 bit format is decoded to endian-dependant
2010-08-21 Reimar DöffingerDo not swap red and blue when decoding truemotion
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-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-22 Måns RullgårdRemove useless #include <unistd.h> from many files
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-14 Mike Melansonundoing revision 16118 for truemotion1.c; commit was...
2008-12-14 Mike MelansonThe POSIX namespace shall be held sacrosanct. To that...
2008-06-24 Stefan Gehrermark read-only data as const
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-06-06 Michael NiedermayerFix reading an element after the array.
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 Niedermayermore const
2008-02-01 Michael Niedermayerconst
2007-08-09 Alex Beregszasziuse reget_buffer and remove internal copying of buffer...
2007-05-10 Diego BiurrunRemove redundant #inclusion of common.h, avcodec.h...
2007-04-20 Alex Beregszaszicosmetics: remove my email address
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-07 Nicholas TungRemove superfluous setting of has_b_frames in codecs...
2007-02-22 Diego Biurruncosmetics: aswell --> as well typo fix
2007-02-07 Diego BiurrunReplace deprecated PIX_FMT names by the newer variants.
2007-02-05 Sascha Sommerfix use of uninitialized variables
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-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-11-10 Reimar Döffingerclear the whole vert_pred buffer for 24 bit decoding.
2005-11-10 Mike Melansonimprovements by Reimar Döffinger; 24-bit decoding is...
2005-06-01 Michael Niedermayeradding a few const
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2004-09-21 Alex BeregszasziDecoding to bgr15/16 from 16bit input. Decoding of...
2004-06-11 Mike Melansonfix initialization bug in which execution overwrites...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-04-07 Alex Beregszasziconversion to av_log
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-02-22 Michael Niedermayer(f)printf() is disallowed in libavcodec, compilation...
2003-12-04 Mike Melansonthis should make the decoder safe for big-endian platforms
2003-12-03 Mike Melansoninitial support for Duck TrueMotion v1 (think of it...