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
2015-07-17x86: bswapdsp: Don't treat 32-bit integers as 64-bitHenrik Gramner
2015-07-17configure: Factor out vp8dsp moduleVittorio Giovara
2015-07-17configure: Factor out rv34dsp moduleVittorio Giovara
2015-06-12h264_qpel: Use the correct headerVittorio Giovara
2015-06-12h264_weight: Fix SSSE3 biweight code with weights of 128Michael Niedermayer
2015-05-31x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer
2015-05-28x86: cavs: Remove an unneeded scratch bufferMichael Niedermayer
2015-05-22mpegvideo: Drop flags and flags2Vittorio Giovara
2015-03-17x86: Put COPY3_IF_LT under HAVE_6REGSLuca Barbato
2015-02-28lavc: do not compile fmtconvert unconditionallyAnton Khirnov
2015-02-28fmtconvert: drop unused functionsAnton Khirnov
2015-02-23hevc_deblock: Fix compilation with nasmCarl Eugen Hoyos
2014-12-05v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-11-24motion_est: convert stride to ptrdiff_tVittorio Giovara
2014-10-08x86: h264_intrapred: Don't treat 32-bit integers as 64-bitHenrik Gramner
2014-09-03xvid: Add C IDCTPascal Massimino
2014-09-03idctdsp: Add global function pointers for {add|put}_pixels_clamped functionsDiego Biurrun
2014-08-27x86: xvid: K&R formatting cosmeticsDiego Biurrun
2014-08-27cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun
2014-08-27x86: xvid_idct: Drop unused definitionsDiego Biurrun
2014-08-15build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun
2014-08-15mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun
2014-08-08avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun
2014-08-08xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun
2014-08-01idct: Split off Xvid IDCTDiego Biurrun
2014-07-29x86: build: Restore ordering of OBJS linesDiego Biurrun
2014-07-26hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere
2014-07-25qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun
2014-07-21dct-test: Move arch-specific bits into arch-specific subdirectoriesDiego Biurrun
2014-07-19simple_idct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun
2014-07-19fdct: Move x86-specific declarations to a header in the x86 directoryDiego Biurrun
2014-07-18x86: dnxhdenc: Eliminate some unnecessary ifdefsDiego Biurrun
2014-07-18idctdsp: prettyprinting cosmeticsDiego Biurrun
2014-07-18idct: Convert IDCT permutation #defines to an enumDiego Biurrun
2014-07-17dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun
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-09dsputil: Split off pixel block routines into their own contextDiego Biurrun
2014-07-07dsputil: Split off FDCT bits into their own contextDiego Biurrun
2014-07-07dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun
2014-07-07dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun
2014-07-07dsputil: Split off *_8x8basis to a separate contextDiego Biurrun
2014-07-05x86: build: Only compile FDCT code if MMX is enabledDiego Biurrun
2014-07-05x86: Unconditionally compile blockdsp and svq1enc init filesDiego Biurrun
2014-07-05x86: huffyuvdsp: Move inline assembly to init fileDiego Biurrun
2014-07-04x86: mpegvideoenc: Change SIMD optimization name suffixes to lowercaseDiego Biurrun
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-27dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectoryDiego Biurrun