summaryrefslogtreecommitdiff
path: root/libavcodec/arm
Commit message (Expand)AuthorAge
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-01
* rdft: arm: Split RDFT initialization into a separate fileDiego Biurrun2016-02-26
* fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-26
* build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-19
* dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-24
* arm: add ff_int32_to_float_fmul_array8_neonJanne Grunau2015-12-14
* arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-14
* arm: use a local label instead of the function symbol in ff_prefetch_armJanne Grunau2015-07-20
* h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1Janne Grunau2015-07-18
* configure: Factor out g722dsp moduleVittorio Giovara2015-07-17
* configure: Factor out vp8dsp moduleVittorio Giovara2015-07-17
* configure: Factor out rv34dsp moduleVittorio Giovara2015-07-17
* configure: Factor out flacdsp moduleVittorio Giovara2015-07-17
* lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-28
* fmtconvert: drop unused functionsAnton Khirnov2015-02-28
* g722: Add ARM NEON implementation for g722_apply_qmf()Peter Meerwald2015-02-15
* arm: mlpdsp: handle pic offset calculation in a macroJanne Grunau2014-12-09
* arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm position ...Janne Grunau2014-12-09
* arm: Use .data.rel.ro for const data with relocationsMartin Storsjö2014-12-09
* arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumbMartin Storsjö2014-12-08
* arm: fft_vfp: Add a missing "endconst" when building in thumb modeMartin Storsjö2014-12-08
* motion_est: convert stride to ptrdiff_tVittorio Giovara2014-11-24
* idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun2014-09-02
* build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-15
* mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-15
* vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison2014-08-04
* h264: Move start code search functions into separate source files.Ben Avison2014-08-04
* qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-25
* arm: Macroize the test for 'setend' CPU instruction supportBen Avison2014-07-21
* dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun2014-07-21
* idct: Move arm-specific declarations to a header in the arm directoryDiego Biurrun2014-07-20
* idctdsp: prettyprinting cosmeticsDiego Biurrun2014-07-18
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-18
* arm: cosmetics: Consistently use lowercase for shift operatorsMartin Storsjö2014-07-18
* arm: cosmetics: Fix a misaligned asm operandMartin Storsjö2014-07-18
* armv6: Accelerate ff_fft_calc for general case (nbits != 4)Ben Avison2014-07-18
* armv6: Accelerate ff_imdct_half for general case (mdct_bits != 6)Ben Avison2014-07-18
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* arm: dsputil: Coalesce all init filesDiego Biurrun2014-07-16
* dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun2014-07-11
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-09
* arm: Avoid using the 'setend' instruction on ARMv7 and newerMartin Storsjö2014-07-08
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-06
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* h264: avoid using uninitialized memory in NEON chroma mcJanne Grunau2014-06-23
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18