]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.c
dsputil: Move fdct function declarations to dct.h
[ffmpeg] / libavcodec / dsputil.c
2013-02-08 Diego Biurrundsputil: Move fdct function declarations to dct.h
2013-02-08 Diego Biurrundsputil: Move LOCAL_ALIGNED macros to libavutil
2013-02-08 Diego Biurrundsputil: Move WRAPPER8_16_SQ macro to the only place...
2013-02-07 Diego Biurrundsputil: Move ff_shrink* function declarations to separ...
2013-02-07 Diego Biurrundsputil: Move copy_block functions to a separate header
2013-02-07 Diego Biurrundsputil: Move ff_block_permute to mpegvideo_enc
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
2013-01-23 Ronald S. Bultjedsputil: remove one array dimension from avg_no_rnd_pix...
2013-01-23 Ronald S. Bultjedsputil: remove 9/10 bits hpel functions.
2013-01-23 Ronald S. Bultjedsputil: remove avg_no_rnd_pixels8.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2013-01-22 Ronald S. Bultjevp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSP...
2013-01-21 Ronald S. Bultjewmv2: move IDCT to its own DSP context.
2013-01-21 Ronald S. Bultjedsputil: remove butterflies_float_interleave.
2013-01-20 Mans Rullgarddsputil: drop non-compliant "fast" qpel mc functions
2013-01-20 Ronald S. BultjeRemove put_no_rnd_pixels_l2 function pointer for w...
2013-01-20 Ronald S. BultjeMove vorbis_inverse_coupling from dsputil to vorbisdspc...
2013-01-16 Justin Ruggleslavc: Move vector_fmul_window to AVFloatDSPContext
2013-01-06 Diego BiurrunDrop Snow codec
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-11-26 Justin Rugglesdsputil: move vector_fmul_scalar() to AVFloatDSPContext...
2012-10-12 Diego Biurrunavcodec: Remove broken MMI optimizations
2012-10-11 Luca Barbatodsputil: split out mlp dsp function
2012-09-12 Mans Rullgardac3: move ac3_downmix() from dsputil to ac3dsp
2012-09-02 Mans Rullgardintrax8: move functions from dsputil to own context
2012-08-27 Mans RullgardRevert "dsputil: make {add/put/put_signed}_pixels_clamp...
2012-08-27 Diego Biurruncelp_math: Replace duplicate ff_dot_productf() by ff_sc...
2012-07-29 Mans Rullgardeamad/eatgq/eatqi: call special EA IDCT directly
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-06-18 Justin Rugglesfloat_dsp: Move vector_fmac_scalar() from libavcodec...
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-04-26 Mans Rullgarddsputil: fix invalid array indexing
2012-04-21 Mans Rullgarddsputil: remove unused functions
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-18 Diego Biurrunppc: drop unused function dct_quantize_altivec()
2012-03-07 Christophe GISQUETdsputil: remove shift parameter from scalarproduct_int16
2012-03-06 Ronald S. BultjeDon't use ff_cropTbl[] for IDCT.
2012-02-15 Martin Storsjövorbis: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjölibavcodec: Add ff_ prefix to j_rev_dct*
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to inv_zigzag_direct16
2012-02-15 Martin Storsjölibavcodec: Prefix fdct_ifast, fdct_ifast248
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-02-03 Justin Rugglesdsputil: remove debug message in dsputil_init().
2012-01-29 Ronald S. Bultjepng: move DSP functions to their own DSP context.
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-11-11 Justin Rugglestwinvq: add SSE/AVX optimized sum/difference stereo...
2011-10-11 Ronald S. Bultjeprores: extract idct into its own dspcontext and merge...
2011-09-28 Mans Rullgarddsputil: add vector_fmac_scalar()
2011-08-11 Kostya ShishkovMove RV3/4-specific DSP functions into their own context
2011-07-27 Mans Rullgarddsputil: move a bink-only function to binkdsp
2011-07-27 Mans Rullgarddsputil: remove some unused functions
2011-07-27 Kostya Shishkovbink: make IDCT take 32-bit input
2011-07-21 Mans Rullgarddsputil: template get_pixels() for different bit depths
2011-07-21 Mans Rullgarddsputil: create 16/32-bit dctcoef versions of some...
2011-07-21 Mans Rullgardjfdctint: add 10-bit version
2011-07-21 Mans Rullgarddsputil: allow 9/10-bit functions for non-h264 codecs
2011-07-20 Alex Conversedsputil: Remove extra blank line at end.
2011-07-20 Alex Conversedsputil: Replace a LONG_MAX check with HAVE_FAST_64BIT.
2011-07-20 Mans Rullgardsimple_idct: add 10-bit version
2011-07-20 Mans RullgardRemove h264_lowres_idct_put/add functions
2011-07-19 Mans Rullgarddsputil: fix ff_check_alignment()
2011-07-18 Diego Biurrundsputil: restore mistakenly removed hunk of disabled...
2011-07-18 Diego Biurrundsputil: remove disabled code
2011-07-16 Mans RullgardUse LOCAL_ALIGNED in ff_check_alignment()
2011-07-01 Justin Rugglesac3enc: add int32_t array clipping function to DSPUtil...
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-05-10 Oskar ArvidssonMove some functions in dsputil.c into a new file dsputi...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-12 Alex ConverseConvert some undefined 1<<31 shifts into 1U<<31.
2011-03-26 Alexander Strangedsputil: allow to skip drawing of top/bottom edges.
2011-03-23 Justin RugglesAdd apply_window_int16() to DSPContext with x86-optimiz...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Mans Rullgarddsputil: add bswap16_buf()
2011-02-21 Ronald S. Bultjedsputil: make {add/put/put_signed}_pixels_clamped(...
2011-02-17 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-02 Justin RugglesSeparate format conversion DSP functions from DSPContext.
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2011-01-29 Ronald S. BultjeOptimize C version of ff_emulated_edge_mc().
2011-01-28 Alex ConverseMake ff_float_to_int16*_c() static.
2011-01-28 Justin RugglesRemove the add bias hack for the C version of DSPContex...
2011-01-22 Justin RugglesChange DSPContext.vector_fmul() from dst=dst*src to...
2011-01-21 Justin RugglesMove lpc_compute_autocorr() from DSPContext to a new...
2011-01-09 Justin RugglesRemove unneeded #include
2010-09-07 Stefano SabatiniReimplement ff_img_copy_plane() as av_image_copy_plane...
2010-08-25 Måns RullgårdRemove duplicate definitions of fullpel MC functions
2010-08-25 Ronald S. BultjeMove vp6_filter_diag4() from DSPContext to VP56DSPContext.
2010-08-03 Måns RullgårdMove cavs dsp functions to their own struct
2010-07-21 Diego PettenòMake ff_inverse stay with libavutil, and optional copy...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-06-30 Måns RullgårdFix grammar errors in documentation
next