Mercurial > libpostproc.hg
graph
-
Use full path for #includes from another directory. libpostprocFri, 09 May 2008 11:56:36 +0000, by diego
-
Do not ignore .depend files, they are no longer generated. libpostprocThu, 24 Apr 2008 10:17:55 +0000, by diego
-
Remove declarations after statements from doVertDefFilter_altivec libpostprocSun, 23 Mar 2008 15:39:39 +0000, by lu_zero
-
Remove declarations after statements from doVertLowPass_altivec libpostprocSun, 23 Mar 2008 15:35:19 +0000, by lu_zero
-
Remove declarations after statements from vertClassify_altivec libpostprocSun, 23 Mar 2008 15:33:24 +0000, by lu_zero
-
Reorder declarations in vertClassify_altivec libpostprocSun, 23 Mar 2008 15:29:22 +0000, by lu_zero
-
cosmetics: Fix typo in variable name, numSkiped --> numSkipped. libpostprocSat, 22 Mar 2008 16:43:07 +0000, by diego
-
cosmetics: Fix indentation to be 4 spaces and consistently place {}. libpostprocSat, 22 Mar 2008 15:46:34 +0000, by diego
-
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. libpostprocTue, 18 Mar 2008 22:14:41 +0000, by diego
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libpostprocSat, 08 Mar 2008 14:39:43 +0000, by diego
-
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libpostprocThu, 06 Mar 2008 20:44:44 +0000, by mru
-
less preprocessor magic in version number macros libpostprocTue, 26 Feb 2008 20:37:59 +0000, by mru
-
Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well libpostprocWed, 30 Jan 2008 18:30:17 +0000, by reimar
-
Build both static and shared libs from the same object. libpostprocMon, 14 Jan 2008 14:42:29 +0000, by diego
-
Make pp_help a constant array of characters to move it to .rodata. libpostprocThu, 10 Jan 2008 10:16:36 +0000, by benoit
-
Make the av_class member of PPContext a poiner to constant AVClass. libpostprocMon, 07 Jan 2008 12:44:49 +0000, by benoit
-
Make pp_help a constant pointer to constant characters, moves it partially libpostprocFri, 04 Jan 2008 07:47:32 +0000, by benoit
-
Make pp_get_mode_by_name_and_quality accept a constant string. libpostprocThu, 03 Jan 2008 08:42:02 +0000, by benoit
-
Make filterDelimiters and optionDelimiters two static constant array of libpostprocThu, 03 Jan 2008 08:39:38 +0000, by benoit
-
Declare libpostproc prerequisites directly instead of using a layer of libpostprocTue, 30 Oct 2007 07:54:18 +0000, by diego
-
Add FFMPEG_ prefix to all multiple inclusion guards. libpostprocWed, 17 Oct 2007 09:37:46 +0000, by diego
-
Move Apple gcc AltiVec vector declaration syntax to libavutil. libpostprocFri, 24 Aug 2007 15:04:00 +0000, by diego
-
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libpostprocWed, 22 Aug 2007 22:46:39 +0000, by diego
-
Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h. libpostprocFri, 06 Jul 2007 10:45:53 +0000, by diego
-
Remove leading underscores from specifiers, they are reserved. libpostprocMon, 02 Jul 2007 17:00:04 +0000, by diego
-
add a comment to indicate which #endif belong to which #define libpostprocSun, 17 Jun 2007 18:59:28 +0000, by gpoirier