..
native
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
.cvsignore
ad_a52.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
ad_acm.c
ad_alaw.c
ad_dk3adpcm.c
ad_dshow.c
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
support for packetized aac streams (used in .mp4 files)
2002-08-04 15:33:41 +00:00
ad_ffmpeg.c
dynamic libavcodec.so support updated by
2002-08-14 21:43:49 +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
ad_internal.h
ad_libdv.c
native DV audio/video decoders using libdv
2002-08-05 17:23:22 +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
bugfix by Keiki SATOH <kki@wakusei.ne.jp>
2002-06-29 22:10:18 +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
'sipr' descrambling implemented, at least for 16*6 matrix
2002-08-27 22:46:54 +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
- functions inside of functions are invalid in icc. replaced with #define's
2002-08-22 23:28:08 +00:00
ad.c
native DV audio/video decoders using libdv
2002-08-05 17:23:22 +00:00
ad.h
dec_audio.c
messages moved from dec_??d?o.c
2002-08-13 16:04:16 +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
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-08-28 21:32:32 +00:00
dec_video.h
Add the control VFCTRL_CHANGE_RECTANGLE
2002-08-04 02:21:50 +00:00
img_format.c
planar yuv 444 422 411 support
2002-08-01 12:39:08 +00:00
img_format.h
planar yuv 444 422 411 support
2002-08-01 12:39:08 +00:00
Makefile
"halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filter
2002-08-30 06:16:40 +00:00
mp_image.h
warning fix
2002-08-05 01:06:25 +00:00
mpc_info.h
TODO
update
2002-04-13 18:23:23 +00:00
vd_cinepak.c
vd_cyuv.c
vd_divx4.c
video eq:
2002-07-25 22:18:49 +00:00
vd_dshow.c
eq range mapping -100..100 => 0..100
2002-07-25 22:14:45 +00:00
vd_ffmpeg.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
vd_fli.c
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_libdv.c
native DV audio/video decoders using libdv
2002-08-05 17:23:22 +00:00
vd_libmpeg2.c
slices+field pictures fixed, initial sig11 workaround
2002-04-18 15:03:08 +00:00
vd_mpegpes.c
vd_mpng.c
vd_msrle.c
vd_msvidc.c
vd_null.c
vd_nuv.c
vd_odivx.c
Support for Xvid using their new api. If divx4 compatiblity is disabeled
2002-07-10 20:56:57 +00:00
vd_qtrle.c
8 and 16bpp qtrle support
2002-07-12 17:49:04 +00:00
vd_qtrpza.c
vd_qtsmc.c
vd_raw.c
yuv handling simplified (using new mpi fields)
2002-07-07 16:25:36 +00:00
vd_real.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
vd_rle.c
vd_roqvideo.c
vd_svq1.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
vd_vfw.c
vd_vfw.c
2002-07-30 16:41:33 +00:00
vd_xanim.c
yvu9 and if09 support
2002-06-23 15:15:31 +00:00
vd_xvid.c
compilation bug found by Julien Portalier <julien@portalier.com>
2002-08-05 01:53:17 +00:00
vd_zlib.c
warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
2002-06-07 22:43:29 +00:00
vd.c
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-08-28 21:32:32 +00:00
vd.h
equalizer reworked
2002-07-24 18:14:21 +00:00
ve_divx4.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
ve_lavc.c
dct selection support
2002-08-30 00:38:42 +00:00
ve_libdv.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
ve_rawrgb.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
ve_vfw.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
ve.c
mp_image.h and img_format.h moved to libmpcodecs
2002-04-13 19:14:34 +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
parameter overrides limit
2002-06-29 22:12:07 +00:00
vf_dvbscale.c
dvbscale - setup scaling for the DVB card
2002-05-06 22:49:31 +00:00
vf_eq.c
align -> balign patch by (Björn Sandell <biorn at dce dot chalmers dot se>)
2002-08-28 00:24:27 +00:00
vf_expand.c
allocating large enough buffer, fixes green stuff on top for encoding of height %16 != 0 videos
2002-08-21 19:12:13 +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
better planar support, chroma subsampling support and Y8/Y800 support
2002-06-23 21:08:31 +00:00
vf_format.c
added new formats: 444p,422p, 411p
2002-08-02 19:36:31 +00:00
vf_halfpack.c
"halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filter
2002-08-30 06:16:40 +00:00
vf_lavc.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
vf_lavcdeint.c
dynamic libavcodec.so support updated by
2002-08-14 21:43:49 +00:00
vf_mirror.c
better planar support, chroma subsampling support and Y8/Y800 support
2002-06-23 21:08:31 +00:00
vf_noise.c
semi regular noise pattern patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)
2002-08-13 17:53:32 +00:00
vf_palette.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
vf_pp.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +00:00
vf_rectangle.c
mostly compiler warning fixes, some small bugfix
2002-08-28 22:45:48 +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
better planar support, chroma subsampling support and Y8/Y800 support
2002-06-23 21:08:31 +00:00
vf_scale.c
typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)
2002-08-18 22:46:03 +00:00
vf_test.c
better planar support, chroma subsampling support and Y8/Y800 support
2002-06-23 21:08:31 +00:00
vf_vo.c
10l fix
2002-08-28 21:55:44 +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
vf.c
"halfpack" (yuv planar 4:2:0 -> packed 4:2:2, half height) video filter
2002-08-30 06:16:40 +00:00
vf.h
Add the control VFCTRL_CHANGE_RECTANGLE
2002-08-04 02:19:20 +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