| Commit message (Expand) | Author | Age | Files | Lines |
* | Factorize litteral constents in ffv1 into STATS_OUT_SIZE. | Michael Niedermayer | 2010-10-26 | 1 | -2/+3 |
* | Make 1pass statistic collection in ffv1 put_symbol_inline() conditional to av... | Michael Niedermayer | 2010-10-26 | 1 | -2/+7 |
* | Remove dead code in theora_decode_tables | Jason Garrett-Glaser | 2010-10-26 | 1 | -8/+2 |
* | Reindent after r25573 | Jason Garrett-Glaser | 2010-10-26 | 1 | -6/+6 |
* | Fix Theora decoding bug if loopfilter is completely disabled | Jason Garrett-Glaser | 2010-10-26 | 1 | -0/+2 |
* | Clean up ALACdec | Jason Garrett-Glaser | 2010-10-26 | 1 | -21/+13 |
* | 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 |
* | dct32: mark xmm registers in clobber list in ff_dct32_float_sse() | Ramiro Polla | 2010-10-25 | 1 | -0/+2 |
* | h264dsp: merge some asm blocks | Ramiro Polla | 2010-10-25 | 1 | -26/+20 |
* | Make libx264 take the pict_type input parameter into account, | Nicolas George | 2010-10-25 | 1 | -1/+5 |
* | aacenc: Fix bug in LAME windowing where only one channel got initalized | Nathan Caldwell | 2010-10-25 | 1 | -3/+3 |
* | 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 |
* | Add new -slices option and use it for libvpx and libx264. | James Zern | 2010-10-22 | 4 | -1/+14 |
* | Use forced key frames when encoding with libxvid. | Nicolas George | 2010-10-22 | 1 | -1/+5 |
* | Fix memleak in mjpeg decoder. | Michael Niedermayer | 2010-10-22 | 1 | -2/+6 |
* | Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol. | Michael Niedermayer | 2010-10-21 | 1 | -3/+2 |
* | Simplify last coeff check in mjpeg decode_block() | Michael Niedermayer | 2010-10-21 | 1 | -6/+1 |
* | Check index in mjpeg AC decode against overflowing. | Michael Niedermayer | 2010-10-21 | 1 | -2/+6 |
* | Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ... | Michael Niedermayer | 2010-10-21 | 2 | -7/+12 |
* | Factor code&0xf out of if() in decode_block_progressive(). | Michael Niedermayer | 2010-10-21 | 1 | -2/+2 |
* | Cleanup decode_block_progressive() | Michael Niedermayer | 2010-10-21 | 1 | -7/+7 |
* | Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in jpeg. | Michael Niedermayer | 2010-10-21 | 1 | -2/+2 |
* | Move if() in mjpeg decode_block() to simplify condition. | Michael Niedermayer | 2010-10-21 | 1 | -1/+1 |
* | Simplify build_vlc() by using init_vlc_sparse() in mjpeg. | Michael Niedermayer | 2010-10-21 | 1 | -10/+7 |
* | Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value. | Rafaël Carré | 2010-10-21 | 1 | -1/+1 |
* | cosmetics, indentation | Baptiste Coudurier | 2010-10-21 | 1 | -1/+1 |
* | 10l fix h263+ encoder, format will be 8, array size is 8 not 7 | Baptiste Coudurier | 2010-10-21 | 1 | -2/+2 |
* | Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.c | Michael Niedermayer | 2010-10-19 | 1 | -5/+6 |
* | Remove redundant text in the log. | Stefano Sabatini | 2010-10-18 | 1 | -2/+2 |
* | Make XAN decoder return meaningful error codes. | Stefano Sabatini | 2010-10-18 | 1 | -6/+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 |
* | Fix crash when using iblock option (when a warning is logged). | James Zern | 2010-10-14 | 1 | -1/+1 |
* | Add support for PIX_FMT_RGBA in the targa encoder. | Stefano Sabatini | 2010-10-13 | 1 | -3/+7 |
* | Use named constants defined in targa.h. | Stefano Sabatini | 2010-10-13 | 1 | -3/+3 |
* | Create a targa.h file to contain common definitions for targa encoder | Stefano Sabatini | 2010-10-13 | 3 | -8/+38 |
* | Make the targa encoder return sane error values rather than -1. | Stefano Sabatini | 2010-10-12 | 1 | -3/+3 |
* | Targa encoder: log error message in case the pixel format in input is | Stefano Sabatini | 2010-10-12 | 1 | -0/+2 |
* | 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 |