aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf.c
Commit message (Expand)AuthorAge
...
* 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
* mostly compiler warning fixes, some small bugfixGravatar arpi2002-08-28
* soft video equalizer filter, currently supports brightness andGravatar rfelker2002-08-21
* arpi told me ...Gravatar jaf2002-08-14
* messages moved from vf.c and vd.cGravatar jaf2002-08-13
* messages moved from vf.c and vd.cGravatar jaf2002-08-13
* - some reorder/cleanup of mp_image flagsGravatar arpi2002-08-02
* new filter to use libavcodec's deinterlacerGravatar arpi2002-07-31
* New plugin to test crop parameters. Arguments are the same as for theGravatar kmkaplan2002-07-27
* support for external pp by divx4. some fixes/cosmetics?Gravatar alex2002-07-11
* better planar support, chroma subsampling support and Y8/Y800 supportGravatar alex2002-06-23
* if09 supportGravatar alex2002-06-23
* yvu9 supportGravatar alex2002-06-23
* yvu9 supportGravatar alex2002-06-21
* noise generating filterGravatar michael2002-06-14
* test pattern filterGravatar michael2002-06-03
* warning fixes, patch by Ulrich Hecht <uli@suse.de>Gravatar arpi2002-05-25