mpv/libmpcodecs
alex 74323ca8bf if09 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6525 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-23 15:03:54 +00:00
..
native use libavcodec's get_bits() code (optional, disabled by default) 2002-06-23 00:50:27 +00:00
.cvsignore
Makefile SVQ1 added 2002-06-22 23:09:40 +00:00
TODO update 2002-04-13 18:23:23 +00:00
ad.c readaudio decoder - not yet working 2002-06-10 01:32:12 +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 bigendian fix - thx to Rogério Brito <linuxconsult@yahoo.com.br> 2002-04-25 11:03:33 +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 changed back to AFMT_AC3 (but now libao2 drivers autodetect it and fallback to S16) - idea by Vincent.Mussard@lineae.net 2002-04-22 22:34:37 +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 always reser audio input buffer pointer 2002-05-12 00:44:32 +00:00
ad_mp3.c big cosmetics patch, cleanup of messages printed by mplayer and libs. 2002-05-20 03:25:26 +00:00
ad_msadpcm.c control() done 2002-04-03 21:37:26 +00:00
ad_msgsm.c native codecs files moved to libmpcodecs/native/ 2002-04-13 18:04:24 +00:00
ad_pcm.c 8bit 'twos' S8 pcm audio support - fixes MOTI1E.MOV 2002-05-30 00:40:55 +00:00
ad_real.c audio subpacket reordering fixed for odd matrix height 2002-06-14 01:48:14 +00:00
ad_roqaudio.c native codecs files moved to libmpcodecs/native/ 2002-04-13 18:04:24 +00:00
ad_sample.c always reser audio input buffer pointer 2002-05-12 00:44:32 +00:00
ad_vorbis.c Added uninit 2002-04-21 18:06:00 +00:00
dec_audio.c typo 2002-05-25 11:42:40 +00:00
dec_audio.h warning fixes, patch by Ulrich Hecht <uli@suse.de> 2002-05-25 13:22:28 +00:00
dec_video.c restore original bih->biCompression if codec init failed 2002-05-29 22:39:25 +00:00
dec_video.h mp_image moved to libmpcodecs 2002-04-13 19:17:34 +00:00
img_format.c NV12 added 2002-06-22 08:47:56 +00:00
img_format.h NV12 added 2002-06-22 08:47:56 +00:00
mp_image.h added yvu9 2002-06-21 16:01:18 +00:00
mpc_info.h common stuff moved to mpc_info.h 2002-03-25 02:39:36 +00:00
vd.c SVQ1 added 2002-06-22 23:09:40 +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 grayscale only decoding support 2002-06-09 13:52:13 +00:00
vd_fli.c handle error from mpcodecs_config_vo() 2002-03-16 01:10:31 +00:00
vd_huffyuv.c Fix for interlaced huffyuv by roberto togni <rtogni at bresciaonline.it> 2002-06-23 01:30:47 +00:00
vd_ijpg.c rgb24, bgr 24/32 support even for grayscale 2002-05-15 12:53:00 +00:00
vd_internal.h mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
vd_libmpeg2.c slices+field pictures fixed, initial sig11 workaround 2002-04-18 15:03:08 +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 don't require sh->bih (should fix v4l) 2002-06-22 12:12:42 +00:00
vd_real.c Implement Nilmoni's and Bernd Ernesti's patches for: 2002-06-13 00:14:28 +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_svq1.c do not crash by decoding error 2002-06-23 11:34:54 +00:00
vd_vfw.c grayscaled palette support 2002-05-30 00:26:23 +00:00
vd_xanim.c added xanim url 2002-03-23 15:09:05 +00:00
vd_zlib.c warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org> 2002-06-07 22:43:29 +00:00
ve.c mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
ve_divx4.c divx5.1 features added 2002-04-27 01:17:42 +00:00
ve_lavc.c wmv1 2002-06-18 01:39:26 +00:00
ve_libdv.c mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
ve_rawrgb.c Uncompressed avi files are stored upside down. 2002-04-29 09:53:30 +00:00
ve_vfw.c added support for codec selection 2002-05-13 21:18:52 +00:00
vf.c if09 support 2002-06-23 15:03:54 +00:00
vf.h -vop help, patch by Julian J. M. <bandit@telecable.es> 2002-05-13 21:05:03 +00:00
vf_crop.c keep aspect ratio - based on Fredrik Kuivinen's idea 2002-05-12 19:06:15 +00:00
vf_cropdetect.c ignore first 2 frames 2002-05-18 17:35:12 +00:00
vf_dvbscale.c dvbscale - setup scaling for the DVB card 2002-05-06 22:49:31 +00:00
vf_expand.c keep aspect ratio - based on Fredrik Kuivinen's idea 2002-05-12 19:06:15 +00:00
vf_fame.c fame=quality:fps args support, small fixes for 0.9.0 api 2002-06-01 20:57:26 +00:00
vf_flip.c do not pass the flip flag to vo - maybe it support flipping just report no support 2002-05-20 02:27:10 +00:00
vf_format.c reset default caps 2002-05-06 22:48:59 +00:00
vf_lavc.c FPS autodetection, accept args: quality:fps 2002-05-08 22:11:14 +00:00
vf_mirror.c 10l, >1bpp modes fixed..., x<->y swapped 2002-04-21 16:42:08 +00:00
vf_noise.c higher quality mode 2002-06-16 13:54:36 +00:00
vf_palette.c report if no palette 2002-06-21 16:38:53 +00:00
vf_pp.c mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
vf_rgb2bgr.c mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
vf_rotate.c rotation/mirror filter 2002-04-19 02:18:46 +00:00
vf_scale.c warning fixes, patch by Ulrich Hecht <uli@suse.de> 2002-05-25 13:22:28 +00:00
vf_test.c rounding bugfix 2002-06-13 13:18:50 +00:00
vf_vo.c report error if bad dimensions requested (<=0) 2002-05-26 15:55:29 +00:00
vf_yuy2.c mp_image.h and img_format.h moved to libmpcodecs 2002-04-13 19:14:34 +00:00
vf_yvu9.c if09 support 2002-06-23 15:03:54 +00:00
vfcap.h VFCAP defines moved out from vf.h, to be easier to include in libvo 2002-04-11 20:55:10 +00:00