| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase ffv1 encoding speed from 65 to 80 fps by forcing some inlining. | Michael Niedermayer | 2010-10-26 | 1 | -2/+2 |
* | Add quant_table_index to ffv1 PlaneContext and use it instead of duplicating ... | Michael Niedermayer | 2010-10-26 | 1 | -7/+10 |
* | Move ffv1 state transition table sorting to its own function. | Michael Niedermayer | 2010-10-24 | 1 | -40/+45 |
* | Fix the case with swaping states 127 and 129 in ffv1 | Michael Niedermayer | 2010-10-24 | 1 | -2/+6 |
* | Optimize state transition table sorting in ffv1 | Michael Niedermayer | 2010-10-24 | 1 | -1/+1 |
* | 2 pass mode for ffv1 to optimally order the range coder states. | Michael Niedermayer | 2010-10-24 | 1 | -4/+94 |
* | Factorize state_transition init out. | Michael Niedermayer | 2010-10-24 | 1 | -4/+6 |
* | Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c | Michael Niedermayer | 2010-10-19 | 1 | -5/+6 |
* | Move shared functions out of CONFIG_FFV1_ENCODER ifdef | Michael Niedermayer | 2010-10-16 | 1 | -37/+37 |
* | Store slice position and size per keyframe in ffv1.2 | Michael Niedermayer | 2010-10-15 | 1 | -4/+35 |
* | Fix indention of ffv1.c after previous commits. | Michael Niedermayer | 2010-10-14 | 1 | -71/+70 |
* | Store quant table index per plane and slice. | Michael Niedermayer | 2010-10-14 | 1 | -17/+23 |
* | Assert that the context doesnt overflow in ffv1. | Michael Niedermayer | 2010-10-14 | 1 | -0/+1 |
* | Rectangular slice support for ffv1.2 | Michael Niedermayer | 2010-10-14 | 1 | -76/+237 |
* | Allow storing multiple quant tables in extradata that can then be selected pe... | Michael Niedermayer | 2010-10-10 | 1 | -38/+47 |
* | Store global things in extradata for ffv1 ver=2. | Michael Niedermayer | 2010-10-10 | 1 | -1/+88 |
* | Make sure version is not decreased for 16bit per sample colorspaces in ffv1. | Michael Niedermayer | 2010-10-10 | 1 | -1/+1 |
* | Factorize quant table read and write code in ffv1.c | Michael Niedermayer | 2010-10-10 | 1 | -9/+22 |
* | ffv1: remove VLAs | Måns Rullgård | 2010-06-26 | 1 | -14/+19 |
* | Set an opaque alpha value when decoding rgba ffv1. | Thad Ward | 2010-06-24 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Store range coder state transition table. | Michael Niedermayer | 2010-04-01 | 1 | -2/+47 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Disallow VLC coding with more than 8 bits as there are several bugs | Michael Niedermayer | 2010-03-22 | 1 | -0/+4 |
* | Throw out last experimental warning that was printed for colorspaces with mor... | Michael Niedermayer | 2010-03-22 | 1 | -5/+0 |
* | Remove the word "experimental" | Michael Niedermayer | 2010-03-22 | 1 | -1/+1 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name. | Lars Täuber | 2009-08-30 | 1 | -2/+2 |
* | Fix comments after switching from CABAC to range coder in r3658. | Lars Täuber | 2009-08-26 | 1 | -2/+1 |
* | Fix typo. | Carl Eugen Hoyos | 2009-08-14 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2009-04-24 | 1 | -38/+38 |
* | Support >8bit per component YUV in FFV1. | Michael Niedermayer | 2009-04-24 | 1 | -8/+114 |
* | Force speed irrelevant calls to get/put_symbol() to be noinline. | Michael Niedermayer | 2009-04-24 | 1 | -5/+13 |
* | Optimize sign handling in get_symbol(). | Michael Niedermayer | 2009-04-24 | 1 | -4/+2 |
* | Fix a possibly exploitable buffer overflow. | Michael Niedermayer | 2009-04-21 | 1 | -2/+1 |
* | Remove 2 unneeded variables from common_init() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -4/+3 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -4/+4 |
* | Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-03 | 1 | -7/+7 |
* | move ff_log2_run to bitstream.c and reuse in ffv1.c | Stefan Gehrer | 2008-06-26 | 1 | -13/+9 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Fix compilation for buggy icc. | Carl Eugen Hoyos | 2008-05-24 | 1 | -5/+8 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-28 | 1 | -1/+3 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -4/+4 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |