392 Commits (17fad33f81c7e9787fcdc17934fc1eee6c6aa4bf)

Author SHA1 Message Date
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
Martin Storsjö 3e2efacdd8 libavcodec: Prefix fdct_ifast, fdct_ifast248 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Diego Biurrun 0144fe6995 Remove Sun medialib glue code. 13 years ago
Justin Ruggles 6f1a5e8d6b dsputil: remove debug message in dsputil_init(). 13 years ago
Ronald S. Bultje e92003514d png: move DSP functions to their own DSP context. 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Justin Ruggles 9d06037d48 twinvq: add SSE/AVX optimized sum/difference stereo interleaving 13 years ago
multiple authors 5d50fcc549 DIRAC Decoder stable version, MMX support removed. 13 years ago
Ronald S. Bultje 92fb52d906 prores: extract idct into its own dspcontext and merge with put_pixels. 13 years ago
Mans Rullgard fcca826a63 dsputil: add vector_fmac_scalar() 13 years ago
Kostya Shishkov d241f51e0f Move RV3/4-specific DSP functions into their own context 13 years ago
Mans Rullgard 1b3539d453 dsputil: move a bink-only function to binkdsp 14 years ago
Mans Rullgard cbd58a872d dsputil: remove some unused functions 14 years ago
Kostya Shishkov 2968bedf12 bink: make IDCT take 32-bit input 14 years ago
Mans Rullgard 874f1a901d dsputil: template get_pixels() for different bit depths 14 years ago
Mans Rullgard 5cc2600964 dsputil: create 16/32-bit dctcoef versions of some functions 14 years ago
Mans Rullgard 0a72533e98 jfdctint: add 10-bit version 14 years ago
Mans Rullgard a82beafd64 dsputil: allow 9/10-bit functions for non-h264 codecs 14 years ago
Alex Converse e4b50572b7 dsputil: Remove extra blank line at end. 14 years ago
Alex Converse d9a9f50a36 dsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT. 14 years ago
Mans Rullgard e7a972e113 simple_idct: add 10-bit version 14 years ago
Mans Rullgard 7b4ee3a21d Remove h264_lowres_idct_put/add functions 14 years ago
Mans Rullgard 29b42c66f7 dsputil: fix ff_check_alignment() 14 years ago
Diego Biurrun e463f0e979 dsputil: restore mistakenly removed hunk of disabled code 14 years ago
Diego Biurrun 65083b4911 dsputil: remove disabled code 14 years ago
Mans Rullgard 58d7efdb29 Use LOCAL_ALIGNED in ff_check_alignment() 14 years ago
Justin Ruggles 6054cd25b4 ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions. 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Oskar Arvidsson 325eefa2ca Move some functions in dsputil.c into a new file dsputil_template.c. 14 years ago
Diego Biurrun 2e15305b70 Remove some disabled printf debug cruft. 14 years ago
Baptiste Coudurier 6d4c49a2af Move png mmx functions into x86/png_mmx.c, remove them from DSPContext. 14 years ago
Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
Michael Niedermayer 2d2b5a1421 10l, commit that should have been stashed into the merge. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Alex Converse 187a537904 Convert some undefined 1<<31 shifts into 1U<<31. 14 years ago
Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Oskar Arvidsson 8dffcca579 Move some functions in dsputil.c into a new file dsputil_internal.h. 14 years ago