aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf.h
Commit message (Expand)AuthorAge
* core, vo: modify OSD redraw architecture, support EOSDGravatar Uoti Urpala2011-12-06
* Merge branch 'screenshot' (early part)Gravatar Uoti Urpala2011-11-25
|\
| * core: add infrastructure to get screenshots from VOsGravatar wm42011-11-25
* | cosmetics: vf.[ch]: reformatGravatar Uoti Urpala2011-11-14
|/
* video, options: implement better YUV->RGB conversion controlGravatar wm42011-10-16
* vf_*: fix pts values passed to the next filterGravatar Rudolf Polzer2011-04-24
* cleanup: move MP_NOPTS_VALUE definition to mpcommon.hGravatar Uoti Urpala2011-01-15
* subtitles: move global ass_track to struct osd_stateGravatar Uoti Urpala2011-01-15
* cosmetics: remove "_s" prefix from "struct vf_info_s"Gravatar Uoti Urpala2010-11-02
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \
| | * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
| * Support more qscale types in most post-processing filters.Gravatar reimar2010-01-29
* | Avoid misleading error "ASS: cannot add video filter"Gravatar Uoti Urpala2010-01-16
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvGravatar Uoti Urpala2009-11-15
* | vf: Remove unused VFCTRL_FLIP_PAGEGravatar Uoti Urpala2009-10-21
* | core/VO: Allow VO drivers to add/modify framesGravatar Uoti Urpala2009-09-18
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28610Gravatar Uoti Urpala2009-02-16
|\|
| * Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatGravatar reimar2009-02-14
| * Avoid flickering OSD with -vf yadif=1Gravatar reimar2008-12-30
* | Update OSD while pausedGravatar Uoti Urpala2008-12-09
* | Create a context struct for OSD stateGravatar Uoti Urpala2008-06-24
* | Move vf_settings to options structGravatar Uoti Urpala2008-04-26
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* | Add option pointer to vf structGravatar Uoti Urpala2008-04-23
|/
* Add necessary header #includes to fix 'make checkheaders'.Gravatar diego2008-03-06
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* vf_equalizer_t string is constantGravatar reimar2007-12-02
* stage 1 of applying const to vf structsGravatar rfelker2007-11-09
* Remove long-deprecated -vop option.Gravatar diego2006-12-02
* Fix incorrect function pointer definition.Gravatar uau2006-11-22
* Add deinterlace property, patch by Carl Eugen HoyosGravatar reimar2006-11-17
* Use vf control for reading pts from vf_voGravatar uau2006-11-14
* Add VFCTRL_DRAW_EOSD.Gravatar eugeni2006-08-24
* Marks several string parameters as const when they are not modified in the fu...Gravatar reynaldo2006-07-09
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* screenshot filterGravatar henry2005-09-11
* fixes for encoding of multiple filesGravatar henry2005-03-01
* add the flip filter at the end of the filter chain.Gravatar reimar2004-12-18
* fix image dimensions at filter config timeGravatar henry2004-12-01
* add new control message, that is send after end of stream, to flush all remai...Gravatar iive2004-10-09
* soft skipping for mencoder. rather than skipping decoding/filteringGravatar rfelker2004-04-28