Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sbcenc: add armv6 and neon asm optimizations | Aurelien Jacobs | 2018-03-07 | 1 | -0/+1 |
| | | | | This was originally based on libsbc, and was fully integrated into ffmpeg. | ||||
* | sbcenc: add MMX optimizations | Aurelien Jacobs | 2018-03-07 | 1 | -0/+2 |
| | | | | | | | | This was originally based on libsbc, and was fully integrated into ffmpeg. Rough speed test: C version: speed= 592x MMX version: speed= 785x | ||||
* | sbc: implement SBC encoder (low-complexity subband codec) | Aurelien Jacobs | 2018-03-07 | 1 | -0/+83 |
This was originally based on libsbc, and was fully integrated into ffmpeg. |