index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
/
yuv2rgb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix chroma yuv->rgb tables for jpeg style yuv, this was missed as it
michael
2008-09-11
1
-4
/
+4
*
Support PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
michael
2008-09-04
1
-4
/
+8
*
Fix rgb15/16 vs. bgr part1.
michael
2008-09-04
1
-5
/
+12
*
spelling/grammar/wording overhaul
diego
2008-07-04
1
-4
/
+4
*
Build sparc arch specific code using the Makefile
lu_zero
2008-05-04
1
-8
/
+0
*
Fix wrong #endif comment.
diego
2008-03-29
1
-1
/
+1
*
Classify mlib as a configurable option, not as a hardware feature.
diego
2008-03-25
1
-2
/
+2
*
Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
diego
2008-03-11
1
-2
/
+1
*
Discard two symbols from libswscale.
cehoyos
2008-02-22
1
-8
/
+0
*
Make dither4 & dither8 const.
cehoyos
2008-02-09
1
-2
/
+2
*
Make some assembler constants global instead of declaring them multiple times.
reimar
2008-01-29
1
-4
/
+0
*
Use DECLARE_ASM_CONST where possible in libswscale code
reimar
2008-01-28
1
-6
/
+6
*
Revert wrong ARCH_BFIN --> HAVE_BFIN change.
diego
2007-09-27
1
-1
/
+1
*
renaming ARCH_BFIN to HAVE_BFIN
mhoffman
2007-08-31
1
-1
/
+1
*
UltraSPARC VIS yuv2rgb
benoit
2007-07-19
1
-0
/
+10
*
Remove redundant "all rights reserved" statement, OKed by Walken.
diego
2007-07-16
1
-1
/
+0
*
typo
diego
2007-07-14
1
-1
/
+1
*
ISO8859-1 --> UTF-8
diego
2007-07-09
1
-1
/
+1
*
Group all copyright and author notices together.
diego
2007-07-05
1
-4
/
+4
*
Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
reimar
2007-06-08
1
-4
/
+38
*
rename attribute_unused to av_unused as it is declared in common.h
benoit
2007-05-30
1
-2
/
+2
*
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
gpoirier
2007-05-13
1
-0
/
+8
*
cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.
diego
2007-04-29
1
-415
/
+415
*
cosmetics: Remove trailing whitespace.
diego
2007-04-26
1
-6
/
+6
*
fix full range (jpeg yuv) chroma
michael
2007-03-18
1
-0
/
+5
*
Pass a context to av_log(), when possible
lucabe
2007-01-23
1
-2
/
+2
*
Fix license headers and FSF postal address.
diego
2007-01-22
1
-2
/
+2
*
Mark some variables as possibly unused to avoid warnings
lucabe
2006-12-26
1
-2
/
+4
*
Add some explicit casts to avoid "assignment from incompatible pointer type"
lucabe
2006-12-26
1
-3
/
+3
*
Add some other casts, to remove void pointers arithmetic
lucabe
2006-12-26
1
-3
/
+3
*
Use common define for x86_32 and x86_64.
diego
2006-11-01
1
-1
/
+1
*
make some global var static (fix a build failure with shared lib on x86_64)
aurel
2006-10-03
1
-12
/
+12
*
Remove the dependency of libswscale on img_format.h
lucabe
2006-09-17
1
-28
/
+26
*
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
diego
2006-08-18
1
-1
/
+1
*
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
diego
2006-08-05
1
-2
/
+2
*
Comment some #endif lines.
diego
2006-07-28
1
-1
/
+1
*
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
lucabe
2006-07-20
1
-10
/
+8
*
Move postproc ---> libswscale
lucabe
2006-06-30
1
-0
/
+848