index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
rgb2rgb_template.c
Age
Commit message (
Expand
)
Author
2011-05-29
swscale: Remove disabled code.
Diego Biurrun
2011-05-28
sws: replace all long with int.
Anton Khirnov
2011-05-26
swscale: Eliminate rgb24toyv12_c() duplication.
Michael Niedermayer
2011-05-24
swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.
Ronald S. Bultje
2011-04-14
swscale: move away x86 specific code from rgb2rgb
Luca Barbato
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-18
Replace ASMALIGN() with .p2align
Mans Rullgard
2010-09-14
rgb2rgb: don't misuse HAVE_* defines
Ramiro Polla
2010-09-13
swscale: indentation and emtpy line cosmetics
Ramiro Polla
2010-09-13
swscale: avoid reading prior to the source buffer in planar2x() MMX2
Ramiro Polla
2010-09-12
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()
Ramiro Polla
2010-09-11
rgb2rgb: remove unused yvu9toyv12 function
Ramiro Polla
2010-03-31
Replace some "m" constraints by MANGLE to avoid issues with some compilers not
Reimar Döffinger
2010-03-27
libswscale: Relicense almost all x86 assembler optimizations as LGPL.
Diego Biurrun
2010-01-15
Const correctness for src pointer. Remove all constness related warnings in
Zuxy Meng
2010-01-09
Remove unused PREFETCHW macro
Zuxy Meng
2009-09-07
Indent.
Ramiro Polla
2009-08-16
Cosmetics:
Ramiro Polla
2009-08-16
Indent libswscale:
Ramiro Polla
2009-08-08
Remove disabled crufty code.
Diego Biurrun
2009-07-26
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-04-18
Remove 2 useless += at the end of rgb16to15(), found by CSA.
Michael Niedermayer
2009-03-21
10l (C code was buggy and untested)
Michael Niedermayer
2009-03-21
Average chroma of 2 lines in packed 422 -> planar 420.
Michael Niedermayer
2009-03-19
Revert
Michael Niedermayer
2009-03-19
Unscaled converters for
Michael Niedermayer
2009-03-18
Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.
Reimar Döffinger
2009-03-18
Do not assume long is same width as x86 register.
Ramiro Polla
2009-03-04
Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...
Cédric Schieli
2009-02-28
When converting from a non alpha format to an alpha format, defaults
Cédric Schieli
2009-01-25
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
Diego Biurrun
2009-01-14
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-12-12
Some forgotten eax -> REG_a changes.
Reimar Döffinger
2008-10-23
cosmetics: typo fix
Diego Biurrun
2008-10-16
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-09
Mark variation-specific interleaveBytes static.
Diego Pettenò
2008-10-05
gcc-apple specific fallback not necessary anymore (btw no apple hardware is l...
Luca Barbato
2008-10-05
Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.
Diego Biurrun
2008-10-04
Remove MPlayer-specific MP_WORDSIZE hack.
Diego Biurrun
2008-09-05
enable yuv422p to uyvy converter
Baptiste Coudurier
2008-09-04
rgb vs bgr fix for the unscaled converters.
Michael Niedermayer
2008-07-04
spelling/grammar/wording overhaul
Diego Biurrun
2008-06-01
restore needed cast to correct type with const
Baptiste Coudurier
2008-06-01
add const, suppress warnings
Baptiste Coudurier
2008-06-01
remove useless casts
Baptiste Coudurier
2008-02-24
__asm __volatile -> asm volatile part 3
Reimar Döffinger
2008-01-29
Make some assembler constants global instead of declaring them multiple times.
Reimar Döffinger
2008-01-17
Remove some useless parentheses.
Benoit Fouet
2008-01-17
Cosmetics: whitespaces
Benoit Fouet
2008-01-17
Remove non cosmetic spaces inside parentheses.
Benoit Fouet
[next]