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
2012-10-31Fix #1827, segfault with XXCH samples when downsampling.Nick Brereton
2012-10-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-31Merge commit 'be923ed659016350592acb9b3346f706f8170ac5'Michael Niedermayer
2012-10-31Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer
2012-10-31Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
2012-10-31aacdec: Drop some unused function argumentsDiego Biurrun
2012-10-31av_get_audio_frame_duration: add IACPaul B Mahol
2012-10-31pix_fmt_info: add 9/10 bit YUVA formatsMichael Niedermayer
2012-10-31x86: fmtconvert: port to cpuflagsDiego Biurrun
2012-10-31x86: fmtconvert: Refactor cvtps2pi emulation through cpuflagsDiego Biurrun
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-31av_get_audio_frame_duration: add G723_1Paul B Mahol
2012-10-30av_get_audio_frame_duration: fix IMCMichael Niedermayer
2012-10-30lavc: const correctness for avpicture_fill()Paul B Mahol
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-30ff: fix case where image does not have alpha channelPaul B Mahol
2012-10-30cng: Reindent some incorrectly indented linesMartin Storsjö
2012-10-30cngdec: Allow flushing the decoderMartin Storsjö
2012-10-30cngdec: Make the dbov variable have the right unitMartin Storsjö
2012-10-30cngdec: Fix the memset size to cover the full arrayMartin Storsjö
2012-10-30cngdec: Update the LPC coefficients after averaging the reflection coefficientsMartin Storsjö
2012-10-30Merge commit '08b028c18dc31b6de741861b9555669dcca4d12a'Michael Niedermayer
2012-10-30Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer
2012-10-30Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer
2012-10-30rawdec: check avpicture_get_size() return valueMichael Niedermayer
2012-10-30Partly revert f174fba: yop decoder does not support direct rendering.Carl Eugen Hoyos
2012-10-30pixfmt: support more yuva formatsLuca Barbato
2012-10-30Partly revert f174fba: indeo3 decoder does not support direct rendering.Carl Eugen Hoyos
2012-10-30vqavideo: return more meaningful error codesPaul B Mahol
2012-10-30mpeg12videodec: dont pass mpeg1 VBR special case value on as bitrate.Michael Niedermayer
2012-10-30mpeg12video_parser: Wrong bit rate in MPEG2 video file (Ticket #1862)Heesuk Jung
2012-10-30mpeg12parser: cleanup bitrate parsing.Michael Niedermayer
2012-10-30Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje
2012-10-30x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.Ronald S. Bultje
2012-10-30truemotion2: remove unused variableMichael Niedermayer
2012-10-30Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje
2012-10-30pictordec: decode 1bpp / 4bpp images when extra header marker is missingPiotr Bandurski
2012-10-30avuidec: correct long_namePiotr Bandurski
2012-10-30lavc: remove duplicated .capabilitiesPaul B Mahol
2012-10-30avcodec: Add a RFC 3389 comfort noise codecMartin Storsjö
2012-10-29lpc: Add a function for calculating reflection coefficients from samplesMartin Storsjö
2012-10-29lpc: Add a function for calculating reflection coefficients from autocorrelat...Justin Ruggles
2012-10-29indeo3: remove duplicate capabilities line.Anton Khirnov
2012-10-29aacenc: Drop some unused function argumentsDiego Biurrun
2012-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-29lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov