summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAge
* 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