index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-12
1
-2
/
+0
*
swscale: fix YUV420P 9/10bit support.
Ronald S. Bultje
2011-05-11
1
-0
/
+4
*
Add pixel formats for 9- and 10-bit yuv420p.
Oskar Arvidsson
2011-05-10
1
-0
/
+4
*
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
Peter Ross
2011-04-28
1
-0
/
+2
*
sws: remove disabled cruft.
Anton Khirnov
2011-04-19
1
-7
/
+0
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-03-16
1
-1
/
+1
*
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
Janne Grunau
2011-03-16
1
-1
/
+1
*
Store src/dstFormat after calling handle_jpeg
Martin Storsjö
2010-10-29
1
-2
/
+2
*
100l, fix sws_getCachedContext. It did not set the colorspace details,
Reimar Döffinger
2010-10-03
1
-0
/
+5
*
Set default values for the scale context in sws_alloc_context().
Stefano Sabatini
2010-09-29
1
-3
/
+2
*
Cosmetics: put "if (...)" and "av_log(...)" in the same line for
Stefano Sabatini
2010-09-29
1
-10
/
+5
*
Put if (...) av_log() in the same line, more compact and increase
Stefano Sabatini
2010-09-29
1
-24
/
+12
*
Cosmetics: fix braces placement.
Stefano Sabatini
2010-09-29
1
-2
/
+4
*
Deprecate sws_getContext(), use sws_alloc_context() and
Stefano Sabatini
2010-09-28
1
-3
/
+15
*
Y400A (gray alpha) input support in libswscale
Baptiste Coudurier
2010-09-27
1
-0
/
+1
*
swscale: clear SWS_CPU_CAPS_SSE2 in update_flags_cpu() missed in r32068
Janne Grunau
2010-09-27
1
-0
/
+1
*
cosmetics: break long line update_flags_cpu
Janne Grunau
2010-09-27
1
-1
/
+5
*
Split alloc and init of context so that parameters can be set in the context
Michael Niedermayer
2010-09-26
1
-44
/
+70
*
swscale: use full chroma input for point scaler
Ramiro Polla
2010-09-26
1
-1
/
+1
*
swscale: also update flags on sws_getCachedContext()
Ramiro Polla
2010-09-06
1
-4
/
+12
*
fix anonymous memory mapping for NetBSD
Grant Carver
2010-08-19
1
-2
/
+2
*
darwin: allow 64-bit darwin to allocate executable memory
Ramiro Polla
2010-07-21
1
-0
/
+1
*
Move internal scale context fields initialization from
Stefano Sabatini
2010-06-01
1
-50
/
+0
*
Cosmetics: make more compact the code for handle_jpeg(), this also allows
Stefano Sabatini
2010-05-19
1
-14
/
+5
*
Remove PI definition and use M_PI instead.
Stefano Sabatini
2010-05-19
1
-1
/
+1
*
libswscale: Relicense almost all x86 assembler optimizations as LGPL.
Diego Biurrun
2010-03-27
1
-17
/
+14
*
AltiVec implies a PPC CPU, so there is no need to check for both.
Diego Biurrun
2010-03-23
1
-3
/
+3
*
Do not compile AltiVec code when AltiVec is not available; not even in
Diego Biurrun
2010-03-23
1
-3
/
+3
*
Extend the generic path of the yuv2rgb converter with support for rgb444
Janusz Krzysztofik
2010-03-18
1
-1
/
+6
*
Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.
Reimar Döffinger
2010-03-08
1
-0
/
+2
*
Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...
Reimar Döffinger
2010-03-08
1
-2
/
+2
*
Avoid duplication of usePal() macro.
Stefano Sabatini
2010-03-06
1
-2
/
+0
*
Make sws_dcVec static: It is only used inside libswscale/utils.c.
Carl Eugen Hoyos
2010-02-28
1
-1
/
+1
*
Remove pointless empty line.
Stefano Sabatini
2010-02-25
1
-1
/
+0
*
Reindent and fix brace placement.
Stefano Sabatini
2010-02-18
1
-5
/
+4
*
Vertically align a list of comparisons in sws_getCachedContext().
Stefano Sabatini
2010-02-18
1
-5
/
+9
*
Merge two if conditions, allow to decrese the level of indentation of
Stefano Sabatini
2010-02-18
1
-4
/
+4
*
Simplify how usesVFilter and usesHFilter are set.
Stefano Sabatini
2010-02-05
1
-9
/
+8
*
Declare support for the pixel formats:
Stefano Sabatini
2010-01-31
1
-0
/
+8
*
Use isAnyRGB() where possible
Michael Niedermayer
2010-01-26
1
-5
/
+4
*
Rename isRGB() and isBGR() as their meaning is confusing.
Michael Niedermayer
2010-01-26
1
-5
/
+5
*
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly
Stefano Sabatini
2010-01-25
1
-2
/
+0
*
Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.
Stefano Sabatini
2010-01-24
1
-2
/
+0
*
Use av_get_bits_per_pixel() for computing the bits per pixel of the
Stefano Sabatini
2010-01-24
1
-0
/
+2
*
Don't redefine M_PI. It is already defined from libavutil/mathematics.h.
Ramiro Polla
2010-01-24
1
-10
/
+4
*
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
Ramiro Polla
2010-01-24
1
-0
/
+1589