This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2026-06-19 19:03:00 +02:00
Code
Issues
Releases
Activity
Files
19ec283f49003072bc3b3e52247c507fb1dc9dcc
FFmpeg
/
libswscale
T
History
Anton Khirnov
145f741e11
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 16:51:16 +02:00
..
bfin
…
mlib
…
ppc
ppc: fix some pointer to integer casts
2011-09-25 18:33:38 +01:00
sparc
…
x86
swscale: use aligned move for storage into temporary buffer.
2011-10-11 07:50:48 -07:00
colorspace-test.c
…
libswscale.v
…
Makefile
sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.
2011-09-13 09:53:42 -07:00
options.c
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-12 16:51:16 +02:00
rgb2rgb_template.c
…
rgb2rgb.c
…
rgb2rgb.h
…
swscale_internal.h
swscale: split hScale() function pointer into h[cy]Scale().
2011-08-17 20:56:06 -07:00
swscale_unscaled.c
Do not convert RGB buffer at once when stride does not fit exact samples.
2011-07-30 09:51:23 -07:00
swscale-test.c
…
swscale.c
Fix unnecessary shift with 9/10bit vertical scaling
2011-09-23 02:13:30 +02:00
swscale.h
lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.
2011-09-03 20:53:35 +02:00
utils.c
sws: support yuv444p9/10 output.
2011-10-12 08:27:30 +02:00
yuv2rgb.c
…