summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Fix headers so that "make checkheaders" passes againMartin Storsjö2010-10-08
* Add d modifier to asm argument to fix nasm compilation.Reimar Döffinger2010-10-07
* Fix default value of time_offset_length.John Stebbins2010-10-06
* fft: mark xmm registers as clobbered in ff_imdct_calc_sseRamiro Polla2010-10-06
* MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intraRonald S. Bultje2010-10-05
* Do not assume PIX_FMT_YUV420P will remain the only supported output format fo...Carl Eugen Hoyos2010-10-05
* Cosmetics, lots of.Tobias Bindhammer2010-10-05
* Skip unnecessary calculations in 4col-mode.Tobias Bindhammer2010-10-05
* Add possibility to crop screens inside of encoded frames.Tobias Bindhammer2010-10-05
* Add check for height when cropping.Tobias Bindhammer2010-10-05
* Introduce palette with dynamic size.Tobias Bindhammer2010-10-05
* Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...Michael Niedermayer2010-10-05
* snowdsp: Explicitly state the operand sizesİsmail Dönmez2010-10-04
* Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson2010-10-02
* Support decoding of FLAC files without a STREAMINFO header.Justin Ruggles2010-10-02
* Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger2010-10-02
* Make FRAPS decoder use PC range instead of TV rangeJason Garrett-Glaser2010-10-02
* 10l fix h263 encoder resolution test, array size is 8 not 7Baptiste Coudurier2010-10-02
* Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXFTomas Härdin2010-10-01
* add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flagAurelien Jacobs2010-09-30
* add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs2010-09-30
* add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs2010-09-30
* add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle APIAurelien Jacobs2010-09-30