]> git.sesse.net Git - ffmpeg/history - libavcodec/truemotion1.c
Use full internal pathname in doxygen @file directives.
[ffmpeg] / libavcodec / truemotion1.c
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...