aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf.h
Commit message (Expand)AuthorAge
* 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
* forgot this, needed for vf_harddupGravatar rfelker2004-04-28
* fix segfaults with slices. support slice rendering into a filter evenGravatar rfelker2003-05-20
* sort of a hack, but at least this lets the framerate-increasingGravatar rfelker2003-05-03
* vf_clone_mpi_attributes()Gravatar michael2003-04-19
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* start_slice() added - similar to get_image(), but is called when using slicesGravatar arpi2003-02-23
* Fix draw_slice() in passthrough mode.Gravatar arpi2002-12-05
* changing return type of put_image void->intGravatar arpi2002-09-10