index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswscale
/
swscale_template.c
Age
Commit message (
Expand
)
Author
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-13
Fix MMX rgb24 to yuv conversion with gcc 4.6
Mans Rullgard
2011-01-18
Replace ASMALIGN() with .p2align
Mans Rullgard
2010-09-27
Y400A (gray alpha) input support in libswscale
Baptiste Coudurier
2010-08-23
swscale: fix unaligned accesses in (RGB|BGR)32_1 to YUV conversion
Måns Rullgård
2010-07-18
Another try at fixing swscale on win64, as per r31153.
Anton Mitrofanov
2010-05-12
Revert r31153. It failed to build on:
Ramiro Polla
2010-05-11
Use int instead of long to pass width parameters in non-public functions.
Ramiro Polla
2010-03-27
libswscale: Relicense almost all x86 assembler optimizations as LGPL.
Diego Biurrun
2010-03-19
Replace wrong condition name in #endif comment by correct instance.
Diego Biurrun
2010-03-05
try to avoid returning odd slices.
Michael Niedermayer
2010-02-23
Reorder buffer debug. Also print out if slice was buffered.
Ramiro Polla
2010-01-26
Use isAnyRGB() where possible
Michael Niedermayer
2010-01-26
Rename isRGB() and isBGR() as their meaning is confusing.
Michael Niedermayer
2010-01-16
Declare with av_unused the variable alpMmxFilter, fix the gcc warning:
Stefano Sabatini
2010-01-16
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
Ramiro Polla
2010-01-15
Const correctness for src pointer. Remove all constness related warnings in
Zuxy Meng
2010-01-11
cosmetics: {} placement.
Ramiro Polla
2010-01-09
Remove unused PREFETCHW macro
Zuxy Meng
2010-01-01
Do not needlessly use the BP register in x86_64-specific code, there are
Reimar Döffinger
2009-12-28
Remove unused variable, fixes the warning:
Diego Biurrun
2009-12-21
Remove parameters no longer used in h[yc]scale().
Ramiro Polla
2009-12-21
Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
Ramiro Polla
2009-12-21
Rename function pointers used to convert from the input pixel format to the
Ramiro Polla
2009-12-21
Check if chroma horizontal scaler is needed in sws_init_swScale().
Ramiro Polla
2009-12-20
Indent.
Ramiro Polla
2009-12-20
Set fast_bilinear functions in sws_init_swScale().
Ramiro Polla
2009-12-20
Set horizontal scaler's range conversion in context in sws_init_swScale().
Ramiro Polla
2009-12-20
Set horizontal scaler's src offsets in context in sws_init_swScale().
Ramiro Polla
2009-12-06
Start using intermediate buffers at index 0.
Ramiro Polla
2009-12-05
Fix compilation with runtime cpu detection.
Ramiro Polla
2009-12-03
Add support for nv12/nv21 input.
Ramiro Polla
2009-11-08
Use enum PixelFormat instead of int for srcFormat and dstFormat.
Carl Eugen Hoyos
2009-09-22
Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.
Diego Biurrun
2009-09-16
Cleanup buffer debugs in swScale().
Ramiro Polla
2009-09-16
Use correct buffers in vertical scaler in unscaled YV12 case.
Ramiro Polla
2009-09-05
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
Lars Täuber
2009-08-16
More indentation changes leftover from r29522:
Ramiro Polla
2009-08-16
Cosmetics:
Ramiro Polla
2009-08-16
Indent libswscale:
Ramiro Polla
2009-08-15
Indent.
Ramiro Polla
2009-08-14
Vertical yuv -> yuv16 scaler.
Ramiro Polla
2009-08-13
Remove duplicate define (it is the same in the lum code).
Ramiro Polla
2009-08-13
Rename "funny" code to "mmx2 filter" code.
Ramiro Polla
2009-08-08
Remove disabled crufty code.
Diego Biurrun
2009-07-28
Indent.
Ramiro Polla
2009-07-28
Remove duplicate horizontal scaling when there aren't enough lines in a slice
Ramiro Polla
2009-07-27
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
Ramiro Polla
2009-07-27
Factorize x86 fast_bilinear assembly.
Ramiro Polla
2009-07-27
Fix assembly comments for x86 fast_bilinear so they match the C code.
Ramiro Polla
[next]