]> git.sesse.net Git - ffmpeg/history - libavcodec/ffv1.c
jpeg style yuv fixes
[ffmpeg] / libavcodec / ffv1.c
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-10-31 Michael Niedermayerswitch ffv1 to the put/get_symbol() from snow
2004-10-31 Michael Niedermayerswitch ffv1 from CABAC to the range coder
2004-09-10 Michael Niedermayerget/set_sr_golomb() cleanup
2004-09-10 Alex Beregszasziput the warning to the right place to avoid crashes
2004-09-08 Alex Beregszaszinew signed golomb routines
2004-08-03 Michael Niedermayer10l (segfault)
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-05-02 Michael Niedermayercleanup
2004-04-30 Michael Niedermayercleanup & memleak fix
2004-03-26 Laurent Aimarh264 - progressive I frame CABAC support patch by ...
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2003-11-06 Michael Niedermayerfix context=1
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-11-01 Michael Niedermayerffv1 rgb support
2003-10-19 Dan Christiansengcc->C99 and warning fixes patch by (Dan Christiansen...
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-09-09 Fabrice Bellardremoved warnings
2003-07-13 Michael Niedermayergolomb rice code cleanup / simplify (~0.5% compression...
2003-07-12 Michael Niedermayersimpler
2003-07-05 Michael Niedermayermerge U and V statistics, 33% reduction in memory requi...
2003-07-02 Michael Niedermayercleanup / cosmetics
2003-07-02 Michael Niedermayer20% less memory needed for 8bit AC state (worst compres...
2003-06-22 Michael NiedermayerCONFIG_ENCODERS cleanup
2003-06-13 Michael Niedermayergolomb rice codes
2003-06-09 Michael Niedermayerreducing memory consumption (reducing number of context...
2003-06-09 Michael NiedermayerFFV1 codec (our very simple lossless intra only codec...