summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf.h
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-189/+0
* VF: rename vf_ass to vf_subwm42012-10-241-1/+1
* VO, sub: refactorwm42012-10-241-1/+0
* sub: always go through sub.c for OSD renderingwm42012-10-161-2/+1
* vf_rectangle: remove as it is very dirty and we have a replacement nowRudolf Polzer2012-09-181-1/+0
* core, vo: modify OSD redraw architecture, support EOSDUoti Urpala2011-12-061-1/+0
* Merge branch 'screenshot' (early part)Uoti Urpala2011-11-251-1/+7
|\
| * core: add infrastructure to get screenshots from VOswm42011-11-251-1/+7
* | cosmetics: vf.[ch]: reformatUoti Urpala2011-11-141-73/+72
|/
* video, options: implement better YUV->RGB conversion controlwm42011-10-161-2/+2
* vf_*: fix pts values passed to the next filterRudolf Polzer2011-04-241-0/+16
* cleanup: move MP_NOPTS_VALUE definition to mpcommon.hUoti Urpala2011-01-151-4/+1
* subtitles: move global ass_track to struct osd_stateUoti Urpala2011-01-151-2/+2
* cosmetics: remove "_s" prefix from "struct vf_info_s"Uoti Urpala2010-11-021-1/+1
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-17/+17
* Merge svn changes up to r30683Uoti Urpala2010-03-101-1/+1
|\
| * Rename open() vf initialization function to vf_open().diego2010-02-211-1/+1
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+33
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
| * Support more qscale types in most post-processing filters.reimar2010-01-291-0/+15
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* | Avoid misleading error "ASS: cannot add video filter"Uoti Urpala2010-01-161-0/+4
* | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvUoti Urpala2009-11-151-0/+2
* | vf: Remove unused VFCTRL_FLIP_PAGEUoti Urpala2009-10-211-1/+0
* | core/VO: Allow VO drivers to add/modify framesUoti Urpala2009-09-181-1/+0
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* | Merge svn changes up to r28610Uoti Urpala2009-02-161-0/+3
|\|
| * Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatreimar2009-02-141-0/+3
| * Avoid flickering OSD with -vf yadif=1reimar2008-12-301-0/+1
* | Update OSD while pausedUoti Urpala2008-12-091-0/+1
* | Create a context struct for OSD stateUoti Urpala2008-06-241-0/+3
* | Move vf_settings to options structUoti Urpala2008-04-261-1/+2
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-19/+19
* | Add option pointer to vf structUoti Urpala2008-04-231-3/+5
|/
* Add necessary header #includes to fix 'make checkheaders'.diego2008-03-061-0/+2
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Add multiple inclusion guards to all header files that lack them.diego2008-01-011-0/+4
* vf_equalizer_t string is constantreimar2007-12-021-1/+1
* stage 1 of applying const to vf structsrfelker2007-11-091-4/+4
* Remove long-deprecated -vop option.diego2006-12-021-2/+0
* Fix incorrect function pointer definition.uau2006-11-221-1/+1
* Add deinterlace property, patch by Carl Eugen Hoyosreimar2006-11-171-0/+2
* Use vf control for reading pts from vf_vouau2006-11-141-0/+1
* Add VFCTRL_DRAW_EOSD.eugeni2006-08-241-1/+2
* Marks several string parameters as const when they are not modified in the fu...reynaldo2006-07-091-3/+3
* Initial libass release (without mencoder support).eugeni2006-07-071-0/+1
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-0/+4
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+6
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* screenshot filterhenry2005-09-111-0/+1
* fixes for encoding of multiple fileshenry2005-03-011-0/+9
* add the flip filter at the end of the filter chain.reimar2004-12-181-0/+1
* fix image dimensions at filter config timehenry2004-12-011-0/+1
* add new control message, that is send after end of stream, to flush all remai...iive2004-10-091-0/+1
* soft skipping for mencoder. rather than skipping decoding/filteringrfelker2004-04-281-0/+1
* forgot this, needed for vf_hardduprfelker2004-04-281-0/+1
* fix segfaults with slices. support slice rendering into a filter evenrfelker2003-05-201-0/+1
* sort of a hack, but at least this lets the framerate-increasingrfelker2003-05-031-0/+1
* vf_clone_mpi_attributes()michael2003-04-191-0/+1
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-2/+4
* start_slice() added - similar to get_image(), but is called when using slicesarpi2003-02-231-0/+2
* Fix draw_slice() in passthrough mode.arpi2002-12-051-0/+1
* changing return type of put_image void->intarpi2002-09-101-2/+2
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-09-011-1/+1
* Add the control VFCTRL_CHANGE_RECTANGLEkmkaplan2002-08-041-0/+1
* ... removed from vf's control(), sing struct for equalizer. based on patch by...arpi2002-07-281-1/+7
* equalizer reworkedalex2002-07-241-2/+2
* -vop help, patch by Julian J. M. <bandit@telecable.es>arpi2002-05-131-0/+2
* filters uninitarpi2002-04-201-0/+3
* mpi clear funcarpi2002-04-171-0/+1
* OSD handled by vf control()arpi2002-04-151-0/+2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-23/+6
* VFCAP flags addedarpi2002-04-111-0/+24
* encodersarpi2002-04-101-1/+4
* vf control codes added, autoq supportarpi2002-04-071-0/+7
* vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinenarpi2002-04-061-1/+0
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-061-0/+57