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-09-09dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-07arm: fix compile with disable-optimizations on androidMichael Niedermayer
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-04ARMv6: vp8: fix stack allocation with Apple's assemblerMans Rullgard
2012-08-04ARM: vp56: allow inline asm to build with clangMans Rullgard
2012-08-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-01ARM: use =const syntax instead of explicit literal poolsMans Rullgard
2012-08-01ARM: use standard syntax for all LDRD/STRD instructionsMans Rullgard
2012-07-19Fix misspellings of FFmpegMichael Niedermayer
2012-07-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-07-18build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-01ARM: generate position independent code to access data symbolsMans Rullgard
2012-06-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19float_dsp: Move vector_fmac_scalar() from libavcodec to libavutilJustin Ruggles
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-08ARM: Move asm.S from libavcodec to libavutilJustin Ruggles
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-11arm/neon: dsputil: use correct size specifiers on vld1/vst1Mans Rullgard
2012-05-11arm: dsputil: prettify some conditional instructions in put_pixels macrosMans Rullgard
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10arm: dsputil: fix overreads in put/avg_pixels functionsMans Rullgard
2012-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-06aacps: NEON optimisationsMans Rullgard
2012-04-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-22ARM: allow runtime masking of CPU featuresMans Rullgard
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-12build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun
2012-04-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-10rv40dsp: implement prescaled versions for biweight.Christophe GISQUET
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-03-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-13remove iwmmxt optimizationsJanne Grunau
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET
2012-03-03arm: Fix 10l typoMichael Niedermayer
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje