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 (Collapse)Author
2018-03-08sbcenc: add armv6 and neon asm optimizationsAurelien Jacobs
This was originally based on libsbc, and was fully integrated into ffmpeg.
2018-03-08sbcenc: add MMX optimizationsAurelien Jacobs
This was originally based on libsbc, and was fully integrated into ffmpeg. Rough speed test: C version: speed= 592x MMX version: speed= 785x
2018-03-08sbc: implement SBC encoder (low-complexity subband codec)Aurelien Jacobs
This was originally based on libsbc, and was fully integrated into ffmpeg.