index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libswscale
/
swscale-example.c
Commit message (
Expand
)
Author
Age
*
Initialize pointer arrays which may be freed before being initialized.
benoit
2009-03-20
*
Also test the alpha channel in swscale-example
sdrik
2009-03-20
*
Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:
diego
2009-03-19
*
swscale-example: use LFG instead of random()
ramiro
2009-03-18
*
Remove unnecessary emms Assembler instructions.
diego
2009-02-10
*
Revert #undefining system functions, it is not necessary.
diego
2009-02-09
*
Add config.h #include for ARCH_X86 definition.
diego
2009-02-09
*
Add #undefs to reenable system functions that are normally forbidden in other
diego
2009-02-09
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
aurel
2009-01-14
*
Remove rgb2rgb.h dependancy.
michael
2008-10-27
*
Convert asm keyword into __asm__.
flameeyes
2008-10-16
*
Remove unused function fast_memcpy.
diego
2008-09-29
*
cosmetics: indentation
diego
2008-09-29
*
Revert mistakenly committed hunk.
michael
2008-09-29
*
Print all cases that are tested, not just the ones that are bad.
michael
2008-09-29
*
Add fflush to prevent stdout & stderr from being mixed.
michael
2008-09-04
*
Use full path for #includes from another directory.
diego
2008-05-09
*
Relicense test/example files as LGPL with Michael's permission.
diego
2008-04-13
*
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
benoit
2008-01-17
*
Remove some useless parentheses.
benoit
2008-01-17
*
Remove non cosmetic spaces inside parentheses.
benoit
2008-01-17
*
license header consistency cosmetics
diego
2007-07-05
*
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
diego
2007-04-29
*
cosmetics: Remove trailing whitespace.
diego
2007-04-26
*
Remove large automatics from stack.
diego
2007-04-26
*
Use common define for x86_32 and x86_64.
diego
2006-11-01
*
Change license headers to say 'FFmpeg' instead of 'this program'.
diego
2006-10-07
*
Fix warnings:
diego
2006-10-04
*
Improve swscale-example to test conversions between all the possible
lucabe
2006-09-24
*
Remove the dependency of libswscale on img_format.h
lucabe
2006-09-17
*
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
diego
2006-08-18
*
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
lucabe
2006-07-20
*
Move postproc ---> libswscale
lucabe
2006-06-30