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
*
Replace long with x86_reg in postprocess_template.c like in all other
Reimar Döffinger
2008-11-02
1
-31
/
+31
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
2
-36
/
+36
*
Implement postproc_version().
Stefano Sabatini
2008-09-01
2
-1
/
+11
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
2
-6
/
+6
*
Remove AltiVec vector declaration compiler compatibility macros.
Diego Biurrun
2008-07-24
1
-34
/
+34
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
4
-4
/
+4
*
non-recursive makefiles
Måns Rullgård
2008-04-07
1
-2
/
+2
*
cosmetics: prettyprinting
Diego Biurrun
2008-03-23
1
-41
/
+41
*
Cosmetics: reindent and whitespaces
Luca Barbato
2008-03-23
1
-107
/
+106
*
Remove declarations after statements from doVertDefFilter_altivec
Luca Barbato
2008-03-23
1
-11
/
+8
*
Remove declarations after statements from doVertLowPass_altivec
Luca Barbato
2008-03-23
1
-32
/
+42
*
Remove declarations after statements from vertClassify_altivec
Luca Barbato
2008-03-23
1
-16
/
+36
*
Reorder declarations in vertClassify_altivec
Luca Barbato
2008-03-23
1
-7
/
+10
*
typo fixes: tempBlured --> tempBlurred
Diego Biurrun
2008-03-22
4
-60
/
+60
*
cosmetics: typo fixes
Diego Biurrun
2008-03-22
2
-3
/
+4
*
cosmetics: Fix typo in variable name, numSkiped --> numSkipped.
Diego Biurrun
2008-03-22
1
-5
/
+5
*
cosmetics: Fix indentation to be 4 spaces and consistently place {}.
Diego Biurrun
2008-03-22
5
-4838
/
+4706
*
typo: occured --> occurred
Diego Biurrun
2008-03-22
1
-1
/
+1
*
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
[next]