1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 12:55:16 +00:00
mpv/libmpcodecs
ods15 5d1bccd70c Fix mpng to work correctly with 16 bit png's. don't have any files to test
this on, but mpng still works correctly for files that worked fine before.
patch by derf < tterribe BANG xiph POIT org >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17553 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-07 18:17:12 +00:00
..
native Remove tables used by MPlayer native 14_4 and 28_8 codecs 2005-12-27 10:10:44 +00:00
.cvsignore
ad_acm.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
ad_alaw.c
ad_dk3adpcm.c attempt to fix missing and/or broken boundary checks 2005-11-10 20:41:11 +00:00
ad_dmo.c
ad_dshow.c
ad_dvdpcm.c
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
ad_internal.h Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_liba52.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_libdv.c
ad_libmad.c
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
ad_msgsm.c
ad_pcm.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_qtaudio.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ad_realaud.c Move audio packets reordering from codec interface to demuxers for real 2005-12-09 16:25:37 +00:00
ad_sample.c
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
ae_faac.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
ae_faac.h
ae_lame.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ae_lame.h
ae_lavc.c added support for external libavformat 2006-01-09 19:35:44 +00:00
ae_lavc.h
ae_pcm.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ae_pcm.h
ae_toolame.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ae_toolame.h
ae_twolame.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
ae_twolame.h
ae.c more warning fixes 2005-12-07 10:07:27 +00:00
ae.h more warning fixes 2005-12-07 10:07:27 +00:00
cmmx.h
dec_audio.c Push "Building audio filter chain" up to verbose level. 2006-01-19 00:08:09 +00:00
dec_audio.h
dec_video.c Make a few more messages translatable by moving them into help_mp-en.h. 2005-10-18 11:11:25 +00:00
dec_video.h
img_format.c
img_format.h
Makefile Only compile libmpencoders if MEncoder has been enabled. 2006-01-31 23:45:46 +00:00
mp_image.h
mpc_info.h
pullup.c
pullup.h
vd_divx4.c
vd_dmo.c
vd_dshow.c
vd_ffmpeg.c Move conditional compilation out of the code and into the build system. 2006-01-31 23:36:12 +00:00
vd_hmblck.c
vd_ijpg.c
vd_internal.h
vd_libdv.c
vd_libmpeg2.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vd_lzo.c
vd_mpegpes.c
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
vd_null.c
vd_nuv.c
vd_odivx.c
vd_qtvideo.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vd_raw.c
vd_realvid.c Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00
vd_sgi.c
vd_theora.c
vd_vfw.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vd_vfwex.c
vd_xanim.c massive attack: mp_msg printf format fixes 2006-01-12 20:04:36 +00:00
vd_xvid4.c
vd_xvid.c
vd_zrmjpeg.c
vd.c
vd.h
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 Move conditional compilation out of the code and into the build system. 2006-01-31 23:36:12 +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 Move conditional compilation out of the code and into the build system. 2006-01-31 23:36:12 +00:00
ve_xvid4.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_xvid.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.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 Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +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
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 Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +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 deobfuscate some very simple code... 2005-12-17 20:00:16 +00:00
vf_scale.h
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 Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +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 Move conditional compilation out of the code and into the build system. 2006-01-31 23:36:12 +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 proper support for shared libpostproc 2006-01-22 18:11:35 +00:00
vf.h screenshot filter 2005-09-11 06:42:32 +00:00
vfcap.h
vqf.h Unify include path handling, -I.. is in CFLAGS. 2005-11-18 14:39:25 +00:00