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-11-05postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba
2011-11-05Replace strncpy() with av_strlcpy() in libpostproc.Alex Converse
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-04-09configure: Add --enable-runtime-cpudetectRamiro Polla
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-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-19Remove pointless malloc.h #include.Diego Biurrun
2008-12-11Drop _t from typedef names for POSIX compatibility.Diego Biurrun
2008-12-11Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.Diego Biurrun
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-09-01Implement postproc_version().Stefano Sabatini
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 indentation to be 4 spaces and consistently place {}.Diego Biurrun
2008-03-19Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun
2008-03-15typo fixesDiego Biurrun
2008-03-15typosDiego Biurrun
2008-03-13typo fixesDiego Biurrun
2008-02-03constMichael Niedermayer
2008-01-30Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as wellReimar Döffinger
2008-01-30Simplify: use DECLARE_ASM_CONSTReimar Döffinger
2008-01-10Make MMX vectors constants.Diego Pettenò
2008-01-10Make pp_help a constant array of characters to move it to .rodata.Diego Pettenò
2008-01-10Reduce the size of the replaceTable entries.Diego Pettenò
2008-01-09Remove clip_table as it is not used anymore.Diego Pettenò
2008-01-07Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò
2008-01-04Make pp_help a constant pointer to constant characters, moves it partiallyDiego Pettenò
2008-01-03Make pp_get_mode_by_name_and_quality accept a constant string.Diego Pettenò
2008-01-03Make filterDelimiters and optionDelimiters two static constant array ofDiego Pettenò
2007-07-06Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-05-17Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-16Fix #endif comments.Diego Biurrun
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-10Move sign macro to libavutil.Diego Biurrun
2006-10-10Use ABS macro from libavutil.Diego Biurrun
2006-10-10Remove gcc-workaround that is already present in libavutil/common.h.Diego Biurrun
2006-10-10Fix default license header.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun