]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.h
lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
[ffmpeg] / libavcodec / dsputil.h
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-10-23 Diego Biurrundsputil: Replace AV_WNxx(AV_RNxx()) combinations by...
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-05 Luca Barbatodsputil: workaround __VA_ARGS__ missing tokenization...
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-07-03 Diego Biurrunmisc typo and wording fixes
2012-06-18 Justin Rugglesfloat_dsp: Move vector_fmac_scalar() from libavcodec...
2012-06-08 Justin RugglesAdd a float DSP framework to libavutil
2012-05-21 Kieran KunhyaConvert vector_fmul range of functions to YASM and...
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-02-15 Martin Storsjölibavcodec: Add ff_ prefix to j_rev_dct*
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-07 Ronald S. Bultjedsputil: set STRIDE_ALIGN to 16 for x86 also.
2012-01-29 Ronald S. Bultjepng: move DSP functions to their own DSP context.
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-11-11 Justin Rugglestwinvq: add SSE/AVX optimized sum/difference stereo...
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
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: remove stale bink prototypes and comments
2011-07-27 Mans Rullgarddsputil: move a bink-only function to binkdsp
2011-07-27 Mans Rullgarddsputil: remove some unused functions
2011-07-21 Mans Rullgarddsputil: create 16/32-bit dctcoef versions of some...
2011-07-21 Mans Rullgardjfdctint: add 10-bit version
2011-07-20 Mans RullgardRemove h264_lowres_idct_put/add functions
2011-07-10 Mans Rullgarddsputil: remove ff_emulated_edge_mc macro used in one...
2011-07-01 Justin Rugglesac3enc: add int32_t array clipping function to DSPUtil...
2011-06-30 Diego Biurruncosmetics: fix some then/than typos
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-03 Vladimir PantelicRemove unused get_psnr() prototype
2011-05-24 Ronald S. BultjeMove emms_c() from libavcodec to libavutil.
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-05-10 Oskar ArvidssonChoose h264 chroma dc dequant function dynamically.
2011-04-19 Anton Khirnovlavc: remove misc disabled cruft.
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-03-13 Johan AnderssonUpdate the url to the site website and change ffmpeg...
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-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-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-22 Mans RullgardMake LOCAL_ALIGNED macro fully C99 compatible
2011-01-21 Justin RugglesMove lpc_compute_autocorr() from DSPContext to a new...
2011-01-20 Ronald S. BultjeRevert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it...
2011-01-15 Jason Garrett-GlaserH.264/SVQ3: make chroma DC work the same way as luma DC
2011-01-15 Jason Garrett-GlaserPort SVQ3 to use the new mb_luma_dc method of storing...
2011-01-14 Jason Garrett-GlaserFix SVQ3
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
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-24 Måns RullgårdRemove global mm_flags variable
2010-08-03 Måns RullgårdMove cavs dsp functions to their own struct
2010-06-27 Eli FriedmanAdd const to some pointer parameters.
2010-05-27 David ConradAdd const to ff_emulated_edge_mc
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-17 David Conradvp3: DC-only IDCT
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-14 Måns RullgårdSeparate DWT from snow and dsputil
2010-03-06 Måns RullgårdMove some dsp func prototypes to dsputil.h; they are...
2010-03-06 Måns RullgårdMove some VC1 dsp prototypes to dsputil.h; they are...
2010-03-06 Måns RullgårdMove prototypes for various dsputil init functions...
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-03-06 Måns RullgårdMove DECLARE_ALIGNED_{8,16} macros to mem.h
2010-02-21 Kostya ShishkovBink video decoder
2010-02-17 Måns Rullgård10l: remove stray '(' I don't know where it came from
2010-02-17 Måns RullgårdAdd LOCAL_ALIGNED() macro for declaring aligned local...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-20 Vitor SessakFloating point discrete cosine transform
2010-01-14 Alexander StrangeImplement alpha channel decoding for BGR HuffYUV.
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-12-05 Loren Merrittrefactor and optimize scalarproduct
2009-11-05 Reimar DöffingerAdd ff_init_ff_cos_tabs function and use it in rdft...
2009-11-04 Reimar DöffingerPad ff_cos_tabs and ff_sin_tabs so that index n points...
2009-10-18 Loren Merritthuffyuv: add some const qualifiers
2009-10-18 Loren Merrittsimd add_hfyu_left_prediction
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...
2009-10-16 Alexander StrangeHuffyuv: Add missing const to src pointers in dsputil...
2009-10-15 Reimar DöffingerAdd support for hardcoded ff_sin_* tables.
next