summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mpegvideo: don't av_malloc(0).Ronald S. Bultje2011-05-031-0/+12
* vp8: frame-multithreading.Ronald S. Bultje2011-05-022-59/+131
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02134-631/+631
* Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-026-6/+6
* dpx: Do not use DPX encoder for decoding.Kostya Shishkov2011-05-021-1/+1
* ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-05-011-3/+3
* DPX image encoderPeter Ross2011-05-014-3/+182
* DPX decoder: read sample aspect ratioPeter Ross2011-05-011-1/+5
* DPX decoder: add buffer size checks.Reimar Döffinger2011-05-011-5/+14
* ac3enc: clip large coefficient values and negative exponents rather than usingJustin Ruggles2011-05-011-1/+3
* ac3enc: do not store a bandwidth code for each channel.Justin Ruggles2011-05-011-7/+6
* ac3enc: remove bandwidth reduction as fallback for bit allocation failure.Justin Ruggles2011-05-011-30/+0
* ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()Justin Ruggles2011-05-011-42/+33
* ac3enc: return error if frame+exponent bits are too large instead of usingJustin Ruggles2011-05-011-1/+2
* ac3enc: differentiate between current block and reference block in bit_alloc()Justin Ruggles2011-05-011-7/+11
* ac3enc: simplify exponent_init() by calculating exponent_group_tab[] basedJustin Ruggles2011-05-011-5/+7
* ac3enc: simplify stereo rematrixing decision optionsJustin Ruggles2011-05-011-35/+13
* AMV: disable DR1 and don't override EMU_EDGEMichael Niedermayer2011-04-291-2/+1
* vorbis: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun2011-04-293-125/+113
* Remove disabled non-optimized code variants.Diego Biurrun2011-04-292-162/+0
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-2915-190/+0
* Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-292-8/+5
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-293-21/+12
* vorbisdec: Replace some sizeof(type) by sizeof(*variable).Diego Biurrun2011-04-291-17/+24
* mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini2011-04-281-0/+1
* rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-281-0/+2
* 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
* 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
OpenPOWER on IntegriCloud