aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf.c
Commit message (Expand)AuthorAge
...
* yuv colorspace converterGravatar alex2003-11-29
* simple alternative postprocessing filterGravatar michael2003-10-26
* vf_hueGravatar michael2003-10-23
* fast deinterleaver (= il filter with stride/width/height tricks)Gravatar michael2003-10-22
* Fix compilation when libavcodec is missing.Gravatar attila2003-10-16
* simple logo removerGravatar henry2003-09-03
* 2 new filters: tile & framestepGravatar arpi2003-08-31
* pullup -- third generation inverse telecine engine. the backendGravatar rfelker2003-08-18
* clean up field flags:Gravatar rfelker2003-08-18
* 'tinterlace' filter (partial inverse of tfields) by Not Zed <notzed@ximian.co...Gravatar alex2003-08-11
* Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,Gravatar ranma2003-08-03
* 3*100l (backported from g2)Gravatar arpi2003-07-13
* 100l to me :(Gravatar rfelker2003-06-02
* it's still a 10l bug + 10l to me for commiting sh*t first time, and originall...Gravatar alex2003-05-23
* 10lGravatar alex2003-05-23
* new filter for dropping (near-)duplicate frames. can be used to fixGravatar rfelker2003-05-22
* fix segfaults with slices. support slice rendering into a filter evenGravatar rfelker2003-05-20
* display size/aspect adjusting filterGravatar rfelker2003-04-27
* vf_clone_mpi_attributes()Gravatar michael2003-04-19
* 1. new alternate approach to inverse telecine! much better!Gravatar rfelker2003-04-19
* disable vf_bmovl for systems without posix selectGravatar faust32003-04-04
* Add the new -vf option wich is the same as vop in reverse order.Gravatar albeu2003-03-15
* hmm found this in my local tree ;)Gravatar michael2003-03-05
* fix for a couple of linking problems patch by (Ambrose Li <a.c.li at ieee dot...Gravatar michael2003-03-05
* new filterGravatar rfelker2003-03-01
* start_slice() added - similar to get_image(), but is called when using slicesGravatar arpi2003-02-23
* filter for applying 3:2 telecine to 23.976 fps progressive material.Gravatar rfelker2003-02-20
* experimental de-telecine filter. not documented or configurable yet,Gravatar rfelker2003-02-20
* vf_hqdn3d: High-Quality version of the denoise3d filterGravatar arpi2003-02-15
* down3dright filter by kabi (converts between 2 common stereoscopic systems)Gravatar michael2003-02-11
* new video filter: denoise3d - temporal&spatial noise reductionGravatar arpi2003-01-30
* new video filter to extract a single field using stride arithmetic,Gravatar rfelker2003-01-23
* (temporary?) fix for redundant buffer re-allocationGravatar arpi2002-12-29
* Fix draw_slice() in passthrough mode.Gravatar arpi2002-12-05
* perspective correcture filterGravatar michael2002-11-05
* smartblurGravatar michael2002-11-04
* shape adaptive blur (slightly slow though)Gravatar michael2002-11-04
* boxblur, another useless filterGravatar michael2002-10-31
* (de)interleave filter (can be used to split/merge an interlaced image so othe...Gravatar michael2002-10-31
* (useless) UV plane swapperGravatar michael2002-10-31
* The default query_format shouldn't accept IMGFMT_MPEGPESGravatar albeu2002-10-30
* new video filter: unsharp - does image (l/c/l+c) sharping/bluringGravatar arpi2002-10-29
* 2xSai filter... just for fun, imho uselessGravatar arpi2002-10-25
* -vop bmovl - BitMap OVerLay videofilter for MPlayerGravatar arpi2002-10-23
* new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bppGravatar arpi2002-10-16
* don't honor stride hints if the next filter(chain) doesn't support strideGravatar arpi2002-10-10
* -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)Gravatar arpi2002-09-27
* drop-deinterlace (dint) filter by Andriy N. Gritsenko <andrej@lucky.net>Gravatar arpi2002-09-10
* changing return type of put_image void->intGravatar arpi2002-09-10
* "halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filterGravatar rfelker2002-08-30