Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-04dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun
2014-03-26dsputil: Move RV40-specific bits into rv40dspDiego Biurrun
2014-03-22dsputil: Move thirdpel-related bits into their own contextDiego Biurrun
2014-03-22dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun
2014-03-22dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun
2014-03-20dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun
2014-03-20dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun
2014-03-13dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun
2014-03-13dsputil.h: K&R formatting cosmeticsDiego Biurrun
2014-03-13dsputil.h: Clean up commentsDiego Biurrun
2014-03-13dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun
2014-03-13dsputil: Drop ff_check_alignment() functionDiego Biurrun
2014-03-13Remove all SPARC architecture optimizationsDiego Biurrun
2014-03-13Remove all SH4 architecture optimizationsDiego Biurrun
2013-12-08dsputil: Move apply_window_int16 to ac3dspDiego Biurrun
2013-11-13Remove all Alpha architecture optimizationsDiego Biurrun
2013-11-08dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun
2013-08-29dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-04-20dsputil: Remove dct_bitsRonald S. Bultje
2013-04-20dsputil: Remove hpel functions (moved to hpeldsp)Ronald S. Bultje
2013-04-20hpeldsp: Add half-pel functions (currently copies of dsputil)Ronald S. Bultje
2013-04-10dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje
2013-04-08lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtablesRonald S. Bultje
2013-04-05h261: Remove H.261 loop filter from dsputilDiego Biurrun
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-02-20h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje
2013-02-17dsputil: convert remaining op_pixels_funcLuca Barbato
2013-02-13dsputil: Move STRIDE_ALIGN macro to the only place it is usedDiego Biurrun
2013-02-09dsputil: Move fdct function declarations to dct.hDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-02-09dsputil: Move WRAPPER8_16_SQ macro to the only place it is usedDiego Biurrun
2013-02-09dsputil: Move rnd_avg inline functions to a separate headerDiego Biurrun
2013-02-09dsputil: Remove commented-out, unused function declarationsDiego Biurrun
2013-02-08dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun
2013-02-08dsputil: Move ff_svq3 function declarations to a separate headerDiego Biurrun
2013-02-08dsputil: Move ff_h264_idct function declarations to a separate headerDiego Biurrun
2013-02-08dsputil: Move copy_block functions to a separate headerDiego Biurrun
2013-02-08dsputil: Drop unused functions copy_block{2|4|16}Diego Biurrun
2013-02-08dsputil: Move get_penalty_factor() to the only place it is used.Diego Biurrun
2013-02-08dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun
2013-01-24dsputil: Separate h264 qpelMans Rullgard
2013-01-23dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje
2013-01-23dsputil: remove some never-assigned function pointers from the struct.Ronald S. Bultje
2013-01-23dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move butterflies_float from dsputil to avfloatdsp.Ronald S. Bultje