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
/
swscale_template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorder buffer debug. Also print out if slice was buffered.
Ramiro Polla
2010-02-23
1
-10
/
+12
*
Use isAnyRGB() where possible
Michael Niedermayer
2010-01-26
1
-1
/
+1
*
Rename isRGB() and isBGR() as their meaning is confusing.
Michael Niedermayer
2010-01-26
1
-1
/
+1
*
Declare with av_unused the variable alpMmxFilter, fix the gcc warning:
Stefano Sabatini
2010-01-16
1
-1
/
+1
*
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
Ramiro Polla
2010-01-16
1
-6
/
+6
*
Const correctness for src pointer. Remove all constness related warnings in
Zuxy Meng
2010-01-15
1
-18
/
+18
*
cosmetics: {} placement.
Ramiro Polla
2010-01-11
1
-4
/
+2
*
Remove unused PREFETCHW macro
Zuxy Meng
2010-01-09
1
-4
/
+0
*
Do not needlessly use the BP register in x86_64-specific code, there are
Reimar Döffinger
2010-01-01
1
-4
/
+4
*
Remove unused variable, fixes the warning:
Diego Biurrun
2009-12-28
1
-1
/
+0
*
Remove parameters no longer used in h[yc]scale().
Ramiro Polla
2009-12-21
1
-10
/
+10
*
Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
Ramiro Polla
2009-12-21
1
-194
/
+194
*
Rename function pointers used to convert from the input pixel format to the
Ramiro Polla
2009-12-21
1
-48
/
+48
*
Check if chroma horizontal scaler is needed in sws_init_swScale().
Ramiro Polla
2009-12-21
1
-4
/
+5
*
Indent.
Ramiro Polla
2009-12-20
1
-2
/
+2
*
Set fast_bilinear functions in sws_init_swScale().
Ramiro Polla
2009-12-20
1
-12
/
+10
*
Set horizontal scaler's range conversion in context in sws_init_swScale().
Ramiro Polla
2009-12-20
1
-28
/
+47
*
Set horizontal scaler's src offsets in context in sws_init_swScale().
Ramiro Polla
2009-12-20
1
-19
/
+20
*
Start using intermediate buffers at index 0.
Ramiro Polla
2009-12-06
1
-2
/
+2
*
Fix compilation with runtime cpu detection.
Ramiro Polla
2009-12-05
1
-8
/
+8
*
Add support for nv12/nv21 input.
Ramiro Polla
2009-12-03
1
-0
/
+50
*
Use enum PixelFormat instead of int for srcFormat and dstFormat.
Carl Eugen Hoyos
2009-11-08
1
-8
/
+8
*
Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.
Diego Biurrun
2009-09-22
1
-1
/
+1
*
Cleanup buffer debugs in swScale().
Ramiro Polla
2009-09-16
1
-14
/
+19
*
Use correct buffers in vertical scaler in unscaled YV12 case.
Ramiro Polla
2009-09-16
1
-3
/
+3
*
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Lars Täuber
2009-09-05
1
-12
/
+12
*
More indentation changes leftover from r29522:
Ramiro Polla
2009-08-16
1
-661
/
+661
*
Cosmetics:
Ramiro Polla
2009-08-16
1
-191
/
+119
*
Indent libswscale:
Ramiro Polla
2009-08-16
1
-114
/
+114
*
Indent.
Ramiro Polla
2009-08-15
1
-4
/
+4
*
Vertical yuv -> yuv16 scaler.
Ramiro Polla
2009-08-14
1
-0
/
+20
*
Remove duplicate define (it is the same in the lum code).
Ramiro Polla
2009-08-13
1
-21
/
+0
*
Rename "funny" code to "mmx2 filter" code.
Ramiro Polla
2009-08-13
1
-24
/
+24
*
Remove disabled crufty code.
Diego Biurrun
2009-08-08
1
-10
/
+0
*
Indent.
Ramiro Polla
2009-07-28
1
-45
/
+45
*
Remove duplicate horizontal scaling when there aren't enough lines in a slice
Ramiro Polla
2009-07-28
1
-52
/
+15
*
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
Ramiro Polla
2009-07-27
1
-47
/
+47
*
Factorize x86 fast_bilinear assembly.
Ramiro Polla
2009-07-27
1
-24
/
+12
*
Fix assembly comments for x86 fast_bilinear so they match the C code.
Ramiro Polla
2009-07-27
1
-16
/
+16
*
Kill warnings of possibly unused variables by using av_unused.
Ramiro Polla
2009-06-11
1
-8
/
+8
*
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
Ramiro Polla
2009-06-04
1
-2
/
+2
*
Partial (low bits ignored, no direct transcoding into other RGB formats) support
Kostya Shishkov
2009-06-02
1
-0
/
+14
*
Move colorspace conversion functions implemented in pure C from template
Kostya Shishkov
2009-05-25
1
-137
/
+23
*
Fix chroma shift when scaling from ARGB on LE and BGRA on BE
Cédric Schieli
2009-05-02
1
-1
/
+1
*
Planar 16bit 420 422 444 YUV support (output is only supported in some
Michael Niedermayer
2009-04-21
1
-0
/
+79
*
Do not use abgrToA for both luma and alpha channel in hyscale.
Cédric Schieli
2009-04-14
1
-10
/
+9
*
swscale: Use function pointers for swScale functions.
Ramiro Polla
2009-04-04
1
-203
/
+120
*
swscale: Add const to some swScale functions' parameters.
Ramiro Polla
2009-04-04
1
-58
/
+60
*
swscale: Remove mmx2 params from h[yc]scale().
Ramiro Polla
2009-04-02
1
-29
/
+36
*
swscale: Split h[yc]scale_fast() into their own functions.
Ramiro Polla
2009-04-02
1
-23
/
+38
[next]