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