1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00
Commit Graph

20899 Commits

Author SHA1 Message Date
uau
d1628d12f5 simplify
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20914 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 06:56:17 +00:00
uau
c29775e901 Move -frames check out of frame flip code (like -endpos earlier)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20913 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 06:49:37 +00:00
uau
7181a091f8 Remove some unused code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20912 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 06:44:16 +00:00
uau
031e9068cc Move endpos handling from page flip code to a saner location, change < to <=
If the shown frame was already at exactly the end pos we don't want to
show one more frame after it.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20911 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 06:35:55 +00:00
uau
186e0d274e move vo event check together with gui event check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20910 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 06:25:02 +00:00
ods15
f916c5d0c4 update to libnut, rename nut.h->libnut.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20909 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 06:01:54 +00:00
uau
9e9851231f Remove some incorrect code
This code was apparently intended to duplicate frames in constant-
framerate output in case of skipped input frames, but the test used
(blit_frame not set at that location) is not correct for that use.
If removing this code turns out to make the brokenness of other code
more apparent then a better fix might be needed.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20908 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 05:56:20 +00:00
uau
f435320b21 Update libao2 description, delete completely outdated "audio plugins" part
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20907 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 05:03:47 +00:00
uau
e978f405a1 Try filling audio buffers more if they're very large, add some comments.
Larger buffers could make sense with lots of high-bitrate audio
channels.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20906 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 04:17:41 +00:00
uau
b65c295b31 Move audio playing code from main() into a separate function.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20905 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 03:13:45 +00:00
uau
8c6ce53875 Remove useless check.
sh_video should always be non-NULL if this code is run.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20904 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 01:59:46 +00:00
uau
a6863268cc Split some from main() into separate functions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20903 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-14 01:40:06 +00:00
gpoirier
f3d6aa33c3 sync with r20900
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20902 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 21:12:25 +00:00
kraymer
0fbd107dfe r20900: Missing : in -vf expand ar example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20901 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 21:10:03 +00:00
reimar
0ac1f9a349 Missing : in -vf expand ar example
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20900 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 21:06:00 +00:00
gpoirier
066eb0828c rename: XviD -> Xvid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20899 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 20:40:29 +00:00
gpoirier
ee328c2a9f sync with r20876
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20898 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 20:40:11 +00:00
voroshil
dbfd1c290c r20872: Clarify -dumpaudio, it is not useful normally
r20876: rename: XviD -> Xvid


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20897 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 19:42:19 +00:00
voroshil
c85b02bf1e Update missing tags of previous commit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20896 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 19:30:19 +00:00
voroshil
01fb13d13c r20876: rename: XviD -> Xvid
r20866: Recommend gcc 3.4+.
r20870: Restore PowerPC gcc note that I mistakenly removed.
r20873: Misc issues noticed by Torinthiel.
r20878: [cosmetics]...
r20879: [small fixes]...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20895 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 19:24:02 +00:00
reimar
59e83201dd Try to handle oversized asf headers by ignoring anything beyond the first MB
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20894 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 19:16:39 +00:00
reimar
fec63334f8 Incomplete support for vobsub (missing palette support) and
text (missing styles and edl support) subtitles in mov,
see also bug #611


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20893 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 18:41:24 +00:00
reimar
48c301ddbc Move sh_sub_t to stheader.h, where all the other sh structs are defined
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20892 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 18:38:29 +00:00
eugeni
656bde87fa Support \t with acceleration.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20891 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 16:49:32 +00:00
eugeni
4a27cb5876 Partial fix for semitransparent glyph outlines.
This fix removes semitransparent area (less then pixel width) between glyph and
it's outline. Instead, it makes them overlap a little. It usually looks much
better this way.
Complete fix seems impossible with the current output format (single color
alpha bitmaps). The right way is to blend both glyph and outline into one
bitmap so that 2 pixels with 50% transparency produce a fully solid one.
This requires RGBA bitmap output from libass.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20890 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 16:35:15 +00:00
reimar
89b0172dce Add forgotten new_sh_sub
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20889 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 16:18:05 +00:00
reimar
c5fa0bbf92 Make subtitle stream handling more similar to audio and video streams.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20888 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 16:15:23 +00:00
gpoirier
d189145a4a Add missing translated strings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20887 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 16:03:11 +00:00
michael
865cb2fbf2 pts definition by mans
dts definition and decode_delay definition by me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20886 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 15:23:45 +00:00
torinthiel
e7925a4480 Synced with 20876
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20885 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 12:45:46 +00:00
torinthiel
5484d1905c Partial sync with r20879
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20884 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 12:27:08 +00:00
diego
dfd19b3911 -vop has been deprecated a long time ago.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20883 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 12:14:31 +00:00
diego
fd5ad95636 vop --> vf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20882 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 12:13:42 +00:00
diego
51dbaf40f9 Remove/fix outdated message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20881 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 12:12:46 +00:00
diego
f4baa18829 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20880 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 12:09:48 +00:00
torinthiel
3ce4e7aaac [small fixes]
- punctuation
 - improve markup of <screen>
 - fix odd '>|' as a shell redirection operator
 - sentence order
 - key names


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20879 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 11:02:30 +00:00
torinthiel
4d3acbafa3 [cosmetics]
- fix end-tag not being in the same column as start-tag
 - some more indentation fixes
 - blank lines added/removed for consistency and visual markup
 - visual separation of sect* tags


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20878 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 10:47:38 +00:00
kraymer
a26046efe6 r20866: Recommend gcc 3.4+.
r20870: Restore PowerPC gcc note that I mistakenly removed.
r20872: Clarify -dumpaudio, it is not useful normally
r20873: Misc issues noticed by Torinthiel.
r20876: rename: XviD -> Xvid


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20877 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 09:48:00 +00:00
kraymer
c7aafab087 rename: XviD -> Xvid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20876 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-13 08:53:20 +00:00
Gabrov
88e3247c8b synced with r20873
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20875 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 23:54:49 +00:00
diego
93314eca39 update to 0.6.2, patch by Giacomo Comes, comes naic edu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20874 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 23:38:35 +00:00
diego
8fcba7d81f Misc issues noticed by Torinthiel.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20873 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 22:56:42 +00:00
reimar
04d19b7097 Clarify -dumpaudio, it is not useful normally
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20872 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 20:09:51 +00:00
torinthiel
b36670bc12 Synced with r20870
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20871 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 18:49:02 +00:00
diego
6315f56214 Restore PowerPC gcc note that I mistakenly removed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20870 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 18:41:30 +00:00
reimar
ec8d0c6bf8 Fix compilation with latest libavformat/avidec.c by adding ENABLE_ defines
for all ffmpeg-related CONFIG_ defines, just like ffmpeg's configure.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20869 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 18:28:12 +00:00
ods15
565a0e8e45 change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20868 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 17:47:40 +00:00
nicodvb
6e28f63e36 consistency fix: STREAM_CTRL_GET_TIME_LENGTH and STREAM_CTRL_GET_CURRENT_TIME now return time in (double) seconds
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20867 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 17:19:56 +00:00
diego
72023719ba Recommend gcc 3.4+.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20866 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 16:44:54 +00:00
diego
2126ae4eea Mac OS X Server support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20865 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-11-12 16:34:33 +00:00