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
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-23dsputil: Replace AV_WNxx(AV_RNxx()) combinations by AV_COPYxxUDiego Biurrun
2012-10-12avcodec: Remove broken MMI optimizationsDiego Biurrun
2012-10-11dsputil: split out mlp dsp functionLuca Barbato
2012-09-13ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard
2012-09-05dsputil: workaround __VA_ARGS__ missing tokenization for MSVCLuca Barbato
2012-09-02intrax8: move functions from dsputil to own contextMans Rullgard
2012-08-28Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static."Mans Rullgard
2012-08-27celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun
2012-07-30eamad/eatgq/eatqi: call special EA IDCT directlyMans Rullgard
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-07-03misc typo and wording fixesDiego Biurrun
2012-06-19float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-05-22Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-18ppc: drop unused function dct_quantize_altivec()Diego Biurrun
2012-03-07dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET
2012-02-16libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö
2012-02-16libavcodec: Prefix fdct_ifast, fdct_ifast248Martin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-08Remove Sun medialib glue code.Diego Biurrun
2012-02-08dsputil: set STRIDE_ALIGN to 16 for x86 also.Ronald S. Bultje
2012-01-29png: move DSP functions to their own DSP context.Ronald S. Bultje
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-11-11twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-11prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje
2011-09-28dsputil: add vector_fmac_scalar()Mans Rullgard
2011-08-12Move RV3/4-specific DSP functions into their own contextKostya Shishkov
2011-07-27dsputil: remove stale bink prototypes and commentsMans Rullgard
2011-07-27dsputil: move a bink-only function to binkdspMans Rullgard
2011-07-27dsputil: remove some unused functionsMans Rullgard
2011-07-21dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-07-20Remove h264_lowres_idct_put/add functionsMans Rullgard
2011-07-10dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard
2011-07-01ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles
2011-07-01cosmetics: fix some then/than typosDiego Biurrun
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-03Remove unused get_psnr() prototypeVladimir Pantelic
2011-05-24Move emms_c() from libavcodec to libavutil.Ronald S. Bultje
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-04-19lavc: remove misc disabled cruft.Anton Khirnov
2011-03-27dsputil: allow to skip drawing of top/bottom edges.Alexander Strange
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard