aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf_expand.c
Commit message (Expand)AuthorAge
* 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
* use mp_msg for messages. prolly more filters need to be fixed like this tooGravatar rfelker2003-01-10
* 10l bug, found by valgrind :)Gravatar arpi2002-10-16
* changing return type of put_image void->intGravatar arpi2002-09-10
* allocating large enough buffer, fixes green stuff on top for encoding of heig...Gravatar michael2002-08-21
* DR1+IPB support (works only with ffmpeg12, as libmpeg2 doesn't accept stride)Gravatar arpi2002-07-20
* better planar support, chroma subsampling support and Y8/Y800 supportGravatar alex2002-06-23
* yv12 osd drawer is working for y8/y800/yvu9/if09 becouse it uses only Y-plane...Gravatar alex2002-06-23
* yvu9 and if09 supportGravatar alex2002-06-23
* keep aspect ratio - based on Fredrik Kuivinen's ideaGravatar arpi2002-05-12
* expand=-1:-50:0:0 -> mwidth:mheight+50:0:0Gravatar pontscho2002-05-01
* 1000lGravatar arpi2002-04-28
* don't allow invalid parametersGravatar arpi2002-04-18
* IMGTYPE_IPB not yet supported :(Gravatar arpi2002-04-17
* enabled new OSD code in -vop expand, subtitles rendering support to mencoderGravatar arpi2002-04-17
* (buggy) osd support, disabled for now, mencoder needs fixes to compileGravatar arpi2002-04-16
* mp_image.h and img_format.h moved to libmpcodecsGravatar arpi2002-04-13
* copy width tooGravatar arpi2002-04-08
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...Gravatar arpi2002-04-06