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
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
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-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-27Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.Baptiste Coudurier
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-04-1810l, commit that should have been stashed into the merge.Michael Niedermayer
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-12Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Move some functions in dsputil.c into a new file dsputil_internal.h.Oskar Arvidsson
2011-03-27Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-27dsputil: allow to skip drawing of top/bottom edges.Alexander Strange
2011-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-23Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-23Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer
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
2011-01-09Remove unneeded #includeJustin Ruggles
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-04Move cavs dsp functions to their own structMåns Rullgård
2010-07-21Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-28Set rv34 (0,0) subpel mc functions to the optimised h264 onesMåns Rullgård
2010-06-27Add const to some pointer parameters.Eli Friedman
2010-06-25Make VP8 DSP functions take two stridesJason Garrett-Glaser
2010-06-22Native VP8 decoder.David Conrad
2010-05-27Add const to ff_emulated_edge_mcDavid Conrad
2010-05-27Add more const to _l4 pixel functionsDavid Conrad
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-17vp3: DC-only IDCTDavid Conrad
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-14Separate DWT from snow and dsputilMåns Rullgård