index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
vf_scale.c
Commit message (
Expand
)
Author
Age
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
vf_scale: accept all non-hw-accel formats we know a PIX_FMT for
reimar
2010-11-08
*
cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"
Uoti Urpala
2010-05-29
*
Merge svn changes up to r31141
Uoti Urpala
2010-05-07
|
\
|
*
Add support for 12-bit color mode on framebuffer devices.
cehoyos
2010-05-06
|
*
Mark vf_size_preset_fields m_option_t array as const.
diego
2010-04-04
*
|
Merge svn changes up to r30683
Uoti Urpala
2010-03-10
|
\
\
*
\
\
Merge svn changes up to r30463
Uoti Urpala
2010-03-09
|
\
\
\
|
|
|
*
Mark a bunch of video filter structures as const.
diego
2010-02-22
|
|
|
*
Declare externally used variables from vd.c as extern in vd.h.
diego
2010-02-22
|
|
|
*
cosmetics: Rename struct vf_instance_s --> vf_instance.
diego
2010-02-21
|
|
|
/
|
|
*
Rename open() vf initialization function to vf_open().
diego
2010-02-21
|
|
/
|
*
Add missing license headers to all files in the libmpcodecs directory.
diego
2010-01-30
*
|
Merge svn changes up to r30419
Uoti Urpala
2010-01-25
|
\
|
|
*
Make the scale filter prefer yuv conversions that do not need chroma scaling.
reimar
2010-01-23
|
*
Remove the query_format_cache, it is extra complexity that makes improvements
reimar
2010-01-23
|
*
Simplify loop condition
reimar
2010-01-23
*
|
Merge svn changes up to r30195
Uoti Urpala
2010-01-08
|
\
|
*
|
Merge svn changes up to r30165
Uoti Urpala
2010-01-08
|
\
\
|
|
*
Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
reimar
2010-01-03
|
|
/
|
*
One more fix for -vf scale with alpha.
reimar
2010-01-01
|
*
Also pass alpha plane to swscale, avoids crashes when converting between
reimar
2010-01-01
|
*
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
reimar
2009-12-31
|
*
Try to put the list of output formats for vf_scale in a more sensible
reimar
2009-12-31
|
*
Add support for 16-bit per component YUV formats.
reimar
2009-12-31
|
*
Support 440P in scale filter.
reimar
2009-12-30
*
|
Merge svn changes up to r29962
Uoti Urpala
2009-11-23
|
\
|
|
*
Remove unreachable parsing code: for filters that use the option parser,
reimar
2009-11-21
|
*
Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit form...
reimar
2009-11-21
*
|
Merge svn changes up to r29532
Uoti Urpala
2009-08-18
|
\
|
|
*
Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.
cehoyos
2009-08-11
*
|
Merge svn changes up to r29455
Uoti Urpala
2009-07-29
|
\
|
|
*
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
diego
2009-07-26
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
|
Merge svn changes up to r29117
Uoti Urpala
2009-04-01
|
\
|
|
*
Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in lib...
reimar
2009-03-29
*
|
Merge svn changes up to r28341
Uoti Urpala
2009-01-19
|
\
|
|
*
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
gpoirier
2009-01-16
|
*
fix compilation on non x86 machines (PPC here)
gpoirier
2009-01-16
|
*
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
reimar
2009-01-16
*
|
Merge svn changes up to 27824
Uoti Urpala
2008-10-25
|
\
|
|
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
|
Merge svn changes up to r26783
Uoti Urpala
2008-05-15
|
\
|
|
*
Factorize "int i".
michael
2008-05-11
*
|
Merge svn changes up to r26587
Uoti Urpala
2008-04-29
|
\
|
|
*
Consistently #include mpbswap.h instead of bswap.h everywhere.
diego
2008-04-28
*
|
Mark some constant symbols as such
Uoti Urpala
2008-04-26
*
|
Move screen_size_xy to options struct
Uoti Urpala
2008-04-25
*
|
Move opt_screen_size_[x|y] to options struct
Uoti Urpala
2008-04-25
[next]