Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-03-17dsputil: add bswap16_buf()Mans Rullgard
2011-03-14Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson
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-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-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-22Make LOCAL_ALIGNED macro fully C99 compatibleMans Rullgard
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-15Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser
2011-01-15Fix SVQ3Jason Garrett-Glaser
2011-01-15H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-09-08Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini
2010-08-26Remove duplicate definitions of fullpel MC functionsMåns Rullgård
2010-08-25Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje
2010-08-24Remove global mm_flags variableMåns Rullgård
2010-08-04Move cavs dsp functions to their own structMåns Rullgård
2010-06-27Add const to some pointer parameters.Eli Friedman
2010-05-27Add const to ff_emulated_edge_mcDavid Conrad
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-17vp3: DC-only IDCTDavid Conrad