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
2012-04-26vp8: armv6: fix non-armv6t2 buildMans Rullgard
2012-04-26vp8: armv6 optimisationsMans Rullgard
2012-04-26vp8: arm: separate ARMv6 functions from NEONMans Rullgard
2012-04-26ARM: add some compatibility macrosMans Rullgard
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-12build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun
2012-04-10rv40dsp: implement prescaled versions for biweight.Christophe GISQUET
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-13remove iwmmxt optimizationsJanne Grunau
2012-03-07dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET
2012-03-02vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje
2012-02-24SBR DSP: use intptr_t for the ixh parameter.Christophe GISQUET
2012-02-21rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-09arm: Add missing #include to vp8.h to fix a make checkheaders warning.Diego Biurrun
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2012-02-02ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6Mans Rullgard
2012-01-28aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard
2012-01-20ARM: fix build with FFT enabled and MDCT disabledFelipe Contreras
2012-01-16rv34: add NEON rv34_idct_addJanne Grunau
2012-01-16rv34: 1-pass inter MB reconstructionChristophe GISQUET
2012-01-13ARM: fix Thumb-mode simple_idct_armMans Rullgard
2012-01-13ARM: 4-byte align start of all asm functionsMans Rullgard
2012-01-13ARM: rv34: fix asm syntax in dc transform functionsMans Rullgard
2012-01-12rv34: NEON optimised dc only inverse transformJanne Grunau
2012-01-04rv34: joint coefficient decoding and dequantizationChristophe GISQUET
2011-12-16rv40: NEON optimised weak loop filterMans Rullgard
2011-12-15ARM: fix external symbol refs in rv40 asmMans Rullgard
2011-12-15ARM: dca: disable optimised decode_blockcodes() for old gccMans Rullgard
2011-12-14rv40: NEON optimised loop filter strength selectionMans Rullgard
2011-12-13rv34: NEON optimised 4x4 dequantMans Rullgard
2011-12-08rv40: NEON optimised rv40 qpel motion compensationMans Rullgard
2011-12-06rv40: NEON optimised weighted predictionJanne Grunau
2011-12-06rv40: NEON optimised chroma MCJanne Grunau
2011-12-06ARM: move NEON H264 chroma mc to a separate fileMans Rullgard
2011-12-06rv34: NEON optimised inverse transform functionsJanne Grunau
2011-12-02ARM: h264dsp_neon cosmeticsMans Rullgard
2011-12-02ARM: make some NEON macros reusableJanne Grunau
2011-12-01ARM: fix indentation in ff_dsputil_init_neon()Mans Rullgard
2011-12-01ARM: NEON put/avg_pixels8/16 cosmeticsMans Rullgard
2011-12-01ARM: add remaining NEON avg_pixels8/16 functionsMans Rullgard
2011-12-01ARM: clean up NEON put/avg_pixels macrosMans Rullgard
2011-11-25dca: ARMv6 optimised decode_blockcode()Mans Rullgard
2011-11-23ARM: remove needless .text/.align directivesMans Rullgard
2011-11-22ARM: add explicit .arch and .fpu directives to asm.SMans Rullgard
2011-11-08Remove redundant filename self-references inside files.Diego Biurrun
2011-10-23mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov
2011-10-21H264: change weight/biweight functions to take a height argument.Ronald S. Bultje