aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf.h
Commit message (Expand)AuthorAge
* 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
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2002-09-01
* Add the control VFCTRL_CHANGE_RECTANGLEGravatar kmkaplan2002-08-04
* ... removed from vf's control(), sing struct for equalizer. based on patch by...Gravatar arpi2002-07-28
* equalizer reworkedGravatar alex2002-07-24
* -vop help, patch by Julian J. M. <bandit@telecable.es>Gravatar arpi2002-05-13
* filters uninitGravatar arpi2002-04-20
* mpi clear funcGravatar arpi2002-04-17
* OSD handled by vf control()Gravatar arpi2002-04-15
* capabilities support -> automatic insertion of scale, expand, ppGravatar arpi2002-04-11
* VFCAP flags addedGravatar arpi2002-04-11
* encodersGravatar arpi2002-04-10
* vf control codes added, autoq supportGravatar arpi2002-04-07
* vf_next_uninit was Wrong Thing - thx to Fredrik KuivinenGravatar arpi2002-04-06
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...Gravatar arpi2002-04-06