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
/
libswscale
/
swscale-example.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary emms Assembler instructions.
Diego Biurrun
2009-02-10
1
-9
/
+0
*
Revert #undefining system functions, it is not necessary.
Diego Biurrun
2009-02-09
1
-7
/
+0
*
Add config.h #include for ARCH_X86 definition.
Diego Biurrun
2009-02-09
1
-0
/
+1
*
Add #undefs to reenable system functions that are normally forbidden in other
Diego Biurrun
2009-02-09
1
-0
/
+7
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-14
1
-2
/
+2
*
Remove rgb2rgb.h dependancy.
Michael Niedermayer
2008-10-27
1
-6
/
+0
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
1
-2
/
+2
*
Remove unused function fast_memcpy.
Diego Biurrun
2008-09-29
1
-4
/
+0
*
cosmetics: indentation
Diego Biurrun
2008-09-29
1
-6
/
+5
*
Revert mistakely commited hunk.
Michael Niedermayer
2008-09-29
1
-1
/
+1
*
Print all cases that are tested, not just the ones that are bad.
Michael Niedermayer
2008-09-29
1
-3
/
+1
*
Add fflush to prevent stdout & stderr from being mixed.
Michael Niedermayer
2008-09-04
1
-0
/
+2
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Relicense test/example files as LGPL with Michael's permission.
Diego Biurrun
2008-04-13
1
-8
/
+8
*
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
Benoit Fouet
2008-01-17
1
-4
/
+4
*
Remove some useless parentheses.
Benoit Fouet
2008-01-17
1
-1
/
+1
*
Remove non cosmetic spaces inside parentheses.
Benoit Fouet
2008-01-17
1
-2
/
+2
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
Diego Biurrun
2007-04-29
1
-153
/
+153
*
cosmetics: Remove trailing whitespace.
Diego Biurrun
2007-04-26
1
-15
/
+15
*
Remove large automatics from stack.
Marc Hoffman
2007-04-26
1
-3
/
+3
*
Use common define for x86_32 and x86_64.
Diego Biurrun
2006-11-01
1
-3
/
+3
*
Change license headers to say 'FFmpeg' instead of 'this program'.
Diego Biurrun
2006-10-07
1
-16
/
+18
*
Fix warnings:
Diego Biurrun
2006-10-04
1
-0
/
+2
*
Improve swscale-example to test conversions between all the possible
Luca Abeni
2006-09-24
1
-39
/
+44
*
Remove the dependency of libswscale on img_format.h
Luca Abeni
2006-09-17
1
-20
/
+26
*
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
Diego Biurrun
2006-08-18
1
-1
/
+1
*
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
Luca Abeni
2006-07-20
1
-7
/
+5
*
Move postproc ---> libswscale
Luca Abeni
2006-06-30
1
-0
/
+216