index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswscale
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that sfence is used after any non temporal stores.
Zuxy Meng
2010-01-12
1
-2
/
+2
*
Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for
Zuxy Meng
2010-01-11
1
-0
/
+1
*
cosmetics: {} placement.
Ramiro Polla
2010-01-11
1
-4
/
+2
*
MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just
Zuxy Meng
2010-01-09
2
-98
/
+118
*
Remove unused PREFETCHW macro
Zuxy Meng
2010-01-09
2
-8
/
+0
*
Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will
Reimar Döffinger
2010-01-08
1
-0
/
+4
*
Implement sws_isSupportedInput() and sws_isSupportedOutput().
Stefano Sabatini
2010-01-07
2
-2
/
+26
*
Remove const to avoid a bunch of GCC warnings against discarded qualifiers and
Zuxy Meng
2010-01-07
1
-2
/
+2
*
Prefer enum PixelFormat over int for the type of the format parameter
Stefano Sabatini
2010-01-03
1
-1
/
+1
*
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
Stefano Sabatini
2010-01-03
2
-4
/
+4
*
Simplify usePal() macro, make it use av_pix_fmt_descriptors.
Stefano Sabatini
2010-01-03
1
-7
/
+1
*
Simplify getSubSampleFactors(), make it use the values provided by
Stefano Sabatini
2010-01-03
1
-47
/
+2
*
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
2
-196
/
+196
*
Rename function pointers used to convert from the input pixel format to the
Ramiro Polla
2009-12-21
2
-55
/
+55
*
Check if chroma horizontal scaler is needed in sws_init_swScale().
Ramiro Polla
2009-12-21
2
-4
/
+7
*
Remove unused fields from SwsContext.
Ramiro Polla
2009-12-21
1
-1
/
+0
*
Indentation.
Ramiro Polla
2009-12-20
2
-14
/
+14
*
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
2
-28
/
+50
*
Set horizontal scaler's src offsets in context in sws_init_swScale().
Ramiro Polla
2009-12-20
2
-19
/
+24
*
Document the differences between the two asm fragments in initMMX2HScaler().
Ramiro Polla
2009-12-07
1
-0
/
+6
*
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
2
-0
/
+52
*
Make sws_format_name() use av_pix_fmt_descriptors.
Stefano Sabatini
2009-11-26
2
-110
/
+5
*
Add functions to return library license and library configuration.
Diego Biurrun
2009-11-18
2
-0
/
+21
*
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
NVIDIA Corporation
2009-11-10
1
-0
/
+2
*
Use enum PixelFormat instead of int for srcFormat and dstFormat.
Carl Eugen Hoyos
2009-11-08
1
-8
/
+8
*
Document sws_freeContext().
Stefano Sabatini
2009-11-07
1
-0
/
+4
*
Document slice ordering assumption done by sws_scale().
Stefano Sabatini
2009-10-30
1
-1
/
+5
*
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
*
Reset slice direction at end of each frame.
Ramiro Polla
2009-09-13
1
-0
/
+8
*
Remove ; after while(0) in macros.
Ramiro Polla
2009-09-12
1
-3
/
+3
*
Document that slices can be bottom to top or top to bottom.
Ramiro Polla
2009-09-09
1
-1
/
+1
*
Indent.
Ramiro Polla
2009-09-07
2
-53
/
+53
*
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
Ramiro Polla
2009-09-06
1
-20
/
+20
*
Indent.
Ramiro Polla
2009-09-05
1
-6
/
+6
*
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Lars Täuber
2009-09-05
3
-54
/
+54
*
Curly brackets cosmetics for previous commit.
Ramiro Polla
2009-08-29
1
-6
/
+3
*
Check for return value of initFilter().
Ramiro Polla
2009-08-29
1
-8
/
+12
*
Revert mistakenly commited hunk.
Ramiro Polla
2009-08-29
1
-3
/
+2
*
swscale: Check for return values of malloc.
Ramiro Polla
2009-08-29
3
-24
/
+47
*
swscale-example: Free memory used by input data.
Ramiro Polla
2009-08-29
1
-0
/
+2
*
Restore comment that was partially removed.
Ramiro Polla
2009-08-29
1
-0
/
+1
[next]