summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6a13505c069890cb0e2a07e29fd819a0cf2e73c1'Michael Niedermayer2014-04-301-6/+6
|\
| * mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov2014-04-291-6/+6
* | vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison2014-04-252-0/+6
* | h264: Move search code search functions into separate source files.Ben Avison2014-04-253-5/+5
* | Merge commit 'a88e1d1c598e641eecd5d43730211d91c82787c6'Michael Niedermayer2014-04-252-13/+8
|\ \ | |/
| * lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau2014-04-242-13/+8
* | avcodec/arm/vc1dsp_init_neon: fix code so it compiles and passes fate-vc1Michael Niedermayer2014-04-201-3/+3
* | vc1dsp: introduce cases for 8x8 and 16x16Christophe Gisquet2014-04-201-50/+55
* | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer2014-04-051-1/+0
|\ \ | |/
| * Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+0
| * arm: asm decode_block_coeffs_internal is vp8 specificJanne Grunau2014-04-041-1/+1
* | Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer2014-04-046-54/+76
|\ \ | |/
| * On2 VP7 decoderPeter Ross2014-04-046-46/+72
* | Merge commit 'c3a0b3eb64be441ca897629e8ecd80d5b51fded7'Michael Niedermayer2014-03-271-3/+4
|\ \ | |/
| * arm: build: Maintain decoder objects separate from infrastructure objectsDiego Biurrun2014-03-271-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-263-0/+628
|\ \ | |/
| * truehd: add hand-scheduled ARM asm version of ff_mlp_pack_output.Ben Avison2014-03-263-0/+628
| * truehd: add hand-scheduled ARM asm version of ff_mlp_rematrix_channel.Ben Avison2014-03-262-0/+234
* | truehd: add hand-scheduled ARM asm version of ff_mlp_rematrix_channel.Ben Avison2014-03-262-0/+234
* | Merge commit '15a29c39d9ef15b0783c04b3228e1c55f6701ee3'Michael Niedermayer2014-03-263-4/+8
|\ \ | |/
| * truehd: add hand-scheduled ARM asm version of mlp_filter_channel.Ben Avison2014-03-263-0/+475
* | truehd: add hand-scheduled ARM asm version of mlp_filter_channel.Ben Avison2014-03-263-0/+471
* | libavcodec/*/vp8dsp_init: indentPeter Ross2014-03-252-35/+35
* | On2 VP7 decoderPeter Ross2014-03-252-4/+4
* | Merge commit '322a1dda973e802db7b57f2007fad3efcd5bab81'Michael Niedermayer2014-03-221-2/+1
|\ \ | |/
| * dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-221-1/+1
* | Merge commit '82bb3048013201c0095d2853d4623633d912252f'Michael Niedermayer2014-03-201-5/+6
|\ \ | |/
| * dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-5/+6
* | Merge commit '0e083d7e43805db1a978cb57bfa25fda62e8ff18'Michael Niedermayer2014-03-201-18/+21
|\ \ | |/
| * build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-201-17/+20
* | Merge commit '5169e688956be3378adb3b16a93962fe0048f1c9'Michael Niedermayer2014-03-205-24/+28
|\ \ | |/
| * dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-205-24/+28
* | Merge commit 'cf7a2167570e6ccb9dfbd62e9d8ba8f4f065b17e'Michael Niedermayer2014-03-204-21/+29
|\ \ | |/
| * arm: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-204-21/+29
* | avcodec/arm/cabac: fix inline cabac reader with the UNCHECKED bitstream readerMichael Niedermayer2014-03-151-0/+6
* | Merge commit '36b822b8be7f9ecd6f9d87acaa786b128a873cd9'Michael Niedermayer2014-03-141-2/+1
|\ \ | |/
| * arm: dsputil: Drop restrict keyword from add_pixels_clamped_armv6 prototypeDiego Biurrun2014-03-141-2/+1
* | avcodec/arm/fft_fixed_neon: reduce diff by 2 spaces to libavMichael Niedermayer2014-03-141-1/+1
* | Merge commit '831a1180785a786272cdcefb71566a770bfb879e'Michael Niedermayer2014-03-133-3/+3
|\ \ | |/
| * Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-133-3/+3
* | Merge commit 'd1184b8110b4847013bf25222e6809eb3462913c'Michael Niedermayer2014-03-134-0/+13
|\ \ | |/
| * arm: dsputil: Add a bunch of missing #includesDiego Biurrun2014-03-134-0/+13
* | Merge commit '49676eb7301e775d08bdbba5380159b106ee258f'Michael Niedermayer2014-03-131-1/+0
|\ \ | |/
| * dsputil: Remove prototypes for nonexisting optimization functionsDiego Biurrun2014-03-131-1/+0
* | Merge commit '5a7f382a5d33d9a26890affe6c8c5070a48dfc22'Michael Niedermayer2014-03-121-1/+7
|\ \ | |/
| * armv6: vp8: use explicit labels in motion compensation asmJanne Grunau2014-03-121-1/+7
* | Merge commit '634d9d8b398982647b3d7160641198744901d8d8'Michael Niedermayer2014-03-091-0/+102
|\ \ | |/
| * arm: get_cabac inline asmJanne Grunau2014-03-091-0/+102
* | Merge commit '4506a854a4d846692ba71daeeff661dc214c8fa2'Michael Niedermayer2014-03-091-1/+1
|\ \ | |/
| * arm: vp3: remove incorrect const in ff_vp3_idct_dc_add_neon declarationJanne Grunau2014-03-091-1/+1
OpenPOWER on IntegriCloud