aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Reduce max lowres from 5 to 3 in sp5x decoderami_stuff2011-04-291-1/+1
* Remove lowres support from pnm decoderami_stuff2011-04-291-5/+0
* Remove lowres support from png decoderami_stuff2011-04-291-1/+0
* MJPEG encoder to write aspect ratio informationNiobos2011-04-281-1/+1
* Fix buffering in qpeg in a way that allows direct rendering.Michael Niedermayer2011-04-281-12/+17
* Revert "qpeg: use reget_buffer() in decode_frame()"Michael Niedermayer2011-04-281-3/+6
* Change silly variable name "class" to "partition_class".Carl Eugen Hoyos2011-04-281-7/+7
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-2812-78/+96
|\
| * vorbisdec: Rename silly "class_" variable to plain "class".Diego Biurrun2011-04-271-7/+7
| * simple_idct_alpha: Drop some useless casts.Diego Biurrun2011-04-271-7/+7
| * Simplify av_log_missing_feature().Diego Biurrun2011-04-271-3/+1
| * ac3enc: remove check for mismatching channels and channel_layoutJustin Ruggles2011-04-271-2/+0
| * If AVCodecContext.channels is 0 and AVCodecContext.channel_layout isJustin Ruggles2011-04-271-0/+2
| * If AVCodecContext.channel_layout and AVCodecContext.channels are bothJustin Ruggles2011-04-271-0/+7
| * cosmetics: indentationJustin Ruggles2011-04-271-8/+8
| * Check AVCodec.supported_samplerates and AVCodec.channel_layouts inJustin Ruggles2011-04-271-1/+27
| * aacdec: remove sf_scale and sf_offset.Alex Converse2011-04-272-20/+8
| * aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficientJustin Ruggles2011-04-272-4/+4
| * Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-274-8/+10
| * Large intensity stereo and PNS indices are legal. Clip them instead ofAlex Converse2011-04-271-11/+16
| * qpeg: use reget_buffer() in decode_frame()Stefano Sabatini2011-04-271-6/+3
| * ultimotion: use reget_buffer() in ulti_decode_frame()Stefano Sabatini2011-04-271-5/+2
| * smacker: remove unnecessary call to avctx->release_buffer in decode_frame()Stefano Sabatini2011-04-271-2/+0
| * avparser: don't av_malloc(0).Ronald S. Bultje2011-04-261-4/+6
* | mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini2011-04-281-0/+1
* | Return if memory allocation fails.Carl Eugen Hoyos2011-04-281-0/+2
* | 100l, change #ifdef to #ifBaptiste Coudurier2011-04-271-1/+1
* | In png decoder, only call png_init_mmx if HAVE_MMX is defined.Baptiste Coudurier2011-04-271-0/+2
* | Set alpha of palettes to 0xff.Baptiste Coudurier2011-04-273-5/+6
* | Rename y400a to gray8a.Baptiste Coudurier2011-04-272-2/+2
* | Fix add_paeth_prediction_mmx for rgb48Michael Niedermayer2011-04-271-2/+5
* | merge read and and in add_paeth_predictionMichael Niedermayer2011-04-271-2/+1
* | Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.Baptiste Coudurier2011-04-277-164/+218
* | Fix decoding of DXSA subtitles.Alexandre Colucci2011-04-271-2/+3
* | WMADEC: fix ticket125Michael Niedermayer2011-04-271-1/+1
* | indeo2: remove unnecessary release_buffer() callStefano Sabatini2011-04-271-3/+0
* | 4xm: use reget_buffer() in decode_frame()Stefano Sabatini2011-04-271-5/+2
* | avparser: don't av_malloc(0).Ronald S. Bultje2011-04-271-4/+6
* | Revert "Eliminate pointless '#if 1' statements without matching '#else'."Michael Niedermayer2011-04-272-5/+14
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-2748-393/+735
|\|
| * ac3enc: correct the flipped sign in the ac3_fixed encoderJustin Ruggles2011-04-261-1/+1
| * Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-268-30/+9
| * Add AVX FFT implementation.Vitor Sessak2011-04-2622-206/+449
| * Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.Vitor Sessak2011-04-261-1/+248
| * mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer2011-04-261-0/+4
| * lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-263-20/+22
| * aac: add headers needed for log2f()Michael Niedermayer2011-04-262-0/+2
| * lavc: remove FF_API_MB_Q cruftAnton Khirnov2011-04-263-23/+0
| * lavc: remove FF_API_RATE_EMU cruftAnton Khirnov2011-04-263-16/+0
| * lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-2614-96/+2