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
2017-03-21Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'James Almer
2017-03-21Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer
2017-03-21Merge commit '92c5755a185086067fe49e7e64c23a8e7011be31'Clément Bœsch
2017-03-21Merge commit 'de2ae3c1fae5a2eb539b9abd7bc2a9ca8c286ff0'Clément Bœsch
2017-03-21Merge commit '12004a9a7f20e44f4da2ee6c372d5e1794c8d6c5'Clément Bœsch
2017-03-20lavc/arm: fix indent in blockdsp_init_neonClément Bœsch
2017-03-20Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3'Clément Bœsch
2017-03-19arm: vp9itxfm16: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö
2017-03-19arm: vp9itxfm16: Make the larger core transforms standalone functionsMartin Storsjö
2017-03-19arm: vp9itxfm16: Avoid reloading the idct32 coefficientsMartin Storsjö
2017-03-19arm: vp9itxfm16: Fix vertical alignmentMartin Storsjö
2017-03-19arm: vp9itxfm16: Use the right lane sizeMartin 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-19arm: vp9itxfm: Template the quarter/half idct32 functionMartin Storsjö
2017-03-19Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220'James Almer
2017-03-19Merge commit '802727b538b484e3f9d1345bfcc4ab24cfea8898'James Almer
2017-03-19Merge commit 'd9d26a3674f31f482f54e936fcb382160830877a'James Almer
2017-03-19Merge commit '6892df9294d93322d43255ada299507465bc93c8'Clément Bœsch
2017-03-19Merge commit '014852e932dab6e9cf2a53e7a17ce8321f3e922c'Clément Bœsch
2017-03-17arm/aarch64: vp9: Fix vertical alignmentMartin Storsjö
2017-03-11arm/aarch64: vp9itxfm: Skip loading the min_eob pointer when it won't be usedMartin Storsjö
2017-03-11arm: vp9itxfm: Template the quarter/half idct32 functionMartin Storsjö
2017-03-11arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö
2017-03-11arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö
2017-03-11arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö
2017-03-11arm: vp9lpf: Implement the mix2_44 function with one single filter passMartin Storsjö
2017-03-11arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö
2017-03-11arm: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö
2017-03-11arm: vp9lpf: Use orrs instead of orr+cmpMartin Storsjö
2017-03-11arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö
2017-03-11arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö
2017-03-11arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö
2017-03-11arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 functionMartin Storsjö
2017-03-11arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö
2017-03-11arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 functionMartin Storsjö
2017-03-11arm: vp9itxfm: Make the larger core transforms standalone functionsMartin Storsjö
2017-03-11arm: vp9itxfm: Avoid .irp when it doesn't save any linesMartin Storsjö
2017-02-24arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö
2017-02-24arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö
2017-02-24arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö
2017-02-24arm: vp9lpf: Implement the mix2_44 function with one single filter passMartin Storsjö
2017-02-24arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö
2017-02-11arm: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö
2017-02-11arm: vp9lpf: Use orrs instead of orr+cmpMartin Storsjö
2017-02-11arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö
2017-02-11arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö
2017-02-11arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö
2017-02-10arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 functionMartin Storsjö
2017-02-09arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possibleMartin Storsjö