mpv/libmpcodecs
iive 376e3abf5c xvmc use get_format for IDCT/MC recognition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12007 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-01 14:58:20 +00:00
..
native Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC 2003-12-23 21:06:56 +00:00
.cvsignore
Makefile remove raw nonsense and replace it by one ovc 2004-02-17 12:43:07 +00:00
TODO
ad.c
ad.h
ad_acm.c workaround for min_srcsize==0 (scg726.acm) 2003-12-26 09:57:56 +00:00
ad_alaw.c
ad_dk3adpcm.c
ad_dmo.c
ad_dshow.c
ad_dvdpcm.c
ad_faad.c
ad_ffmpeg.c flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12) 2004-02-18 15:23:41 +00:00
ad_flac.c Sync to original FLAC. 2003-12-29 18:10:49 +00:00
ad_hwac3.c
ad_imaadpcm.c
ad_internal.h
ad_liba52.c
ad_libdv.c
ad_libmad.c
ad_libvorbis.c
ad_mp3lib.c
ad_msadpcm.c
ad_msgsm.c
ad_pcm.c twos 16bit 2 channels fixed. 2003-12-02 22:44:17 +00:00
ad_qtaudio.c
ad_ra1428.c
ad_realaud.c
ad_roqaudio.c
ad_sample.c
cmmx.h Yet another inverse telecine filter by Zoltan Hidvegi <mplayer@hzoli.2y.net>. Also heavily MMX centric. 2003-12-08 22:57:47 +00:00
dec_audio.c not pretty, but at least it prevents the channels from getting out of order... 2004-01-27 06:30:16 +00:00
dec_audio.h
dec_video.c flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12) 2004-02-18 15:23:41 +00:00
dec_video.h flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12) 2004-02-18 15:23:41 +00:00
img_format.c
img_format.h
mp_image.h set top_field first for lavc decoding and add MP_IMGFIELD_INTERLACED 2003-12-22 17:26:19 +00:00
mpc_info.h
pullup.c various updates: 2003-12-14 01:38:41 +00:00
pullup.h various updates: 2003-12-14 01:38:41 +00:00
vd.c Remove 8BPS, MsRLE, MsVideo1, RPZA, SMC 2003-12-23 21:04:50 +00:00
vd.h flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12) 2004-02-18 15:23:41 +00:00
vd_cinepak.c
vd_cyuv.c
vd_divx4.c
vd_dmo.c
vd_dshow.c
vd_ffmpeg.c xvmc use get_format for IDCT/MC recognition 2004-03-01 14:58:20 +00:00
vd_fli.c
vd_hmblck.c fix for nv12 swapped chroma 2004-01-10 10:00:18 +00:00
vd_ijpg.c
vd_internal.h
vd_lcl.c remove zlib dependency 2003-12-15 11:07:48 +00:00
vd_libdv.c
vd_libmpeg2.c
vd_lzo.c
vd_mpegpes.c
vd_mpng.c query_format support by Matthias Goerner <m.goerner@iu-bremen.de> 2003-12-07 15:18:39 +00:00
vd_mtga.c
vd_null.c
vd_nuv.c
vd_odivx.c
vd_qtrle.c
vd_qtvideo.c
vd_raw.c
vd_realvid.c
vd_roqvideo.c
vd_sgi.c
vd_theora.c
vd_vfw.c
vd_vfwex.c
vd_xanim.c
vd_xvid.c
vd_xvid4.c Adds support for the film grain effect and deblocking filters in xvid 2004-02-17 12:52:19 +00:00
vd_zrmjpeg.c
ve.c remove raw nonsense and replace it by one ovc 2004-02-17 12:43:07 +00:00
ve_divx4.c
ve_lavc.c bit_exact patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) 2004-02-07 00:19:42 +00:00
ve_libdv.c prevent the libdv decoder from adding "NTSC setup" on decode 2004-01-20 05:39:12 +00:00
ve_nuv.c
ve_qtvideo.c
ve_raw.c remove raw nonsense and replace it by one ovc 2004-02-17 12:43:07 +00:00
ve_vfw.c
ve_xvid.c
ve_xvid4.c allow using of float fixed_quant 2004-02-06 23:45:53 +00:00
vf.c fix compilation without libavcodec 2004-02-26 14:41:42 +00:00
vf.h
vf_1bpp.c
vf_2xsai.c
vf_bmovl.c fix bug when bmovl can't read the whole pic at once 2003-12-10 12:28:20 +00:00
vf_boxblur.c
vf_crop.c
vf_cropdetect.c
vf_decimate.c
vf_delogo.c
vf_denoise3d.c
vf_detc.c
vf_dint.c
vf_down3dright.c
vf_dsize.c
vf_dvbscale.c
vf_eq.c
vf_eq2.c
vf_expand.c
vf_fame.c
vf_field.c
vf_fil.c
vf_filmdint.c Patch from the author, Zoltan Hidvegi: 2003-12-11 04:47:42 +00:00
vf_flip.c
vf_format.c
vf_framestep.c
vf_halfpack.c
vf_hqdn3d.c
vf_hue.c
vf_il.c
vf_ilpack.c mmx simplifications 2003-12-15 14:29:09 +00:00
vf_ivtc.c
vf_kerndeint.c A bit late, but here's the "more sane options ordering" patch. 2004-02-23 21:12:06 +00:00
vf_lavc.c
vf_lavcdeint.c
vf_mirror.c
vf_noformat.c new filter: vf_noformat. 2004-02-06 20:44:09 +00:00
vf_noise.c
vf_palette.c
vf_perspective.c
vf_pp.c
vf_pullup.c pass quantizer tables through (averaging values when fields come from 2003-12-11 16:07:14 +00:00
vf_qp.c #include dsputil.h as it contains the lrintf emu code 2004-02-05 22:03:42 +00:00
vf_rectangle.c
vf_rgb2bgr.c
vf_rgbtest.c rgb test pattern generator, so we could change everything to match alex's definition of rgb/bgr 2004-01-30 17:38:15 +00:00
vf_rotate.c
vf_sab.c
vf_scale.c interlaced scaling 2003-12-29 14:16:07 +00:00
vf_scale.h
vf_smartblur.c
vf_softpulldown.c
vf_spp.c spp softthresholding in mmx 2004-02-24 13:28:42 +00:00
vf_swapuv.c
vf_telecine.c
vf_test.c
vf_tfields.c
vf_tile.c
vf_tinterlace.c
vf_unsharp.c
vf_vo.c
vf_yuvcsp.c yuv colorspace converter 2003-11-29 19:34:26 +00:00
vf_yuy2.c
vf_yvu9.c
vf_zrmjpeg.c fixing segfault: libavcodec doesn't allocate some buffers if avctx->thread_count == 0 2004-02-16 14:41:42 +00:00
vfcap.h