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-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
2014-06-26x86: h264dsp: Fix link failure with optimizations disabledDiego Biurrun
2014-06-23dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun
2014-06-23dsputil: Split bswap*_buf() off 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-06-10x86: h264: Don't keep data in the redzone across function calls on 64 bit unixMartin Storsjö
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun
2014-05-29dsputil: Move APE-specific bits into apedspDiego Biurrun
2014-05-29dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun
2014-05-27dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2014-04-13x86/synth_filter: remove the fma3 version ifdefsJames Almer