index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpostproc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
Diego Biurrun
2008-03-18
1
-6
/
+0
*
simplify ALIGN_MASK definition
Måns Rullgård
2008-03-17
1
-6
/
+1
*
get register names from x86_cpu.h
Måns Rullgård
2008-03-17
1
-14
/
+1
*
typo fixes
Diego Biurrun
2008-03-15
2
-8
/
+8
*
typos
Diego Biurrun
2008-03-14
1
-2
/
+2
*
typo fixes
Diego Biurrun
2008-03-12
2
-10
/
+10
*
misc spelling fixes
Diego Biurrun
2008-03-10
1
-1
/
+1
*
cosmetics: Remove useless empty line.
Diego Biurrun
2008-03-08
1
-1
/
+0
*
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
Diego Biurrun
2008-03-08
1
-2
/
+1
*
simplify library version handling
Måns Rullgård
2008-03-07
1
-2
/
+0
*
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
Måns Rullgård
2008-03-06
1
-1
/
+1
*
less preprocessor magic in version number macros
Måns Rullgård
2008-02-26
1
-4
/
+10
*
Install headers in $prefix/include/$libname
Måns Rullgård
2008-02-25
2
-7
/
+1
*
#include avutil.h in postprocess.h
Måns Rullgård
2008-02-20
1
-0
/
+2
*
Clean up lib* version definitions
Måns Rullgård
2008-02-19
1
-2
/
+4
*
const
Michael Niedermayer
2008-02-02
3
-20
/
+20
*
Make src const.
Michael Niedermayer
2008-02-02
1
-1
/
+1
*
void arithmetic
Michael Niedermayer
2008-02-02
1
-1
/
+1
*
Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well
Reimar Döffinger
2008-01-30
1
-1
/
+1
*
Simplify: use DECLARE_ASM_CONST
Reimar Döffinger
2008-01-30
1
-8
/
+8
*
Build both static and shared libs from the same object.
Diego Pettenò
2008-01-14
1
-8
/
+2
*
unused
Michael Niedermayer
2008-01-10
1
-4
/
+0
*
Make MMX vectors constants.
Diego Pettenò
2008-01-10
1
-8
/
+8
*
Make pp_help a constant array of characters to move it to .rodata.
Diego Pettenò
2008-01-10
2
-0
/
+8
*
Reduce the size of the replaceTable entries.
Diego Pettenò
2008-01-10
1
-5
/
+5
*
Remove clip_table as it is not used anymore.
Diego Pettenò
2008-01-08
2
-20
/
+0
*
Make the av_class member of PPContext a poiner to constant AVClass.
Diego Pettenò
2008-01-07
2
-2
/
+2
*
Make pp_help a constant pointer to constant characters, moves it partially
Diego Pettenò
2008-01-04
2
-2
/
+2
*
Make pp_get_mode_by_name_and_quality accept a constant string.
Diego Pettenò
2008-01-03
2
-2
/
+2
*
Make filterDelimiters and optionDelimiters two static constant array of
Diego Pettenò
2008-01-03
1
-2
/
+2
*
spelling
Vitor Sessak
2007-12-01
1
-4
/
+4
*
Declare libpostproc prerequisites directly instead of using a layer of
Diego Biurrun
2007-10-30
1
-3
/
+3
*
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
2
-6
/
+6
*
Use filename as multiple inclusion guard.
Diego Biurrun
2007-10-17
1
-3
/
+3
*
Move Apple gcc AltiVec vector declaration syntax to libavutil.
Diego Biurrun
2007-08-24
1
-6
/
+0
*
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Diego Biurrun
2007-08-22
1
-1
/
+1
*
Uppercase variable overlooked in last commit.
Diego Biurrun
2007-07-21
1
-1
/
+1
*
Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.
Diego Biurrun
2007-07-06
2
-49
/
+0
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
Remove leading underscores from specifiers, they are reserved.
Diego Biurrun
2007-07-02
1
-3
/
+3
*
Fix 'make checkheaders'.
Diego Biurrun
2007-07-02
2
-0
/
+3
*
add a comment to indicate which #endif belong to which #define
Guillaume Poirier
2007-06-17
1
-1
/
+1
*
add multiple inclusion guards to headers
Måns Rullgård
2007-06-17
1
-0
/
+5
*
misc typo fixes
Diego Biurrun
2007-06-12
1
-3
/
+4
*
misc spelling fixes
Diego Biurrun
2007-06-12
3
-17
/
+17
*
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
Diego Biurrun
2007-06-10
1
-0
/
+2
*
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Diego Biurrun
2007-05-28
1
-3
/
+0
*
Use DECLARE_ALIGNED for alignment in libpostprocess
Reimar Döffinger
2007-05-17
2
-10
/
+10
*
Remove extern C declarations for C++.
Diego Biurrun
2007-05-16
1
-8
/
+0
*
typos/grammar
Diego Biurrun
2007-04-07
1
-1
/
+1
[next]