| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup: move MP_NOPTS_VALUE definition to mpcommon.h | Uoti Urpala | 2011-01-15 | 1 | -4/+1 |
* | subtitles: move global ass_track to struct osd_state | Uoti Urpala | 2011-01-15 | 1 | -2/+2 |
* | cosmetics: remove "_s" prefix from "struct vf_info_s" | Uoti Urpala | 2010-11-02 | 1 | -1/+1 |
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 1 | -17/+17 |
* | Merge svn changes up to r30683 | Uoti Urpala | 2010-03-10 | 1 | -1/+1 |
|\ |
|
| * | Rename open() vf initialization function to vf_open(). | diego | 2010-02-21 | 1 | -1/+1 |
* | | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 1 | -0/+33 |
|\| |
|
| * | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 | 1 | -0/+18 |
| * | Support more qscale types in most post-processing filters. | reimar | 2010-01-29 | 1 | -0/+15 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -1/+1 |
* | | Avoid misleading error "ASS: cannot add video filter" | Uoti Urpala | 2010-01-16 | 1 | -0/+4 |
* | | Add yuv_colorspace property, implemented in vo_vdpau and vo_xv | Uoti Urpala | 2009-11-15 | 1 | -0/+2 |
* | | vf: Remove unused VFCTRL_FLIP_PAGE | Uoti Urpala | 2009-10-21 | 1 | -1/+0 |
* | | core/VO: Allow VO drivers to add/modify frames | Uoti Urpala | 2009-09-18 | 1 | -1/+0 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -1/+1 |
* | | Merge svn changes up to r28610 | Uoti Urpala | 2009-02-16 | 1 | -0/+3 |
|\| |
|
| * | Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that | reimar | 2009-02-14 | 1 | -0/+3 |
| * | Avoid flickering OSD with -vf yadif=1 | reimar | 2008-12-30 | 1 | -0/+1 |
* | | Update OSD while paused | Uoti Urpala | 2008-12-09 | 1 | -0/+1 |
* | | Create a context struct for OSD state | Uoti Urpala | 2008-06-24 | 1 | -0/+3 |
* | | Move vf_settings to options struct | Uoti Urpala | 2008-04-26 | 1 | -1/+2 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 | 1 | -19/+19 |
* | | Add option pointer to vf struct | Uoti Urpala | 2008-04-23 | 1 | -3/+5 |
|/ |
|
* | Add necessary header #includes to fix 'make checkheaders'. | diego | 2008-03-06 | 1 | -0/+2 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 1 | -3/+3 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 1 | -0/+4 |
* | vf_equalizer_t string is constant | reimar | 2007-12-02 | 1 | -1/+1 |
* | stage 1 of applying const to vf structs | rfelker | 2007-11-09 | 1 | -4/+4 |
* | Remove long-deprecated -vop option. | diego | 2006-12-02 | 1 | -2/+0 |
* | Fix incorrect function pointer definition. | uau | 2006-11-22 | 1 | -1/+1 |
* | Add deinterlace property, patch by Carl Eugen Hoyos | reimar | 2006-11-17 | 1 | -0/+2 |
* | Use vf control for reading pts from vf_vo | uau | 2006-11-14 | 1 | -0/+1 |
* | Add VFCTRL_DRAW_EOSD. | eugeni | 2006-08-24 | 1 | -1/+2 |
* | Marks several string parameters as const when they are not modified in the fu... | reynaldo | 2006-07-09 | 1 | -3/+3 |
* | Initial libass release (without mencoder support). | eugeni | 2006-07-07 | 1 | -0/+1 |
* | Add a new video pts tracking mode, enabled by option -correct-pts. | uau | 2006-07-06 | 1 | -0/+4 |
* | passing pts through the filter layer (lets see if pts or cola comes out at th... | michael | 2006-03-21 | 1 | -2/+6 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -1/+1 |
* | screenshot filter | henry | 2005-09-11 | 1 | -0/+1 |
* | fixes for encoding of multiple files | henry | 2005-03-01 | 1 | -0/+9 |
* | add the flip filter at the end of the filter chain. | reimar | 2004-12-18 | 1 | -0/+1 |
* | fix image dimensions at filter config time | henry | 2004-12-01 | 1 | -0/+1 |
* | add new control message, that is send after end of stream, to flush all remai... | iive | 2004-10-09 | 1 | -0/+1 |
* | soft skipping for mencoder. rather than skipping decoding/filtering | rfelker | 2004-04-28 | 1 | -0/+1 |
* | forgot this, needed for vf_harddup | rfelker | 2004-04-28 | 1 | -0/+1 |
* | fix segfaults with slices. support slice rendering into a filter even | rfelker | 2003-05-20 | 1 | -0/+1 |
* | sort of a hack, but at least this lets the framerate-increasing | rfelker | 2003-05-03 | 1 | -0/+1 |
* | vf_clone_mpi_attributes() | michael | 2003-04-19 | 1 | -0/+1 |
* | Add the new -vf option wich is the same as vop in reverse order. | albeu | 2003-03-15 | 1 | -2/+4 |
* | start_slice() added - similar to get_image(), but is called when using slices | arpi | 2003-02-23 | 1 | -0/+2 |
* | Fix draw_slice() in passthrough mode. | arpi | 2002-12-05 | 1 | -0/+1 |
* | changing return type of put_image void->int | arpi | 2002-09-10 | 1 | -2/+2 |
* | warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> | arpi | 2002-09-01 | 1 | -1/+1 |
* | Add the control VFCTRL_CHANGE_RECTANGLE | kmkaplan | 2002-08-04 | 1 | -0/+1 |
* | ... removed from vf's control(), sing struct for equalizer. based on patch by... | arpi | 2002-07-28 | 1 | -1/+7 |
* | equalizer reworked | alex | 2002-07-24 | 1 | -2/+2 |
* | -vop help, patch by Julian J. M. <bandit@telecable.es> | arpi | 2002-05-13 | 1 | -0/+2 |
* | filters uninit | arpi | 2002-04-20 | 1 | -0/+3 |
* | mpi clear func | arpi | 2002-04-17 | 1 | -0/+1 |
* | OSD handled by vf control() | arpi | 2002-04-15 | 1 | -0/+2 |
* | capabilities support -> automatic insertion of scale, expand, pp | arpi | 2002-04-11 | 1 | -23/+6 |
* | VFCAP flags added | arpi | 2002-04-11 | 1 | -0/+24 |
* | encoders | arpi | 2002-04-10 | 1 | -1/+4 |
* | vf control codes added, autoq support | arpi | 2002-04-07 | 1 | -0/+7 |
* | vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinen | arpi | 2002-04-06 | 1 | -1/+0 |
* | video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv... | arpi | 2002-04-06 | 1 | -0/+57 |