summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-4/+4
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-031-7/+7
* move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer2008-06-261-13/+9
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Fix compilation for buggy icc.Carl Eugen Hoyos2008-05-241-5/+8
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add long names to some AVCodec declarations.Stefano Sabatini2008-04-281-1/+3
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-4/+4
* constMichael Niedermayer2008-02-011-1/+1
* fix mem leakOliver Pfister2007-07-051-0/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-2/+1
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-3/+3
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-1/+1
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-0/+6
* set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer2006-09-201-0/+1
* memory leak.Loren Merritt2006-04-281-10/+4
* ffv1 and ffvhuff havnt changed since a long time and noone proposed anyMichael Niedermayer2006-04-141-6/+0
* fix segfault on broken streamsMichael Niedermayer2006-02-091-1/+4
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-64/+64
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-081-2/+2
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-1/+1
* -strict -1 comment fixMichael Niedermayer2005-02-241-1/+1
* Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)Milan Cutka2005-02-171-1/+1
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-4/+0
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-2/+16
* common.c -> bitstream.c (and the single non bitstream func -> utils.c)Michael Niedermayer2004-12-291-0/+1
* switch ffv1 to the put/get_symbol() from snowMichael Niedermayer2004-10-311-48/+42
* switch ffv1 from CABAC to the range coderMichael Niedermayer2004-10-311-51/+57
* get/set_sr_golomb() cleanupMichael Niedermayer2004-09-101-2/+2
* put the warning to the right place to avoid crashesAlex Beregszaszi2004-09-101-6/+6
* new signed golomb routinesAlex Beregszaszi2004-09-081-8/+2
* 10l (segfault)Michael Niedermayer2004-08-031-2/+2
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* cleanupMichael Niedermayer2004-05-021-26/+19
* cleanup & memleak fixMichael Niedermayer2004-04-301-17/+1
* h264 - progressive I frame CABAC support patch by (Laurent Aimar <fenrir at v...Laurent Aimar2004-03-261-0/+5
* 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
OpenPOWER on IntegriCloud