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
Commit message (
Expand
)
Author
Age
*
Curly brackets cosmetics for previous commit.
ramiro
2009-08-29
*
Check for return value of initFilter().
ramiro
2009-08-29
*
Revert mistakenly commited hunk.
ramiro
2009-08-29
*
swscale: Check for return values of malloc.
ramiro
2009-08-29
*
swscale-example: Free memory used by input data.
ramiro
2009-08-29
*
Restore comment that was partially removed.
ramiro
2009-08-29
*
swscale-example: Rename src->ref so as to not confuse with src being used in ...
ramiro
2009-08-23
*
swscale-example: Use SWS_BILINEAR instead of hardcoded value.
ramiro
2009-08-23
*
Fix inconsistent indentation.
ramiro
2009-08-22
*
Check return values of sws_allocVec() and sws_getConstVec().
ramiro
2009-08-20
*
Free initial swscale context, too. Avoids a valgrind warning.
reimar
2009-08-19
*
Remove useless casts of malloc return value.
reimar
2009-08-19
*
Introduce and use sws_allocVec().
ramiro
2009-08-19
*
Reuse sws_getConstVec() where possible.
ramiro
2009-08-19
*
swscale-example: Make selection of dstW, dstH, and flags more clear.
ramiro
2009-08-17
*
More indentation changes leftover from r29522:
ramiro
2009-08-16
*
Cosmetics:
ramiro
2009-08-16
*
Indent libswscale:
ramiro
2009-08-16
*
Indent.
ramiro
2009-08-15
*
Vertical yuv -> yuv16 scaler.
ramiro
2009-08-14
*
BGR32 MMX special convertor.
ramiro
2009-08-14
*
Indent.
ramiro
2009-08-13
*
swscale-example: Don't check for chroma planes in mono formats.
ramiro
2009-08-13
*
MMX2 horizontal scaler: Determine code size at runtime.
ramiro
2009-08-13
*
Protect mmx2 filter code buffers so they are not executable and writeable at
ramiro
2009-08-13
*
Remove duplicate define (it is the same in the lum code).
ramiro
2009-08-13
*
Rename "funny" code to "mmx2 filter" code.
ramiro
2009-08-13
*
Indent.
ramiro
2009-08-13
*
swscale-example: Remove hack to end loop by setting variables to break.
ramiro
2009-08-13
*
swscale-example: Don't return random value from main().
ramiro
2009-08-13
*
swscale-example: Check for Gray formats.
ramiro
2009-08-13
*
Remove disabled debug code.
diego
2009-08-10
*
Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC.
ramiro
2009-08-09
*
Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused
kostya
2009-08-09
*
Remove disabled crufty code.
diego
2009-08-08
*
Fix regression when converting to nv12/nv21.
cehoyos
2009-08-01
*
MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().
ramiro
2009-07-28
*
MMX2 scaler: factorize initMMX2Scaler().
ramiro
2009-07-28
*
MMX2 scaler: add variable to ease factorization of initMMX2Scaler().
ramiro
2009-07-28
*
Indent.
ramiro
2009-07-28
*
Remove duplicate horizontal scaling when there aren't enough lines in a slice
ramiro
2009-07-28
*
Remove useless code.
ramiro
2009-07-28
*
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
ramiro
2009-07-27
*
Factorize x86 fast_bilinear assembly.
ramiro
2009-07-27
*
Fix assembly comments for x86 fast_bilinear so they match the C code.
ramiro
2009-07-27
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
mru
2009-07-26
*
Remove unnecessary #include <unistd.h>
mru
2009-07-23
*
Remove unused variables.
ramiro
2009-07-21
*
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer
ramiro
2009-07-09
*
The AltiVec code in libswscale no longer is under GPL.
diego
2009-07-05
[next]