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
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
2010-03-11Add some required castsMåns Rullgård
2010-03-07Move ff_spatial_dwt() prototype to snow.hMåns Rullgård
2010-03-07Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
2010-03-07Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
2010-03-07Move prototypes for various dsputil init functions to dsputil.hMåns Rullgård
2010-03-07Move some prototypes from dsputil.c to reasonable header filesMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-21Bink video decoderKostya Shishkov
2010-02-17Use LOCAL_ALIGNED macro for local arraysMåns Rullgård
2010-02-17Simplify some declarations of aligned arraysMåns Rullgård
2010-01-23The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needsReimar Döffinger
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-20Mark the h264 c loop filter as av_always_inline av_flatten to make sure itsMichael Niedermayer
2010-01-20skip outer pixels if possible in h264_loop_filter_luma_c().Michael Niedermayer
2010-01-14Implement alpha channel decoding for BGR HuffYUV.Alexander Strange
2010-01-13More av_cold for infrequently called functions.Zuxy Meng
2009-12-30Get rid of pointless CONFIG_ANY_H263 preprocessor definition.Diego Biurrun
2009-12-30Add required header #includes for mpegvideo.h and config.h.Diego Biurrun
2009-12-05refactor and optimize scalarproductLoren Merritt
2009-10-19huffyuv: add some const qualifiersLoren Merritt
2009-10-18add CONFIG_LPC to the build system for lpc dsputil functions. fixes buildJustin Ruggles
2009-10-18Move autocorrelation function from flacenc.c to lpc.c. Also rename theJustin Ruggles
2009-10-17Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c().Alexander Strange
2009-10-17Huffyuv: Add missing const to src pointers in dsputil functions.Alexander Strange
2009-10-06Move HuffYUV left prediction to dsputil.Nathan Caldwell
2009-09-27Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård
2009-09-22Add some dsputil functions useful for AAC decoderMåns Rullgård
2009-09-21extend ff_inverse[], and fix its documentationLoren Merritt
2009-08-27Mark parameter src of vector_clipf() as constVitor Sessak
2009-08-27SSE optimized vector_clipf(). 10% faster TwinVQ decoding.Vitor Sessak
2009-08-26dsputil: declare some arrays 16-byte alignedMåns Rullgård
2009-08-26100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2Reimar Döffinger
2009-08-26Remove explicit init to zero of static inv_zigzag_direct16Måns Rullgård