2009-07-26 |
diego |
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
|
2009-07-07 |
lorenm |
new debanding filter
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-03-18 |
cehoyos |
Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
|
2009-02-17 |
reimar |
Print an error and return NULL in vf_get_image if we try to allocate
|
2009-02-17 |
diego |
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
|
2009-02-14 |
reimar |
Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that
|
2009-01-16 |
gpoirier |
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
|
2009-01-16 |
gpoirier |
fix compilation on non x86 machines (PPC here)
|
2008-12-30 |
reimar |
Fix OSD flickering with filters that add frames (tfields, yadif) and
|
2008-12-30 |
reimar |
Avoid flickering OSD with -vf yadif=1
|
2008-08-03 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
2008-07-30 |
diego |
Start unifying names of internal preprocessor directives.
|
2008-04-11 |
diego |
vf_pp7 does not depend on libavcodec.
|
2008-04-11 |
diego |
vf_screenshot depends on libavcodec.
|
2007-11-09 |
rfelker |
stage 1 of applying const to vf structs
|
2007-11-09 |
rfelker |
vf_screenshot does not depend on libpng; it uses libavcodec now
|
2007-10-03 |
michael |
overcomplete wavelet denoiser
|
2007-04-26 |
diego |
Simplify preprocessor directives: There is a general variable for
|
2007-04-26 |
diego |
Add config.h variables for static FFmpeg libraries.
|
2007-03-23 |
diego |
cosmetics: Merge #ifdefs for better readability.
|
2007-03-21 |
diego |
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
|
2006-12-02 |
diego |
Remove long-deprecated -vop option.
|
2006-12-02 |
diego |
Update comment, video output plugins are deprecated.
|
2006-11-06 |
diego |
Remove remnants of long-gone libfame.
|
2006-10-16 |
michael |
generic equation filter
|
2006-09-17 |
ods15 |
conditional declerations are unnecessary
|
2006-07-15 |
ivo |
new black frame detection filter
|
2006-07-09 |
reynaldo |
Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
|
2006-07-07 |
eugeni |
Initial libass release (without mencoder support).
|
2006-07-06 |
uau |
Add a new video pts tracking mode, enabled by option -correct-pts.
|
2006-06-07 |
nicodvb |
vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef USE_LIBAVCODEC
|
2006-06-06 |
michael |
yet another deinterlacing filter
|
2006-06-06 |
michael |
Motion compensating deinterlacer
|
2006-04-27 |
uau |
Fix memory corruption in vd_libmpeg2
|
2006-03-31 |
reynaldo |
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT chello DOT hu with LOTS of modifications by me
|
2006-03-21 |
michael |
passing pts through the filter layer (lets see if pts or cola comes out at the end)
|
2006-03-16 |
nicodvb |
compile in the filters that depend on libavcodec/dsputil.h only when mplayer is configured to use the imported libavcodec
|
2006-02-09 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
2006-01-22 |
diego |
proper support for shared libpostproc
|
2006-01-12 |
rathann |
massive attack: mp_msg printf format fixes
|
2005-12-16 |
henry |
do not set the flag when config failed
|
2005-11-18 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
2005-11-08 |
michael |
ultra simple&slow pp filter, yes yet another spp like filter :)
|
2005-09-11 |
henry |
screenshot filter
|
2005-07-09 |
michael |
pp7 filter (spp=6 filter with 7 point dct where only the center sample is used after idct)
|
2005-06-08 |
henry |
forgotten reference to remove-logo, 10l for Rich
|
2005-06-04 |
henry |
faster spp filter by Nikolaj Poroshin <porosh3 at psu ru>
|
2005-03-08 |
henry |
missing return statement (1e5l for me)
|
2005-03-01 |
henry |
fixes for encoding of multiple files
|
2005-02-16 |
syrjala |
Improved NV12/NV21 support.
|
2004-12-18 |
reimar |
add the flip filter at the end of the filter chain.
|
2004-12-01 |
henry |
fix image dimensions at filter config time
|
2004-05-31 |
nplourde |
Big Endian fix. Patch by Romain Dolbeau
|
2004-04-28 |
rfelker |
soft skipping for mencoder. rather than skipping decoding/filtering
|
2004-04-28 |
rfelker |
"hard" frame duplication for mencoder. this finally makes it possible
|
2004-04-17 |
rfelker |
New filter by Ville Saari (114263 at foo dot bar dot org)
|
2004-03-29 |
rfelker |
vf_phase filter by Ville Saari (114263 at foo dot bar dot org)
|
2004-02-26 |
henry |
fix compilation without libavcodec
|
2004-02-06 |
joey |
new filter: vf_noformat.
|