summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_expand.c
Commit message (Expand)AuthorAgeFilesLines
* vf_expand: remove outdated code causing crashesreimar2012-10-301-6/+0
* VF: remove IMGFMT_MPEGPESwm42012-10-221-13/+0
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-211-1/+2
* vf_expand: remove OSD supportwm42012-08-161-98/+1
* vf_expand: add sanity checksmplayer-svn2012-08-031-1/+20
* vf_expand: always clear the added borderswm42011-12-191-93/+20
* core, vo: modify OSD redraw architecture, support EOSDUoti Urpala2011-12-061-4/+2
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-1/+1
* cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Uoti Urpala2010-05-291-11/+11
* Merge svn changes up to r31141Uoti Urpala2010-05-071-0/+4
|\
| * Add support for 12-bit color mode on framebuffer devices.cehoyos2010-05-061-0/+4
| * Mark a bunch of video filter structures as const.diego2010-02-221-2/+2
| * Declare externally used variables from vd.c as extern in vd.h.diego2010-02-221-3/+1
| * cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-11/+11
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30683Uoti Urpala2010-03-101-2/+2
|\|
| * Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
* | Merge svn changes up to r30643Uoti Urpala2010-03-101-2/+0
|\|
| * libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.diego2010-02-171-2/+0
* | Merge svn changes up to r30463Uoti Urpala2010-03-091-0/+18
|\|
| * Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-0/+2
|\|
| * Fix initialization values for vf_expand priv struct.reimar2009-11-221-0/+2
* | Merge svn changes up to r29684Uoti Urpala2009-09-161-10/+21
|\|
| * %lf is not a valid printf format specifier, use just %f instead.reimar2009-09-141-1/+1
| * Always keep a backup of the expand values from the command-line, so valuesreimar2009-09-101-8/+19
* | Merge svn changes up to r29532Uoti Urpala2009-08-181-6/+5
|\|
| * Replace macro: MAX -> FFMAXben2009-08-061-6/+5
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-7/+7
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-7/+7
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-3/+3
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
* | Update OSD while pausedUoti Urpala2008-12-091-0/+6
* | Create a context struct for OSD stateUoti Urpala2008-06-241-10/+14
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-1/+1
|\|
| * cosmetics: Remove pointless parentheses from return calls.diego2008-05-161-1/+1
* | Mark some constant symbols as suchUoti Urpala2008-04-261-2/+2
* | Move opt_screen_size_[x|y] to options structUoti Urpala2008-04-251-5/+5
* | Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-11/+11
* | Add context variable to vo_draw_text callbackUoti Urpala2008-04-231-2/+2
|/
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Add code to clear left and right borders not only top and bottom.reimar2007-08-281-2/+20
* Mark m_struct_t defaults as constreimar2007-01-281-1/+1
* allows OSD menu to be displayed when using MPEG PES video outben2007-01-041-0/+18
* Do not modify parsed command-line values on config,reimar2006-11-011-4/+5
* fixes a bug when copying the image into a destination buffer smaller than the...gpoirier2006-04-271-2/+2
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-3/+4
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-3/+3
* expand aspect works by display aspect, not video aspect.ods152005-12-051-2/+3
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-5/+5
* 10l to whoever got aspect upside-down.. it's w/h, not h/w. hope this doesn't ...rfelker2005-10-231-3/+3
* cosmetics.ods152005-07-081-2/+2
* add 'aspect' and 'round' params to vf_expand.ods152005-07-071-17/+22
* - preserve ordering of the sliceshenry2005-04-241-8/+37
* fix displaying of the subtitles when using sliceshenry2005-04-101-3/+19
* call draw_slice in top-down order (fixes crash with -vf expand=...,scale)henry2004-12-011-9/+7
* small warning fixrathann2003-06-191-1/+0
* fix segfaults with slices. support slice rendering into a filter evenrfelker2003-05-201-61/+60
* And 10L their, i should have started to read vop.txt sooner ;)albeu2003-03-151-4/+4
* Add support for the new option stuff.albeu2003-03-151-3/+35
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* clear black bands when using slicesarpi2003-03-141-0/+9
* experimental slices supportarpi2003-02-231-3/+37
* fixed palette supportarpi2003-02-041-0/+3
* use mp_msg for messages. prolly more filters need to be fixed like this toorfelker2003-01-101-1/+1
* 10l bug, found by valgrind :)arpi2002-10-161-1/+2
* changing return type of put_image void->intarpi2002-09-101-4/+4
* allocating large enough buffer, fixes green stuff on top for encoding of heig...michael2002-08-211-1/+5
* DR1+IPB support (works only with ffmpeg12, as libmpeg2 doesn't accept stride)arpi2002-07-201-1/+3
* better planar support, chroma subsampling support and Y8/Y800 supportalex2002-06-231-30/+6
* yv12 osd drawer is working for y8/y800/yvu9/if09 becouse it uses only Y-plane...alex2002-06-231-0/+4
* yvu9 and if09 supportalex2002-06-231-0/+25
* keep aspect ratio - based on Fredrik Kuivinen's ideaarpi2002-05-121-3/+9
* expand=-1:-50:0:0 -> mwidth:mheight+50:0:0pontscho2002-05-011-0/+9
* 1000larpi2002-04-281-1/+1
* don't allow invalid parametersarpi2002-04-181-5/+2
* IMGTYPE_IPB not yet supported :(arpi2002-04-171-0/+1
* enabled new OSD code in -vop expand, subtitles rendering support to mencoderarpi2002-04-171-7/+40
* (buggy) osd support, disabled for now, mencoder needs fixes to compilearpi2002-04-161-4/+125
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-1/+1
* copy width tooarpi2002-04-081-2/+2
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-061-0/+137