summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-162-50/+0
|\
| * lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-162-50/+0
* | videodsp: Fix project nameMichael Niedermayer2012-12-224-16/+16
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-217-15/+129
|\ \ | |/
| * lavc: add missing files for armLuca Barbato2012-12-202-0/+59
| * lavc: introduce VideoDSPContextRonald S. Bultje2012-12-205-13/+68
* | Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'Michael Niedermayer2012-12-191-1/+1
|\ \ | |/
| * misc typo, style and wording fixesDiego Biurrun2012-12-181-1/+1
* | arm: put prefetch under matching #ifdef as the actual codeMichael Niedermayer2012-12-091-0/+2
* | Merge commit 'b326755989b346d0d935e0628e8865f9b2951c30'Michael Niedermayer2012-12-081-2/+2
|\ \ | |/
| * arm: rename ARMVFP config symbol to VFPMans Rullgard2012-12-071-2/+2
* | Merge commit '637606de2d2e0af0a9fa2f23f943765d7d7c5cd5'Michael Niedermayer2012-12-087-13/+13
|\ \ | |/
| * arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilationMans Rullgard2012-12-077-13/+13
* | Merge commit '9ebd45c2d58ad9241ad09718679f0cf7fb57da52'Michael Niedermayer2012-12-081-1/+1
|\ \ | |/
| * arm: fix use of uninitialised value in ff_fft_fixed_init_arm()Mans Rullgard2012-12-071-1/+1
* | Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b'Michael Niedermayer2012-11-272-41/+0
|\ \ | |/
| * dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-262-41/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-301-18/+18
|\ \ | |/
| * Use ptrdiff_t instead of int for intra pred "stride" function parameter.Ronald S. Bultje2012-10-291-18/+18
* | Merge commit 'c9ef43215c7d68c2cdcdbe02287aa114f27a32ed'Michael Niedermayer2012-10-201-58/+28
|\ \ | |/
| * ARM: fix overreads in neon h264 chroma mcMans Rullgard2012-10-201-58/+28
* | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer2012-10-121-0/+24
|\ \ | |/
| * Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-111-0/+24
* | Merge commit 'b522000e9b2ca36fe5b2751096b9a5f5ed8f87e6'Michael Niedermayer2012-10-113-20/+34
|\ \ | |/
| * arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf2012-10-103-12/+26
* | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer2012-10-101-4/+5
|\ \ | |/
| * build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-091-4/+5
* | mpegvideo_armv5te: change asserts to av_assertsMichael Niedermayer2012-10-061-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-0310-19/+0
|\ \ | |/
| * ARM: set Tag_ABI_align_preserved in all asm filesMans Rullgard2012-10-0210-19/+0
* | Revert "arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4"Michael Niedermayer2012-09-261-26/+36
* | arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4bruce-wu2012-09-251-36/+26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-213-6/+6
|\ \ | |/
| * ARM: swap source operands in some add instructionsMans Rullgard2012-09-203-6/+6
* | arm/dca: Fix compilation of decode_blockcodes() with --enable-thumbMichael Niedermayer2012-09-161-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-163-0/+181
|\ \ | |/
| * flacdsp: arm optimised lpc filterMans Rullgard2012-09-153-0/+181
* | dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis2012-09-091-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-072-5/+5
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-072-5/+5
* | arm: fix compile with disable-optimizations on androidMichael Niedermayer2012-08-072-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-042-5/+19
|\ \ | |/
| * ARMv6: vp8: fix stack allocation with Apple's assemblerMans Rullgard2012-08-041-1/+7
| * ARM: vp56: allow inline asm to build with clangMans Rullgard2012-08-041-4/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-017-96/+57
|\ \ | |/
| * ARM: use =const syntax instead of explicit literal poolsMans Rullgard2012-08-013-74/+35
| * ARM: use standard syntax for all LDRD/STRD instructionsMans Rullgard2012-08-015-22/+22
* | Fix misspellings of FFmpegMichael Niedermayer2012-07-191-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-184-50/+47
|\ \ | |/
| * vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-184-47/+46
OpenPOWER on IntegriCloud