summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAge
* prores: extract idct into its own dspcontext and merge with put_pixels.Ronald S. Bultje2011-10-11
* dsputil: add vector_fmac_scalar()Mans Rullgard2011-09-28
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-11
* dsputil: move a bink-only function to binkdspMans Rullgard2011-07-27
* dsputil: remove some unused functionsMans Rullgard2011-07-27
* bink: make IDCT take 32-bit inputKostya Shishkov2011-07-27
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
* dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard2011-07-21
* jfdctint: add 10-bit versionMans Rullgard2011-07-21
* dsputil: allow 9/10-bit functions for non-h264 codecsMans Rullgard2011-07-21
* dsputil: Remove extra blank line at end.Alex Converse2011-07-20
* dsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT.Alex Converse2011-07-20
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* Remove h264_lowres_idct_put/add functionsMans Rullgard2011-07-20
* dsputil: fix ff_check_alignment()Mans Rullgard2011-07-19
* dsputil: restore mistakenly removed hunk of disabled codeDiego Biurrun2011-07-18
* dsputil: remove disabled codeDiego Biurrun2011-07-18
* Use LOCAL_ALIGNED in ff_check_alignment()Mans Rullgard2011-07-16
* ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-01
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Move some functions in dsputil.c into a new file dsputil_template.c.Oskar Arvidsson2011-05-10
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-11
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-26
* Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* dsputil: add bswap16_buf()Mans Rullgard2011-03-16
* dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje2011-02-21
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* Optimize C version of ff_emulated_edge_mc().Ronald S. Bultje2011-01-28
* Make ff_float_to_int16*_c() static.Alex Converse2011-01-28
* Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-28
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* Remove unneeded #includeJustin Ruggles2011-01-09
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-07
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-25
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-25
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* Make ff_inverse stay with libavutil, and optional copy it to libavcodec.Diego Pettenò2010-07-21
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Set rv34 (0,0) subpel mc functions to the optimised h264 onesMåns Rullgård2010-06-28
* Add const to some pointer parameters.Eli Friedman2010-06-27