Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-28crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross
2011-04-28libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementationPeter Ross
2011-04-27vorbisdec: Rename silly "class_" variable to plain "class".Diego Biurrun
2011-04-27simple_idct_alpha: Drop some useless casts.Diego Biurrun
2011-04-27Simplify av_log_missing_feature().Diego Biurrun
2011-04-27ac3enc: remove check for mismatching channels and channel_layoutJustin Ruggles
2011-04-27If AVCodecContext.channels is 0 and AVCodecContext.channel_layout isJustin Ruggles
2011-04-27If AVCodecContext.channel_layout and AVCodecContext.channels are bothJustin Ruggles
2011-04-27cosmetics: indentationJustin Ruggles
2011-04-27Check AVCodec.supported_samplerates and AVCodec.channel_layouts inJustin Ruggles
2011-04-27aacdec: remove sf_scale and sf_offset.Alex Converse
2011-04-27aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficientJustin Ruggles
2011-04-27Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse
2011-04-27Large intensity stereo and PNS indices are legal. Clip them instead ofAlex Converse
2011-04-27qpeg: use reget_buffer() in decode_frame()Stefano Sabatini
2011-04-27ultimotion: use reget_buffer() in ulti_decode_frame()Stefano Sabatini
2011-04-27smacker: remove unnecessary call to avctx->release_buffer in decode_frame()Stefano Sabatini
2011-04-27avparser: don't av_malloc(0).Ronald S. Bultje
2011-04-27ac3enc: correct the flipped sign in the ac3_fixed encoderJustin Ruggles
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-26Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak
2011-04-26Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.Vitor Sessak
2011-04-26mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer
2011-04-26documentation: extend documentation for ffmpeg -aspect optionStefano Sabatini
2011-04-26APIChanges: update commit hashes for recent additions.Anton Khirnov
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
2011-04-26aac: add headers needed for log2f()Michael Niedermayer
2011-04-26lavc: remove FF_API_MB_Q cruftAnton Khirnov
2011-04-26lavc: remove FF_API_RATE_EMU cruftAnton Khirnov
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-26pad: make the filter parametricStefano Sabatini
2011-04-26vsrc_movie: add key_frame and pict_type.royger
2011-04-26vsrc_movie: fix leak in request_frame()Stefano Sabatini
2011-04-26lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné
2011-04-26vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer
2011-04-26lavfi: add fieldorder filterMark Himsley
2011-04-26scale: make the filter parametricStefano Sabatini
2011-04-26yadif: support 16-bitJames Darnley
2011-04-26yadif: support more than yuv420p.James Darnley
2011-04-26yadif: Fix assert() failureMichael Niedermayer
2011-04-26graphparser: add a NULL check on the argument passed to strstrStefano Sabatini
2011-04-26setdar: prefer "sar" over "par" in log info messageStefano Sabatini
2011-04-26fade: fix draw_slice() check on fade->factor valueMark Himsley
2011-04-26fade: make draw_slice() chroma check against planes 1 and 2Mark Himsley
2011-04-25win32: include the correct header in cmdutils.cLuca Barbato
2011-04-25ac3: fix memleak in fixed-point encoderJanne Grunau
2011-04-25flashsv: Return more meaningful error values.Diego Biurrun
2011-04-25flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun
2011-04-25read AVI palette from the end of extradataKostya Shishkov