summaryrefslogtreecommitdiff
path: root/libavcodec/ffv1.c
Commit message (Expand)AuthorAge
...
* Optimize state transition table sorting in ffv1Michael Niedermayer2010-10-24
* 2 pass mode for ffv1 to optimally order the range coder states.Michael Niedermayer2010-10-24
* Factorize state_transition init out.Michael Niedermayer2010-10-24
* Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.cMichael Niedermayer2010-10-19
* Move shared functions out of CONFIG_FFV1_ENCODER ifdefMichael Niedermayer2010-10-16
* Store slice position and size per keyframe in ffv1.2Michael Niedermayer2010-10-15
* Fix indention of ffv1.c after previous commits.Michael Niedermayer2010-10-14
* Store quant table index per plane and slice.Michael Niedermayer2010-10-14
* Assert that the context doesnt overflow in ffv1.Michael Niedermayer2010-10-14
* Rectangular slice support for ffv1.2Michael Niedermayer2010-10-14
* Allow storing multiple quant tables in extradata that can then be selected pe...Michael Niedermayer2010-10-10
* Store global things in extradata for ffv1 ver=2.Michael Niedermayer2010-10-10
* Make sure version is not decreased for 16bit per sample colorspaces in ffv1.Michael Niedermayer2010-10-10
* Factorize quant table read and write code in ffv1.cMichael Niedermayer2010-10-10
* ffv1: remove VLAsMåns Rullgård2010-06-26
* Set an opaque alpha value when decoding rgba ffv1.Thad Ward2010-06-24
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Store range coder state transition table.Michael Niedermayer2010-04-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Disallow VLC coding with more than 8 bits as there are several bugsMichael Niedermayer2010-03-22
* Throw out last experimental warning that was printed for colorspaces with mor...Michael Niedermayer2010-03-22
* Remove the word "experimental"Michael Niedermayer2010-03-22
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name.Lars Täuber2009-08-30
* Fix comments after switching from CABAC to range coder in r3658.Lars Täuber2009-08-26
* Fix typo.Carl Eugen Hoyos2009-08-14
* indentMichael Niedermayer2009-04-24
* Support >8bit per component YUV in FFV1.Michael Niedermayer2009-04-24
* Force speed irrelevant calls to get/put_symbol() to be noinline.Michael Niedermayer2009-04-24
* Optimize sign handling in get_symbol().Michael Niedermayer2009-04-24
* Fix a possibly exploitable buffer overflow.Michael Niedermayer2009-04-21
* Remove 2 unneeded variables from common_init() found by CSA.Michael Niedermayer2009-04-17
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* 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