summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAgeFilesLines
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-061-2/+2
* fix context=1Michael Niedermayer2003-11-061-6/+7
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-10/+10
* ffv1 rgb supportMichael Niedermayer2003-11-011-157/+271
* gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au...Dan Christiansen2003-10-191-1/+1
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-121-1/+1
* removed warningsFabrice Bellard2003-09-091-0/+2
* golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)Michael Niedermayer2003-07-131-4/+9
* simplerMichael Niedermayer2003-07-121-3/+1
* merge U and V statistics, 33% reduction in memory requirement, compression ra...Michael Niedermayer2003-07-051-4/+4
* cleanup / cosmeticsMichael Niedermayer2003-07-021-26/+22
* 20% less memory needed for 8bit AC state (worst compression rate loss was 0.2...Michael Niedermayer2003-07-021-47/+68
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-221-0/+2
* golomb rice codesMichael Niedermayer2003-06-131-165/+428
* reducing memory consumption (reducing number of contexts and other stuff, no ...Michael Niedermayer2003-06-091-49/+33
* FFV1 codec (our very simple lossless intra only codec, compresses much better...Michael Niedermayer2003-06-091-0/+669
OpenPOWER on IntegriCloud