aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf.c
Commit message (Expand)AuthorAge
* Simplify preprocessor directives: There is a general variable forGravatar diego2007-04-26
* Add config.h variables for static FFmpeg libraries.Gravatar diego2007-04-26
* cosmetics: Merge #ifdefs for better readability.Gravatar diego2007-03-23
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in lineGravatar diego2007-03-21
* Remove long-deprecated -vop option.Gravatar diego2006-12-02
* Update comment, video output plugins are deprecated.Gravatar diego2006-12-02
* Remove remnants of long-gone libfame.Gravatar diego2006-11-06
* generic equation filterGravatar michael2006-10-16
* conditional declerations are unnecessaryGravatar ods152006-09-17
* new black frame detection filterGravatar ivo2006-07-15
* Marks several string parameters as const when they are not modified in the fu...Gravatar reynaldo2006-07-09
* Initial libass release (without mencoder support).Gravatar eugeni2006-07-07
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef U...Gravatar nicodvb2006-06-07
* yet another deinterlacing filterGravatar michael2006-06-06
* Motion compensating deinterlacerGravatar michael2006-06-06
* Fix memory corruption in vd_libmpeg2Gravatar uau2006-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
* compile in the filters that depend on libavcodec/dsputil.h only when mplayer ...Gravatar nicodvb2006-03-16
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* proper support for shared libpostprocGravatar diego2006-01-22
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* do not set the flag when config failedGravatar henry2005-12-16
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* ultra simple&slow pp filter, yes yet another spp like filter :)Gravatar michael2005-11-08
* screenshot filterGravatar henry2005-09-11
* pp7 filter (spp=6 filter with 7 point dct where only the center sample is use...Gravatar michael2005-07-09
* forgotten reference to remove-logo, 10l for RichGravatar henry2005-06-08
* faster spp filter by Nikolaj Poroshin <porosh3 at psu ru>Gravatar henry2005-06-04
* missing return statement (1e5l for me)Gravatar henry2005-03-08
* fixes for encoding of multiple filesGravatar henry2005-03-01
* Improved NV12/NV21 support.Gravatar syrjala2005-02-16
* add the flip filter at the end of the filter chain.Gravatar reimar2004-12-18
* fix image dimensions at filter config timeGravatar henry2004-12-01
* Big Endian fix. Patch by Romain DolbeauGravatar nplourde2004-05-31
* soft skipping for mencoder. rather than skipping decoding/filteringGravatar rfelker2004-04-28
* "hard" frame duplication for mencoder. this finally makes it possibleGravatar rfelker2004-04-28
* New filter by Ville Saari (114263 at foo dot bar dot org)Gravatar rfelker2004-04-17
* vf_phase filter by Ville Saari (114263 at foo dot bar dot org)Gravatar rfelker2004-03-29
* fix compilation without libavcodecGravatar henry2004-02-26
* new filter: vf_noformat.Gravatar joey2004-02-06
* qp change filterGravatar michael2004-02-05
* rgb test pattern generator, so we could change everything to match alex's def...Gravatar michael2004-01-30
* kerndeint adaptive deinterlacerGravatar ranma2004-01-29
* vf_zrmjpeg MJPEG encoding filter, works together with vo_zr2. Only YV12Gravatar rik2003-12-19
* Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>....Gravatar alex2003-12-08
* yuv colorspace converterGravatar alex2003-11-29
* simple alternative postprocessing filterGravatar michael2003-10-26
* vf_hueGravatar michael2003-10-23