294 Commits (b5c4bb989d4085625f212b9b6378e4ee0a1a9ca8)

Author SHA1 Message Date
Måns Rullgård f079a64aea Move cavs dsp functions to their own struct 14 years ago
Diego Pettenò 3fc548df28 Make ff_inverse stay with libavutil, and optional copy it to libavcodec. 15 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Måns Rullgård eca9e4035a Set rv34 (0,0) subpel mc functions to the optimised h264 ones 15 years ago
Eli Friedman b3858964d6 Add const to some pointer parameters. 15 years ago
Jason Garrett-Glaser d6f8476be4 Make VP8 DSP functions take two strides 15 years ago
David Conrad 3b636f21da Native VP8 decoder. 15 years ago
David Conrad 910b9f30c8 Add const to ff_emulated_edge_mc 15 years ago
David Conrad 94b303ba08 Add more const to _l4 pixel functions 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
David Conrad eb6a6cd788 vp3: DC-only IDCT 15 years ago
Måns Rullgård 4693b031a3 Move H264 dsputil functions into their own struct 15 years ago
Måns Rullgård 05aec7bb87 Separate DWT from snow and dsputil 15 years ago
Måns Rullgård 2023cfea0f Add some required casts 15 years ago
Måns Rullgård 98713e55b4 Move ff_spatial_dwt() prototype to snow.h 15 years ago
Måns Rullgård 965363f81a Move some dsp func prototypes to dsputil.h; they are defined in dsputil.c 15 years ago
Måns Rullgård 4f602a0415 Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c 15 years ago
Måns Rullgård 7de9da9ba7 Move prototypes for various dsputil init functions to dsputil.h 15 years ago
Måns Rullgård 3da1180409 Move some prototypes from dsputil.c to reasonable header files 15 years ago
Måns Rullgård 84dc2d8afa Remove DECLARE_ALIGNED_{8,16} macros 15 years ago
Kostya Shishkov 342c7dfdbb Bink video decoder 15 years ago
Måns Rullgård 40d1122752 Use LOCAL_ALIGNED macro for local arrays 15 years ago
Måns Rullgård 2480c390bd Simplify some declarations of aligned arrays 15 years ago
Reimar Döffinger e62a55b92e The SSSE3 version of dct_quantize in mpegvideo_mmx_template.c needs 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Michael Niedermayer 3f50965b28 Mark the h264 c loop filter as av_always_inline av_flatten to make sure its 15 years ago
Michael Niedermayer c9640c17ac skip outer pixels if possible in h264_loop_filter_luma_c(). 15 years ago
Alexander Strange f267d3ac75 Implement alpha channel decoding for BGR HuffYUV. 15 years ago
Zuxy Meng 0752cd39d2 More av_cold for infrequently called functions. 15 years ago
Diego Biurrun 4052cbf161 Get rid of pointless CONFIG_ANY_H263 preprocessor definition. 15 years ago
Diego Biurrun af818f7a66 Add required header #includes for mpegvideo.h and config.h. 15 years ago
Loren Merritt b1159ad928 refactor and optimize scalarproduct 15 years ago
Loren Merritt e17ccf60fe huffyuv: add some const qualifiers 15 years ago
Justin Ruggles f4d608e344 add CONFIG_LPC to the build system for lpc dsputil functions. fixes build 15 years ago
Justin Ruggles fde82ca7e4 Move autocorrelation function from flacenc.c to lpc.c. Also rename the 15 years ago
Alexander Strange f076fe4422 Remove a meaningless 'inline' from add_hfyu_left_prediction_bgr32_c(). 15 years ago
Alexander Strange 2d4bbdecee Huffyuv: Add missing const to src pointers in dsputil functions. 15 years ago
Nathan Caldwell 73c6f59830 Move HuffYUV left prediction to dsputil. 15 years ago
Måns Rullgård 952e872198 Drop unused args from vector_fmul_add_add, simpify code, and rename 15 years ago
Måns Rullgård 53b572118e Add some dsputil functions useful for AAC decoder 15 years ago
Loren Merritt 1a918c08e4 extend ff_inverse[], and fix its documentation 15 years ago
Vitor Sessak 50e23ae9d3 Mark parameter src of vector_clipf() as const 15 years ago
Vitor Sessak 0a68cd876e SSE optimized vector_clipf(). 10% faster TwinVQ decoding. 15 years ago
Måns Rullgård 95d36bdbc3 dsputil: declare some arrays 16-byte aligned 15 years ago
Reimar Döffinger 64e657fd2c 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 15 years ago
Måns Rullgård dd36b88b46 Remove explicit init to zero of static inv_zigzag_direct16 15 years ago
Måns Rullgård 90d43b52e1 Get rid of large stack array in rd8x8_c() 15 years ago
Diego Biurrun 9be6f0d2f8 Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, 16 years ago
Diego Biurrun 99e5a9d1ea Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. 16 years ago