1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 22:49:58 +00:00
Commit Graph

3089 Commits

Author SHA1 Message Date
nauj27
bfcc5b3160 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12120 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-05 15:32:01 +00:00
michael
0f62f5847c switching from crc32 to adler32 checksums, cuz they are faster and simpler
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12119 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-05 12:06:30 +00:00
michael
e486339264 minor changes
rename b -> vb, so 'v' is the vlc, 'b' is simply a series of bytes and 'vb' is the length as vlc + the bytes
 encode the fourcc & language code as v instead of vb, this is much simpler in practice, at least in lavf as the fourcc is an int there


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12118 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-04 22:40:48 +00:00
michael
0b7f6c6b3c restrictions to ensure that O(log n) seeking and error recovery is possible
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12111 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-03 13:23:44 +00:00
diego
7f5f8641ad Developers should subscribe to mplayer-cvslog, mention mplayer-docs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12108 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-02 23:36:06 +00:00
diego
4c3fa8e119 cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12107 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-02 23:35:11 +00:00
diego
dd04b99219 Commit independent changes separately.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12100 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-02 02:15:41 +00:00
diego
47065bd0e3 How to handle incomplete translations of message files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12092 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-01 13:53:10 +00:00
michael
18ebe6ca92 reversing the change to the forw/backw pointers, its somewhat simpler to update it if the forward pointer is first
much more efficient encoding of the frame_code table
stream_id -> stream_id_plus1, that way 0 is the special case instead of stream_count and we can be sure the table needs only 8bit per entry
replace timestamp_msb by timestamp (and obviously dont code the lsb if the whole is coded) thats simpler and more compact
add a msb_timestamp flag to the frame_code[].flags


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12085 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-31 01:44:57 +00:00
michael
886751550e removing subpackets (everyone hates them ...)
removing shuffle_type (meaningless without subpackets)
making timestamp_lsb a simple unsigned value (someone proposed that a long time ago, dunno dont remember who, IIRC it was rejected as it more often required the timestamp_msb to be coded but by defining lsb relative to the last lsb we need very few msbs in the error free case and for damaged files its also pretty difficult to trash the timestamp, for example for a fixed fps stream with 7bit lsb_timestamps we need to loose >64 frames in a row to end up with a wrong timestamp)
cleanup (filesize and such where only partially removed)
frame_code byte, with the meaning of each value stored in the main header
the frame_code contains the keyframe_flag, packet_type and can contain the timestamp_delta, stream_id and the data_size or part if it


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12083 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-30 01:05:51 +00:00
rfelker
9721b82d2d vf_phase filter by Ville Saari (114263 at foo dot bar dot org)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12082 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-29 04:39:04 +00:00
paszczi
4183d68f3d added <application> tag and some 10l, patch by frogu <l_j_p@wp.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12080 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-28 21:18:02 +00:00
ranma
7068c1b886 Use aspect from encoder for AVI vprp header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12062 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-24 15:16:36 +00:00
diego
a977756617 sync by danny <guru@digitalfantasy.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12056 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-23 04:24:52 +00:00
ranma
0062d4583d Include the comments from -aviaspect into the description of -useaviaspect and remove -aviaspect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12055 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-22 02:12:00 +00:00
ranma
10c153004d Better vprp aspect fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12054 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-22 01:42:43 +00:00
diego
12542092df -aviaspect option moved to its alphabetical position, new sentences should
start on a new line, spelling fixes.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12053 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-21 22:50:49 +00:00
henry
4d82f24e5b explicit option for AVI PRP header
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12052 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-21 21:32:54 +00:00
diego
b8cdd469d9 -geometry examples corrected.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12046 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-19 16:33:07 +00:00
diego
eea1c98c17 100l bug fixes, -noaspect moved just below -aspect.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12045 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-19 16:01:50 +00:00
diego
0dfbe88178 -adapter, -refreshrate options, based on patch by Sascha Sommer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12041 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-18 01:19:20 +00:00
diego
5bbbd129bd updates, spelling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12039 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-17 15:58:09 +00:00
ranma
873b579c1a OpenDML read/write support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12037 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-17 14:50:37 +00:00
diego
3d8c17a6d1 Italian man page translation by Daniele Forghieri <guru@digitalfantasy.it>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12030 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-15 15:03:09 +00:00
diego
29a7c9acde spelling fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12029 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-15 14:40:47 +00:00
diego
8a72cec9e1 How to make MPlayer work on Fedora core.
Based on a patch sent by Alex Eskin <alexeskin@yahoo.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12027 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-15 02:47:28 +00:00
diego
05621a40dc Explain why 'cvs admin' should only be used on the last revision of a file.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12026 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-15 01:46:03 +00:00
diego
91f02f6ecb whitespace cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12025 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-15 01:37:36 +00:00
ranma
5865c8ccde rawvideo muxer patch by John Earl <jwe21@cam.ac.uk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12017 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-09 14:46:34 +00:00
paszczi
890370f15d sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12016 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-09 06:57:28 +00:00
diego
bbdc94af31 OpenGL now works under Windows.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12015 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-09 01:45:58 +00:00
diego
a4b6c16954 -vo directfb options by Jiri Svoboda
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12014 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-05 04:49:36 +00:00
nauj27
8985e86974 Telecined and related sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12011 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-03-04 23:22:42 +00:00
rathann
db0424d487 Keep the ./configure options for xvid in sync.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12001 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-27 07:10:27 +00:00
michael
694395d7bf spp soft thresholding patch by (James Crowson <jbcrowso at ncsu dot edu>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11994 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-24 11:23:27 +00:00
michael
b49ee1f782 vd_ffmpeg to set repeat-first-field patch by (Zoltan Hidvegi <mplayer at hzoli do 2y dot net>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11993 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-24 00:31:15 +00:00
ranma
f4f06018b9 A bit late, but here's the "more sane options ordering" patch.
Also fixes the supported formats.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11992 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-23 21:12:06 +00:00
gabucino
e3ff1abced new location of codecs-status.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11991 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-23 09:30:07 +00:00
diego
f3c1b6f41b Line breaks inserted, overly long lines wrapped, partly reworded.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11982 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-19 04:38:46 +00:00
alex
7aacfcc5e5 replaygain
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11976 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-18 13:33:57 +00:00
rfelker
1e30e42de4 remove 1000000l example that DOES NOT WORK. 9 times out of 10 it will
ruin a/v sync due to the fact that mencoder doesn't have cache and
can't seek!!!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11972 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-17 14:52:59 +00:00
attila
aacd86d1f7 get some new maintainers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11970 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-17 13:08:50 +00:00
attila
f44c5934d0 Adds support for the film grain effect and deblocking filters in xvid
patch by Jan Knutar <jknutar@nic.fi>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11968 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-17 12:52:19 +00:00
attila
268daef9cd remove raw nonsense and replace it by one ovc
patch by John Earl <jwe21@cam.ac.uk>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11967 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-17 12:43:07 +00:00
gabucino
18e0fe2a2b dfbmga docs update
Patch by Thomas Jarosch <tomj@simonv.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11955 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-12 08:45:34 +00:00
diego
46d6ae6ae4 SuSE docbook DTD path, patch by Thomas Jarosch <tomj@simonv.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11953 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-11 20:53:27 +00:00
diego
1a7bc2cf5a slight wording improvement, noticed by Dominik
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11950 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-10 20:52:08 +00:00
diego
3c7d558c03 We need make 3.80 to build.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11946 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-10 07:14:46 +00:00
diego
4bbdca57c7 new section structure
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11945 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-10 07:14:12 +00:00
diego
3ee44cf063 GENERAL OPTIONS section added with a few entries, misc changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11944 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-10 06:48:40 +00:00