2011-01-14 |
cehoyos |
Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
|
2010-06-20 |
cehoyos |
Fix compilation after r31490.
|
2010-06-20 |
diego |
Move extern declarations for vf.c variables to vf.h.
|
2010-02-21 |
diego |
cosmetics: Rename struct vf_instance_s --> vf_instance.
|
2010-02-21 |
diego |
Rename open() vf initialization function to vf_open().
|
2010-01-30 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
2010-01-29 |
reimar |
Support more qscale types in most post-processing filters.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-02-14 |
reimar |
Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that
|
2008-12-30 |
reimar |
Avoid flickering OSD with -vf yadif=1
|
2008-03-06 |
diego |
Add necessary header #includes to fix 'make checkheaders'.
|
2008-02-22 |
diego |
Add MPLAYER_ prefix to multiple inclusion guards.
|
2008-01-01 |
diego |
Add multiple inclusion guards to all header files that lack them.
|
2007-12-02 |
reimar |
vf_equalizer_t string is constant
|
2007-11-09 |
rfelker |
stage 1 of applying const to vf structs
|
2006-12-02 |
diego |
Remove long-deprecated -vop option.
|
2006-11-22 |
uau |
Fix incorrect function pointer definition.
|
2006-11-17 |
reimar |
Add deinterlace property, patch by Carl Eugen Hoyos
|
2006-11-14 |
uau |
Use vf control for reading pts from vf_vo
|
2006-08-24 |
eugeni |
Add VFCTRL_DRAW_EOSD.
|
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-03-21 |
michael |
passing pts through the filter layer (lets see if pts or cola comes out at the end)
|
2006-02-09 |
rathann |
Patch by Stefan Huehner / stefan % huehner ! org \
|
2005-09-11 |
henry |
screenshot filter
|
2005-03-01 |
henry |
fixes for encoding of multiple files
|
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-10-09 |
iive |
add new control message, that is send after end of stream, to flush all remaining frames in the video system
|
2004-04-28 |
rfelker |
soft skipping for mencoder. rather than skipping decoding/filtering
|
2004-04-28 |
rfelker |
forgot this, needed for vf_harddup
|
2003-05-20 |
rfelker |
fix segfaults with slices. support slice rendering into a filter even
|
2003-05-03 |
rfelker |
sort of a hack, but at least this lets the framerate-increasing
|
2003-04-19 |
michael |
vf_clone_mpi_attributes()
|
2003-03-15 |
albeu |
Add the new -vf option wich is the same as vop in reverse order.
|
2003-02-23 |
arpi |
start_slice() added - similar to get_image(), but is called when using slices
|
2002-12-05 |
arpi |
Fix draw_slice() in passthrough mode.
|
2002-09-10 |
arpi |
changing return type of put_image void->int
|
2002-09-01 |
arpi |
warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
|
2002-08-04 |
kmkaplan |
Add the control VFCTRL_CHANGE_RECTANGLE
|
2002-07-28 |
arpi |
... removed from vf's control(), sing struct for equalizer. based on patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
|
2002-07-24 |
alex |
equalizer reworked
|
2002-05-13 |
arpi |
-vop help, patch by Julian J. M. <bandit@telecable.es>
|
2002-04-20 |
arpi |
filters uninit
|
2002-04-17 |
arpi |
mpi clear func
|
2002-04-15 |
arpi |
OSD handled by vf control()
|
2002-04-11 |
arpi |
capabilities support -> automatic insertion of scale, expand, pp
|
2002-04-11 |
arpi |
VFCAP flags added
|
2002-04-10 |
arpi |
encoders
|
2002-04-07 |
arpi |
vf control codes added, autoq support
|
2002-04-06 |
arpi |
vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinen
|
2002-04-06 |
arpi |
video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch
|