summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAgeFilesLines
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name.Lars Täuber2009-08-301-2/+2
* Fix comments after switching from CABAC to range coder in r3658.Lars Täuber2009-08-261-2/+1
* Fix typo.Carl Eugen Hoyos2009-08-141-1/+1
* indentMichael Niedermayer2009-04-241-38/+38
* Support >8bit per component YUV in FFV1.Michael Niedermayer2009-04-241-8/+114
* Force speed irrelevant calls to get/put_symbol() to be noinline.Michael Niedermayer2009-04-241-5/+13
* Optimize sign handling in get_symbol().Michael Niedermayer2009-04-241-4/+2
* Fix a possibly exploitable buffer overflow.Michael Niedermayer2009-04-211-2/+1
* Remove 2 unneeded variables from common_init() found by CSA.Michael Niedermayer2009-04-171-4/+3
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* 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
OpenPOWER on IntegriCloud