aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-0/+2
* Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-131-12/+6
|\
| * Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-111-12/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-281-34/+0
|\|
| * dsputil: remove stale bink prototypes and commentsMans Rullgard2011-07-271-6/+0
| * dsputil: move a bink-only function to binkdspMans Rullgard2011-07-271-1/+0
| * dsputil: remove some unused functionsMans Rullgard2011-07-271-27/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-2/+9
|\|
| * dsputil: create 16/32-bit dctcoef versions of some functionsMans Rullgard2011-07-211-0/+5
| * jfdctint: add 10-bit versionMans Rullgard2011-07-211-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-201-2/+0
|\|
| * Remove h264_lowres_idct_put/add functionsMans Rullgard2011-07-201-2/+0
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-111-2/+0
|\|
| * dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard2011-07-101-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-021-0/+16
|\|
| * ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-011-0/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-011-2/+2
|\|
| * cosmetics: fix some then/than typosDiego Biurrun2011-06-301-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-1/+1
|\|
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-1/+1
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-1/+1
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-041-5/+0
|\|
| * Remove unused get_psnr() prototypeVladimir Pantelic2011-06-031-5/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-251-21/+1
|\|
| * Move emms_c() from libavcodec to libavutil.Ronald S. Bultje2011-05-241-19/+1
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-19/+52
| * Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-101-0/+1
* | Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.Baptiste Coudurier2011-04-271-2/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-8/+0
|\|
| * lavc: remove misc disabled cruft.Anton Khirnov2011-04-191-8/+0
| * dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-261-1/+3
* | 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