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
2011-09-24postproc: Fix compilation failure.Yuriy Kaminskiy
2011-09-20libpostproc: mmx code uses stack below %esp, fix thatYuriy Kaminskiy
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-02Fix warnings about redefining constants when compiling libpostproc.Yuriy Kaminskiy
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-08-19Remove disabled code cruft.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun
2009-01-14Fix compilation.Carl Eugen Hoyos
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-02Replace long with x86_reg in postprocess_template.c like in all otherReimar Döffinger
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-22typo fixes: tempBlured --> tempBlurredDiego Biurrun
2008-03-22cosmetics: typo fixesDiego Biurrun
2008-03-22cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun
2008-03-22cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun
2008-03-18simplify ALIGN_MASK definitionMåns Rullgård
2008-03-18get register names from x86_cpu.hMåns Rullgård
2008-03-15typo fixesDiego Biurrun
2008-02-03constMichael Niedermayer
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-17Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger
2007-04-07typos/grammarDiego Biurrun
2007-02-21cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-12Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun
2006-10-11printf --> av_log with some help from OdedDiego Biurrun
2006-10-10Change libpostproc to use the FFMIN/FFMAX macros from libavutil.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-06-02libavcodec/libpostproc ---> libpostprocDiego Biurrun