1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 19:05:33 +00:00
Commit Graph

18885 Commits

Author SHA1 Message Date
gpoirier
822b69ae21 remove MMX2 dependency (replace pshufw $78 with pswapd) so it can
be used on a K6-2/3+.
Patch by Zuxy Meng < zuxy PP meng AH gmail PP com >
Original thread:
Date: Jun 21, 2006 2:50 PM
Subject: [MPlayer-dev-eng] [PATCH] Saturation & PSWAPD bugfix in mp3lib/dct64_3dnow.c & mp3lib/dct64_k7.c


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18838 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-27 05:58:46 +00:00
gpoirier
1368a40b20 fix conversion float to int to use saturated ops,
Patch by Zuxy Meng < zuxy PP meng AH gmail PP com >
Original thread:
Date: Jun 21, 2006 2:50 PM
Subject: [MPlayer-dev-eng] [PATCH] Saturation & PSWAPD bugfix in mp3lib/dct64_3dnow.c & mp3lib/dct64_k7.c


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18837 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-27 05:51:45 +00:00
ben
3b2c495798 don't declare same global var twice (break live555 compilation)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18836 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 22:00:44 +00:00
ben
4661cbe829 updated DOCS with new generic (non LIVE555 dependant) usage of -rtsp-port option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18835 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 21:32:59 +00:00
ben
bbd8504805 mention new rtsp demuxer in changelog file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18834 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 21:29:47 +00:00
ben
054b52cb01 added new native rtsp demuxer code for mpeg-ts over rtp (now both real and non-real servers should be handled)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18833 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 21:27:57 +00:00
ivo
82853d7abd Add new Subversion beginners guide
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18832 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 19:04:59 +00:00
ivo
cba56d7ff4 Remove old CVS beginners guide
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18831 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 19:03:51 +00:00
ben
04cb555662 added FreeSDP library in Copyright file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18830 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 18:31:57 +00:00
kraymer
610e8eeb89 r18824: URL update for Marillat Debian packages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18829 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 18:18:51 +00:00
ben
b1b54ed4a0 added myself as freesdp imported library maintainer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18828 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 17:40:01 +00:00
ben
155f9d742f new imported library in libmpdemux: freesdp (will be used by native rtsp demuxer)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18827 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 17:37:55 +00:00
ben
b31df04b82 cosmetic changes to avoid constants redefinition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18826 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 17:27:38 +00:00
reimar
1f3936ab24 Avoid crash in uninit-without-config case
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18825 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 17:01:07 +00:00
diego
cc3af33260 URL update for Marillat Debian packages
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18824 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-26 10:50:45 +00:00
ben
c1d46330ea support for auto_close parameter in menu command list (geexbox patch)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18823 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 21:24:46 +00:00
ben
5c6bf0cfe7 switch_ratio -1 slave command restores aspect ratio to default value (geexbox patch)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18822 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 21:16:52 +00:00
ben
be1d649e96 declaring static functions with the same name than libc ones was not the best idea ever
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18821 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 20:59:12 +00:00
gpoirier
91ca617cfd Typo: use ptmpstr instead of tmpstr to strip leading spaces + add
comment
Patch by Zuxy Meng ##zuxy P meng AH gmail P com##
--Cette ligne, et les 
suivantes ci-dessous, seront ignorées--

M    cpudetect.c


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18820 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 17:37:58 +00:00
attila
1f9d6c4897 10l
fix 1023 <-> 1024 typo


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18819 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 16:18:50 +00:00
attila
3fe081dc41 kill unused message string MSGTR_LIBVO_MGA_MgaInvalidOutputFormat
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18818 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 16:16:59 +00:00
attila
b21dec816e reword some of the german translations of the mga message strings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18817 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 16:09:57 +00:00
attila
8fb6c3055b correctly prefix all messages from -vo mga with [MGA]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18816 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 16:01:01 +00:00
attila
113b85e0b7 fail with an error if the source resolution is larger than 1023x1023
when using -vo (x)mga


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18815 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 15:50:19 +00:00
reimar
9e365fd95b Make sure mp_input_read_key_code always sleeps. Avoids 100% CPU load
during cache fill.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18814 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 14:03:56 +00:00
reimar
ee00cceb8b Forgotten free on error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18813 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 14:02:28 +00:00
reimar
6e809b6f52 respect AOPLAY_FINAL_CHUNK and do not discard samples read from buffer
on underrun.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18812 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 09:02:47 +00:00
reimar
6811f8c042 remove unused variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18811 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-25 08:53:13 +00:00
attila
33368094e8 natsuki.mplayerhq.hu -> rsync.mplayerhq.hu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18810 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-24 21:51:51 +00:00
nicodvb
64fb0e7cd3 exit() is not allowed in any other function than main(); removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18808 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-24 09:41:41 +00:00
nicodvb
c3fafa8324 fprintf -> ms_msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18807 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-24 09:30:23 +00:00
nicodvb
0d0ed504d8 static-ized a couple of functions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18806 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-24 09:27:07 +00:00
nicodvb
8f18af19d9 rtp reordering of packets; patch by Ernitron (ernitron@fastwebnet.it)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18805 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-24 09:10:06 +00:00
ben
7473a37fcc prevent a buffer overflow to occur at teardown
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18804 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 22:23:07 +00:00
ben
40f1d3622f added myself as the new librtsp maintainer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18803 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 21:40:07 +00:00
ben
4bb2bf6ec5 moved generic rtsp related files from realrtsp to librtsp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18802 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 21:38:28 +00:00
ben
7afb388858 remove some never called code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18801 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 20:32:32 +00:00
ben
6d9101a25c prevent most RTSP streams from locking due to -idx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18800 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 20:28:12 +00:00
ben
dbfdb7feba added myself to AUTHORS file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18799 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 20:23:08 +00:00
ben
3befb06756 removed some includes that are now useless
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18798 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 20:18:48 +00:00
ben
8203e47d0c new RTSP demuxer dedicated file, based on old code from realrtsp one but intended to be much more generic
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18797 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 20:17:12 +00:00
ben
e1437c6af8 some printf() to mp_msg() replacements
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18796 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 19:34:06 +00:00
ben
67d4bff07e move real_rtsp init/uninit code to its dedicated place to simplify a bit rtsp session demuxer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18795 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 19:30:15 +00:00
diego
eebd69a051 Produce correct version string even when not run in a Subversion working copy.
ported from FFmpeg


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18794 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 15:12:56 +00:00
gpoirier
7b0658eb4b fix charset of turkish help msg
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18793 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-23 08:36:15 +00:00
uau
cdb4508afc "make depend" requires version.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18792 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-22 22:07:25 +00:00
reimar
db92e7a6b7 remove pointless and sometimes incorrect lookupTex stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18791 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-22 17:05:08 +00:00
reimar
42efe0d376 reduce number of texture indirections to support older cards
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18790 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-22 17:02:42 +00:00
diego
0a8fb0f7db CVS --> Subversion + better version.h handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18789 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-22 13:50:26 +00:00
diego
f1682d9ec3 CVS --> Subversion
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18788 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-06-22 13:49:52 +00:00