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-02-21targa: prevent integer overflow in bufsize check.Ronald S. Bultje
2011-02-21VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje
2011-02-21dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje
2011-02-21VC1: inline vc1_put_block() in vc1_decode_i_blocks().Ronald S. Bultje
2011-02-20amrnb: use correct size when copying lsf_r arrayMans Rullgard
2011-02-20VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().Ronald S. Bultje
2011-02-19dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje
2011-02-19Fix invalid reads in VC1 decoderReimar Döffinger
2011-02-19Fix VP3 edge emulationDavid Conrad
2011-02-19aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee
2011-02-19VP3: fix decoding of videos with stride > 2048Jason Garrett-Glaser
2011-02-18targa: fix potential buffer overreadsJean-Daniel Dupas
2011-02-18Fix PPC build.Ronald S. Bultje
2011-02-18VP8: init one less near_mvJason Garrett-Glaser
2011-02-18VP8: split out declarations to new headerJason Garrett-Glaser
2011-02-18VP8: faster MV clippingJason Garrett-Glaser
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-18VC1: simplify a calculation in a loop.Ronald S. Bultje
2011-02-18VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje
2011-02-17mdct: remove unnecessary multiplicationYoung Han Lee
2011-02-17ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles
2011-02-17vbv_delay AVOption for ABI compatibilityMichael Niedermayer
2011-02-17Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos
2011-02-16ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles
2011-02-16Document audio_resample_close().Stefano Sabatini
2011-02-16Apply minor cosmetics fixes to the av_audio_resample_init() doxy.Stefano Sabatini
2011-02-16ac3enc: change default floor code to 7.Justin Ruggles
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-15Pass VBV delay to the calling application via ctxChristophe Massiot
2011-02-15binkaudio: remove unused copy of AVCodecContext*Peter Ross
2011-02-15binkaudio: fix channel count checkPeter Ross
2011-02-15aacdec: Implement LTP support.Young Han Lee
2011-02-14aac: remove dead SBR input scalingAlex Converse
2011-02-14ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles
2011-02-13mpeg4video: ignore broken GOP headersAnatoly Nenashev
2011-02-13FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-02-13bink: permute Bink version 'b' quant matrices by inverse scan orderPeter Ross
2011-02-13bink: simplify how quantization matrices are passed to read_dct_coeffs()Peter Ross
2011-02-12Make tables generation insensitive to floating-point implementationVitor Sessak
2011-02-12Add missing terminating backslashRonald S. Bultje
2011-02-11VP8: ARM optimised decode_block_coeffs_internalMans Rullgard
2011-02-11ARM optimised vp56_rac_get_prob()Mans Rullgard
2011-02-11bink: reindent after last commitPeter Ross
2011-02-11Bink version 'b' video decoderPeter Ross
2011-02-11vorbis dec: Remove obsolete commentAlexander Strasser
2011-02-11vorbis dec: cosmetics: Indent consistentlyAlexander Strasser
2011-02-11vorbis dec: cosmetics: Indent CPP cond properlyAlexander Strasser
2011-02-11vorbis dec: Delete useless scopes, and reindent after scope deletionAlexander Strasser
2011-02-11VP8: optimized mv prediction and decodingJason Garrett-Glaser
2011-02-11ac3enc: Remove unneeded clipping of shift amount.Justin Ruggles