summaryrefslogtreecommitdiffstats
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move ffv1 state transition table sorting to its own function.Michael Niedermayer2010-10-241-40/+45
* Fix the case with swaping states 127 and 129 in ffv1Michael Niedermayer2010-10-241-2/+6
* Optimize state transition table sorting in ffv1Michael Niedermayer2010-10-241-1/+1
* 2 pass mode for ffv1 to optimally order the range coder states.Michael Niedermayer2010-10-241-4/+94
* Factorize state_transition init out.Michael Niedermayer2010-10-241-4/+6
* Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.cMichael Niedermayer2010-10-191-5/+6
* Move shared functions out of CONFIG_FFV1_ENCODER ifdefMichael Niedermayer2010-10-161-37/+37
* Store slice position and size per keyframe in ffv1.2Michael Niedermayer2010-10-151-4/+35
* Fix indention of ffv1.c after previous commits.Michael Niedermayer2010-10-141-71/+70
* Store quant table index per plane and slice.Michael Niedermayer2010-10-141-17/+23
* Assert that the context doesnt overflow in ffv1.Michael Niedermayer2010-10-141-0/+1
* Rectangular slice support for ffv1.2Michael Niedermayer2010-10-141-76/+237
* Allow storing multiple quant tables in extradata that can then be selected pe...Michael Niedermayer2010-10-101-38/+47
* Store global things in extradata for ffv1 ver=2.Michael Niedermayer2010-10-101-1/+88
* Make sure version is not decreased for 16bit per sample colorspaces in ffv1.Michael Niedermayer2010-10-101-1/+1
* Factorize quant table read and write code in ffv1.cMichael Niedermayer2010-10-101-9/+22
* ffv1: remove VLAsMåns Rullgård2010-06-261-14/+19
* Set an opaque alpha value when decoding rgba ffv1.Thad Ward2010-06-241-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Store range coder state transition table.Michael Niedermayer2010-04-011-2/+47
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Disallow VLC coding with more than 8 bits as there are several bugsMichael Niedermayer2010-03-221-0/+4
* Throw out last experimental warning that was printed for colorspaces with mor...Michael Niedermayer2010-03-221-5/+0
* Remove the word "experimental"Michael Niedermayer2010-03-221-1/+1
* 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
OpenPOWER on IntegriCloud