summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-101-19/+52
* Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-04-101-0/+1
* Correctly implement:Michael Niedermayer2011-04-031-1/+5
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-241-0/+14
|\
| * Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-221-0/+14
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-221-1/+3
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-0/+1
|\ \ | |/
| * dsputil: add bswap16_buf()Mans Rullgard2011-03-161-0/+1
| * Update the url to the site website and change ffmpeg-devel to libav-develJohan Andersson2011-03-131-1/+1
| * dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje2011-02-211-0/+4
| * dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-171-27/+0
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-5/+0
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-4/+1
| * Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-0/+15
| * Make ff_float_to_int16*_c() static.Alex Converse2011-01-281-2/+0
| * Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-2/+1
| * Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-221-1/+1
| * Make LOCAL_ALIGNED macro fully C99 compatibleMans Rullgard2011-01-221-7/+11
| * Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-2/+0
| * Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-201-1/+0
* | dsputil: make {add/put/put_signed}_pixels_clamped() non-static.Ronald S. Bultje2011-02-221-0/+4
* | dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-181-27/+0
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-041-5/+0
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-021-4/+1
* | Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-301-0/+15
* | Make ff_float_to_int16*_c() static.Alex Converse2011-01-301-2/+0
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles2011-01-281-2/+1
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-231-1/+1
* | Make LOCAL_ALIGNED macro fully C99 compatibleMans Rullgard2011-01-231-7/+11
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-231-2/+0
* | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje2011-01-211-1/+0
|/
* H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser2011-01-151-0/+1
* Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser2011-01-151-1/+1
* Fix SVQ3Jason Garrett-Glaser2011-01-141-1/+1
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-0/+4
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-8/+0
* Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore,Stefano Sabatini2010-09-071-0/+7
* Remove duplicate definitions of fullpel MC functionsMåns Rullgård2010-08-251-10/+5
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-251-7/+0
* Remove global mm_flags variableMåns Rullgård2010-08-241-8/+1
* Move cavs dsp functions to their own structMåns Rullgård2010-08-031-10/+0
* Add const to some pointer parameters.Eli Friedman2010-06-271-2/+2
* Add const to ff_emulated_edge_mcDavid Conrad2010-05-271-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* vp3: DC-only IDCTDavid Conrad2010-04-171-0/+2
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-33/+0
* Separate DWT from snow and dsputilMåns Rullgård2010-03-141-11/+1
* Move some dsp func prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-061-0/+14
* Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård2010-03-061-0/+4
OpenPOWER on IntegriCloud