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
2014-07-17x86: dsputil: Coalesce all init filesDiego Biurrun
2014-07-13x86: dsputil: Avoid pointless CONFIG_ENCODERS indirectionDiego Biurrun
2014-07-11dsputil: Drop unused bit_depth parameter from all init functionsDiego Biurrun
2014-07-07dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-23dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun
2014-06-22dsputil: Split audio operations off into a separate contextDiego Biurrun
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2014-03-22x86: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun
2014-03-22x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun
2014-03-22dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun
2014-03-22imgconvert: Move ff_deinterlace_line_*_mmx declarations out of dsputilDiego Biurrun
2014-03-22x86: dsputil: Move inline assembly macros to a separate headerDiego Biurrun
2014-03-20dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun
2014-03-13x86: dsputil_x86.h: K&R formatting cosmeticsDiego Biurrun
2014-03-13x86: Add some more missing headersDiego Biurrun
2014-02-20x86: dsputil: Use correct file name as multiple inclusion guardDiego Biurrun
2013-05-13x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun