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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-03huffyuv: Add multithreading supportAlexander Strange
2011-03-03pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange
2011-03-03Fix duplicate & droped frame in Californication.S02E01.HDTV.XviD-NoTV.aviMichael Niedermayer
2011-02-28ARM: VP8: fix build on systems with global symbol prefixMans Rullgard
2011-02-28ARM: fix vp8 neon with pic enabledMans Rullgard
2011-02-26bink: prevent overflows within binkidct by using int-sized intermediate arrayPeter Ross
2011-02-26Bink version 'b' audio decoderPeter Ross
2011-02-26binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross
2011-02-26binkaudio: remove unnecessary loopPeter Ross
2011-02-26binkaudio: perform band table scaling in decode_initPeter Ross
2011-02-26bink: use LOCAL_ALIGNED for aligned stack dataMans Rullgard
2011-02-26dxva2: define required feature selection macrosKyle
2011-02-26dca: use EXT_AUDIO_ID field to determine core extensionsAnssi Hannula
2011-02-26vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.Justin Ruggles
2011-02-26vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...Justin Ruggles
2011-02-26vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...Justin Ruggles
2011-02-26vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...Justin Ruggles
2011-02-26cosmetics: reindent after previous commitJustin Ruggles
2011-02-26vmdaudio: move all silence chunk handling to vmdaudio_loadsound().Justin Ruggles
2011-02-26cosmetics: remove debugging cruftJustin Ruggles
2011-02-26cosmetics: reindent after previous commitJustin Ruggles
2011-02-26vmdaudio: simplify buffer pointer and header size handling.Justin Ruggles
2011-02-26vmdaudio: set *data_size to zero when skipping small packets and add a warnin...Justin Ruggles
2011-02-26vmdaudio: validate block typeJustin Ruggles
2011-02-26vmdaudio: use macros and a local variable for block type.Justin Ruggles
2011-02-26vmdaudio: correct the silent chunk count in the first block.Justin Ruggles
2011-02-26vmdaudio: output audio samples for standalone silent blocks.Justin Ruggles
2011-02-26vmdaudio: remove duplicated code by merging mono and stereo decoding.Justin Ruggles
2011-02-26vmdaudio: fix raw_block_size calculation.Justin Ruggles
2011-02-25Mark MS-MPEG4v1 encoder as experimental.Carl Eugen Hoyos
2011-02-24Make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via AVFrame.Michael Niedermayer
2011-02-22aacdec: Reduce the size of buf_mdct.Young Han Lee
2011-02-22vp8: ppc: fix invalid reads in altivec epel mcMans Rullgard
2011-02-22ppc: fix vc1 inverse transform, unbreak buildMans Rullgard
2011-02-22targa: prevent integer overflow in bufsize check.Ronald S. Bultje
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