]> git.sesse.net Git - ffmpeg/history - libavcodec/arm/h264dsp_neon.S
build: Add explanatory comments to (optimization) blocks in the Makefiles
[ffmpeg] / libavcodec / arm / h264dsp_neon.S
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
2012-08-01 Mans RullgardARM: use standard syntax for all LDRD/STRD instructions
2012-06-08 Justin RugglesARM: Move asm.S from libavcodec to libavutil
2011-12-06 Mans RullgardARM: move NEON H264 chroma mc to a separate file
2011-12-02 Mans RullgardARM: h264dsp_neon cosmetics
2011-12-02 Janne GrunauARM: make some NEON macros reusable
2011-11-23 Mans RullgardARM: remove needless .text/.align directives
2011-10-21 Ronald S. BultjeH264: change weight/biweight functions to take a height...
2011-06-23 Mans RullgardARM: allow building in Thumb2 mode
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-15 Måns RullgårdARM: NEON H264 chroma loop filter 3 cycles faster
2010-07-15 Måns RullgårdARM: remove two insns from NEON chroma loop filter
2010-03-09 Måns RullgårdARM: set size of asm functions in object files
2009-12-02 Måns RullgårdARM: NEON 2xN chroma MC
2009-12-02 Måns RullgårdARM: NEON 16x16 and 8x8 avg qpel MC
2009-10-11 Måns RullgårdARM: align stack in NEON h264 mc functions
2009-10-02 Måns RullgårdARM: remove unnecessary .fpu neon directives
2009-06-17 Måns RullgårdARM: slightly faster NEON H264 horizontal loop filter
2009-02-28 Måns RullgårdARM: fix corner-case overflow in H.264 weighted prediction
2009-01-25 Måns RullgårdARM: NEON optimised H.264 weighted prediction
2009-01-25 Måns RullgårdARM: NEON optimised H.264 biweighted prediction
2009-01-18 Måns RullgårdARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definit...
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"