aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_expand.c
Commit message (Expand)AuthorAge
* 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
|\ \ \
| | | * 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
* add 'aspect' and 'round' params to vf_expand.Gravatar ods152005-07-07
* - preserve ordering of the slicesGravatar henry2005-04-24
* fix displaying of the subtitles when using slicesGravatar henry2005-04-10
* call draw_slice in top-down order (fixes crash with -vf expand=...,scale)Gravatar henry2004-12-01
* small warning fixGravatar rathann2003-06-19
* fix segfaults with slices. support slice rendering into a filter evenGravatar rfelker2003-05-20
* And 10L their, i should have started to read vop.txt sooner ;)Gravatar albeu2003-03-15
* Add support for the new option stuff.Gravatar albeu2003-03-15
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* clear black bands when using slicesGravatar arpi2003-03-14
* experimental slices supportGravatar arpi2003-02-23
* fixed palette supportGravatar arpi2003-02-04