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-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
2014-04-11DNxHD: convert inline asm to yasmTimothy Gu
2014-04-11DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as strideTimothy Gu
2014-04-04x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they belongDiego Biurrun
2014-04-04x86: h264_qpel: Simplify an #if conditionalDiego Biurrun
2014-04-04x86: Drop some unnecessary YASM ifdefsDiego Biurrun
2014-04-04x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includesDiego Biurrun
2014-04-04Remove a number of unnecessary dsputil.h #includesDiego Biurrun
2014-04-04x86/synth_filter: add synth_filter_fma3James Almer
2014-04-04x86/synth_filter: add synth_filter_avxJames Almer
2014-04-04x86/synth_filter: add synth_filter_sseJames Almer
2014-04-04On2 VP7 decoderPeter Ross
2014-03-26x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_initDiego Biurrun
2014-03-26Add missing headers to make template files compile (more) standaloneDiego Biurrun
2014-03-26x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocationDiego 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