]> git.sesse.net Git - ffmpeg/history - libavcodec/aarch64
dxva2: Keep code shared between dxva2 and d3d11va under the correct #if
[ffmpeg] / libavcodec / aarch64 /
2016-11-30 Martin Storsjöaarch64: vp9itxfm: Skip empty slices in the first pass...
2016-11-24 Martin Storsjöaarch64: vp9itxfm: Don't repeatedly set x9 when nothing...
2016-11-23 Martin Storsjöarm/aarch64: vp9itxfm: Fix indentation of macro arguments
2016-11-18 Martin Storsjöaarch64: vp9itxfm: Use w3 instead of x3 for the int...
2016-11-16 Janne Grunauaarch64: vp9: loop filter: replace 'orr; cbn?z' with...
2016-11-16 Janne Grunauaarch64: vp9: use alternative returns in the core loop...
2016-11-14 Janne Grunauaarch64: vp9: loop_filter: fix typo in skip flatout8...
2016-11-13 Martin Storsjöaarch64: vp9: Implement NEON loop filters
2016-11-13 Martin Storsjöaarch64: vp9: Add NEON itxfm routines
2016-11-10 Martin Storsjöaarch64: h264idct: Use the offset parameter to movrel
2016-11-10 Martin Storsjöaarch64: vp9: Add NEON optimizations of VP9 MC functions
2016-11-09 Diego Biurrunmpegaudiodsp: aarch64: Adjust function prototype after...
2016-10-10 Martin Storsjöaarch64: Add missing sign extension in ff_h264_idct8_ad...
2016-09-29 Diego Biurrunmpegaudiodsp: Change type of array stride parameters...
2016-09-29 Diego Biurrunh264chroma: Change type of stride parameters to ptrdiff_t
2016-09-28 Anton Khirnovlavc: add clobber tests for the new encoding/decoding API
2016-06-26 Clément Bœschlibavcodec: fix constness in clobber test avcodec_open2...
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-04-07 Diego Biurrunbuild: miscellaneous cosmetics
2016-03-26 Martin Storsjöaarch64: Make transpose_4x4H do a regular transpose
2016-03-01 Diego Biurrunfft: Split MDCT bits off from FFT
2016-02-26 Diego Biurrunfft: arm: Drop unnecessary #include, add missing ones
2015-12-24 Alexandra Hájkovádca: remove unused decode_hf function and quant_d tables
2015-12-21 Janne Grunauarm64: fix inverted register order in transpose_4x4H
2015-12-14 Janne Grunauarm64: int32_to_float_fmul neon asm
2015-12-14 Janne Grunauarm64: port synth_filter_float_neon from arm
2015-12-14 Janne Grunauarm64: convert dcadsp neon asm from arm
2015-07-20 Janne Grunauh264: aarch64: intra prediction optimisations
2015-06-24 Janne Grunauarm64: constify src in h264qpel dsp function definitions
2015-02-02 Diego Biurrunopus: Factor out imdct15 into a standalone component
2014-12-09 Martin Storsjöaarch64: Use .data.rel.ro for const data with relocations
2014-11-15 Martin Storsjöaarch64: Make the function pointer tables position...
2014-08-03 Janne Grunauaarch64: add ',' between assembler macro arguments...
2014-06-23 Janne Grunauh264: avoid using uninitialized memory in NEON chroma mc
2014-05-15 Janne Grunauaarch64: opus NEON iMDCT and FFT
2014-05-13 Janne Grunauaarch64: assembler in clang-3.4 ignores the division...
2014-04-22 Janne Grunauaarch64: NEON vorbis_inverse_coupling
2014-04-22 Janne Grunauaarch64: NEON fixed/floating point MPADSP apply_window
2014-04-22 Janne Grunauaarch64: NEON float (i)MDCT
2014-04-22 Janne Grunauaarch64: NEON float FFT
2014-04-06 Janne Grunauaarch64: implement videodsp.prefetch
2014-03-20 Diego Biurrunbuild: Group general components separate from de/encode...
2014-03-08 Janne Grunauaarch64: get_cabac inline asm
2014-02-20 Janne Grunauaarch64: use EXTERN_ASM consistently for exported symbols
2014-01-15 Janne Grunauaarch64: port neon clobber test from arm
2014-01-15 Janne Grunauaarch64: h264 (bi)weight NEON optimizations
2014-01-15 Janne Grunauaarch64: h264 loop filter NEON optimizations
2014-01-15 Janne Grunauaarch64: hpeldsp NEON optimizations
2014-01-15 Janne Grunauaarch64: h264 qpel NEON optimizations
2014-01-15 Janne Grunauaarch64: h264 idct NEON assembler optimizations
2014-01-15 Janne Grunauaarch64: h264 chroma motion compensation NEON optimizations