summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.c
Commit message (Collapse)AuthorAge
...
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
| | | | Originally committed as revision 7256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
| | | | Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer2006-09-20
| | | | Originally committed as revision 6303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memory leak.Loren Merritt2006-04-28
| | | | Originally committed as revision 5331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffv1 and ffvhuff havnt changed since a long time and noone proposed anyMichael Niedermayer2006-04-14
| | | | | | | | changes within 1 month after my warning so they are officially no longer experimental and we will gurantee decodeability of files encoded with the currenzt ffv1/ffvhuff in the future Originally committed as revision 5288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault on broken streamsMichael Niedermayer2006-02-09
| | | | Originally committed as revision 4966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #defines for strict_std_compliance and split between inofficial extensions ↵Michael Niedermayer2005-05-08
| | | | | | and non standarized things Originally committed as revision 4205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson2005-04-24
| | | | | | "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -strict -1 comment fixMichael Niedermayer2005-02-24
| | | | Originally committed as revision 3976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)Milan Cutka2005-02-17
| | | | Originally committed as revision 3964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
| | | | Originally committed as revision 3872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
| | | | | | common.h -> common.h/bitstream.h Originally committed as revision 3777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch ffv1 to the put/get_symbol() from snowMichael Niedermayer2004-10-31
| | | | Originally committed as revision 3659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch ffv1 from CABAC to the range coderMichael Niedermayer2004-10-31
| | | | Originally committed as revision 3658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get/set_sr_golomb() cleanupMichael Niedermayer2004-09-10
| | | | Originally committed as revision 3451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put the warning to the right place to avoid crashesAlex Beregszaszi2004-09-10
| | | | Originally committed as revision 3448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new signed golomb routinesAlex Beregszaszi2004-09-08
| | | | Originally committed as revision 3444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault)Michael Niedermayer2004-08-03
| | | | Originally committed as revision 3375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-05-02
| | | | Originally committed as revision 3103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup & memleak fixMichael Niedermayer2004-04-30
| | | | Originally committed as revision 3095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at ↵Laurent Aimar2004-03-26
| | | | | | via dot ecp dot fr>) Originally committed as revision 2932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_bit_count -> put_bits_countAlex Beregszaszi2004-02-06
| | | | Originally committed as revision 2752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix context=1Michael Niedermayer2003-11-06
| | | | | | remove always_inline, gcc fails to inline other more important inline functions otherwise ... Originally committed as revision 2483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffv1 rgb supportMichael Niedermayer2003-11-01
| | | | Originally committed as revision 2463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot ↵Dan Christiansen2003-10-19
| | | | | | au dot dk>) Originally committed as revision 2399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi2003-10-12
| | | | Originally committed as revision 2366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-09-09
| | | | Originally committed as revision 2246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)Michael Niedermayer2003-07-13
| | | | | | jpegls style golomb rice coder Originally committed as revision 2040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplerMichael Niedermayer2003-07-12
| | | | Originally committed as revision 2039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge U and V statistics, 33% reduction in memory requirement, compression ↵Michael Niedermayer2003-07-05
| | | | | | rate better for some files worse for others, worst compression rate loss 0.05% Originally committed as revision 2015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup / cosmeticsMichael Niedermayer2003-07-02
| | | | Originally committed as revision 2001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 20% less memory needed for 8bit AC state (worst compression rate loss was ↵Michael Niedermayer2003-07-02
| | | | | | 0.2%, all other files had <=0.1% loss) Originally committed as revision 2000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-22
| | | | Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* golomb rice codesMichael Niedermayer2003-06-13
| | | | | | | | use gradients instead of prediction errors as context model store independant quantization tables for each point merge contexts with opposit sign Originally committed as revision 1957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reducing memory consumption (reducing number of contexts and other stuff, no ↵Michael Niedermayer2003-06-09
| | | | | | noticeable loss in compression rate) Originally committed as revision 1942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFV1 codec (our very simple lossless intra only codec, compresses much ↵Michael Niedermayer2003-06-09
better then huffyuv) Originally committed as revision 1939 to svn://svn.ffmpeg.org/ffmpeg/trunk