aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_expand.c
Commit message (Expand)AuthorAge
* Adjust ffmpeg/libav #includes to work with recent upstream changesGravatar Uoti Urpala2012-08-21
* vf_expand: remove OSD supportGravatar wm42012-08-16
* vf_expand: add sanity checksGravatar mplayer-svn2012-08-03
* vf_expand: always clear the added bordersGravatar wm42011-12-19
* core, vo: modify OSD redraw architecture, support EOSDGravatar Uoti Urpala2011-12-06
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
* Merge svn changes up to r31141Gravatar Uoti Urpala2010-05-07
|\
| * Add support for 12-bit color mode on framebuffer devices.Gravatar cehoyos2010-05-06
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30683Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\ \ \
* \ \ \ Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\ \ \ \
| | | | * Mark a bunch of video filter structures as const.Gravatar diego2010-02-22
| | | | * Declare externally used variables from vd.c as extern in vd.h.Gravatar diego2010-02-22
| | | | * cosmetics: Rename struct vf_instance_s --> vf_instance.Gravatar diego2010-02-21
| | | |/
| | | * Rename open() vf initialization function to vf_open().Gravatar diego2010-02-21
| | |/
| | * libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.Gravatar diego2010-02-17
| |/
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Fix initialization values for vf_expand priv struct.Gravatar reimar2009-11-22
* | Merge svn changes up to r29684Gravatar Uoti Urpala2009-09-16
|\|
| * %lf is not a valid printf format specifier, use just %f instead.Gravatar reimar2009-09-14
| * Always keep a backup of the expand values from the command-line, so valuesGravatar reimar2009-09-10
* | Merge svn changes up to r29532Gravatar Uoti Urpala2009-08-18
|\|
| * Replace macro: MAX -> FFMAXGravatar ben2009-08-06
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Update OSD while pausedGravatar Uoti Urpala2008-12-09
* | Create a context struct for OSD stateGravatar Uoti Urpala2008-06-24
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove pointless parentheses from return calls.Gravatar diego2008-05-16
* | Mark some constant symbols as suchGravatar Uoti Urpala2008-04-26
* | Move opt_screen_size_[x|y] to options structGravatar Uoti Urpala2008-04-25
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25
* | Add context variable to vo_draw_text callbackGravatar Uoti Urpala2008-04-23
|/
* Make all vf_info_t structs constGravatar reimar2007-12-02
* Add code to clear left and right borders not only top and bottom.Gravatar reimar2007-08-28
* Mark m_struct_t defaults as constGravatar reimar2007-01-28
* allows OSD menu to be displayed when using MPEG PES video outGravatar ben2007-01-04
* Do not modify parsed command-line values on config,Gravatar reimar2006-11-01
* fixes a bug when copying the image into a destination buffer smaller than the...Gravatar gpoirier2006-04-27
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-31
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* expand aspect works by display aspect, not video aspect.Gravatar ods152005-12-05
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't ...Gravatar rfelker2005-10-23
* cosmetics.Gravatar ods152005-07-08