summaryrefslogtreecommitdiffstats
path: root/libavcodec/arm
Commit message (Expand)AuthorAgeFilesLines
* h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-293-16/+22
* idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-298-27/+33
* hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1...Diego Biurrun2016-09-291-8/+8
* lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-281-0/+20
* audiodsp: reorder arguments for vector_clipfAnton Khirnov2016-09-222-5/+3
* blockdsp: drop the high_bit_depth parameterAnton Khirnov2016-09-223-8/+6
* pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-141-2/+3
* vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun2016-08-261-2/+2
* vp8: Update some assembly comments left unchanged in bd66f073fe7286bd3cDiego Biurrun2016-08-261-12/+12
* vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-261-2/+2
* vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-261-3/+3
* simple_idct: arm: Drop disabled code variantDiego Biurrun2016-08-171-7/+0
* vp8/armv6: mc: avoid boolean expression in calculationJanne Grunau2016-07-101-7/+2
* arm: Fix a typo in a commentMartin Storsjö2016-07-062-2/+2
* libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch2016-06-261-1/+1
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-131-40/+0
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-044-6/+6
* build: miscellaneous cosmeticsDiego Biurrun2016-04-071-4/+4
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-015-25/+89
* rdft: arm: Split RDFT initialization into a separate fileDiego Biurrun2016-02-263-13/+34
* fft: arm: Drop unnecessary #include, add missing onesDiego Biurrun2016-02-262-1/+5
* build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-191-3/+3
* dca: remove unused decode_hf function and quant_d tablesAlexandra Hájková2015-12-242-36/+0
* arm: add ff_int32_to_float_fmul_array8_neonJanne Grunau2015-12-142-0/+41
* arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-143-4/+4
* arm: use a local label instead of the function symbol in ff_prefetch_armJanne Grunau2015-07-201-1/+2
* h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1Janne Grunau2015-07-181-14/+16
* configure: Factor out g722dsp moduleVittorio Giovara2015-07-171-4/+2
* configure: Factor out vp8dsp moduleVittorio Giovara2015-07-171-12/+6
* configure: Factor out rv34dsp moduleVittorio Giovara2015-07-171-3/+2
* configure: Factor out flacdsp moduleVittorio Giovara2015-07-171-2/+2
* lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-281-4/+3
* fmtconvert: drop unused functionsAnton Khirnov2015-02-284-434/+0
* g722: Add ARM NEON implementation for g722_apply_qmf()Peter Meerwald2015-02-153-0/+108
* 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
OpenPOWER on IntegriCloud