1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-07 06:37:46 +00:00
mpv/libvo
reimar 140ee2645b Implement bob (pseudo?) deinterlacing for xvmc.
Patch from Tomas Janousek (tomi at nomi cz) with modifications by
Carl Eugen Hoyos (cehoyos at ag or at) and me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20250 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-10-15 18:27:34 +00:00
..
aclib_template.c
aclib.c
aspect.c
aspect.h
aspecttest.c
fastmemcpy.h
font_load_ft.c Make blur() public. Will be used in libass. 2006-09-16 13:32:19 +00:00
font_load.c Clarify messages. 2006-08-27 15:33:11 +00:00
font_load.h Make blur() public. Will be used in libass. 2006-09-16 13:32:19 +00:00
geometry.c
geometry.h
gl_common.c Some more documentation 2006-07-28 19:37:49 +00:00
gl_common.h Support for 16 bit ppms 2006-07-08 19:23:26 +00:00
gtf.c
gtf.h
jpeg_enc.c Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se> 2006-09-01 18:49:40 +00:00
jpeg_enc.h
Makefile support for disabling/enabling bitmap font support from configure 2006-08-21 23:19:11 +00:00
mga_common.c
osd_font.h
osd_template.c
osd.c
osd.h
spuenc.c
spuenc.h
sub.c Reuse UTF-8 reading code in libavutil 2006-08-12 15:28:01 +00:00
sub.h Make utf8_get_char non-static. 2006-07-07 18:04:56 +00:00
vesa_lvo.c Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h. 2006-08-18 13:58:03 +00:00
vesa_lvo.h
video_out_internal.h
video_out.c Create proper define for DFBMGA. 2006-10-14 18:00:26 +00:00
video_out.h Add EOSD support to vf_vo. 2006-08-28 19:10:11 +00:00
videodev_mjpeg.h
vo_3dfx.c
vo_aa.c Make some functions static. 2006-07-08 15:26:36 +00:00
vo_bl.c
vo_caca.c vo_caca: use the pre-1.x compatibility layer so recent 2006-09-26 23:43:21 +00:00
vo_cvidix.c Remove spurious casts to int. Blessed by Reimar. 2006-10-08 16:40:11 +00:00
vo_dfbmga.c Fix DirectFB version check. The old code simply concatenated the 2006-10-08 22:16:38 +00:00
vo_dga.c Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. 2006-07-09 16:01:36 +00:00
vo_directfb2.c Fix DirectFB version check. The old code simply concatenated the 2006-10-08 22:16:38 +00:00
vo_directx.c The FSF changed postal address. 2006-09-01 12:11:11 +00:00
vo_dxr2.c use mpeg packetizer helpers for sending lpcm packets 2006-07-23 10:10:06 +00:00
vo_dxr3.c
vo_fbdev2.c
vo_fbdev.c Remove spurious casts to int. Blessed by Reimar. 2006-10-08 16:40:11 +00:00
vo_ggi.c
vo_gif89a.c The FSF changed postal address. 2006-09-01 12:11:11 +00:00
vo_gl2.c Improve windows gui support 2006-07-08 15:00:37 +00:00
vo_gl.c EOSD performance debugging info. 2006-10-06 09:58:29 +00:00
vo_ivtv.c use a more generic ioctl as the one used was deprecated with Linux 2.6.18 kernel 2006-09-26 21:10:50 +00:00
vo_jpeg.c Make some functions static. 2006-07-08 15:26:36 +00:00
vo_macosx.h
vo_macosx.m rm unnecesary casts from void* - part 2 2006-07-02 03:59:36 +00:00
vo_md5sum.c Make some functions static. 2006-07-08 15:26:36 +00:00
vo_mga.c
vo_mpegpes.c split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the devices can be used separately 2006-07-26 21:40:43 +00:00
vo_null.c
vo_png.c Make some functions static. 2006-07-08 15:26:36 +00:00
vo_pnm.c Make some functions static. 2006-07-08 15:26:36 +00:00
vo_quartz.c
vo_quartz.h
vo_s3fb.c rm unnecesary casts from void* - part 2 2006-07-02 03:59:36 +00:00
vo_sdl.c Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers. 2006-10-12 00:39:47 +00:00
vo_svga.c Remove spurious casts to int. Blessed by Reimar. 2006-10-08 16:40:11 +00:00
vo_syncfb.c
vo_tdfx_vid.c
vo_tdfxfb.c
vo_tga.c
vo_vesa.c if double buffering is enabled, but vbeSetDisplayStart() fails, turn double buffering off (also adds support for VESA output under VMware). 2006-08-25 19:52:00 +00:00
vo_winvidix.c
vo_x11.c Remove dead code (condition can obviously never be true) 2006-10-13 20:01:38 +00:00
vo_xmga.c
vo_xover.c
vo_xv.c
vo_xvidix.c Remove spurious casts to int. Blessed by Reimar. 2006-10-08 16:40:11 +00:00
vo_xvmc.c Implement bob (pseudo?) deinterlacing for xvmc. 2006-10-15 18:27:34 +00:00
vo_yuv4mpeg.c
vo_zr2.c
vo_zr.c
vosub_vidix.c
vosub_vidix.h
w32_common.c Fix window size bug when starting with -fs and returning 2006-07-10 10:22:29 +00:00
w32_common.h
wskeys.h
x11_common.c report to mplayer with a slave command the coordinates of the pointer reported by x11; rescale coordinates to [0,1]x[0,1] range - patch by Jonas Jermann and me 2006-09-16 15:13:41 +00:00
x11_common.h