summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-03
* move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer2008-06-26
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Fix compilation for buggy icc.Carl Eugen Hoyos2008-05-24
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-28
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* fix mem leakOliver Pfister2007-07-05
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer2006-09-20
* memory leak.Loren Merritt2006-04-28
* ffv1 and ffvhuff havnt changed since a long time and noone proposed anyMichael Niedermayer2006-04-14
* fix segfault on broken streamsMichael Niedermayer2006-02-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-08
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* -strict -1 comment fixMichael Niedermayer2005-02-24
* Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)Milan Cutka2005-02-17
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-29
* switch ffv1 to the put/get_symbol() from snowMichael Niedermayer2004-10-31
* switch ffv1 from CABAC to the range coderMichael Niedermayer2004-10-31
* get/set_sr_golomb() cleanupMichael Niedermayer2004-09-10
* put the warning to the right place to avoid crashesAlex Beregszaszi2004-09-10
* new signed golomb routinesAlex Beregszaszi2004-09-08
* 10l (segfault)Michael Niedermayer2004-08-03
* 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