]> git.sesse.net Git - ffmpeg/history - libavcodec/arm
h264: eliminate decode_postinit()
[ffmpeg] / libavcodec / arm /
2016-07-10 Janne Grunauvp8/armv6: mc: avoid boolean expression in calculation
2016-07-06 Martin Storsjöarm: Fix a typo in a comment
2016-06-26 Clément Bœschlibavcodec: fix constness in clobber test avcodec_open2...
2016-05-13 Diego Biurruntests: Move all test programs to a subdirectory
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-07 Diego Biurrunbuild: miscellaneous cosmetics
2016-03-01 Diego Biurrunfft: Split MDCT bits off from FFT
2016-02-26 Diego Biurrunrdft: arm: Split RDFT initialization into a separate...
2016-02-26 Diego Biurrunfft: arm: Drop unnecessary #include, add missing ones
2016-02-19 Diego Biurrunbuild: Add vc1dsp component for more fine-grained depen...
2015-12-24 Alexandra Hájkovádca: remove unused decode_hf function and quant_d tables
2015-12-14 Janne Grunauarm: add ff_int32_to_float_fmul_array8_neon
2015-12-14 Janne Grunauarm: add a cpu flag for the VFPv2 vector mode
2015-07-20 Janne Grunauarm: use a local label instead of the function symbol...
2015-07-17 Janne Grunauh264: arm: use intra pred8x8 functions only for chroma_...
2015-07-17 Vittorio Giovaraconfigure: Factor out g722dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out vp8dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out rv34dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out flacdsp module
2015-02-28 Anton Khirnovlavc: do not compile fmtconvert unconditionally
2015-02-28 Anton Khirnovfmtconvert: drop unused functions
2015-02-15 Peter Meerwaldg722: Add ARM NEON implementation for g722_apply_qmf()
2014-12-09 Janne Grunauarm: mlpdsp: handle pic offset calculation in a macro
2014-12-09 Janne Grunauarm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix...
2014-12-09 Martin Storsjöarm: Use .data.rel.ro for const data with relocations
2014-12-08 Martin Storsjöarm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp...
2014-12-08 Martin Storsjöarm: fft_vfp: Add a missing "endconst" when building...
2014-11-24 Vittorio Giovaramotion_est: convert stride to ptrdiff_t
2014-09-02 Diego Biurrunidctdsp: Add global function pointers for {add|put...
2014-08-15 Diego Biurrunbuild: Add explanatory comments to (optimization) block...
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-08-04 Ben Avisonvc-1: Add platform-specific start code search routine...
2014-08-04 Ben Avisonh264: Move start code search functions into separate...
2014-07-25 Diego Biurrunqpeldsp: Mark source pointer in qpel_mc_func function...
2014-07-21 Ben Avisonarm: Macroize the test for 'setend' CPU instruction...
2014-07-21 Diego Biurrundct-test: Move arch-specific bits into arch-specific...
2014-07-20 Diego Biurrunidct: Move arm-specific declarations to a header in...
2014-07-18 Diego Biurrunidctdsp: prettyprinting cosmetics
2014-07-18 Diego Biurrunidct: Convert IDCT permutation #defines to an enum
2014-07-18 Martin Storsjöarm: cosmetics: Consistently use lowercase for shift...
2014-07-18 Martin Storsjöarm: cosmetics: Fix a misaligned asm operand
2014-07-17 Ben Avisonarmv6: Accelerate ff_fft_calc for general case (nbits...
2014-07-17 Ben Avisonarmv6: Accelerate ff_imdct_half for general case (mdct_...
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-07-16 Diego Biurrunarm: dsputil: Coalesce all init files
2014-07-11 Diego Biurrundsputil: Drop unused bit_depth parameter from all init...
2014-07-09 Diego Biurrundsputil: Split off pixel block routines into their...
2014-07-08 Martin Storsjöarm: Avoid using the 'setend' instruction on ARMv7...
2014-07-06 Diego Biurrundsputil: Move pix_sum, pix_norm1, shrink function point...
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-23 Janne Grunauh264: avoid using uninitialized memory in NEON chroma mc
2014-06-22 Diego Biurrundsputil: Split audio operations off into a separate...
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-06-03 Janne Grunauarm: check if AS supports .dn
2014-05-29 Diego Biurrundsputil: Move APE-specific bits into apedsp
2014-04-29 Anton Khirnovmpegvideo: move the MpegEncContext fields used from...
2014-04-24 Janne Grunaulavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct...
2014-04-04 Diego BiurrunRemove a number of unnecessary dsputil.h #includes
2014-04-04 Janne Grunauarm: asm decode_block_coeffs_internal is vp8 specific
2014-04-04 Peter RossOn2 VP7 decoder
2014-03-27 Diego Biurrunarm: build: Maintain decoder objects separate from...
2014-03-26 Ben Avisontruehd: add hand-scheduled ARM asm version of ff_mlp_pa...
2014-03-26 Ben Avisontruehd: add hand-scheduled ARM asm version of ff_mlp_re...
2014-03-26 Ben Avisontruehd: add hand-scheduled ARM asm version of mlp_filte...
2014-03-22 Diego Biurrundsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16...
2014-03-20 Diego Biurrundsputil: Use correct type in me_cmp_func function pointer
2014-03-20 Diego Biurrunbuild: Group general components separate from de/encode...
2014-03-20 Diego Biurrundsputil: Propagate bit depth information to all (sub...
2014-03-20 Diego Biurrunarm: dsputil: K&R formatting cosmetics
2014-03-14 Diego Biurrunarm: dsputil: Drop restrict keyword from add_pixels_cla...
2014-03-13 Diego BiurrunUpdate dsputil- and SIMD-related comments to match...
2014-03-13 Diego Biurrunarm: dsputil: Add a bunch of missing #includes
2014-03-13 Diego Biurrundsputil: Remove prototypes for nonexisting optimization...
2014-03-12 Janne Grunauarmv6: vp8: use explicit labels in motion compensation asm
2014-03-08 Janne Grunauarm: get_cabac inline asm
2014-03-08 Janne Grunauarm: vp3: remove incorrect const in ff_vp3_idct_dc_add_...
2014-03-08 Janne Grunauarm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6
2014-03-05 Janne Grunauarm: hpeldsp: prevent overreads in armv6 asm
2014-02-28 Janne Grunauarm: dcadsp: implement decode_hf as external NEON asm
2014-02-28 Christophe Gisquetdcadec: simplify decoding of VQ high frequencies
2014-02-28 Christophe Gisquetdcadec: remove scaling in lfe_interpolation_fir
2014-02-09 Martin Storsjöarm: Remove a stray .fpu directive
2014-02-08 Janne Grunaudca: include dcadsp.h in {arm,x86}/dca.h for checkheaders
2014-02-07 Christophe Gisquetdcadsp: split lfe_dir cases
2014-02-07 Christophe Gisquetdcadsp: add int8x8_fmul_int32 to dsp context
2014-02-07 Martin Storsjöarm: Add X() around all references to extern symbols
2014-02-06 Martin Storsjövp8: Use 2 registers for dst_stride and src_stride...
2014-01-13 Diego Biurrunarm: Use full filenames as multiple inclusion guards
2014-01-10 Martin Storsjöarm: Add an option for making sure NEON registers aren...
2014-01-07 Martin Storsjöarm: Add a missing # as prefix for an immediate constant
2014-01-07 Martin Storsjöarm: Allow overriding the alignment set in the function...
2014-01-07 Martin Storsjöarm: Remove a leftover define for the pld instruction
2014-01-07 Martin Storsjöarm: cosmetics: Reindent the h264dsp neon init function
2014-01-06 Diego BiurrunRename CONFIG_FFT_FLOAT ---> FFT_FLOAT
2014-01-06 Anton Khirnovh264: do not use 422 functions for monochrome
2014-01-04 Martin Storsjöarm: Use the matching endfunc macro instead of the...
2014-01-04 Martin Storsjöarm: Add a missing endfunc macro call
2013-12-20 Martin Storsjöarm: Don't clobber callee saved registers in scalarproduct
2013-12-20 Mason Cartervc1: arm: Add NEON no_rnd chroma MC
2013-12-20 Mason Cartervc1: arm: Add NEON assembly
next