455 Commits (d9e62f368d16420e213c0bc9e92221a3a4874a4d)

Author SHA1 Message Date
Mans Rullgard e9d817351b dsputil: Separate h264 qpel 12 years ago
Ronald S. Bultje baf35bb4bc dsputil: remove one array dimension from avg_no_rnd_pixels_tab. 12 years ago
Ronald S. Bultje 2612c4dc78 dsputil: remove 9/10 bits hpel functions. 12 years ago
Ronald S. Bultje 32ff643228 dsputil: remove avg_no_rnd_pixels8. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Ronald S. Bultje 5959bfaca3 floatdsp: move butterflies_float from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje 55aa03b9f8 floatdsp: move vector_fmul_add from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje 4a73fbd9c5 vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext. 12 years ago
Michael Niedermayer aeef76b383 dsputil: CONFIG_DWT doesnt exist anymore 12 years ago
Ronald S. Bultje e6bc38fd49 wmv2: move IDCT to its own DSP context. 12 years ago
Ronald S. Bultje 8a4f26206d dsputil: remove butterflies_float_interleave. 12 years ago
Mans Rullgard 0b711ca3f3 dsputil: drop non-compliant "fast" qpel mc functions 12 years ago
Ronald S. Bultje 0e02b381b4 Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. 12 years ago
Ronald S. Bultje fef906c77c Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. 12 years ago
Michael Niedermayer b7bc49a957 mips: move vector_fmul_window_mips to libavutil 12 years ago
Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 12 years ago
Diego Biurrun a0c5917f86 Drop Snow codec 12 years ago
Ronald S. Bultje 8c53d39e7f lavc: introduce VideoDSPContext 12 years ago
Justin Ruggles 284ea790d8 dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil 12 years ago
Diego Biurrun ca411fc1d3 avcodec: Remove broken MMI optimizations 12 years ago
Luca Barbato 2d6caade22 dsputil: split out mlp dsp function 12 years ago
Michael Niedermayer 72c2d8a346 dsputil: convert asserts to av_asserts 12 years ago
Michael Niedermayer 70a9734544 dsputil: change assert(8) to av_assert2(8) 13 years ago
Mans Rullgard 97cb9236cf ac3: move ac3_downmix() from dsputil to ac3dsp 13 years ago
Derek Buitenhuis e62e455f7b dsputil/me/pixels: Actually use av_restrict 13 years ago
Nedeljko Babic b3fdfc8c4e Optimization of AC3 floating point decoder for MIPS 13 years ago
Mans Rullgard 15616eb042 intrax8: move functions from dsputil to own context 13 years ago
Mans Rullgard dbc9f84ea6 Revert "dsputil: make {add/put/put_signed}_pixels_clamped() non-static." 13 years ago
Diego Biurrun dafcbfe443 celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() 13 years ago
Mans Rullgard f3eb008343 eamad/eatgq/eatqi: call special EA IDCT directly 13 years ago
Mans Rullgard 28f9ab7029 vp3: move idct and loop filter pointers to new vp3dsp context 13 years ago
Michael Niedermayer 71c689e83e dsputil: turn assert into if() as its possible to trigger with ffv1 13 years ago
Michael Niedermayer e8b9e1e294 dsputil: extend things to 12 and 14 bits 13 years ago
Michael Niedermayer 5a1bbb3af0 dsputil: assert that depth is supported 13 years ago
Justin Ruggles cb5042d02c float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil 13 years ago
Ronald S. Bultje 17fad33f81 Change all uses of restrict to use av_restrict instead. 13 years ago
Justin Ruggles d5a7229ba4 Add a float DSP framework to libavutil 13 years ago
Mans Rullgard 0a07f2b346 dsputil: fix invalid array indexing 13 years ago
Michael Niedermayer 70d54392f5 lowres2 support. 13 years ago
Mans Rullgard d7458bc8c6 dsputil: remove unused functions 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Diego Biurrun 0f53601ac6 ppc: drop unused function dct_quantize_altivec() 13 years ago
Michael Niedermayer dd2631a6df dsputil: mark source of diff_bytes as const. 13 years ago
Christophe GISQUET 7e1ce6a6ac dsputil: remove shift parameter from scalarproduct_int16 13 years ago
Ronald S. Bultje c23acbaed4 Don't use ff_cropTbl[] for IDCT. 13 years ago
Martin Storsjö 27cfdc3e4f vorbis: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö c8e1b2fbc9 libavcodec: Add ff_ prefix to j_rev_dct* 13 years ago
Martin Storsjö 873c89e2a6 dsputil: Add ff_ prefix to inv_zigzag_direct16 13 years ago