summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* aacdec: remove sf_scale and sf_offset.Alex Converse2011-04-27
* aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficientJustin Ruggles2011-04-27
* Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-27
* Large intensity stereo and PNS indices are legal. Clip them instead ofAlex Converse2011-04-27
* qpeg: use reget_buffer() in decode_frame()Stefano Sabatini2011-04-27
* ultimotion: use reget_buffer() in ulti_decode_frame()Stefano Sabatini2011-04-27
* smacker: remove unnecessary call to avctx->release_buffer in decode_frame()Stefano Sabatini2011-04-27
* avparser: don't av_malloc(0).Ronald S. Bultje2011-04-26
* ac3enc: correct the flipped sign in the ac3_fixed encoderJustin Ruggles2011-04-26
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak2011-04-26
* Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.Vitor Sessak2011-04-26
* mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer2011-04-26
* documentation: extend documentation for ffmpeg -aspect optionStefano Sabatini2011-04-26
* APIChanges: update commit hashes for recent additions.Anton Khirnov2011-04-26
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-26
* aac: add headers needed for log2f()Michael Niedermayer2011-04-26
* lavc: remove FF_API_MB_Q cruftAnton Khirnov2011-04-26
* lavc: remove FF_API_RATE_EMU cruftAnton Khirnov2011-04-26
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-26
* pad: make the filter parametricStefano Sabatini2011-04-26
* vsrc_movie: add key_frame and pict_type.royger2011-04-26
* vsrc_movie: fix leak in request_frame()Stefano Sabatini2011-04-26
* lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-26
* vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-26
* lavfi: add fieldorder filterMark Himsley2011-04-26
* scale: make the filter parametricStefano Sabatini2011-04-26
* yadif: support 16-bitJames Darnley2011-04-26
* yadif: support more than yuv420p.James Darnley2011-04-26
* yadif: Fix assert() failureMichael Niedermayer2011-04-26
* graphparser: add a NULL check on the argument passed to strstrStefano Sabatini2011-04-25
* setdar: prefer "sar" over "par" in log info messageStefano Sabatini2011-04-25
* fade: fix draw_slice() check on fade->factor valueMark Himsley2011-04-25
* fade: make draw_slice() chroma check against planes 1 and 2Mark Himsley2011-04-25
* win32: include the correct header in cmdutils.cLuca Barbato2011-04-25
* ac3: fix memleak in fixed-point encoderJanne Grunau2011-04-25
* flashsv: Return more meaningful error values.Diego Biurrun2011-04-25
* flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun2011-04-25
* read AVI palette from the end of extradataKostya Shishkov2011-04-24
* cosmetics: K&R coding style and more whitespace for Flash Screen VideoDiego Biurrun2011-04-25
* vorbisdec: Employ proper printf format specifiers for uint_fast32_t.Diego Biurrun2011-04-25
* applehttp: Don't export variant_bitrate if it isn't knownMartin Storsjö2011-04-24
* crypto: Use av_freep instead of av_freeMartin Storsjö2011-04-24
* configure: Add missing libm library dependencies to .pc files.Reinhard Tartler2011-04-24
* oggdec: reindent after 8f3eebd6Clément Bœsch2011-04-24
* configure: Add missing libavutil inter-library dependencies to .pc files.Reinhard Tartler2011-04-24
* Handle unicode file names on windowsKirill Gavrilov2011-04-24
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* Lowercase all ff* program names.Diego Biurrun2011-04-23