Mercurial > libpostproc.hg
graph
-
Globally rename the header inclusion guard names. libpostprocSun, 31 Aug 2008 07:39:47 +0000, by stefano
-
Remove AltiVec vector declaration compiler compatibility macros. libpostprocThu, 24 Jul 2008 10:53:32 +0000, by diego
-
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
-
Move libpostproc-specific uninstallation command to the libpostproc Makefile. libpostprocSun, 10 Jun 2007 21:29:56 +0000, by diego
-
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. libpostprocMon, 28 May 2007 09:30:41 +0000, by diego
-
Use DECLARE_ALIGNED for alignment in libpostprocess libpostprocThu, 17 May 2007 09:30:38 +0000, by reimar
-
Many steps to avutilized this mess: DECLARE_ALIGNED libpostprocFri, 02 Mar 2007 09:07:09 +0000, by lu_zero
-
cosmetics: Fix another common typo, gurantee --> guArantee. libpostprocWed, 21 Feb 2007 19:19:46 +0000, by diego
-
rename always_inline to av_always_inline and move to common.h libpostprocFri, 08 Dec 2006 00:35:08 +0000, by mru
-
allow spaces in source and build directory names libpostprocWed, 08 Nov 2006 00:02:15 +0000, by mru
-
Revert putting EXTRALIBS in common.mak, linking fails on MinGW. libpostprocSun, 15 Oct 2006 12:59:45 +0000, by diego
-
Rename SIGN macro to FFSIGN to avoid clashes with system headers. libpostprocWed, 11 Oct 2006 22:59:37 +0000, by diego
-
Change libpostproc to use the FFMIN/FFMAX macros from libavutil. libpostprocTue, 10 Oct 2006 08:09:12 +0000, by diego
-
Remove gcc-workaround that is already present in libavutil/common.h. libpostprocMon, 09 Oct 2006 22:36:38 +0000, by diego
-
Change license headers to say 'FFmpeg' instead of 'this program/this library' libpostprocSat, 07 Oct 2006 15:30:46 +0000, by diego
-
1000000l for lu_zero (commiting untested? code) libpostprocTue, 03 Oct 2006 17:24:07 +0000, by michael
-
Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru> libpostprocTue, 03 Oct 2006 07:57:04 +0000, by lu_zero
-
Replace informal GPL notice by official header. libpostprocSat, 09 Sep 2006 21:09:37 +0000, by diego
-
Move all internal -I parameters to the front of CFLAGS to avoid using external libpostprocThu, 17 Aug 2006 16:32:08 +0000, by diego
-
Make ffmpeg better support pic - from Diego Petten <flameeyes@gentoo.org> libpostprocWed, 05 Jul 2006 20:32:19 +0000, by lu_zero
-
Remove erroneous -I../.. flag that points outside of the src directory. libpostprocWed, 05 Jul 2006 14:09:37 +0000, by diego
-
Add const to (mostly) char* and make some functions static, which aren't used libpostprocSun, 18 Jun 2006 11:33:14 +0000, by diego