1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00
Commit Graph

16172 Commits

Author SHA1 Message Date
ivo
cd55954e4e Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
return values can be negative (VO_ERROR, VO_NOTAVAIL and VO_NOTIMPL), so it's
changed to int now.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16172 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-05 01:24:37 +00:00
diego
205db11074 libavuti
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16171 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 23:43:40 +00:00
diego
2ad3a3c39d libavutil is now part of MPlayer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16170 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 22:41:32 +00:00
reimar
19760a4dca libavutil compile fix (working also with old libavcodec)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16169 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 22:09:17 +00:00
gpoirier
e5b52ff472 10l to beastd due to new libavutil introduction
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16168 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 21:16:43 +00:00
reimar
a6086a4f31 libavutil is now needed, too.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16167 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 21:00:07 +00:00
al
bd342e463a Support new static libavcodec (depends on libavutil).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16166 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 20:16:56 +00:00
reimar
2d14fdcb3a Support more MythTV nuv files, based on Gentoo portage patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16165 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 18:52:20 +00:00
reimar
3138932d9a Support more MythTV nuv files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16164 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 18:52:20 +00:00
reimar
1da3dc91bd set i_bps in demux_audio for WAV and MP3 to avoid division by zero before
decoder sets it.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16163 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 18:36:50 +00:00
danny
fa38f52244 Sync to 1.055 - last commit contains also update ;-(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16162 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 13:17:28 +00:00
danny
5ff96e858e Man page cleanup and corrections - patch by Paul TT <paultt - at - hackerjournal - dot - it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16161 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 13:16:22 +00:00
danny
e0da8a6806 Synced with 1.1032 - patch by Paul TT <paultt - at - hackerjournal - dot - it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16160 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 13:15:23 +00:00
gpoirier
d5bfae2607 Sync with 1.1058
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16159 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-08-01 09:54:16 +00:00
gpoirier
43d8369662 Fix outdated "Encoding to MPEG format" (MEncoder improved a lot :-) )
Patch by Jeff Clagg


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16158 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-31 21:44:57 +00:00
reimar
27ba43d143 Needs the previous mpi (pmpi), so request a readable one and request
the following filters not to modify it.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16157 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-31 20:58:52 +00:00
reimar
b003b6c286 vBlur reads from dmpi, so request a readable one
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16156 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-31 20:56:41 +00:00
reimar
91c282cf33 when threshold != 0 the dest image must be readable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16155 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-31 12:13:22 +00:00
wanderer
884f6121d1 grammar and possible clarity fix on -cache-seek-min
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16154 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-31 07:14:41 +00:00
iive
84ec577508 remove unused cache-prefill and create cache-seek-min that controls when seek_long is prefered over waiting for cache to fill
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16153 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-31 00:26:07 +00:00
wanderer
f135605359 minor grammatical fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16152 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-30 03:04:35 +00:00
aurel
c9215ede17 fix detection of iconv implementations which require libdl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16151 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-30 01:07:27 +00:00
reimar
c95fe61fd8 10l, incorrect usage of le2me_*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16150 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-29 15:52:06 +00:00
gabrov
503108e3fd synced with 1.67
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16149 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-29 00:20:13 +00:00
gabrov
4f1c63e0de synced with 1.22
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16148 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-29 00:17:42 +00:00
gabrov
e60baea677 synced with 1.178 and fixed typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16147 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-29 00:09:41 +00:00
nplourde
56d37f9817 exit kiosk mode and show mouse cursor in uninit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16146 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 23:18:39 +00:00
nplourde
0712baca3d properly release window
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16145 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 22:19:34 +00:00
gpoirier
6c88ce1050 Sync wirh 1.1055
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16144 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 21:00:41 +00:00
nicodvb
8ef5f077af removed ugly cellphone jargon short
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16143 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 20:29:00 +00:00
wight
d5b56dd4ef Little fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16142 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 18:42:00 +00:00
reimar
219578d73d reset estimation also on too negative diff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16141 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 17:11:22 +00:00
diego
d7cab73e08 sync w/ 1.178 + misc fixes by Paul TT <paultt - at - hackerjournal - dot - it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16140 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 17:02:05 +00:00
reimar
5350224534 If scaleh == 1 our destination image must be readable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16139 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 15:53:18 +00:00
reimar
64c604d9d2 we do not read from dmpi, so it doesn't have to be readable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16138 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 15:47:30 +00:00
reimar
3a303a3fbb deghost_plane also reads from destination, so request readable buffer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16137 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 15:44:39 +00:00
reimar
a426499a97 Hopefully finally fix the last commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16136 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 14:14:13 +00:00
reimar
70c9aca23b lavf demuxer with raw PCM fix (and a related hang)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16135 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 13:43:24 +00:00
alex
97a62d4a16 unused
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16134 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 13:08:03 +00:00
alex
f4642f12da require some up to date codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16133 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 12:55:01 +00:00
alex
81eb362ebe some preliminary entries about nut and matroska
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16132 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 12:41:14 +00:00
gpoirier
7f174a9d3a sync with 1.1054
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16131 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 12:25:24 +00:00
gpoirier
c3bec10643 sync with 1.1053
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16130 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 12:21:57 +00:00
alex
fe27fdedb6 File list like in termor
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16129 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 12:20:10 +00:00
diego
fd627621d7 typo and consistency fix by Paul TT <paultt - at - hackerjournal - dot - it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16128 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 12:17:17 +00:00
alex
28d434a068 no sense anymore
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16127 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 12:05:06 +00:00
reimar
b266dac93c Fix crash with large images
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16126 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 09:58:32 +00:00
reimar
cf78c83649 Sometimes you have to manually add scale at the end of the filter chain :-(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16125 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 09:56:33 +00:00
diego
5cfd94aa9d wording/spelling/consistency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16124 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 09:48:34 +00:00
reimar
fbb2fcb22c gmplayer + arts == bad!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16123 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-07-28 09:43:02 +00:00