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-25bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard
2011-02-25dxva2: define required feature selection macrosKyle
2011-02-25dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula
2011-02-24vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles
2011-02-24vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles
2011-02-24vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles
2011-02-24vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles
2011-02-24cosmetics: reindent after previous commitJustin Ruggles
2011-02-24vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles
2011-02-24cosmetics: remove debugging cruftJustin Ruggles
2011-02-24cosmetics: reindent after previous commitJustin Ruggles
2011-02-24vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles
2011-02-24vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles
2011-02-24vmdaudio: validate block typeJustin Ruggles
2011-02-24vmdaudio: use macros and a local variable for block type.Justin Ruggles
2011-02-24vmdaudio: correct the silent chunk count in the first block.Justin Ruggles
2011-02-24vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles
2011-02-24vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles
2011-02-24vmdaudio: fix raw_block_size calculation.Justin Ruggles
2011-02-22aacdec: Reduce the size of buf_mdct.Young Han Lee
2011-02-21vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard
2011-02-21ppc: fix vc1 inverse transform, unbreak buildMans Rullgard
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