]> git.sesse.net Git - ffmpeg/history - libavcodec/arm
FATE: add a test for the overlay filter
[ffmpeg] / libavcodec / arm /
2013-03-12 Luca Barbatodsputil: convert remaining functions to use ptrdiff_t...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-25 Diego BiurrunFix a number of incorrect intmath.h #includes.
2013-02-20 Diego Biurrunarm: vp8: Add missing #includes for header to compile...
2013-02-06 Diego Biurrunrv34: Drop now unnecessary dsputil dependencies
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-02-05 Diego BiurrunAdd av_cold attributes to arch-specific init functions
2013-02-05 Diego BiurrunUse ptrdiff_t instead of int for {avg, put}_pixels...
2013-02-01 Diego BiurrunUse proper "" quotes for local header #includes
2013-01-27 Martin Storsjöarm: vp8: Fix the plain-armv6 version of vp8_luma_dc_wht
2013-01-24 Diego Biurrunarm: Add mathops.h to ARCH_HEADERS list
2013-01-24 Janne Grunauarm: h264qpel: use neon h264 qpel functions only if...
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
2013-01-23 Ronald S. Bultjedsputil: remove one array dimension from avg_no_rnd_pix...
2013-01-23 Ronald S. Bultjedsputil: remove avg_no_rnd_pixels8.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-22 Diego Biurrunarm: Add some missing header #includes
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2013-01-21 Ronald S. Bultjevorbisdsp: change block_size type from int to intptr_t.
2013-01-20 Janne Grunauvideodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNAL
2013-01-20 Ronald S. BultjeMove vorbis_inverse_coupling from dsputil to vorbisdspc...
2013-01-20 Ronald S. Bultjevp3: integrate clear_blocks with idct of previous block.
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2012-12-20 Luca Barbatolavc: add missing files for arm
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-12-18 Diego Biurrunmisc typo, style and wording fixes
2012-12-07 Mans Rullgardarm: rename ARMVFP config symbol to VFP
2012-12-07 Mans Rullgardarm: use HAVE*_INLINE/EXTERNAL macros for conditional...
2012-12-07 Mans Rullgardarm: fix use of uninitialised value in ff_fft_fixed_ini...
2012-11-26 Justin Rugglesdsputil: move vector_fmul_scalar() to AVFloatDSPContext...
2012-10-30 Ronald S. BultjeUse ptrdiff_t instead of int for intra pred "stride...
2012-10-20 Mans RullgardARM: fix overreads in neon h264 chroma mc
2012-10-11 Diego BiurrunMove avutil tables only used in libavcodec to libavcodec.
2012-10-10 Jean-Baptiste Kempfarm: call arm-specific rv34dsp init functions under...
2012-10-09 Diego Biurrunbuild: non-x86: Only compile mpegvideo optimizations...
2012-10-02 Mans RullgardARM: set Tag_ABI_align_preserved in all asm files
2012-09-20 Mans RullgardARM: swap source operands in some add instructions
2012-09-15 Mans Rullgardflacdsp: arm optimised lpc filter
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-03 Mans RullgardARMv6: vp8: fix stack allocation with Apple's assembler
2012-08-03 Mans RullgardARM: vp56: allow inline asm to build with clang
2012-08-01 Mans RullgardARM: use =const syntax instead of explicit literal...
2012-08-01 Mans RullgardARM: use standard syntax for all LDRD/STRD instructions
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-07-18 Mans Rullgardbuild: add CONFIG_VP3DSP, reduce repetition in OBJS...
2012-07-01 Mans RullgardARM: generate position independent code to access data...
2012-06-18 Justin Rugglesfloat_dsp: Move vector_fmac_scalar() from libavcodec...
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-06-08 Justin RugglesARM: Move asm.S from libavcodec to libavutil
2012-05-10 Mans Rullgardarm/neon: dsputil: use correct size specifiers on vld1...
2012-05-10 Mans Rullgardarm: dsputil: prettify some conditional instructions...
2012-05-10 Mans Rullgardarm: dsputil: fix overreads in put/avg_pixels functions
2012-05-05 Mans Rullgardaacps: NEON optimisations
2012-04-25 Mans Rullgardvp8: armv6: fix non-armv6t2 build
2012-04-25 Mans Rullgardvp8: armv6 optimisations
2012-04-25 Mans Rullgardvp8: arm: separate ARMv6 functions from NEON
2012-04-25 Mans RullgardARM: add some compatibility macros
2012-04-22 Mans RullgardARM: allow runtime masking of CPU features
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-12 Diego Biurrunbuild: Consistently handle conditional compilation...
2012-04-10 Christophe GISQUETrv40dsp: implement prescaled versions for biweight.
2012-04-04 Diego Biurruncosmetics: Consistently place static, inline and av_col...
2012-03-12 Janne Grunauremove iwmmxt optimizations
2012-03-07 Christophe GISQUETdsputil: remove shift parameter from scalarproduct_int16
2012-03-02 Ronald S. Bultjevp8: change int stride to ptrdiff_t stride.
2012-02-23 Christophe GISQUETSBR DSP: use intptr_t for the ixh parameter.
2012-02-20 Ronald S. Bultjerv34: change most "int stride" into "ptrdiff_t stride".
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-09 Diego Biurrunarm: Add missing #include to vp8.h to fix a make checkh...
2012-02-06 Diego Biurrundoxygen: Do not include license boilerplates in Doxygen...
2012-02-02 Mans RullgardARM: ac3: fix ac3_bit_alloc_calc_bap_armv6
2012-01-28 Mans Rullgardaacsbr: ARM NEON optimised sbrdsp functions
2012-01-20 Felipe ContrerasARM: fix build with FFT enabled and MDCT disabled
2012-01-16 Janne Grunaurv34: add NEON rv34_idct_add
2012-01-16 Christophe GISQUETrv34: 1-pass inter MB reconstruction
2012-01-13 Mans RullgardARM: fix Thumb-mode simple_idct_arm
2012-01-13 Mans RullgardARM: 4-byte align start of all asm functions
2012-01-12 Mans RullgardARM: rv34: fix asm syntax in dc transform functions
2012-01-12 Janne Grunaurv34: NEON optimised dc only inverse transform
2012-01-04 Christophe GISQUETrv34: joint coefficient decoding and dequantization
2011-12-16 Mans Rullgardrv40: NEON optimised weak loop filter
2011-12-15 Mans RullgardARM: fix external symbol refs in rv40 asm
2011-12-15 Mans RullgardARM: dca: disable optimised decode_blockcodes() for...
2011-12-14 Mans Rullgardrv40: NEON optimised loop filter strength selection
2011-12-13 Mans Rullgardrv34: NEON optimised 4x4 dequant
2011-12-07 Mans Rullgardrv40: NEON optimised rv40 qpel motion compensation
2011-12-06 Janne Grunaurv40: NEON optimised weighted prediction
2011-12-06 Janne Grunaurv40: NEON optimised chroma MC
2011-12-06 Mans RullgardARM: move NEON H264 chroma mc to a separate file
2011-12-06 Janne Grunaurv34: NEON optimised inverse transform functions
2011-12-02 Mans RullgardARM: h264dsp_neon cosmetics
2011-12-02 Janne GrunauARM: make some NEON macros reusable
2011-12-01 Mans RullgardARM: fix indentation in ff_dsputil_init_neon()
2011-12-01 Mans RullgardARM: NEON put/avg_pixels8/16 cosmetics
2011-12-01 Mans RullgardARM: add remaining NEON avg_pixels8/16 functions
2011-12-01 Mans RullgardARM: clean up NEON put/avg_pixels macros
next