]> git.sesse.net Git - ffmpeg/history - libavcodec/dsputil.h
h264: K&R formatting cosmetics
[ffmpeg] / libavcodec / dsputil.h
2014-07-11 Diego Biurrundsputil: Drop unused bit_depth parameter from all init...
2014-07-09 Diego Biurrundsputil: Split off pixel block routines into their...
2014-07-07 Diego Biurrundsputil: Split off FDCT bits into their own context
2014-07-06 Diego Biurrundsputil: Move draw_edges() to mpegvideoencdsp
2014-07-06 Diego Biurrundsputil: Move pix_sum, pix_norm1, shrink function point...
2014-07-06 Diego Biurrundsputil: Split off *_8x8basis to a separate context
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-06-26 Diego Biurrundsputil: Move MMX/SSE2-optimized IDCT bits to the x86...
2014-06-23 Diego Biurrundsputil: Split off global motion compensation bits...
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-06-22 Diego Biurrundsputil: Split audio operations off into a separate...
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-06-02 Diego BiurrunRemove all Blackfin architecture optimizations
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-05-29 Diego Biurrundsputil: Move Bink-specific add_pixels8 to binkdsp
2014-05-29 Diego Biurrundsputil: Move APE-specific bits into apedsp
2014-05-29 Diego Biurrundsputil: Move mspel_pixels_tab to the only place it...
2014-05-29 Diego Biurrundsputil: Move ff_alternate_*_scan tables to mpegvideo
2014-05-29 Diego Biurrundsputil: Move SVQ1 encoding specific bits into svq1enc
2014-05-27 Diego Biurrundsputil: Split off HuffYUV encoding bits into their...
2014-05-27 Diego Biurrundsputil: Split off HuffYUV decoding bits into their...
2014-04-04 Diego Biurrundsputil: Move DV-specific ff_zigzag248_direct table...
2014-03-26 Diego Biurrundsputil: Move RV40-specific bits into rv40dsp
2014-03-22 Diego Biurrundsputil: Move thirdpel-related bits into their own...
2014-03-22 Diego Biurrundsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16...
2014-03-22 Diego Biurrundsputil: Move ff_zigzag_direct and ff_crop_tab declarat...
2014-03-20 Diego Biurrundsputil: Use correct type in me_cmp_func function pointer
2014-03-20 Diego Biurrundsputil: Propagate bit depth information to all (sub...
2014-03-13 Diego Biurrundsputil: cosmetics: Lose camelCase on ff_cropTbl and...
2014-03-13 Diego Biurrundsputil.h: K&R formatting cosmetics
2014-03-13 Diego Biurrundsputil.h: Clean up comments
2014-03-13 Diego Biurrundsputil: Move intreadwrite.h #include from header file...
2014-03-13 Diego Biurrundsputil: Drop ff_check_alignment() function
2014-03-13 Diego BiurrunRemove all SPARC architecture optimizations
2014-03-13 Diego BiurrunRemove all SH4 architecture optimizations
2013-12-08 Diego Biurrundsputil: Move apply_window_int16 to ac3dsp
2013-11-13 Diego BiurrunRemove all Alpha architecture optimizations
2013-11-08 Diego Biurrundsputil: Split off H.263 bits into their own H263DSPContext
2013-08-28 Diego Biurrundsputil: x86: Hide arch-specific initialization details
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-04-19 Ronald S. Bultjedsputil: Remove dct_bits
2013-04-19 Ronald S. Bultjedsputil: Remove hpel functions (moved to hpeldsp)
2013-04-19 Ronald S. Bultjehpeldsp: Add half-pel functions (currently copies of...
2013-04-10 Ronald S. Bultjedsputil: Make square put/avg_pixels functions local...
2013-04-08 Ronald S. Bultjelavc: Move ff_cropTbl and ff_zigzag_direct from dsputil...
2013-04-05 Diego Biurrunh261: Remove H.261 loop filter from dsputil
2013-03-12 Luca Barbatodsputil: convert remaining functions to use ptrdiff_t...
2013-02-19 Ronald S. Bultjeh264: Add add_pixels4/8() to h264dsp, and remove add_pi...
2013-02-17 Luca Barbatodsputil: convert remaining op_pixels_func
2013-02-13 Diego Biurrundsputil: Move STRIDE_ALIGN macro to the only place...
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-08 Diego Biurrundsputil: Move rnd_avg inline functions to a separate...
2013-02-08 Diego Biurrundsputil: Remove commented-out, unused function declarations
2013-02-07 Diego Biurrundsputil: Move ff_shrink* function declarations to separ...
2013-02-07 Diego Biurrundsputil: Move ff_svq3 function declarations to a separa...
2013-02-07 Diego Biurrundsputil: Move ff_h264_idct function declarations to...
2013-02-07 Diego Biurrundsputil: Move copy_block functions to a separate header
2013-02-07 Diego Biurrundsputil: Drop unused functions copy_block{2|4|16}
2013-02-07 Diego Biurrundsputil: Move get_penalty_factor() to the only place...
2013-02-07 Diego Biurrundsputil: Move ff_block_permute to mpegvideo_enc
2013-02-06 Diego Biurrundsputil: Separate h264chroma
2013-02-05 Diego BiurrunUse ptrdiff_t instead of int for {avg, put}_pixels...
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 some never-assigned function pointers...
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-12-11 Mans RullgardMake LOCAL_ALIGNED syntactically similar on all systems
2012-12-09 Mans Rullgarddsputil: remove unused macro WRAPPER8_16
2012-11-26 Justin Rugglesdsputil: move vector_fmul_scalar() to AVFloatDSPContext...
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...
next