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-02vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje
2011-03-02threads: allow thread count of zeroMans Rullgard
2011-03-02vc1: fix decoding when end sequence is presentBaptiste Coudurier
2011-03-02dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier
2011-03-01huffyuv: Add multithreading supportAlexander Strange
2011-03-01pthreads: Fix bug introduced with thread_safe_callbacksAlexander Strange
2011-02-27ARM: VP8: fix build on systems with global symbol prefixMans Rullgard
2011-02-27ARM: fix vp8 neon with pic enabledMans Rullgard
2011-02-25bink: prevent overflows within binkidct by using int-sized intermediate arrayPeter Ross
2011-02-25Bink version 'b' audio decoderPeter Ross
2011-02-25binkaudio: simplify frame_len_bits and frame_len calculationPeter Ross
2011-02-25binkaudio: remove unnecessary loopPeter Ross
2011-02-25binkaudio: perform band table scaling in decode_initPeter Ross
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