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-22VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje
2011-02-22dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje
2011-02-22VC1: inline vc1_put_block() in vc1_decode_i_blocks().Ronald S. Bultje
2011-02-22amrnb: 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-20dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje
2011-02-20Fix invalid reads in VC1 decoderReimar Döffinger
2011-02-20Fix VP3 edge emulationDavid Conrad
2011-02-20aacdec: dsputilize the scalar multiplication in intensity stereoYoung Han Lee
2011-02-20VP3: 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-18mdct: remove unnecessary multiplicationYoung Han Lee
2011-02-18ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles
2011-02-17ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles
2011-02-17Document audio_resample_close().Stefano Sabatini
2011-02-17ac3enc: change default floor code to 7.Justin Ruggles
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-16vbv_delay AVOption for ABI compatibilityMichael Niedermayer
2011-02-16Pass 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-15aac: remove dead SBR input scalingAlex Converse
2011-02-15ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles
2011-02-15FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt
2011-02-15bink: permute Bink version 'b' quant matrices by inverse scan orderPeter Ross
2011-02-15bink: simplify how quantization matrices are passed to read_dct_coeffs()Peter Ross
2011-02-14Make truncated mpeg4 GOP header check a bit more specific.Michael Niedermayer
2011-02-14Apply minor cosmetics fixes to the av_audio_resample_init() doxy.Stefano Sabatini
2011-02-14Document audio_resample_close().Stefano Sabatini
2011-02-13Detect null gop headers.Michael Niedermayer
2011-02-13Make tables generation insensitive to floating-point implementationVitor Sessak
2011-02-13VP8: ARM optimised decode_block_coeffs_internalMans Rullgard
2011-02-13ARM optimised vp56_rac_get_prob()Mans Rullgard
2011-02-13bink: reindent after last commitPeter Ross
2011-02-13Bink version 'b' video decoderPeter Ross
2011-02-13Clarify that pts_correction* fields are internal to libavcodecMichael Niedermayer
2011-02-12Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos
2011-02-11VP8: optimized mv prediction and decodingJason Garrett-Glaser
2011-02-11ac3enc: Remove unneeded clipping of shift amount.Justin Ruggles
2011-02-11ac3enc: remove right shifting from lshift_tab() and make lshift unsigned.Justin Ruggles
2011-02-11Remove final semicolon from some macrosMans Rullgard
2011-02-11dvbsubenc: Fix placement of the object versionRonen Mizrahi