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-12-22videodsp: Fix project nameMichael Niedermayer
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer
2012-12-20lavc: add missing files for armLuca Barbato
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-12-19Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'Michael Niedermayer
2012-12-18misc typo, style and wording fixesDiego Biurrun
2012-12-09arm: put prefetch under matching #ifdef as the actual codeMichael Niedermayer
2012-12-08Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30'Michael Niedermayer
2012-12-08Merge commit '637606de2d2e0af0a9fa2f23f943765d7d7c5cd5'Michael Niedermayer
2012-12-08Merge commit '9ebd45c2d58ad9241ad09718679f0cf7fb57da52'Michael Niedermayer
2012-12-07arm: rename ARMVFP config symbol to VFPMans Rullgard
2012-12-07arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard
2012-12-07arm: fix use of uninitialised value in ff_fft_fixed_init_arm()Mans Rullgard
2012-11-27Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer
2012-11-26dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-30Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje
2012-10-20Merge commit 'c9ef43215c7d68c2cdcdbe02287aa114f27a32ed'Michael Niedermayer
2012-10-20ARM: fix overreads in neon h264 chroma mcMans Rullgard
2012-10-12Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-11Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer
2012-10-10arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf
2012-10-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer
2012-10-09build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-10-06mpegvideo_armv5te: change asserts to av_assertsMichael Niedermayer
2012-10-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-02ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard
2012-09-26Revert "arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4"Michael Niedermayer
2012-09-25arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4bruce-wu
2012-09-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-20ARM: swap source operands in some add instructionsMans Rullgard
2012-09-16arm/dca: Fix compilation of decode_blockcodes() with --enable-thumbMichael Niedermayer
2012-09-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-16flacdsp: arm optimised lpc filterMans Rullgard
2012-09-09dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-07arm: fix compile with disable-optimizations on androidMichael Niedermayer
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04ARMv6: vp8: fix stack allocation with Apple's assemblerMans Rullgard
2012-08-04ARM: vp56: allow inline asm to build with clangMans Rullgard
2012-08-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-01ARM: use =const syntax instead of explicit literal poolsMans Rullgard
2012-08-01ARM: use standard syntax for all LDRD/STRD instructionsMans Rullgard
2012-07-19Fix misspellings of FFmpegMichael Niedermayer
2012-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-07-18build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer