]> git.sesse.net Git - ffmpeg/history - libavcodec/truemotion1.c
Use put_signed_pixels_clamped where appropriate
[ffmpeg] / libavcodec / truemotion1.c
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...