1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00
mpv/libmpcodecs
rathann 7875c2e150 QuickTime in24 and in32 PCM audio support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17814 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-03-11 22:43:28 +00:00
..
native Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
.cvsignore keeps it clean 2002-03-10 23:04:31 +00:00
ad_acm.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
ad_alaw.c set ss_mul to number of channels. Works with all samples I found. 2005-01-13 22:14:33 +00:00
ad_dk3adpcm.c attempt to fix missing and/or broken boundary checks 2005-11-10 20:41:11 +00:00
ad_dmo.c Use memmove instead of memcpy for overlapping areas. 2005-05-23 16:17:40 +00:00
ad_dshow.c setting samplesize to 2 in decoders where neccessary. 2004-09-21 20:34:47 +00:00
ad_dvdpcm.c removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
ad_faad.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
ad_ffmpeg.c Move conditional compilation out of the code and into the build system. 2006-01-31 23:36:12 +00:00
ad_hwac3.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_hwmpa.c ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders 2006-01-15 10:25:14 +00:00
ad_imaadpcm.c fix illegal read 2005-06-20 15:10:40 +00:00
ad_internal.h Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_liba52.c Make sure maxlen is respected, instead of just failing the assert later on. 2006-02-10 18:21:52 +00:00
ad_libdv.c -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible 2002-08-30 21:44:20 +00:00
ad_libmad.c 10l 2004-09-22 04:43:15 +00:00
ad_libvorbis.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
ad_mp3lib.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_mpc.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_msadpcm.c setting samplesize to 2 in decoders where neccessary. 2004-09-21 20:34:47 +00:00
ad_msgsm.c setting samplesize to 2 in decoders where neccessary. 2004-09-21 20:34:47 +00:00
ad_pcm.c QuickTime in24 and in32 PCM audio support 2006-03-11 22:43:28 +00:00
ad_qtaudio.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_realaud.c Reduce Real DLL/so loading verbosity, OKed by Roberto. 2006-03-03 22:38:46 +00:00
ad_sample.c removing AFMT_ dependancy 2004-12-27 17:30:15 +00:00
ad_speex.c Use free instead of speex_free - since speex_free does not appear in the 2006-01-19 20:26:34 +00:00
ad_twin.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad.c ad_hwmpa: pass-through fake audio codec for hardware mpeg decoders 2006-01-15 10:25:14 +00:00
ad.h changed to be more-or-less compatible with Nick's stuff 2002-03-25 19:53:41 +00:00
ae_faac.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
ae_faac.h added faac audio encoder 2005-04-25 07:07:57 +00:00
ae_lame.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ae_lame.h 10l to Nico for this copy&paste bug 2005-07-10 14:05:29 +00:00
ae_lavc.c added support for external libavformat 2006-01-09 19:35:44 +00:00
ae_lavc.h audio encoding reworked 2005-04-22 06:59:59 +00:00
ae_pcm.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ae_pcm.h audio encoding reworked 2005-04-22 06:59:59 +00:00
ae_toolame.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ae_toolame.h toolame now works in vbr mode, too 2005-04-25 10:37:55 +00:00
ae_twolame.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ae_twolame.h added twolame mp2 audio encoder 2005-05-07 14:50:14 +00:00
ae.c add default case to encoder switch-case (maybe an error message would be good as well). 2006-03-08 15:49:46 +00:00
ae.h more warning fixes 2005-12-07 10:07:27 +00:00
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 memalign segfaults when used without declaration on amd64 (default function return type is int so the pointer was trunctated to 32bits) 2006-02-16 22:43:42 +00:00
dec_audio.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
dec_video.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
dec_video.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
img_format.c include config.h as img_format.h needs endian definitions, noticed by Alan Curry <pacman at theworld com> 2006-02-09 10:23:51 +00:00
img_format.h missing 32bit RGBA variants and some cleanup 2004-08-11 01:41:43 +00:00
Makefile Only compile libmpencoders if MEncoder has been enabled. 2006-01-31 23:45:46 +00:00
mp_image.h stride must be signed! otherwise negative stride is broken on 64bit systems 2005-02-24 16:52:18 +00:00
mpc_info.h -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible 2002-08-30 21:44:20 +00:00
pullup.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
pullup.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vd_divx4.c I've found some time to implement the encoding support for the new 2003-06-06 19:57:37 +00:00
vd_dmo.c Console message corrected and moved to help_mp-en.h. 2004-07-06 11:14:29 +00:00
vd_dshow.c Support for new vssh dll, patch by adland 2005-05-04 20:35:21 +00:00
vd_ffmpeg.c Add support for grayscale [m]jpeg 2006-02-08 23:22:29 +00:00
vd_hmblck.c fix for nv12 swapped chroma 2004-01-10 10:00:18 +00:00
vd_ijpg.c tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug 2002-09-22 02:33:28 +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 -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments 2002-08-31 13:09:23 +00:00
vd_libmpeg2.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vd_lzo.c free tmp earlier, it is not needed below and might leak on errors otherwise 2006-03-08 10:50:16 +00:00
vd_mpegpes.c we don't need the 0x1FF hack any more 2002-09-21 22:38:41 +00:00
vd_mpng.c Fix mpng to work correctly with 16 bit png's. don't have any files to test 2006-02-07 18:17:12 +00:00
vd_mtga.c increment is a signed number (-1 or +1) 2003-03-15 21:05:37 +00:00
vd_null.c config_vo error handling 2002-10-28 00:42:39 +00:00
vd_nuv.c -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible 2002-08-30 21:44:20 +00:00
vd_odivx.c I've found some time to implement the encoding support for the new 2003-06-06 19:57:37 +00:00
vd_qtvideo.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vd_raw.c basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm> 2003-08-31 20:45:06 +00:00
vd_realvid.c Reduce Real DLL/so loading verbosity, OKed by Roberto. 2006-03-03 22:38:46 +00:00
vd_sgi.c add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>) 2003-03-05 10:38:56 +00:00
vd_theora.c revert the flip part of vd_theora fix 2005-02-23 11:55:26 +00:00
vd_vfw.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vd_vfwex.c - vfwex redundancy removed 2002-09-03 21:13:48 +00:00
vd_xanim.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vd_xvid4.c Sync with GomGom's patch-12 version. 2004-10-16 14:10:57 +00:00
vd_xvid.c XviD Api4 support 2003-11-12 00:43:42 +00:00
vd_zrmjpeg.c replace VO and VF numeric flags with #defined identifiers 2005-04-18 15:52:38 +00:00
vd.c replace VO and VF numeric flags with #defined identifiers 2005-04-18 15:52:38 +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
ve_divx4.c change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer 2006-01-26 19:32:07 +00:00
ve_lavc.c Fix video delay when encoding with B-frames. 2006-02-21 09:39:22 +00:00
ve_libdv.c change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer 2006-01-26 19:32:07 +00:00
ve_nuv.c change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer 2006-01-26 19:32:07 +00:00
ve_qtvideo.c change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer 2006-01-26 19:32:07 +00:00
ve_raw.c change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer 2006-01-26 19:32:07 +00:00
ve_vfw.c change muxer_write_chunk() so that pts/dts _could_ be passed from encoder to muxer 2006-01-26 19:32:07 +00:00
ve_x264.c sync to x264 r457 (direct_pred=3) 2006-03-05 07:23:12 +00:00
ve_xvid4.c XviD multi-threaded encoding support 2006-03-01 09:18:56 +00:00
ve_xvid.c Fix video delay when encoding with B-frames. 2006-02-21 09:39:22 +00:00
ve.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_1bpp.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_2xsai.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_bmovl.c include config.h before includes that need it 2006-02-16 10:08:03 +00:00
vf_boxblur.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_crop.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_cropdetect.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_decimate.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_delogo.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_denoise3d.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_detc.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_dint.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_divtc.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_down3dright.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_dsize.c I screwed up keep aspect param, made behavior the opposite of man page. 2005-12-20 17:38:43 +00:00
vf_dvbscale.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_eq2.c remove all setlocale calls, they break the behaviour of sscanf and 2005-01-20 13:22:53 +00:00
vf_eq.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_expand.c expand aspect works by display aspect, not video aspect. 2005-12-05 17:52:00 +00:00
vf_fame.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_field.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_fil.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_filmdint.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_flip.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_format.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_framestep.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_fspp.c Move conditional compilation out of the code and into the build system. 2006-01-31 23:36:12 +00:00
vf_halfpack.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_harddup.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_hqdn3d.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_hue.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_il.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_ilpack.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_ivtc.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_kerndeint.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_lavc.c Move conditional compilation out of the code and into the build system. 2006-01-31 23:36:12 +00:00
vf_lavcdeint.c Move conditional compilation out of the code and into the build system. 2006-01-31 23:36:12 +00:00
vf_mirror.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_noformat.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_noise.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_palette.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_perspective.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_phase.c fix 2005-12-05 01:28:59 +00:00
vf_pp7.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vf_pp.c proper support for shared libpostproc 2006-01-22 18:11:35 +00:00
vf_pullup.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_qp.c Move conditional compilation out of the code and into the build system. 2006-01-31 23:36:12 +00:00
vf_rectangle.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_remove_logo.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vf_rgb2bgr.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_rgbtest.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_rotate.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_sab.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_scale.c 10l (dont limit dimension components independantly if noup) 2006-02-24 15:22:59 +00:00
vf_scale.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vf_screenshot.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_smartblur.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_softpulldown.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_softskip.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_spp.c Move conditional compilation out of the code and into the build system. 2006-01-31 23:36:12 +00:00
vf_swapuv.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_telecine.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_test.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vf_tfields.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_tile.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_tinterlace.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_unsharp.c Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
vf_uspp.c lavc exposes the reconstructed picture, so no need to decode it again 2006-02-13 07:00:37 +00:00
vf_vo.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_yuvcsp.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_yuy2.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_yvu9.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf_zrmjpeg.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vf.c Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vf.h Patch by Stefan Huehner / stefan % huehner ! org \ 2006-02-09 14:08:03 +00:00
vfcap.h fixes for encoding of multiple files 2005-03-01 20:21:58 +00:00
vqf.h Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00