index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
vf.c
Commit message (
Expand
)
Author
Age
*
Add missing license headers to all files in the libmpcodecs directory.
diego
2010-01-30
*
Deduplicate the mp_image planes allocation code.
reimar
2009-12-31
*
Add support for 16-bit per component YUV formats.
reimar
2009-12-31
*
Support mp_image with allocated palette.
reimar
2009-12-26
*
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
diego
2009-07-26
*
new debanding filter
lorenm
2009-07-07
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
cehoyos
2009-03-18
*
Print an error and return NULL in vf_get_image if we try to allocate
reimar
2009-02-17
*
Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
diego
2009-02-17
*
Add MP_IMGTYPE_NUMBERED which gives access to the kind of mp_image_t that
reimar
2009-02-14
*
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331
gpoirier
2009-01-16
*
fix compilation on non x86 machines (PPC here)
gpoirier
2009-01-16
*
Fix OSD flickering with filters that add frames (tfields, yadif) and
reimar
2008-12-30
*
Avoid flickering OSD with -vf yadif=1
reimar
2008-12-30
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
vf_pp7 does not depend on libavcodec.
diego
2008-04-11
*
vf_screenshot depends on libavcodec.
diego
2008-04-11
*
stage 1 of applying const to vf structs
rfelker
2007-11-09
*
vf_screenshot does not depend on libpng; it uses libavcodec now
rfelker
2007-11-09
*
overcomplete wavelet denoiser
michael
2007-10-03
*
Simplify preprocessor directives: There is a general variable for
diego
2007-04-26
*
Add config.h variables for static FFmpeg libraries.
diego
2007-04-26
*
cosmetics: Merge #ifdefs for better readability.
diego
2007-03-23
*
Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line
diego
2007-03-21
*
Remove long-deprecated -vop option.
diego
2006-12-02
*
Update comment, video output plugins are deprecated.
diego
2006-12-02
*
Remove remnants of long-gone libfame.
diego
2006-11-06
*
generic equation filter
michael
2006-10-16
*
conditional declerations are unnecessary
ods15
2006-09-17
*
new black frame detection filter
ivo
2006-07-15
*
Marks several string parameters as const when they are not modified in the fu...
reynaldo
2006-07-09
*
Initial libass release (without mencoder support).
eugeni
2006-07-07
*
Add a new video pts tracking mode, enabled by option -correct-pts.
uau
2006-07-06
*
vf_mcdeint should be compiled in #ifdef USE_LIBAVCODEC_DSPUTIL, not #ifdef U...
nicodvb
2006-06-07
*
yet another deinterlacing filter
michael
2006-06-06
*
Motion compensating deinterlacer
michael
2006-06-06
*
Fix memory corruption in vd_libmpeg2
uau
2006-04-27
*
Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...
reynaldo
2006-03-31
*
passing pts through the filter layer (lets see if pts or cola comes out at th...
michael
2006-03-21
*
compile in the filters that depend on libavcodec/dsputil.h only when mplayer ...
nicodvb
2006-03-16
*
Patch by Stefan Huehner / stefan % huehner ! org \
rathann
2006-02-09
*
proper support for shared libpostproc
diego
2006-01-22
*
massive attack: mp_msg printf format fixes
rathann
2006-01-12
*
do not set the flag when config failed
henry
2005-12-16
*
Unify include path handling, -I.. is in CFLAGS.
diego
2005-11-18
*
ultra simple&slow pp filter, yes yet another spp like filter :)
michael
2005-11-08
*
screenshot filter
henry
2005-09-11
*
pp7 filter (spp=6 filter with 7 point dct where only the center sample is use...
michael
2005-07-09
[next]