index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dsputil.h
Age
Commit message (
Expand
)
Author
2012-03-07
dsputil: remove shift parameter from scalarproduct_int16
Christophe GISQUET
2012-02-15
libavcodec: Add ff_ prefix to j_rev_dct*
Martin Storsjö
2012-02-15
libavcodec: Prefix fdct_ifast, fdct_ifast248
Martin Storsjö
2012-02-15
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-08
Remove Sun medialib glue code.
Diego Biurrun
2012-02-07
dsputil: set STRIDE_ALIGN to 16 for x86 also.
Ronald S. Bultje
2012-01-29
png: move DSP functions to their own DSP context.
Ronald S. Bultje
2011-12-11
Fix a bunch of common typos.
Diego Biurrun
2011-11-11
twinvq: add SSE/AVX optimized sum/difference stereo interleaving
Justin Ruggles
2011-10-21
h264: 4:2:2 intra decoding support
Baptiste Coudurier
2011-10-11
prores: extract idct into its own dspcontext and merge with put_pixels.
Ronald S. Bultje
2011-09-28
dsputil: add vector_fmac_scalar()
Mans Rullgard
2011-08-11
Move RV3/4-specific DSP functions into their own context
Kostya Shishkov
2011-07-27
dsputil: remove stale bink prototypes and comments
Mans Rullgard
2011-07-27
dsputil: move a bink-only function to binkdsp
Mans Rullgard
2011-07-27
dsputil: remove some unused functions
Mans Rullgard
2011-07-21
dsputil: create 16/32-bit dctcoef versions of some functions
Mans Rullgard
2011-07-21
jfdctint: add 10-bit version
Mans Rullgard
2011-07-20
Remove h264_lowres_idct_put/add functions
Mans Rullgard
2011-07-10
dsputil: remove ff_emulated_edge_mc macro used in one place
Mans Rullgard
2011-07-01
ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.
Justin Ruggles
2011-06-30
cosmetics: fix some then/than typos
Diego Biurrun
2011-06-13
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
Roll back 4:4:4 H.264 for now
Jason Garrett-Glaser
2011-06-13
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-03
Remove unused get_psnr() prototype
Vladimir Pantelic
2011-05-24
Move emms_c() from libavcodec to libavutil.
Ronald S. Bultje
2011-05-10
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-10
Choose h264 chroma dc dequant function dynamically.
Oskar Arvidsson
2011-04-19
lavc: remove misc disabled cruft.
Anton Khirnov
2011-03-26
dsputil: allow to skip drawing of top/bottom edges.
Alexander Strange
2011-03-22
Add apply_window_int16() to DSPContext with x86-optimized versions and use it
Justin Ruggles
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
dsputil: add bswap16_buf()
Mans Rullgard
2011-03-13
Update the url to the site website and change ffmpeg-devel to libav-devel
Johan Andersson
2011-02-21
dsputil: make {add/put/put_signed}_pixels_clamped() non-static.
Ronald S. Bultje
2011-02-17
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-02
Separate format conversion DSP functions from DSPContext.
Justin Ruggles
2011-01-31
Remove unneeded add bias from 3 functions.
Justin Ruggles
2011-01-28
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2011-01-28
Make ff_float_to_int16*_c() static.
Alex Converse
2011-01-28
Remove the add bias hack for the C version of DSPContext.float_to_int16_*().
Justin Ruggles
2011-01-22
Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.
Justin Ruggles
2011-01-22
Make LOCAL_ALIGNED macro fully C99 compatible
Mans Rullgard
2011-01-21
Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.
Justin Ruggles
2011-01-20
Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.
Ronald S. Bultje
2011-01-15
H.264/SVQ3: make chroma DC work the same way as luma DC
Jason Garrett-Glaser
2011-01-15
Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.
Jason Garrett-Glaser
2011-01-14
Fix SVQ3
Jason Garrett-Glaser
2011-01-14
H.264: split luma dc idct out and implement MMX/SSE2 versions
Jason Garrett-Glaser
[next]