1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-22 07:46:55 +00:00
Commit Graph

654 Commits

Author SHA1 Message Date
ods15
d6d942d8dd change checksum to crc32
add max_pts_distance to avoid overly big pts difference


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17578 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-10 10:42:40 +00:00
cladisch
f267b16ca9 I took over ao_alsa maintainership.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17568 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-09 16:36:53 +00:00
ods15
0a7fab7bab EOR can only be (un)set for non delayed streams.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17552 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-07 16:52:05 +00:00
ods15
e6611b7251 Allow headers to be repeated anywhere
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17548 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-07 04:03:11 +00:00
ods15
e966401eba Index repetition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17534 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-04 08:54:31 +00:00
ods15
a3a2ac9da6 add compare_ts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17533 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-04 08:53:43 +00:00
ods15
ebcf3473e5 EOR in index
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17532 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-02-04 08:52:35 +00:00
diego
da5b9468c3 update for recent developments
based on a patch by compn, tempn %%@%% twmi %%.%% rr %%.%% com


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17520 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-30 23:46:56 +00:00
ods15
f5cf39d015 cosmetic, fix spacing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17492 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-27 19:13:46 +00:00
ods15
6d5a941a6e Interleave index to ease per-need decoding.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17456 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-22 05:57:46 +00:00
diego
c87bb64f5b List Derek Lewis as AIX/Solaris maintainer, patch by himself.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17446 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-20 22:28:21 +00:00
ods15
815c782f84 cosmetic change, shift stuff around to more logical places
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17440 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-20 19:12:22 +00:00
ods15
7c6be88fc0 change goals slightly..
max_index_distance removed
index changed to combination of syncpoint index and pts for keyframes
back_ptr changed - points to most correct keyframe, not most recent.
max(last_dts) <= syncpoint timestamp <= min(future_pts)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17439 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-20 19:10:55 +00:00
ods15
322d669cec bump date
add EOR
add coded stream flags


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17438 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-20 19:06:28 +00:00
rathann
e0fa344935 add mod playback to the wishlist
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17390 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-14 17:59:03 +00:00
gpoirier
54db36459f I'm the new mailling list maintainer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17358 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-10 22:17:16 +00:00
ods15
5f967fefe4 align byte is deprecated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17331 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-06 13:51:36 +00:00
ods15
877e48ebc9 1) remove global_timebase
2) define convert_ts
3) use coded_pts for syncpoint


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17329 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-06 02:06:22 +00:00
ods15
a3b18c8f27 MN rule
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17328 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-06 02:05:57 +00:00
ods15
fa0991051c 1) change date and goals slightly
2) fix 's' in info packets
3) rename sync_point to syncpoint, and frame_startcode to syncpoint_startcode


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17327 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-06 02:05:34 +00:00
diego
203703af9a CONFIGURATION FILES section added to the man page.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17311 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-01-04 15:01:55 +00:00
ods15
3c3d7c2039 add "pausing_keep" and "pausing_toggle" input cmd prefixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17242 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-25 19:22:48 +00:00
ods15
5e91c2a9e9 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17231 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-22 05:48:04 +00:00
wanderer
10591ff928 minor grammar clarification to the last commit, + omitted periods
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17183 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-12 01:34:41 +00:00
reimar
d8b34b0a29 improve video equalizer command (brightness, contrast, etc.) description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17179 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-11 21:52:47 +00:00
diego
acc243eb9a Remove some inactive maintainers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17148 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-09 10:22:41 +00:00
diego
2adaf8d2cf long obsolete
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17147 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-09 00:26:24 +00:00
diego
9771c4be0e some sync with the present day situation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17146 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-09 00:25:50 +00:00
wanderer
a25292fc40 list myself as patch backlog maintainer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17133 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-12-07 19:58:47 +00:00
diego
b872f4a028 Sync man page structure description with actual man page structure.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17063 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-29 01:12:03 +00:00
wanderer
a44ef4dddf grammar fix on the documentation-updates note
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17055 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-27 18:40:38 +00:00
diego
e7721f9d37 Note about handling patches that contain documentation updates.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17052 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-26 20:44:13 +00:00
al
54aacf3e9a Change MUST to SHOULD have disposition and if applicable language tags.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17019 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-18 16:28:26 +00:00
diego
2d613a775d alphabetical order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16970 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 23:26:55 +00:00
joey
8901ee0b0a add a switch, slave command, and vo control to toggle borderless window.
includes documentation.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16969 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-10 22:25:54 +00:00
diego
ad53c7421c typo, trailing whitespace
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16951 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-09 00:18:48 +00:00
rathann
62cfb0bfff SDL no longer needed by default
libavcodec MUST be linked in statically


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16950 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-08 23:58:43 +00:00
reynaldo
258f629dc8 typo fix bust/must
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16895 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-11-03 04:04:22 +00:00
reynaldo
3869bb19bc make myself console help messages maintainter at diego's request
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16869 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-26 22:52:41 +00:00
diego
e0229253f0 author list prettyprinting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16844 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 16:50:27 +00:00
diego
4343951335 Reformat section titles so that it becomes easier to tell sections and
subsections apart.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16843 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 16:49:56 +00:00
diego
bd84c608ea spelling/grammar/wording
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16836 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-23 14:49:32 +00:00
diego
8302f9e9d6 ilmv --> ilme typo fix
patch by compn < tempn == at == twmi == dot == rr == dot == com >


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16817 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-20 13:45:41 +00:00
diego
df8ff4ce1e Add a note about the "synce with 1.XXX" line that should be in every
translated console message file.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16792 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-17 22:46:48 +00:00
diego
eebbe5b9f5 Guillaume now maintains the MEncoder documentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16786 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-17 08:50:37 +00:00
ods15
06fb756dfb I think I know EDL enough to maintain it...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16730 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-11 15:26:08 +00:00
diego
513fcb5d73 Keyboard control section renamed to interactive control, small structure change.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16689 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 12:29:43 +00:00
diego
f9ba1d8575 cosmetic reformatting: tabs --> spaces, prettyprinting, trailing whitespace
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16687 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 11:08:43 +00:00
diego
4fe19377b1 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16686 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-10-06 11:07:12 +00:00
ods15
3ea94f1a21 wrap around 80...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16575 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-09-24 04:44:22 +00:00