mpv/libmpcodecs
arpi 5646c8cc3b mpeg+pp0 fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5514 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-07 03:25:25 +00:00
..
.cvsignore keeps it clean 2002-03-10 23:04:31 +00:00
Makefile postprocessing filter (fixme: -pp 0) 2002-04-07 03:20:41 +00:00
TODO ok, use ad_* stuff 2002-03-25 22:04:33 +00:00
ad.c libmad support, rewritten from scratch using Xine decoder as sample 2002-04-03 20:14:18 +00:00
ad.h changed to be more-or-less compatible with Nick's stuff 2002-03-25 19:53:41 +00:00
ad_a52.c audio input buffer allocation/free cleanup 2002-04-01 17:58:04 +00:00
ad_acm.c added acm uninit 2002-04-01 13:26:03 +00:00
ad_alaw.c imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface functions changed to static, info->author field added 2002-03-25 21:06:01 +00:00
ad_dk3adpcm.c control() done 2002-04-03 21:37:26 +00:00
ad_dk4adpcm.c control() done 2002-04-03 21:37:26 +00:00
ad_dshow.c audio input buffer allocation/free cleanup 2002-04-01 17:58:04 +00:00
ad_dvdpcm.c imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface functions changed to static, info->author field added 2002-03-25 21:06:01 +00:00
ad_faad.c audio input buffer allocation/free cleanup 2002-04-01 17:58:04 +00:00
ad_ffmpeg.c removed useless contect struct -> code simplified 2002-04-03 21:01:15 +00:00
ad_hwac3.c audio input buffer allocation/free cleanup 2002-04-01 17:58:04 +00:00
ad_imaadpcm.c control() done 2002-04-03 21:37:26 +00:00
ad_internal.h imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface functions changed to static, info->author field added 2002-03-25 21:06:01 +00:00
ad_libmad.c libmad support, rewritten from scratch using Xine decoder as sample 2002-04-03 20:14:18 +00:00
ad_mp3.c argh... Nick messed up driver names too 2002-03-25 22:03:33 +00:00
ad_msadpcm.c control() done 2002-04-03 21:37:26 +00:00
ad_msgsm.c ad_msgsm added 2002-03-25 22:25:58 +00:00
ad_pcm.c cleanup 2002-04-01 15:45:45 +00:00
ad_roqaudio.c audio input buffer allocation/free cleanup 2002-04-01 17:58:04 +00:00
ad_sample.c sample 2002-04-01 19:14:14 +00:00
ad_vorbis.c vorbis driver ported, and also fixed a bug, as nominal_bitrate can be -1 2002-03-31 20:08:19 +00:00
dec_audio.c audio input buffer allocation/free cleanup 2002-04-01 17:58:04 +00:00
dec_video.c video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch 2002-04-06 22:05:01 +00:00
mpc_info.h common stuff moved to mpc_info.h 2002-03-25 02:39:36 +00:00
vd.c video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch 2002-04-06 22:05:01 +00:00
vd.h global var for option -slices 2002-04-04 00:00:23 +00:00
vd_cinepak.c handle error from mpcodecs_config_vo() 2002-03-16 01:10:31 +00:00
vd_cyuv.c added YUY2 output to the widely used (heh) CYUV decoder because it seemed 2002-03-26 05:03:10 +00:00
vd_divx4.c Im proved Build Version selection for DivX 5. 2002-03-21 18:59:07 +00:00
vd_dshow.c handle error from mpcodecs_config_vo() 2002-03-16 01:10:31 +00:00
vd_ffmpeg.c don't config twice 2002-04-07 02:11:10 +00:00
vd_fli.c handle error from mpcodecs_config_vo() 2002-03-16 01:10:31 +00:00
vd_huffyuv.c committed Roberto Togni's patch for control() function in HuffYUV decoder 2002-03-22 14:11:13 +00:00
vd_ijpg.c eeh 10l removed too much lines :( 2002-03-27 03:07:07 +00:00
vd_internal.h divx_quality and equalizer support done 2002-03-09 19:18:46 +00:00
vd_libmpeg2.c use -slices 2002-04-04 00:03:44 +00:00
vd_mpegpes.c vd_mpegpes added 2002-04-03 18:22:31 +00:00
vd_mpng.c handle error from mpcodecs_config_vo() 2002-03-16 01:10:31 +00:00
vd_msrle.c modified the new MS RLE decoder to support BGR15/16 output formats in 2002-03-31 15:33:32 +00:00
vd_msvidc.c handle error from mpcodecs_config_vo() 2002-03-16 01:10:31 +00:00
vd_null.c added vo_config 2002-03-18 00:55:58 +00:00
vd_nuv.c handle error from mpcodecs_config_vo() 2002-03-16 01:10:31 +00:00
vd_odivx.c Im proved Build Version selection for DivX 5. 2002-03-21 18:59:07 +00:00
vd_qtrle.c handle error from mpcodecs_config_vo() 2002-03-16 01:10:31 +00:00
vd_qtrpza.c handle error from mpcodecs_config_vo() 2002-03-16 01:10:31 +00:00
vd_qtsmc.c handle error from mpcodecs_config_vo() 2002-03-16 01:10:31 +00:00
vd_raw.c adding support for 12 bit planar YUV formats (for YUV4MPEG(2)) 2002-03-23 14:26:53 +00:00
vd_rle.c copy palette to 4*256 bytes area to avoid sig11 when colors<256 but index>colors (broken files) 2002-03-31 10:11:49 +00:00
vd_roqvideo.c handle error from mpcodecs_config_vo() 2002-03-16 01:10:31 +00:00
vd_vfw.c added vfw uninit 2002-04-01 13:26:38 +00:00
vd_xanim.c added xanim url 2002-03-23 15:09:05 +00:00
vd_zlib.c 10l, hopefully fixed query format 2002-03-23 17:27:46 +00:00
vf.c postprocessing filter (fixme: -pp 0) 2002-04-07 03:20:41 +00:00
vf.h vf_next_uninit was Wrong Thing - thx to Fredrik Kuivinen 2002-04-06 22:46:20 +00:00
vf_crop.c video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch 2002-04-06 22:05:01 +00:00
vf_expand.c video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch 2002-04-06 22:05:01 +00:00
vf_pp.c mpeg+pp0 fixed 2002-04-07 03:25:25 +00:00
vf_vo.c vo_config_count now counts calls to vo->config() 2002-04-07 02:12:15 +00:00