]> git.sesse.net Git - ffmpeg/history - libavcodec/arm
lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
[ffmpeg] / libavcodec / arm /
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
2011-11-25 Mans Rullgarddca: ARMv6 optimised decode_blockcode()
2011-11-23 Mans RullgardARM: remove needless .text/.align directives
2011-11-22 Mans RullgardARM: add explicit .arch and .fpu directives to asm.S
2011-11-08 Diego BiurrunRemove redundant filename self-references inside files.
2011-10-23 Anton Khirnovmpegvideo: remove some unused variables from MpegEncCon...
2011-10-21 Ronald S. BultjeH264: change weight/biweight functions to take a height...
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-10-03 Mans RullgardARM: check for inline asm 'y' operand modifier support
2011-09-30 Mans Rullgarddca: NEON optimised high freq VQ decoding
2011-09-28 Mans RullgardARM: NEON optimised vector_fmac_scalar()
2011-08-31 Anton Khirnovmpeg12enc: add intra_vlc private option.
2011-08-03 Måns Rullgårdarm: Avoid using the movw instruction needlessly
2011-08-03 Martin StorsjöMove an int64_t down in MpegEncContext
2011-07-27 Mans Rullgarddsputil: remove some unused functions
2011-07-21 Mans Rullgarddsputil: update per-arch init funcs for non-h264 high...
2011-07-21 Mans Rullgarddsputil: template get_pixels() for different bit depths
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-07-16 Diego Biurrunarm: remove disabled function dct_unquantize_h263_inter...
2011-07-10 Mans RullgardARM: use const macro to define constant data in asm
2011-07-05 Mans RullgardARM: workaround for bug in GNU assembler
2011-07-04 Mans RullgardARM: allow unaligned buffer in fixed-point NEON FFT4
2011-07-02 Mans RullgardARM: ac3: update ff_ac3_extract_exponents_neon per...
2011-07-02 Mans RullgardARM: NEON optimised vector_clip_int32()
2011-06-29 Mans RullgardARM: remove check for PLD instruction
2011-06-23 Mans RullgardARM: allow building in Thumb2 mode
2011-06-15 Mans RullgardARM: update ff_h264_idct8_add4_neon for 4:4:4 changes
2011-06-14 Mans RullgardARM: factor some repetitive code into macros
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Mans RullgardARM: jrevdct_arm: simplify stack usage
2011-06-13 Mans RullgardARM: jrevdct_arm: use push/pop mnemonics
2011-06-13 Mans RullgardARM: jrevdct_arm: misc cleanup
2011-06-13 Mans RullgardARM: optimised mpadsp_apply_window_fixed
2011-06-06 Mans RullgardARM: remove MUL64 and MAC64 inline asm
next