summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAge
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* cleanupMichael Niedermayer2004-05-02
* cleanup & memleak fixMichael Niedermayer2004-04-30
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-03-26
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-06
* fix context=1Michael Niedermayer2003-11-06
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
* ffv1 rgb supportMichael Niedermayer2003-11-01
* gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au...Dan Christiansen2003-10-19
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
* removed warningsFabrice Bellard2003-09-09
* golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)Michael Niedermayer2003-07-13
* simplerMichael Niedermayer2003-07-12
* merge U and V statistics, 33% reduction in memory requirement, compression ra...Michael Niedermayer2003-07-05
* cleanup / cosmeticsMichael Niedermayer2003-07-02
* 20% less memory needed for 8bit AC state (worst compression rate loss was 0.2...Michael Niedermayer2003-07-02
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-22
* golomb rice codesMichael Niedermayer2003-06-13
* reducing memory consumption (reducing number of contexts and other stuff, no ...Michael Niedermayer2003-06-09
* FFV1 codec (our very simple lossless intra only codec, compresses much better...Michael Niedermayer2003-06-09