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
/
swscale_template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-04
1
-243
/
+0
|
\
|
*
swscale: integrate (literally) swscale_template.c in swscale.c.
Ronald S. Bultje
2011-06-03
1
-950
/
+0
|
*
swscale: split out x86/swscale_template.c from swscale.c.
Ronald S. Bultje
2011-06-03
1
-5
/
+0
*
|
swscale: dither for planar yuv outputs
Michael Niedermayer
2011-06-02
1
-14
/
+17
*
|
swscale: Fix use of uninitialized values
Michael Niedermayer
2011-06-02
1
-0
/
+6
*
|
Add const to fix "cast discards qualifiers" warnings.
Reimar Döffinger
2011-05-30
1
-3
/
+3
*
|
Merge remote-tracking branch 'qatar/master' into master
Michael Niedermayer
2011-05-29
1
-26
/
+26
|
\
\
|
|
/
|
*
sws: replace all long with int.
Anton Khirnov
2011-05-28
1
-26
/
+26
|
*
swscale: use av_clip_uint8() in yuv2yuv1_c().
Ronald S. Bultje
2011-05-26
1
-17
/
+3
|
*
swscale: split chroma buffers into separate U/V planes.
Ronald S. Bultje
2011-05-26
1
-59
/
+71
|
*
swscale: replace formatConvBuffer[VOF] by allocated array.
Ronald S. Bultje
2011-05-26
1
-2
/
+3
|
*
swscale: remove if(full_chr_int) from yuv2packed1().
Ronald S. Bultje
2011-05-26
1
-5
/
+0
|
*
swscale: Remove commented-out printf cruft.
Diego Biurrun
2011-05-26
1
-2
/
+0
*
|
Commits that could not be pulled earlier due to bugs.
Michael Niedermayer
2011-05-29
1
-61
/
+73
*
|
swscale: use av_clip_uint8() in yuv2yuv1_c().
Ronald S. Bultje
2011-05-28
1
-17
/
+3
*
|
swscale: replace formatConvBuffer[VOF] by allocated array.
Ronald S. Bultje
2011-05-28
1
-2
/
+3
*
|
swscale: remove if(full_chr_int) from yuv2packed1().
Ronald S. Bultje
2011-05-28
1
-5
/
+0
*
|
swscale: Remove commented-out printf cruft.
Diego Biurrun
2011-05-28
1
-2
/
+0
*
|
swscale: dont loose precission on RGB/BGR48 input, that is dont drop half the...
Michael Niedermayer
2011-05-27
1
-18
/
+12
*
|
swscale: Do not loose precission on yuv values after rgb->yuv.
Michael Niedermayer
2011-05-26
1
-19
/
+24
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-25
1
-147
/
+19
|
\
\
|
|
/
|
*
swscale: unbreak the build on non-x86 systems.
Ronald S. Bultje
2011-05-24
1
-2
/
+6
|
*
swscale: remove swScale_{c,MMX,MMX2} duplication.
Ronald S. Bultje
2011-05-24
1
-0
/
+10
*
|
Merge swscale bloatup
Michael Niedermayer
2011-05-25
1
-2291
/
+126
*
|
swscale: MMX optim of hscale16()
Michael Niedermayer
2011-05-25
1
-0
/
+143
*
|
swscale: dont loose bits on planar >8bit yuv ind gray nput.
Michael Niedermayer
2011-05-25
1
-23
/
+46
*
|
swscale: fix compile on mingw32
Peter Belkner
2011-05-14
1
-0
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-13
1
-16
/
+26
|
\
\
|
|
/
|
*
swscale: fix YUV420P 9/10bit support.
Ronald S. Bultje
2011-05-11
1
-18
/
+22
|
*
Add pixel formats for 9- and 10-bit yuv420p.
Oskar Arvidsson
2011-05-10
1
-0
/
+34
|
*
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
Peter Ross
2011-04-28
1
-0
/
+7
|
*
swscale: partially move the arch specific code left
Luca Barbato
2011-04-14
1
-2293
/
+128
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
Fix MMX rgb24 to yuv conversion with gcc 4.6
Mans Rullgard
2011-02-13
1
-8
/
+8
*
|
swscale: 9,10 bits pixel format output support
Baptiste Coudurier
2011-05-08
1
-2
/
+4
*
|
Fix function pointer type to match function it is assigned.
Reimar Döffinger
2011-05-07
1
-1
/
+1
*
|
Store pointers in a less messy way in SWSContext.
Reimar Döffinger
2011-05-07
1
-2
/
+2
*
|
swscale: fix src type
Michael Niedermayer
2011-05-04
1
-1
/
+1
*
|
Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.
Baptiste Coudurier
2011-04-27
1
-0
/
+1
*
|
Rename y400a to gray8a.
Baptiste Coudurier
2011-04-27
1
-3
/
+3
*
|
Add pixel formats for 9- and 10-bit yuv420p.
Oskar Arvidsson
2011-04-10
1
-0
/
+27
*
|
Fix yuvj420p scaling artefact, issue1108.
Michael Niedermayer
2011-04-03
1
-4
/
+4
*
|
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
Peter Ross
2011-03-26
1
-0
/
+7
*
|
Fix MMX rgb24 to yuv conversion with gcc 4.6
Mans Rullgard
2011-02-14
1
-8
/
+8
|
/
*
Replace ASMALIGN() with .p2align
Mans Rullgard
2011-01-18
1
-21
/
+21
*
Y400A (gray alpha) input support in libswscale
Baptiste Coudurier
2010-09-27
1
-0
/
+5
*
swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion
Måns Rullgård
2010-08-23
1
-17
/
+12
*
Another try at fixing swscale on win64, as per r31153.
Anton Mitrofanov
2010-07-18
1
-9
/
+12
*
Revert r31153. It failed to build on:
Ramiro Polla
2010-05-12
1
-31
/
+29
*
Use int instead of long to pass width parameters in non-public functions.
Ramiro Polla
2010-05-11
1
-29
/
+31
[next]