1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-28 02:23:06 +00:00
Command line video player
Go to file
michael 99a2f8a751 fixed alignment (static variables where sometimes not 8-byte aligned)
added half uv interpolation support
added prefetch
BGR15 support in MMX (untested) (so BGR15,16,24,32 are supported)
special unscaled height version (not much faster but it doesnt interpolate uv vertically)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2317 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-20 21:12:09 +00:00
debian just version update 2001-10-12 11:56:02 +00:00
DOCS *** empty log message *** 2001-10-20 19:14:06 +00:00
drivers gpl fix? 2001-10-18 20:52:33 +00:00
etc vo_vesa added to 'zoom' 2001-10-19 16:58:35 +00:00
Gui skin chaning bug fix. 2001-10-16 21:23:59 +00:00
liba52 Better 3dnow! optimization 2001-06-20 07:54:19 +00:00
libao2 applied patch by Joy Winter <joy@pingfm.org> 2001-10-15 11:17:19 +00:00
libmpdemux streaming fixed 2001-10-20 20:35:12 +00:00
libmpeg2 enable postprocess for interlaced fields 2001-10-18 15:43:35 +00:00
libvo Best fix of slice drawing with libmpeg2 2001-10-20 16:56:24 +00:00
linux More verbosing 2001-10-19 15:09:57 +00:00
loader changes merged back from avifile cvs 2001-10-08 22:26:14 +00:00
mp3lib Eeeh I need some sleep, accidently commited a wrong version of the files that had other changes, too. 2001-09-23 02:07:01 +00:00
postproc fixed alignment (static variables where sometimes not 8-byte aligned) 2001-10-20 21:12:09 +00:00
TOOLS scripts 2001-10-18 21:06:04 +00:00
TVout Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualcomm.com> and fixed a --datadir bug in configure. 2001-07-28 05:36:45 +00:00
xa authors' notice changed/added 2001-05-25 05:57:41 +00:00
.cvsignore version.h added 2001-04-23 00:49:42 +00:00
ac3-iec958.c ac3/spdif patch by German Gomez Garcia <german@piraos.com> 2001-08-15 11:50:55 +00:00
ac3-iec958.h ac3/spdif patch by German Gomez Garcia <german@piraos.com> 2001-08-15 11:50:55 +00:00
alaw.h alaw/ulaw tables, generated with TOOLS/alaw-gen.c 2001-05-25 18:26:01 +00:00
bswap.h Furter compatibility with new ffmpeg stuff. 2001-07-30 09:08:23 +00:00
cfg-mplayer-def.h new configfile/cmdline parser 2001-03-19 03:45:49 +00:00
cfg-mplayer.h pp range fixed 2001-10-15 20:09:42 +00:00
cfgparser.c New aspect prescale code, parses aspect value from mpeg sequence header or commandline. 2001-10-01 15:58:31 +00:00
cfgparser.h multifile support in config parser 2001-08-22 19:29:47 +00:00
codec-cfg.c doens't requires loader.h 2001-10-02 22:37:28 +00:00
codec-cfg.h libdemuxer... 2001-10-20 18:49:08 +00:00
configure libdemuxer... 2001-10-20 18:49:08 +00:00
cpudetect.c returns a malloc()'ed string instead of an auto char[] 2001-10-20 11:16:47 +00:00
cpudetect.h returns a malloc()'ed string instead of an auto char[] 2001-10-20 11:16:47 +00:00
cputable.h array was not correctly initialized 2001-10-20 11:14:57 +00:00
dec_audio.c VfW stuff moved to dll_init, warnings fixed, using dll_init.h 2001-10-02 21:44:45 +00:00
dec_video.c divx4 brightness etc support patch by Adam Tla/lka 2001-10-19 15:21:36 +00:00
dll_init.c divx.dll o_bih workaround, postprocessing support 2001-10-05 00:08:58 +00:00
dll_init.h divx.dll o_bih workaround, postprocessing support 2001-10-05 00:08:58 +00:00
fibmap_mplayer.c all error/warn/info messages moved to help_mp-en.h for translation 2001-09-26 21:35:14 +00:00
fifo.c common FIFO code moved to fifo.c 2001-03-16 00:06:50 +00:00
find_sub.c libvo2 support 2001-07-30 02:00:54 +00:00
help_mp-cs.h small fixes 2001-10-01 09:51:47 +00:00
help_mp-de.h Small Corrections 2001-10-19 14:09:16 +00:00
help_mp-dk.h translations and their status 2001-09-28 18:32:22 +00:00
help_mp-en.h typo and DOCS fixes by pl <p_l@gmx.fr> 2001-10-11 12:22:18 +00:00
help_mp-fr.h typo and DOCS fixes by pl <p_l@gmx.fr> 2001-10-11 12:22:18 +00:00
help_mp-hu.h translations and their status 2001-09-28 18:32:22 +00:00
help_mp-nl.h updated 2001-10-01 09:54:13 +00:00
help_mp-no.h Norwegian trans. by Andreas Berntsen <andreasb@kvarteret.org> 2001-09-29 20:34:52 +00:00
help_mp-pl.h small changes 2001-10-11 16:12:31 +00:00
help_mp-ro.h roman trans. by Codre Adrian <codreadrian@softhome.net> 2001-10-06 10:50:46 +00:00
lirc_mp.c keypress fix by M.Hunold@t-online.de (Michael Hunold) 2001-10-07 17:19:22 +00:00
lirc_mp.h Initial revision 2001-02-24 20:28:24 +00:00
Makefile libdemuxer... 2001-10-20 18:49:08 +00:00
mixer.c Applied fix for mixercontrol w/alsa ossemu by Christian Ohm. 2001-09-11 16:26:41 +00:00
mixer.h applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de> 2001-06-05 18:40:44 +00:00
mp_msg.c cleanup 2001-09-26 18:40:57 +00:00
mp_msg.h all error/warn/info messages moved to help_mp-en.h for translation 2001-09-26 21:35:14 +00:00
mplayer.c libdemux cleanup part 1 2001-10-20 20:03:10 +00:00
mplayer.h add a_frame variable. 2001-06-04 18:41:34 +00:00
spudec.c (C) fixed 2001-04-30 02:26:18 +00:00
spudec.h spudec_decode() moved from mplayer.c to spudec.c 2001-04-21 17:31:32 +00:00
subreader.c MPsub read/write support 0.5 (-dumpmpsub switch) 2001-10-12 16:21:55 +00:00
subreader.h -Wall warnings fixed 2001-10-02 21:45:41 +00:00
tvision.c Initial revision 2001-02-24 20:28:24 +00:00
version.sh removed 0.17 2001-08-22 16:17:08 +00:00
videodev.h Initial revision 2001-02-24 20:28:24 +00:00