log postprocess.c @ 118:bdd1788fb53b libpostproc

age author description
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libpostproc
Fri, 19 Dec 2008 09:59:18 +0000 diego Remove pointless malloc.h #include. libpostproc
Thu, 11 Dec 2008 20:06:16 +0000 diego Drop _t from typedef names for POSIX compatibility. libpostproc
Thu, 11 Dec 2008 16:44:22 +0000 diego Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection. libpostproc
Thu, 16 Oct 2008 13:34:09 +0000 flameeyes Convert asm keyword into __asm__. libpostproc
Mon, 01 Sep 2008 18:00:53 +0000 stefano Implement postproc_version(). libpostproc
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libpostproc
Sat, 22 Mar 2008 17:36:31 +0000 diego typo fixes: tempBlured --> tempBlurred libpostproc
Sat, 22 Mar 2008 16:46:36 +0000 diego cosmetics: typo fixes libpostproc
Sat, 22 Mar 2008 15:46:34 +0000 diego cosmetics: Fix indentation to be 4 spaces and consistently place {}. libpostproc
Tue, 18 Mar 2008 22:14:41 +0000 diego Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. libpostproc
Sat, 15 Mar 2008 16:15:47 +0000 diego typo fixes libpostproc
Fri, 14 Mar 2008 21:50:23 +0000 diego typos libpostproc
Wed, 12 Mar 2008 23:58:46 +0000 diego typo fixes libpostproc
Sat, 02 Feb 2008 21:24:54 +0000 michael const libpostproc
Wed, 30 Jan 2008 18:30:17 +0000 reimar Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well libpostproc
Wed, 30 Jan 2008 18:21:01 +0000 reimar Simplify: use DECLARE_ASM_CONST libpostproc
Thu, 10 Jan 2008 10:18:00 +0000 benoit Make MMX vectors constants. libpostproc
Thu, 10 Jan 2008 10:16:36 +0000 benoit Make pp_help a constant array of characters to move it to .rodata. libpostproc
Thu, 10 Jan 2008 10:15:07 +0000 benoit Reduce the size of the replaceTable entries. libpostproc
Tue, 08 Jan 2008 22:03:30 +0000 reimar Remove clip_table as it is not used anymore. libpostproc
Mon, 07 Jan 2008 12:44:49 +0000 benoit Make the av_class member of PPContext a poiner to constant AVClass. libpostproc
Fri, 04 Jan 2008 07:47:32 +0000 benoit Make pp_help a constant pointer to constant characters, moves it partially libpostproc
Thu, 03 Jan 2008 08:42:02 +0000 benoit Make pp_get_mode_by_name_and_quality accept a constant string. libpostproc
Thu, 03 Jan 2008 08:39:38 +0000 benoit Make filterDelimiters and optionDelimiters two static constant array of libpostproc
Fri, 06 Jul 2007 10:45:53 +0000 diego Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h. libpostproc
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libpostproc
Mon, 28 May 2007 09:30:41 +0000 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libpostproc
Thu, 17 May 2007 09:30:38 +0000 reimar Use DECLARE_ALIGNED for alignment in libpostprocess libpostproc
Fri, 08 Dec 2006 00:35:08 +0000 mru rename always_inline to av_always_inline and move to common.h libpostproc
Wed, 01 Nov 2006 18:34:40 +0000 diego Use common define for x86_32 and x86_64. libpostproc
Mon, 16 Oct 2006 12:52:21 +0000 diego Fix #endif comments. libpostproc
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libpostproc
Wed, 11 Oct 2006 22:59:37 +0000 diego Rename SIGN macro to FFSIGN to avoid clashes with system headers. libpostproc
Wed, 11 Oct 2006 00:18:33 +0000 diego printf --> av_log with some help from Oded libpostproc
Tue, 10 Oct 2006 08:09:12 +0000 diego Change libpostproc to use the FFMIN/FFMAX macros from libavutil. libpostproc
Tue, 10 Oct 2006 07:49:10 +0000 diego Move sign macro to libavutil. libpostproc
Tue, 10 Oct 2006 07:46:41 +0000 diego Use ABS macro from libavutil. libpostproc
Mon, 09 Oct 2006 22:36:38 +0000 diego Remove gcc-workaround that is already present in libavutil/common.h. libpostproc
Mon, 09 Oct 2006 22:24:35 +0000 diego Fix default license header. libpostproc
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libpostproc
Tue, 03 Oct 2006 17:24:07 +0000 michael 1000000l for lu_zero (commiting untested? code) libpostproc
Mon, 02 Oct 2006 10:49:27 +0000 lu_zero make postproc use avutil libpostproc
Fri, 18 Aug 2006 13:38:24 +0000 diego Explicitly include fastmemcpy.h from libvo/. libpostproc
Sun, 18 Jun 2006 11:33:14 +0000 diego Add const to (mostly) char* and make some functions static, which aren't used libpostproc
Fri, 09 Jun 2006 13:13:08 +0000 diego CVS --> Subversion libpostproc
Thu, 01 Jun 2006 21:37:48 +0000 diego libavcodec/libpostproc ---> libpostproc libpostproc