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
2015-04-20Merge commit '5b5338f6d1272526d2634501555cbaff4cdfb87b'Michael Niedermayer
* commit '5b5338f6d1272526d2634501555cbaff4cdfb87b': hqx: Implement slice-threaded decoding Conflicts: libavcodec/hqx.c libavcodec/hqx.h See: eff72a6c7375587a3280ddf59e6e26a4907823b7 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-04-20Merge commit '453642f8afe9f979fcc813a246b1ec656ec36a93'Michael Niedermayer
* commit '453642f8afe9f979fcc813a246b1ec656ec36a93': hqx: Store shareable data in main decoder context Conflicts: libavcodec/hqx.c libavcodec/hqx.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-04-20Merge commit 'ea031b75fb50c59196ccb654c9d143fb75365da9'Michael Niedermayer
* commit 'ea031b75fb50c59196ccb654c9d143fb75365da9': hqx: Move DSP related code to a separate file Conflicts: libavcodec/hqx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-04-20hqx: Implement slice-threaded decodingVittorio Giovara
Inspired by a patch from Ferdinand Oeinck <ferdo@demon.nl>. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-04-20hqx: Store shareable data in main decoder contextVittorio Giovara
In preparation for multithreaded decoding.
2015-04-19hqx: Move DSP related code to a separate fileVittorio Giovara
2015-04-10libavcodec/hqx: multi threading supportFerdinand Oeinck
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-23Merge commit '35c6ce76b107225a19eb33aea38857d2405882af'Michael Niedermayer
* commit '35c6ce76b107225a19eb33aea38857d2405882af': Canopus HQX decoder Conflicts: Changelog libavcodec/avcodec.h libavcodec/version.h tests/fate/video.mak Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-23Canopus HQX decoderVittorio Giovara
Based on work by Kostya Shishkov <kostya.shishkov@gmail.com>.