summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* avcodec: fix arguments on xmm/neon clobber test wrappersJames Almer2016-10-021-2/+2
* avcodec: add missing xmm/neon clobber test wrappers for the new encode APIJames Almer2016-10-011-0/+10
* avcodec: fix vc1dsp dependenciesXiaolei Yu2016-09-251-1/+1
* avcodec: add missing xmm/neon clobber test wrappers for the new decode APIJames Almer2016-07-031-0/+10
* lavc/neontest: fix constness in arm/aarch64 avcodec_open2() wrappersClément Bœsch2016-06-251-1/+1
* Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-221-40/+0
|\
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-40/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-214-6/+6
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-044-6/+6
* | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec'Derek Buitenhuis2016-05-091-4/+4
|\ \ | |/
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-071-4/+4
| * fft: Split MDCT bits off from FFTDiego Biurrun2016-03-015-25/+89
* | arm/rdft_init: fix license headerJames Almer2016-04-121-4/+4
* | Merge commit '4c297249ac0f513a610a62691ce96d6b62f65b94'Derek Buitenhuis2016-04-123-13/+34
|\ \ | |/
| * rdft: arm: Split RDFT initialization into a separate fileDiego Biurrun2016-02-263-13/+34
* | Merge commit '97aec6e75ef36ed0402653519daa8e1fc8ddb555'Derek Buitenhuis2016-04-122-1/+5
|\ \ | |/
| * fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-262-1/+5
* | Merge commit '15a24614aef5836af3cd2c7cc3b2b737eee6bf3c'Derek Buitenhuis2016-02-241-3/+3
|\ \ | |/
| * build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-191-3/+3
* | avcodec/dca: add new decoder based on libdcadecfoo862016-01-311-3/+3
* | avcodec/dca: remove old decoderfoo862016-01-315-600/+3
* | avcodec/synth_filter: split off remaining code from dcadec filesJames Almer2016-01-253-23/+51
* | Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'Hendrik Leppkes2016-01-022-36/+0
|\ \ | |/
| * dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-242-36/+0
* | Merge commit '90b1b9350c0a97c4065ae9054b83e57f48a0de1f'Hendrik Leppkes2016-01-022-0/+41
|\ \ | |/
| * arm: add ff_int32_to_float_fmul_array8_neonJanne Grunau2015-12-142-0/+41
* | Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'Hendrik Leppkes2016-01-023-4/+4
|\ \ | |/
| * arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-143-4/+4
* | blockdsp: reindent after parameter removalChristophe Gisquet2015-10-031-2/+2
* | blockdsp: remove high bitdepth parameterChristophe Gisquet2015-10-023-6/+4
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-272-2/+2
|\ \ | |/
| * arm: use a local label instead of the function symbol in ff_prefetch_armJanne Grunau2015-07-201-1/+2
* | Merge commit '256ef19844892c6cf8e0386e3287bae970ec6320'Michael Niedermayer2015-07-181-16/+17
|\ \ | |/
| * h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1Janne Grunau2015-07-181-14/+16
* | Merge commit 'f5ee23004d1177ca6dd99b92cb4ff4b94b2eae09'Michael Niedermayer2015-07-171-4/+2
|\ \ | |/
| * configure: Factor out g722dsp moduleVittorio Giovara2015-07-171-4/+2
* | Merge commit 'd42191c78befc1983f23b1899b2dda513b72f1ed'Michael Niedermayer2015-07-171-12/+6
|\ \ | |/
| * configure: Factor out vp8dsp moduleVittorio Giovara2015-07-171-12/+6
* | Merge commit '5cb4bdb2a03c3643f8f1e7d21d7094e61e0a4418'Michael Niedermayer2015-07-171-3/+2
|\ \ | |/
| * configure: Factor out rv34dsp moduleVittorio Giovara2015-07-171-3/+2
* | Merge commit 'b075869bc1e1aadea0a8dc819ebfb758adb9e3d0'Michael Niedermayer2015-07-171-3/+2
|\ \ | |/
| * configure: Factor out flacdsp moduleVittorio Giovara2015-07-171-2/+2
* | lavc/flac: Fix encoding and decoding with high lpc.Carl Eugen Hoyos2015-05-171-2/+2
* | avcodec/arm/flacdsp_init_arm: Put CONFIG_FLAC_DECODER first in if()Michael Niedermayer2015-03-261-1/+1
* | hevcdsp: fix compilation for arm and aarch64James Almer2015-03-124-11/+61
* | Merge commit '71f1ad37d858b810b71a4af1c25771beaa50b27b'Michael Niedermayer2015-03-011-4/+3
|\ \ | |/
| * lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-281-4/+3
* | Merge commit 'd74a8cb7e42f703be5796eeb485f06af710ae8ca'Michael Niedermayer2015-02-284-434/+0
|\ \ | |/
| * fmtconvert: drop unused functionsAnton Khirnov2015-02-284-434/+0
* | avcodec/hevcdsp: ARM NEON optimized qpel functionsSeppo Tomperi2015-02-253-1/+1160
OpenPOWER on IntegriCloud