summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_expand.c
Commit message (Expand)AuthorAgeFilesLines
* 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