aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Factorize litteral constents in ffv1 into STATS_OUT_SIZE.Michael Niedermayer2010-10-261-2/+3
* Make 1pass statistic collection in ffv1 put_symbol_inline() conditional to av...Michael Niedermayer2010-10-261-2/+7
* Remove dead code in theora_decode_tablesJason Garrett-Glaser2010-10-261-8/+2
* Reindent after r25573Jason Garrett-Glaser2010-10-261-6/+6
* Fix Theora decoding bug if loopfilter is completely disabledJason Garrett-Glaser2010-10-261-0/+2
* Clean up ALACdecJason Garrett-Glaser2010-10-261-21/+13
* Increase ffv1 encoding speed from 65 to 80 fps by forcing some inlining.Michael Niedermayer2010-10-261-2/+2
* Add quant_table_index to ffv1 PlaneContext and use it instead of duplicating ...Michael Niedermayer2010-10-261-7/+10
* dct32: mark xmm registers in clobber list in ff_dct32_float_sse()Ramiro Polla2010-10-251-0/+2
* h264dsp: merge some asm blocksRamiro Polla2010-10-251-26/+20
* Make libx264 take the pict_type input parameter into account,Nicolas George2010-10-251-1/+5
* aacenc: Fix bug in LAME windowing where only one channel got initalizedNathan Caldwell2010-10-251-3/+3
* 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
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-224-1/+14
* Use forced key frames when encoding with libxvid.Nicolas George2010-10-221-1/+5
* Fix memleak in mjpeg decoder.Michael Niedermayer2010-10-221-2/+6
* Optimize EOB check in mjpeg decode_block() by adjusting the VLC symbol.Michael Niedermayer2010-10-211-3/+2
* Simplify last coeff check in mjpeg decode_block()Michael Niedermayer2010-10-211-6/+1
* Check index in mjpeg AC decode against overflowing.Michael Niedermayer2010-10-211-2/+6
* Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 ...Michael Niedermayer2010-10-212-7/+12
* Factor code&0xf out of if() in decode_block_progressive().Michael Niedermayer2010-10-211-2/+2
* Cleanup decode_block_progressive()Michael Niedermayer2010-10-211-7/+7
* Factorize ((unsigned) code) >> 4 out of decode_block_progressive() in jpeg.Michael Niedermayer2010-10-211-2/+2
* Move if() in mjpeg decode_block() to simplify condition.Michael Niedermayer2010-10-211-1/+1
* Simplify build_vlc() by using init_vlc_sparse() in mjpeg.Michael Niedermayer2010-10-211-10/+7
* Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value.Rafaël Carré2010-10-211-1/+1
* cosmetics, indentationBaptiste Coudurier2010-10-211-1/+1
* 10l fix h263+ encoder, format will be 8, array size is 8 not 7Baptiste Coudurier2010-10-211-2/+2
* Replace 5 by named constant MAX_CONTEXT_INPUTS in ffv1.cMichael Niedermayer2010-10-191-5/+6
* Remove redundant text in the log.Stefano Sabatini2010-10-181-2/+2
* Make XAN decoder return meaningful error codes.Stefano Sabatini2010-10-181-6/+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
* Fix crash when using iblock option (when a warning is logged).James Zern2010-10-141-1/+1
* Add support for PIX_FMT_RGBA in the targa encoder.Stefano Sabatini2010-10-131-3/+7
* Use named constants defined in targa.h.Stefano Sabatini2010-10-131-3/+3
* Create a targa.h file to contain common definitions for targa encoderStefano Sabatini2010-10-133-8/+38
* Make the targa encoder return sane error values rather than -1.Stefano Sabatini2010-10-121-3/+3
* Targa encoder: log error message in case the pixel format in input isStefano Sabatini2010-10-121-0/+2
* 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