summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* arm: mlpdsp: handle pic offset calculation in a macroJanne Grunau2014-12-091-16/+20
* arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm position ...Janne Grunau2014-12-091-10/+13
* arm: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-093-3/+3
* arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumbMartin Storsjö2014-12-081-10/+5
* arm: fft_vfp: Add a missing "endconst" when building in thumb modeMartin Storsjö2014-12-081-0/+1
* motion_est: convert stride to ptrdiff_tVittorio Giovara2014-11-241-5/+5
* idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-021-7/+0
* build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-151-0/+18
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-153-4/+4
* vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison2014-08-041-0/+3
* h264: Move start code search functions into separate source files.Ben Avison2014-08-044-6/+31
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-252-66/+68
* arm: Macroize the test for 'setend' CPU instruction supportBen Avison2014-07-211-5/+1
* dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun2014-07-211-0/+40
* idct: Move arm-specific declarations to a header in the arm directoryDiego Biurrun2014-07-205-15/+44
* idctdsp: prettyprinting cosmeticsDiego Biurrun2014-07-184-20/+20
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-184-5/+5
* arm: cosmetics: Consistently use lowercase for shift operatorsMartin Storsjö2014-07-182-3/+3
* arm: cosmetics: Fix a misaligned asm operandMartin Storsjö2014-07-181-1/+1
* armv6: Accelerate ff_fft_calc for general case (nbits != 4)Ben Avison2014-07-182-17/+255
* armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)Ben Avison2014-07-181-2/+144
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-173-5/+4
* arm: dsputil: Coalesce all init filesDiego Biurrun2014-07-164-91/+28
* dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun2014-07-113-7/+4
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-095-63/+120
* arm: Avoid using the 'setend' instruction on ARMv7 and newerMartin Storsjö2014-07-081-1/+5
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-065-61/+116
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-3013-128/+250
* h264: avoid using uninitialized memory in NEON chroma mcJanne Grunau2014-06-231-4/+56
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-227-55/+168
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-187-24/+137
* arm: check if AS supports .dnJanne Grunau2014-06-032-0/+8
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-295-45/+102
* mpegvideo: move the MpegEncContext fields used from arm asm to the beginningAnton Khirnov2014-04-291-6/+6
* lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsetsJanne Grunau2014-04-242-13/+8
* 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
* On2 VP7 decoderPeter Ross2014-04-046-46/+72
* arm: build: Maintain decoder objects separate from infrastructure objectsDiego Biurrun2014-03-271-3/+4
* 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 mlp_filter_channel.Ben Avison2014-03-263-0/+475
* dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-221-1/+1
* dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-5/+6
* build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-201-17/+20
* dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-205-24/+28
* arm: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-204-21/+29
* arm: dsputil: Drop restrict keyword from add_pixels_clamped_armv6 prototypeDiego Biurrun2014-03-141-2/+1
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-133-3/+3
* arm: dsputil: Add a bunch of missing #includesDiego Biurrun2014-03-134-0/+13
OpenPOWER on IntegriCloud