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
2016-02-16Merge commit 'e280fe13291e9c712a5f4aa13b5263f3e8afed45'Derek Buitenhuis
* commit 'e280fe13291e9c712a5f4aa13b5263f3e8afed45': v210: Use separate sample_factors Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-02-01v210: Use separate sample_factorsLuca Barbato
The 10bit and the 8bit functions can now be implemented to process a different amount of samples. And while at it simplify a little the code.
2016-02-01v210: Add avx2 version of the 8-bit line encoderJames Darnley
Around 35% faster than the avx version. Signed-off-by: Henrik Gramner <henrik@gramner.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2016-01-17avcodec/v210: document the requirement for sample_factorJames Darnley
The sample factor must be the same for both 8- and 10-bit functions chosen otherwise the output will be incorrect.
2016-01-17avcodec/v210: add avx2 version of the 8-bit line encoderJames Darnley
Around 35% faster than the avx version. Signed-off-by: Henrik Gramner <henrik@gramner.com>
2015-09-08Merge commit '3cdda78deb19b39dbbf8961ae0aec44dbb19bf6d'Hendrik Leppkes
* commit '3cdda78deb19b39dbbf8961ae0aec44dbb19bf6d': checkasm: add unit tests for v210enc Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-09-06checkasm: add unit tests for v210encHenrik Gramner
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-04-09Merge commit 'f8fd0c29ce5dc7d4be13e7e89d0f1e8a035ae71b'Michael Niedermayer
* commit 'f8fd0c29ce5dc7d4be13e7e89d0f1e8a035ae71b': v210: Fix typo in header guards Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-04-09v210: Fix typo in header guardsVittorio Giovara
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
* commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0': avcodec: Don't anonymously typedef structs Conflicts: libavcodec/alac.c libavcodec/cinepak.c libavcodec/cscd.c libavcodec/dcadec.c libavcodec/g723_1.c libavcodec/gif.c libavcodec/iff.c libavcodec/kgv1dec.c libavcodec/libopenjpegenc.c libavcodec/libspeexenc.c libavcodec/ra288.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-12-06Merge commit '9a738c27dceb4b975784b23213a46f5cb560d1c2'Michael Niedermayer
* commit '9a738c27dceb4b975784b23213a46f5cb560d1c2': v210enc: Add SIMD optimised 8-bit and 10-bit encoders Conflicts: libavcodec/v210enc.c libavcodec/v210enc.h libavcodec/x86/Makefile libavcodec/x86/v210enc.asm libavcodec/x86/v210enc_init.c tests/ref/vsynth/vsynth1-v210 tests/ref/vsynth/vsynth2-v210 See: 36091742d182b3ad4411aae22682354b3834a974 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-05v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2014-11-26v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>