aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vf.c
Commit message (Expand)AuthorAge
* Deduplicate the mp_image planes allocation code.Gravatar reimar2009-12-31
* Add support for 16-bit per component YUV formats.Gravatar reimar2009-12-31
* Support mp_image with allocated palette.Gravatar reimar2009-12-26
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* new debanding filterGravatar lorenm2009-07-07
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.Gravatar cehoyos2009-03-18
* Print an error and return NULL in vf_get_image if we try to allocateGravatar reimar2009-02-17
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t thatGravatar reimar2009-02-14
* revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331Gravatar gpoirier2009-01-16
* fix compilation on non x86 machines (PPC here)Gravatar gpoirier2009-01-16
* Fix OSD flickering with filters that add frames (tfields, yadif) andGravatar reimar2008-12-30
* Avoid flickering OSD with -vf yadif=1Gravatar reimar2008-12-30
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* vf_pp7 does not depend on libavcodec.Gravatar diego2008-04-11
* vf_screenshot depends on libavcodec.Gravatar diego2008-04-11
* stage 1 of applying const to vf structsGravatar rfelker2007-11-09
* vf_screenshot does not depend on libpng; it uses libavcodec nowGravatar rfelker2007-11-09
* overcomplete wavelet denoiserGravatar michael2007-10-03
* 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