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.c
Commit message (
Expand
)
Author
Age
*
Make some assembler constants global instead of declaring them multiple times.
reimar
2008-01-29
*
Use DECLARE_ASM_CONST where possible in libswscale code
reimar
2008-01-28
*
Fix typo in comment
reimar
2008-01-21
*
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
benoit
2008-01-17
*
Cosmetics: whitespaces
benoit
2008-01-17
*
Remove non cosmetic spaces inside parentheses.
benoit
2008-01-17
*
Description: remove superfluous parentheses.
benoit
2008-01-17
*
Check param in sws_getCachedContext().
benoit
2008-01-17
*
comment typo fixes
diego
2007-12-21
*
Make sure strides have positive values before converting.
benoit
2007-12-20
*
Revert wrong ARCH_BFIN --> HAVE_BFIN change.
diego
2007-09-27
*
add support for yuva420p colorspace (yuv420p + alpha)
aurel
2007-09-24
*
renaming ARCH_BFIN to HAVE_BFIN
mhoffman
2007-08-31
*
typo
diego
2007-07-28
*
use YUV440P in swscale
benoit
2007-07-18
*
license header consistency cosmetics
diego
2007-07-05
*
integrating ff_bfin_get_unscaled_swscale into the system
mhoffman
2007-06-22
*
misc spelling fixes
diego
2007-06-13
*
rename attribute_unused to av_unused as it is declared in common.h
benoit
2007-05-30
*
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
diego
2007-05-28
*
ffmpeg -sws_flags command line option to set swscaler flags
ivo
2007-05-23
*
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
gpoirier
2007-05-13
*
cosmetics; one test per line for all isXXX(x) macros
ivo
2007-05-11
*
cosmetics: indentation after previous patch
benoit
2007-05-02
*
test if color conv fonction exists prior to using it
benoit
2007-05-02
*
cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
diego
2007-04-29
*
cosmetics: Remove trailing whitespace.
diego
2007-04-26
*
improve horizontal chroma resolution with pal
michael
2007-04-15
*
convert palette to yuv instead of converting each pixel after pal->rgb
michael
2007-04-15
*
typo
diego
2007-04-07
*
Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24
cehoyos
2007-04-03
*
fix full range (jpeg yuv) chroma
michael
2007-03-18
*
Add PIX_FMT_PAL8 to isPacked().
diego
2007-03-08
*
a small step toward 4 plane support
michael
2007-03-02
*
copy src to prevent the user supplied argumet from being changed
michael
2007-03-02
*
Add av_ prefix to clip functions
reimar
2007-02-25
*
BGR/RGB4 byte formats as input
michael
2007-02-17
*
pal8 input
michael
2007-02-16
*
Pass a context to av_log(), when possible
lucabe
2007-01-23
*
Add "support for both orderings of the slices (top->down / bottom->up)"
lucabe
2007-01-12
*
replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
lucabe
2007-01-06
*
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
lucabe
2006-12-26
*
Mark some variables as possibly unused to avoid warnings
lucabe
2006-12-26
*
Add some explicit casts to avoid "assignment from incompatible pointer type"
lucabe
2006-12-26
*
Remove useless include (not needed now that libswscale uses libavutil)
lucabe
2006-12-22
*
Allow to compile swscale's non-SIMD code under the LGPL license.
lucabe
2006-12-20
*
Clarify that some of the non-SIMD code is now LGPLed.
lucabe
2006-11-19
*
Remove stray newline.
diego
2006-11-16
*
Add support for conversions from the rgb565 and rgb555 formats
lucabe
2006-11-02
*
Use common define for x86_32 and x86_64.
diego
2006-11-01
[next]