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-02-16vorbis: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16libavcodec: Add ff_ prefix to j_rev_dct*Martin Storsjö
2012-02-16dsputil: Add ff_ prefix to inv_zigzag_direct16Martin 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-04dsputil: remove debug message in dsputil_init().Justin Ruggles
2012-01-29png: move DSP functions to their own DSP context.Ronald S. Bultje
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-11-11twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles
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: move a bink-only function to binkdspMans Rullgard
2011-07-27dsputil: remove some unused functionsMans Rullgard
2011-07-27bink: make IDCT take 32-bit inputKostya Shishkov
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-21dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard
2011-07-21jfdctint: add 10-bit versionMans Rullgard
2011-07-21dsputil: allow 9/10-bit functions for non-h264 codecsMans Rullgard
2011-07-20dsputil: Remove extra blank line at end.Alex Converse
2011-07-20dsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT.Alex Converse
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-07-20Remove h264_lowres_idct_put/add functionsMans Rullgard
2011-07-19dsputil: fix ff_check_alignment()Mans Rullgard
2011-07-18dsputil: restore mistakenly removed hunk of disabled codeDiego Biurrun
2011-07-18dsputil: remove disabled codeDiego Biurrun
2011-07-16Use LOCAL_ALIGNED in ff_check_alignment()Mans Rullgard
2011-07-01ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-10Move some functions in dsputil.c into a new file dsputil_template.c.Oskar Arvidsson
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-12Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse
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
2011-03-17dsputil: add bswap16_buf()Mans Rullgard
2011-02-21dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-29Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje
2011-01-29Optimize C version of ff_emulated_edge_mc().Ronald S. Bultje
2011-01-28Make ff_float_to_int16*_c() static.Alex Converse
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-22Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles