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
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