| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Rename struct vf_instance_s --> vf_instance. | diego | 2010-02-21 | 1 | -20/+20 |
* | Rename open() vf initialization function to vf_open(). | diego | 2010-02-21 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |