Ronald S. Bultje
|
e66149e714
swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.
|
13 years ago |
Michael Niedermayer
|
72153419b5
Merge remote branch 'qatar/master'
|
13 years ago |
Ronald S. Bultje
|
c8f487deae
swscale: fix YUV420P 9/10bit support.
|
13 years ago |
ami_stuff
|
1d14edb724
Use VOFW 21503 as a default value for all types of the CPUs
|
13 years ago |
Oskar Arvidsson
|
42239ced65
Add pixel formats for 9- and 10-bit yuv420p.
|
13 years ago |
Baptiste Coudurier
|
b9e608492a
swscale: 9,10 bits pixel format output support
|
13 years ago |
Peter Ross
|
1afbae100b
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
|
13 years ago |
Baptiste Coudurier
|
624a7e005c
Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.
|
13 years ago |
Baptiste Coudurier
|
e91946ed23
Rename y400a to gray8a.
|
13 years ago |
Michael Niedermayer
|
c55780dcef
Merge remote branch 'qatar/master'
|
13 years ago |
Luca Barbato
|
0e1a5434e2
swscale: Factorize FAST_BGR2YV12 definition.
|
13 years ago |
Oskar Arvidsson
|
d4497f6dfb
Add pixel formats for 9- and 10-bit yuv420p.
|
13 years ago |
Michael Niedermayer
|
116758a358
Fix yuvj420p scaling artefact, issue1108.
|
13 years ago |
Michael Niedermayer
|
ffd39f9d23
Fix typo from e3a84542.
|
13 years ago |
Frank Barchard
|
e3a8454205
SWSCALE: Increase maximim with from 5120 to 21504
|
13 years ago |
Peter Ross
|
3e2523db20
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
|
13 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
13 years ago |
Baptiste Coudurier
|
df0743e01e
Y400A (gray alpha) input support in libswscale
|
14 years ago |
Reimar Döffinger
|
5a55d5b592
More const-correctness fixes to avoid warnings.
|
14 years ago |
Ramiro Polla
|
709c0181fd
Restore vertical alignment in some defines
|
14 years ago |
Ramiro Polla
|
c3ab0004ae
Revert r31153. It failed to build on:
|
14 years ago |
Ramiro Polla
|
d9d14dc607
Use int instead of long to pass width parameters in non-public functions.
|
14 years ago |
Stefano Sabatini
|
3de42635bd
Avoid duplication of usePal() macro.
|
14 years ago |
Janusz Krzysztofik
|
a4e441301d
Add support to BGR444/RGB444 foreign endian output in libswscale.
|
14 years ago |
Janusz Krzysztofik
|
601949b898
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special
|
14 years ago |
Alexis Ballier
|
1379b58482
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
|
14 years ago |
Michael Niedermayer
|
81858371d9
Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.
|
15 years ago |
Michael Niedermayer
|
3b1ee70312
Rename isRGB() and isBGR() as their meaning is confusing.
|
15 years ago |
Stefano Sabatini
|
30b6147521
Use av_get_bits_per_pixel() for computing the bits per pixel of the
|
15 years ago |
Ramiro Polla
|
a4388ebd37
Split swscale.c into scaler code (swscale.c) and utility code (utils.c).
|
15 years ago |
Måns Rullgård
|
4a88852623
Move array specifiers outside DECLARE_ALIGNED() invocations
|
15 years ago |
Ramiro Polla
|
5d4d503fd0
Document some more of SwsContext.
|
15 years ago |
Stefano Sabatini
|
73cadb4f13
Prefer enum PixelFormat to int as the parameter type of
|
15 years ago |
Ramiro Polla
|
9556124c97
Document some of SwsContext.
|
15 years ago |
Ramiro Polla
|
0cc854e377
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
|
15 years ago |
Zuxy Meng
|
a959e24780
Const correctness for src pointer. Remove all constness related warnings in
|
15 years ago |
Ramiro Polla
|
a1f4b4bb6e
Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
|
15 years ago |
Ramiro Polla
|
bb53e1d188
Rename function pointers used to convert from the input pixel format to the
|
15 years ago |
Ramiro Polla
|
e7a47515ab
Check if chroma horizontal scaler is needed in sws_init_swScale().
|
15 years ago |
Ramiro Polla
|
6f9771d7a6
Remove unused fields from SwsContext.
|
15 years ago |
Ramiro Polla
|
d3243d1431
Indentation.
|
15 years ago |
Ramiro Polla
|
bae76dc3eb
Set horizontal scaler's range conversion in context in sws_init_swScale().
|
15 years ago |
Ramiro Polla
|
84011f10d5
Set horizontal scaler's src offsets in context in sws_init_swScale().
|
15 years ago |
Lars Täuber
|
991e579cae
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
|
15 years ago |
Ramiro Polla
|
c255994b29
More indentation changes leftover from r29522:
|
15 years ago |
Ramiro Polla
|
dd68318cee
Cosmetics:
|
15 years ago |
Ramiro Polla
|
48f4c61252
MMX2 horizontal scaler: Determine code size at runtime.
|
15 years ago |
Ramiro Polla
|
bcdedf675f
Rename "funny" code to "mmx2 filter" code.
|
15 years ago |
Måns Rullgård
|
a898cdc995
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
|
15 years ago |
Ramiro Polla
|
804db4466d
Remove unused variables.
|
15 years ago |