]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.c
pthread: validate_thread_parameters() ignored slice-threading being intentionally off
[ffmpeg] / libavcodec / dsputil.c
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
2010-06-28 Måns RullgårdSet rv34 (0,0) subpel mc functions to the optimised...
2010-06-27 Eli FriedmanAdd const to some pointer parameters.
2010-06-25 Jason Garrett-GlaserMake VP8 DSP functions take two strides
2010-06-22 David ConradNative VP8 decoder.
2010-05-27 David ConradAdd const to ff_emulated_edge_mc
2010-05-27 David ConradAdd more const to _l4 pixel functions
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-11 Måns RullgårdAdd some required casts
2010-03-06 Måns RullgårdMove ff_spatial_dwt() prototype to snow.h
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 some prototypes from dsputil.c to reasonable heade...
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-02-21 Kostya ShishkovBink video decoder
2010-02-17 Måns RullgårdUse LOCAL_ALIGNED macro for local arrays
2010-02-17 Måns RullgårdSimplify some declarations of aligned arrays
2010-01-22 Reimar DöffingerThe SSSE3 version of dct_quantize in mpegvideo_mmx_temp...
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-19 Michael NiedermayerMark the h264 c loop filter as av_always_inline av_flat...
2010-01-19 Michael Niedermayerskip outer pixels if possible in h264_loop_filter_luma_c().
2010-01-14 Alexander StrangeImplement alpha channel decoding for BGR HuffYUV.
2010-01-13 Zuxy MengMore av_cold for infrequently called functions.
2009-12-30 Diego BiurrunGet rid of pointless CONFIG_ANY_H263 preprocessor defin...
2009-12-30 Diego BiurrunAdd required header #includes for mpegvideo.h and config.h.
2009-12-05 Loren Merrittrefactor and optimize scalarproduct
2009-10-18 Loren Merritthuffyuv: add some const qualifiers
2009-10-18 Justin Rugglesadd CONFIG_LPC to the build system for lpc dsputil...
2009-10-17 Justin RugglesMove autocorrelation function from flacenc.c to lpc...
2009-10-16 Alexander StrangeRemove a meaningless 'inline' from add_hfyu_left_predic...
2009-10-16 Alexander StrangeHuffyuv: Add missing const to src pointers in dsputil...
2009-10-06 Nathan CaldwellMove HuffYUV left prediction to dsputil.
2009-09-27 Måns RullgårdDrop unused args from vector_fmul_add_add, simpify...
2009-09-22 Måns RullgårdAdd some dsputil functions useful for AAC decoder
2009-09-21 Loren Merrittextend ff_inverse[], and fix its documentation
2009-08-27 Vitor SessakMark parameter src of vector_clipf() as const
2009-08-27 Vitor SessakSSE optimized vector_clipf(). 10% faster TwinVQ decoding.
2009-08-26 Måns Rullgårddsputil: declare some arrays 16-byte aligned
2009-08-26 Reimar Döffinger100l, inv_zigzag_direct16 must be aligned to 16 bytes...
2009-08-25 Måns RullgårdRemove explicit init to zero of static inv_zigzag_direct16
2009-08-19 Måns RullgårdGet rid of large stack array in rd8x8_c()
2009-07-29 Diego BiurrunDo not check for both CONFIG_VC1_DECODER and CONFIG_WMV...
2009-07-22 Diego BiurrunDo not redundantly check for both CONFIG_THEORA_DECODER...
2009-04-30 Ramiro PollaDon't #if a function declaration and properly indent it.
2009-04-30 Ramiro Pollamlpdec: Move MLP's filter_channel() to dsputils.
2009-04-14 David ConradVC1: add and use avg_no_rnd chroma MC functions
2009-04-14 David ConradRename put_no_rnd_h264_chroma* to reflect its usage...
2009-04-14 David ConradVC1: Do qpel when needed for both MVs in a B frame
2009-03-26 Ramiro PollaUse intptr_t when casting pointers to int.
2009-02-19 Roman ShaposhnikAdding 2 intra 8x8 cmp functions: vsad, vsse
2009-02-19 Roman ShaposhnikMaking the arrays accomodate an extra intra 8x8 cmp...
2009-02-09 Aurelien Jacobsmove vp6_filter_diag4() to a new vp6dsp.c file and...
2009-02-08 Loren Merrittff_add_hfyu_median_prediction_mmx2
2009-02-01 Diego BiurrunRemove H.264 encoder initialization.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-20 Kostya ShishkovRV30 decoder
2008-12-19 Jason Garrett-GlaserMove filter_luma_intra into dsputil for later addition...
2008-12-18 Michael NiedermayerH.264 idct functions that include the chroma, inter...
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-12-10 Loren Merrittclear_block mmx
2008-12-01 Kostya ShishkovRV40 MC functions
2008-11-08 Peter RossElectronic Arts TGQ/TQI/MAD IDCT algorithm
2008-10-04 David ConradMove VP3 loop filter to DSPContext
2008-08-13 Loren Merrittsimd int->float
2008-08-13 Loren Merrittsimd downmix
2008-07-16 Loren Merrittfloat_to_int16_interleave: change src to an array of...
2008-07-13 Loren Merrittexploit mdct symmetry
2008-07-13 Loren Merrittsimplify vorbis windowing
2008-07-07 Michael NiedermayerFix x86-64
next