Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-03libavcodec: Remove dynamic relocs from aarch64/h264idct_neon.SManoj Gupta
2018-07-13lavc/aarch64/h264dsp_init_aarch64: Fix weight function prototypes.Carl Eugen Hoyos
2018-01-26lavc/aarch64/sbrdsp_neon: fix build on old binutilsRodger Combs
2017-11-11Merge commit '732510636e597585a79be7d111c88b3f7e174fe7'James Almer
2017-10-18aarch64: Remove a dot from a labelMartin Storsjö
2017-07-03lavc/aarch64: add sbrdsp neon implementationMatthieu Bouron
2017-06-28lavc/aacpsdsp: use ptrdiff_t for stride in hybrid_analysisClément Bœsch
2017-06-28lavc/aarch64: add a few SIMD functions for AAC PSClément Bœsch
2017-06-21aarch64: vp9 16bpp: Fix assembling with Xcode 6.2 and olderMemphiz
2017-06-21aarch64: vp9: Fix assembling with Xcode 6.2 and olderMemphiz
2017-06-20aarch64: vp9: Fix assembling with Xcode 6.2 and olderMemphiz
2017-06-15lavc/aarch64/simple_idct: fix build with Xcode 7.2Matthieu Bouron
2017-06-13lavc/aarch64/simple_idct: fix idct_col4_top coefficientMatthieu Bouron
2017-05-11lavc/aarch64/simple_idct: fix iOS build without gas-preprocessorMatthieu Bouron
2017-04-26Merge commit '2425d7329fdccfa9954faba748f3865151354f0c'Clément Bœsch
2017-03-31Merge commit '72a19f4013ec2c7f8581416f8ad4bf81df163fb6'James Almer
2017-03-29aarch64/vp9dsp: add missing header includesJames Almer
2017-03-29vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje
2017-03-27lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch
2017-03-23Merge commit '9b2ccafb480c94fd09cfb24306d5296dc013cf5b'Clément Bœsch
2017-03-21Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18'James Almer
2017-03-21Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'James Almer
2017-03-21Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer
2017-03-21Merge commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0'Clément Bœsch
2017-03-19aarch64: vp9itxfm16: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö
2017-03-19aarch64: vp9itxfm16: Move the load_add_store macro out from the itxfm16 pass2...Martin Storsjö
2017-03-19aarch64: vp9itxfm16: Make the larger core transforms standalone functionsMartin Storsjö
2017-03-19aarch64: vp9itxfm16: Restructure the idct32 store macrosMartin Storsjö
2017-03-19aarch64: vp9itxfm16: Avoid .irp when it doesn't save any linesMartin Storsjö
2017-03-19aarch64: vp9itxfm16: Fix a typo in a commentMartin Storsjö
2017-03-19arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö
2017-03-19arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö
2017-03-17arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö
2017-03-16lavc/aarch64: add ff_simple_idct{,_add,_put}_neon functionsMatthieu Bouron
2017-03-11arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö
2017-03-11aarch64: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö
2017-03-11aarch64: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö
2017-03-11aarch64: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö
2017-03-11aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1Martin Storsjö
2017-03-11arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö
2017-03-11aarch64: vp9lpf: Fix broken indentation/vertical alignmentMartin Storsjö
2017-03-11aarch64: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö
2017-03-11arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö
2017-03-11aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö
2017-03-11aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö
2017-03-11aarch64: vp9mc: Simplify the extmla macro parametersMartin Storsjö
2017-03-11aarch64: vp9itxfm: Fix incorrect vertical alignmentMartin Storsjö
2017-03-11aarch64: vp9itxfm: Update a comment to refer to a register with a different nameMartin Storsjö
2017-03-11aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readabilityMartin Storsjö
2017-03-11aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possibleMartin Storsjö