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-03-05ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it instead of t...Justin Ruggles
2011-03-05ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.hJustin Ruggles
2011-03-04Fix compilation on powerpc with --disable-altivec.Carl Eugen Hoyos
2011-03-04Move guess_correct_pts() under got_picture_ptr.Michael Niedermayer
2011-03-03h263dec: produce a warning when excessive bitstream is discardedMichael Niedermayer
2011-03-03vp3-mt: fix deadlock when first frame is not a keyframe.Ronald S. Bultje
2011-03-03threads: allow thread count of zeroMans Rullgard
2011-03-03vc1: fix decoding when end sequence is presentBaptiste Coudurier
2011-03-03dnxhd: allow encoding with Avid Nitris compatibility.Baptiste Coudurier
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