| Commit message (Expand) | Author | Age | Files | Lines |
* | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
* | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf" | Uoti Urpala | 2010-05-29 | 1 | -11/+11 |
* | Merge svn changes up to r31141 | Uoti Urpala | 2010-05-07 | 1 | -0/+4 |
|\ |
|
| * | Add support for 12-bit color mode on framebuffer devices. | cehoyos | 2010-05-06 | 1 | -0/+4 |
| * | Mark a bunch of video filter structures as const. | diego | 2010-02-22 | 1 | -2/+2 |
| * | Declare externally used variables from vd.c as extern in vd.h. | diego | 2010-02-22 | 1 | -3/+1 |
| * | cosmetics: Rename struct vf_instance_s --> vf_instance. | diego | 2010-02-21 | 1 | -11/+11 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Merge svn changes up to r30683 | Uoti Urpala | 2010-03-10 | 1 | -2/+2 |
|\| |
|
| * | Rename open() vf initialization function to vf_open(). | diego | 2010-02-21 | 1 | -2/+2 |
* | | Merge svn changes up to r30643 | Uoti Urpala | 2010-03-10 | 1 | -2/+0 |
|\| |
|
| * | libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions. | diego | 2010-02-17 | 1 | -2/+0 |
* | | Merge svn changes up to r30463 | Uoti Urpala | 2010-03-09 | 1 | -0/+18 |
|\| |
|
| * | Add missing license headers to all files in the libmpcodecs directory. | diego | 2010-01-30 | 1 | -0/+18 |
* | | Merge svn changes up to r29962 | Uoti Urpala | 2009-11-23 | 1 | -0/+2 |
|\| |
|
| * | Fix initialization values for vf_expand priv struct. | reimar | 2009-11-22 | 1 | -0/+2 |
* | | Merge svn changes up to r29684 | Uoti Urpala | 2009-09-16 | 1 | -10/+21 |
|\| |
|
| * | %lf is not a valid printf format specifier, use just %f instead. | reimar | 2009-09-14 | 1 | -1/+1 |
| * | Always keep a backup of the expand values from the command-line, so values | reimar | 2009-09-10 | 1 | -8/+19 |
* | | Merge svn changes up to r29532 | Uoti Urpala | 2009-08-18 | 1 | -6/+5 |
|\| |
|
| * | Replace macro: MAX -> FFMAX | ben | 2009-08-06 | 1 | -6/+5 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -7/+7 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -7/+7 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -3/+3 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -3/+3 |
* | | Update OSD while paused | Uoti Urpala | 2008-12-09 | 1 | -0/+6 |
* | | Create a context struct for OSD state | Uoti Urpala | 2008-06-24 | 1 | -10/+14 |
* | | Merge svn changes up to r26979 | Uoti Urpala | 2008-06-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Remove pointless parentheses from return calls. | diego | 2008-05-16 | 1 | -1/+1 |
* | | Mark some constant symbols as such | Uoti Urpala | 2008-04-26 | 1 | -2/+2 |
* | | Move opt_screen_size_[x|y] to options struct | Uoti Urpala | 2008-04-25 | 1 | -5/+5 |
* | | Remove _s/_st suffix from some struct names | Uoti Urpala | 2008-04-25 | 1 | -11/+11 |
* | | Add context variable to vo_draw_text callback | Uoti Urpala | 2008-04-23 | 1 | -2/+2 |
|/ |
|
* | Make all vf_info_t structs const | reimar | 2007-12-02 | 1 | -1/+1 |
* | Add code to clear left and right borders not only top and bottom. | reimar | 2007-08-28 | 1 | -2/+20 |
* | Mark m_struct_t defaults as const | reimar | 2007-01-28 | 1 | -1/+1 |
* | allows OSD menu to be displayed when using MPEG PES video out | ben | 2007-01-04 | 1 | -0/+18 |
* | Do not modify parsed command-line values on config, | reimar | 2006-11-01 | 1 | -4/+5 |
* | fixes a bug when copying the image into a destination buffer smaller than the... | gpoirier | 2006-04-27 | 1 | -2/+2 |
* | Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ... | reynaldo | 2006-03-31 | 1 | -3/+4 |
* | passing pts through the filter layer (lets see if pts or cola comes out at th... | michael | 2006-03-21 | 1 | -3/+3 |
* | expand aspect works by display aspect, not video aspect. | ods15 | 2005-12-05 | 1 | -2/+3 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -5/+5 |
* | 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't ... | rfelker | 2005-10-23 | 1 | -3/+3 |
* | cosmetics. | ods15 | 2005-07-08 | 1 | -2/+2 |
* | add 'aspect' and 'round' params to vf_expand. | ods15 | 2005-07-07 | 1 | -17/+22 |
* | - preserve ordering of the slices | henry | 2005-04-24 | 1 | -8/+37 |
* | fix displaying of the subtitles when using slices | henry | 2005-04-10 | 1 | -3/+19 |
* | call draw_slice in top-down order (fixes crash with -vf expand=...,scale) | henry | 2004-12-01 | 1 | -9/+7 |
* | small warning fix | rathann | 2003-06-19 | 1 | -1/+0 |
* | fix segfaults with slices. support slice rendering into a filter even | rfelker | 2003-05-20 | 1 | -61/+60 |
* | And 10L their, i should have started to read vop.txt sooner ;) | albeu | 2003-03-15 | 1 | -4/+4 |
* | Add support for the new option stuff. | albeu | 2003-03-15 | 1 | -3/+35 |
* | Add the new -vf option wich is the same as vop in reverse order. | albeu | 2003-03-15 | 1 | -1/+2 |
* | clear black bands when using slices | arpi | 2003-03-14 | 1 | -0/+9 |
* | experimental slices support | arpi | 2003-02-23 | 1 | -3/+37 |
* | fixed palette support | arpi | 2003-02-04 | 1 | -0/+3 |
* | use mp_msg for messages. prolly more filters need to be fixed like this too | rfelker | 2003-01-10 | 1 | -1/+1 |
* | 10l bug, found by valgrind :) | arpi | 2002-10-16 | 1 | -1/+2 |
* | changing return type of put_image void->int | arpi | 2002-09-10 | 1 | -4/+4 |
* | allocating large enough buffer, fixes green stuff on top for encoding of heig... | michael | 2002-08-21 | 1 | -1/+5 |
* | DR1+IPB support (works only with ffmpeg12, as libmpeg2 doesn't accept stride) | arpi | 2002-07-20 | 1 | -1/+3 |
* | better planar support, chroma subsampling support and Y8/Y800 support | alex | 2002-06-23 | 1 | -30/+6 |
* | yv12 osd drawer is working for y8/y800/yvu9/if09 becouse it uses only Y-plane... | alex | 2002-06-23 | 1 | -0/+4 |
* | yvu9 and if09 support | alex | 2002-06-23 | 1 | -0/+25 |
* | keep aspect ratio - based on Fredrik Kuivinen's idea | arpi | 2002-05-12 | 1 | -3/+9 |
* | expand=-1:-50:0:0 -> mwidth:mheight+50:0:0 | pontscho | 2002-05-01 | 1 | -0/+9 |
* | 1000l | arpi | 2002-04-28 | 1 | -1/+1 |
* | don't allow invalid parameters | arpi | 2002-04-18 | 1 | -5/+2 |
* | IMGTYPE_IPB not yet supported :( | arpi | 2002-04-17 | 1 | -0/+1 |
* | enabled new OSD code in -vop expand, subtitles rendering support to mencoder | arpi | 2002-04-17 | 1 | -7/+40 |
* | (buggy) osd support, disabled for now, mencoder needs fixes to compile | arpi | 2002-04-16 | 1 | -4/+125 |
* | mp_image.h and img_format.h moved to libmpcodecs | arpi | 2002-04-13 | 1 | -1/+1 |
* | copy width too | arpi | 2002-04-08 | 1 | -2/+2 |
* | video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv... | arpi | 2002-04-06 | 1 | -0/+137 |