summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove disabled non-optimized code variants.Diego Biurrun2011-04-292-162/+0
* bswap.h: Remove disabled code.Diego Biurrun2011-04-291-6/+0
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-2918-197/+0
* Replace more disabled printf() calls by av_dlog().Diego Biurrun2011-04-292-8/+5
* tests: Remove disabled code.Diego Biurrun2011-04-292-23/+0
* Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-2911-80/+43
* vorbisdec: Replace some sizeof(type) by sizeof(*variable).Diego Biurrun2011-04-291-17/+24
* vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-04-291-4/+4
* avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö2011-04-281-3/+3
* avoid duplicate -lm in .pc filesReinhard Tartler2011-04-281-1/+1
* mpeg12: terminate mpeg2_video_profiles arraysStefano Sabatini2011-04-281-0/+1
* network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen2011-04-281-1/+1
* mpegtsenc: make PMT PID really start on pmt_start_pidAnton Khirnov2011-04-282-2/+2
* nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-281-0/+2
* rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-281-0/+2
* hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-282-0/+3
* crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-282-0/+3
* libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross2011-04-2812-3/+125
* 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-264-4/+5
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-2611-36/+10
* Add AVX FFT implementation.Vitor Sessak2011-04-2623-207/+450
* Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak2011-04-261-9/+7
* 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
* documentation: extend documentation for ffmpeg -aspect optionStefano Sabatini2011-04-261-1/+7
* APIChanges: update commit hashes for recent additions.Anton Khirnov2011-04-261-3/+3
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-267-23/+63
* 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
* pad: make the filter parametricStefano Sabatini2011-04-262-9/+162
* vsrc_movie: add key_frame and pict_type.royger2011-04-261-0/+2
* vsrc_movie: fix leak in request_frame()Stefano Sabatini2011-04-261-0/+2