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
/
rgb2rgb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgb2rgb: don't misuse HAVE_* defines
Ramiro Polla
2010-09-14
1
-20
/
+16
*
swscale: avoid reading prior to the source buffer in planar2x() MMX2
Ramiro Polla
2010-09-13
1
-0
/
+1
*
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()
Ramiro Polla
2010-09-12
1
-2
/
+1
*
rgb2rgb: build SSE2 codepath
Ramiro Polla
2010-09-08
1
-1
/
+12
*
Add av_ prefix to bswap macros
Måns Rullgård
2010-07-10
1
-1
/
+1
*
deprecate palette8topacked32 in favor of public API functions sws_convertPale...
Reinhard Tartler
2010-06-01
1
-19
/
+4
*
remove palette8torgb15 and palette8tobgr15
Reinhard Tartler
2010-06-01
1
-16
/
+0
*
libswscale: Relicense almost all x86 assembler optimizations as LGPL.
Diego Biurrun
2010-03-27
1
-14
/
+11
*
Implement shuffle_bytes_abcd() functions and use them for shuffling
Stefano Sabatini
2010-02-03
1
-0
/
+20
*
Const correctness for src pointer. Remove all constness related warnings in
Zuxy Meng
2010-01-15
1
-1
/
+1
*
Indent.
Ramiro Polla
2009-09-07
1
-44
/
+44
*
Cosmetics:
Ramiro Polla
2009-08-16
1
-25
/
+14
*
Indent libswscale:
Ramiro Polla
2009-08-16
1
-8
/
+8
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
1
-4
/
+4
*
Unscaled converters for
Michael Niedermayer
2009-03-19
1
-0
/
+13
*
When converting from a non alpha format to an alpha format, defaults
Cédric Schieli
2009-02-28
1
-6
/
+7
*
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
Diego Biurrun
2009-01-25
1
-6
/
+6
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-14
1
-16
/
+16
*
Remove commented-out duplicate declarations.
Diego Biurrun
2008-12-02
1
-2
/
+0
*
Remove unused declarations.
Diego Biurrun
2008-12-02
1
-15
/
+0
*
Fix broken palette8to*.
Vitor Sessak
2008-10-23
1
-66
/
+5
*
enable yuv422p to uyvy converter
Baptiste Coudurier
2008-09-05
1
-0
/
+3
*
Fix 4 of the unscaled rgb15/16 converters, each of these contained
Michael Niedermayer
2008-09-04
1
-28
/
+10
*
rgb vs bgr fix for the unscaled converters.
Michael Niedermayer
2008-09-04
1
-13
/
+13
*
spelling/grammar/wording overhaul
Diego Biurrun
2008-07-04
1
-16
/
+16
*
remove useless casts
Baptiste Coudurier
2008-06-01
1
-4
/
+4
*
add const, suppress warnings
Baptiste Coudurier
2008-06-01
1
-6
/
+6
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-2
/
+2
*
Make some assembler constants global instead of declaring them multiple times.
Reimar Döffinger
2008-01-29
1
-13
/
+0
*
Use DECLARE_ASM_CONST where possible in libswscale code
Reimar Döffinger
2008-01-28
1
-41
/
+41
*
Cosmetics: whitespaces
Benoit Fouet
2008-01-17
1
-37
/
+37
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Diego Biurrun
2007-05-28
1
-3
/
+0
*
cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
Diego Biurrun
2007-04-28
1
-305
/
+304
*
cosmetics: Remove trailing whitespace.
Diego Biurrun
2007-04-26
1
-6
/
+6
*
fix red_15mask and green_15mask. the previous values were wrong and caused
Ivo van Poorten
2007-04-18
1
-2
/
+2
*
cosmetics after last commit; remove superfluous braces
Ivo van Poorten
2007-04-11
1
-6
/
+4
*
Remove code duplication in sws_rgb2rgb_init.
Ivo van Poorten
2007-04-11
1
-116
/
+4
*
cosmetics: typo pallete --> palette
Diego Biurrun
2007-01-13
1
-3
/
+3
*
Allow to compile swscale's non-SIMD code under the LGPL license.
Luca Abeni
2006-12-20
1
-3
/
+3
*
Clarify that some of the non-SIMD code is now LGPLed.
Luca Abeni
2006-11-19
1
-0
/
+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
-3
/
+5
*
Add official GPL header to make license explicit as discussed on ffmpeg-devel.
Diego Biurrun
2006-09-06
1
-1
/
+15
*
Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't n...
Diego Biurrun
2006-08-11
1
-3
/
+1
*
Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
Diego Biurrun
2006-08-05
1
-3
/
+5
*
Comment some #endif lines.
Diego Biurrun
2006-07-28
1
-2
/
+2
*
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
Luca Abeni
2006-07-20
1
-2
/
+4
*
Move postproc ---> libswscale
Luca Abeni
2006-06-30
1
-0
/
+644