index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libpostproc
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Typo
Luca Barbato
2007-03-02
1
-1
/
+1
*
Many steps to avutilized this mess: DECLARE_ALIGNED
Luca Barbato
2007-03-02
1
-6
/
+7
*
Remove useless conditional.
Diego Biurrun
2007-02-27
1
-2
/
+0
*
cosmetics: Fix another common typo, gurantee --> guArantee.
Diego Biurrun
2007-02-21
1
-2
/
+2
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
2
-2
/
+2
*
allow spaces in source and build directory names
Måns Rullgård
2006-11-08
1
-1
/
+1
*
Use common define for x86_32 and x86_64.
Diego Biurrun
2006-11-01
1
-5
/
+5
*
Fix dependencies for 'make dep'.
Diego Biurrun
2006-10-29
1
-1
/
+1
*
Fix #endif comments.
Diego Biurrun
2006-10-16
1
-1
/
+1
*
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
Diego Biurrun
2006-10-15
1
-0
/
+2
*
Rename ABS macro to FFABS.
Diego Biurrun
2006-10-11
2
-27
/
+27
*
Rename SIGN macro to FFSIGN to avoid clashes with system headers.
Diego Biurrun
2006-10-11
2
-6
/
+6
*
Move CFLAGS handling to common.mak.
Diego Biurrun
2006-10-11
1
-2
/
+0
*
printf --> av_log with some help from Oded
Diego Biurrun
2006-10-11
3
-24
/
+24
*
Remove unused variables.
Diego Biurrun
2006-10-10
1
-7
/
+0
*
Change libpostproc to use the FFMIN/FFMAX macros from libavutil.
Diego Biurrun
2006-10-10
2
-20
/
+17
*
Move sign macro to libavutil.
Diego Biurrun
2006-10-10
1
-1
/
+0
*
Use ABS macro from libavutil.
Diego Biurrun
2006-10-10
1
-1
/
+0
*
Remove gcc-workaround that is already present in libavutil/common.h.
Diego Biurrun
2006-10-09
1
-8
/
+0
*
Fix default license header.
Diego Biurrun
2006-10-09
1
-1
/
+1
[next]