]> git.sesse.net Git - ffmpeg/history - libavcodec/aarch64
libopenh264dec: Export the decoded profile and level in AVCodecContext
[ffmpeg] / libavcodec / aarch64 /
2017-10-18 Martin Storsjöaarch64: Remove a dot from a label
2017-06-20 Memphizaarch64: vp9: Fix assembling with Xcode 6.2 and older
2017-03-16 Martin Storsjöarm/aarch64: vp9: Fix vertical alignment
2017-03-11 Martin Storsjöarm/aarch64: vp9itxfm: Skip loading the min_eob pointer...
2017-02-23 Martin Storsjöaarch64: vp9itxfm: Reorder iadst16 coeffs
2017-02-23 Martin Storsjöaarch64: vp9itxfm: Reorder the idct coefficients for...
2017-02-23 Martin Storsjöaarch64: vp9itxfm: Avoid reloading the idct32 coefficients
2017-02-23 Martin Storsjöaarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup...
2017-02-23 Martin Storsjöarm/aarch64: vp9lpf: Keep the comparison to E within...
2017-02-12 Martin Storsjöaarch64: vp9lpf: Fix broken indentation/vertical alignment
2017-02-11 Martin Storsjöaarch64: vp9lpf: Interleave the start of flat8in into...
2017-02-10 Martin Storsjöarm/aarch64: vp9lpf: Calculate !hev directly
2017-02-10 Martin Storsjöaarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc...
2017-02-10 Martin Storsjöaarch64: vp9mc: Calculate less unused data in the 4...
2017-02-10 Martin Storsjöaarch64: vp9mc: Simplify the extmla macro parameters
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Fix incorrect vertical alignment
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Update a comment to refer to a regis...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Use the right lane sizes in 8x8...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Use a single lane ld1 instead of...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Share instructions for loading idct...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Do separate functions for half/quart...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Move the load_add_store macro out...
2017-02-09 Martin Storsjöaarch64: vp9itxfm: Make the larger core transforms...
2017-02-05 Martin Storsjöaarch64: vp9itxfm: Restructure the idct32 store macros
2017-01-03 Martin Storsjöaarch64: vp9mc: Fix a comment to refer to a register...
2017-01-03 Martin Storsjöaarch64: vp9dsp: Fix vertical alignment in the init...
2016-12-19 Martin Storsjöaarch64: vp9itxfm: Use the offset parameter to movrel
2016-12-14 Janne Grunauarm64: replace 'bic' with immediate with 'and' with...
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