reimar
02fa83290a
vo_gl supporting more color formats for testing
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12160 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-08 21:50:29 +00:00
michael
3905f57aaf
language_code & fourcc vb->v reversal
...
version 0->1, 0 was NUT with subpackets :)
stream_id < stream_count rule (otherwise stream[stream_id] would be problematic ...)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12151 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-04-07 13:00:33 +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
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
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
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
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
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
8d86e61bed
change_rectangle documentation by Angel <knight@sunflower.com>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11933 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-02-09 15:49:42 +00:00
diego
e78238746a
How come TODO lists never shrink?
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11826 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-21 21:20:41 +00:00
diego
4ce7efc860
Our DirectFB documentation is dated, the current version is now linked to
...
from video.xml.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11825 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-21 21:18:33 +00:00
diego
cefc3240a6
MPlayer translation HOWTO
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11810 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-20 04:43:00 +00:00
diego
e93b89dee5
VIDEO OUTPUT DRIVERS section added.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11750 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-05 21:03:09 +00:00
diego
1bcc1f92a1
one more task
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11731 b3059339-0415-0410-9bf9-f77b7e298cf2
2004-01-02 23:01:31 +00:00
diego
b5fee614df
Pruning empty directories is a good idea and even better is using the
...
correct cvs syntax to do it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11680 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-24 22:58:34 +00:00
diego
6445f83deb
occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11679 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-24 22:00:51 +00:00
diego
0073d49eed
updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11563 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-07 00:52:36 +00:00
diego
73f2cc10d6
updates, fixes, cosmetics
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11562 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-12-07 00:49:44 +00:00
joey
640f93d018
runtime 'stay-on-top' functionality
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11543 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-30 16:36:10 +00:00
diego
d78151f677
Contributors should also patch AUTHORS if they wish to appear there.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11460 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-14 02:56:50 +00:00
diego
d97d3ce4fe
FIXING A/V SYNC WHEN ENCODING, from an old mail by Rich:
...
http://mplayerhq.hu/pipermail/mplayer-users/2002-July/018339.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11424 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-10 10:12:35 +00:00
diego
26924f104b
Missing commands added, parameters checked, explanations improved.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11414 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-08 01:33:38 +00:00
diego
ec1079a8a0
Some notes about general CVS documentation added, new 'cvs admin' section
...
about reverting broken commits, small changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11396 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-05 20:26:15 +00:00
diego
3f203760ee
vhq and vrc_strategy lavc options documented, spelling.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11383 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-11-04 19:00:40 +00:00
diego
433db533a9
alphabetical order
...
How to handle -XXX and -noXXX.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11304 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-28 11:17:10 +00:00
wight
9308d9bb92
update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11289 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-27 07:16:25 +00:00
diego
1eabccdac2
_ vs - in option names
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11284 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-27 00:26:21 +00:00
diego
ff8adff994
spelling fixes, mostly by <ismail.donmez@boun.edu.tr>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11272 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-26 14:58:17 +00:00
diego
623bf5f6c7
updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11263 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-25 18:49:40 +00:00
faust3
9eee1e0247
update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11237 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-22 19:32:13 +00:00
alex
10b25fb1b6
updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11220 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-22 16:33:55 +00:00
diego
865c125dda
More precise wording inspired by michaelni.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11197 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-20 22:51:20 +00:00
diego
63662eb46d
Explain why sending complete files is a bad idea.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11192 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-20 13:46:49 +00:00
diego
75c262e0ad
stdin should be \-.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11117 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-14 13:56:37 +00:00
diego
90fb176fbe
documentation maintainer updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11106 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-14 00:41:25 +00:00
diego
b0af7648a5
-stop option
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11103 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-13 22:42:28 +00:00
diego
581abfd089
further clarification
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11102 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-13 18:27:54 +00:00
diego
3fd98a58f1
Explain some troff tricks.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11100 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-13 17:54:04 +00:00
diego
3b5c8bd75e
FLAC now supported.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11051 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-08 02:18:07 +00:00
diego
be191856ca
spelling fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11048 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-08 02:13:37 +00:00
gabucino
fadce2d781
many small typo and grammar fixes
...
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11001 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-04 17:29:08 +00:00
diego
93c6366808
typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10996 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-03 22:41:44 +00:00
alex
4f74f2c396
updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10993 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-03 22:30:35 +00:00
alex
26794353ff
codec_specific_data_size
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10986 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-10-02 22:16:20 +00:00
diego
7b2e3ab061
Comment about translations added.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10944 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-25 09:36:30 +00:00
diego
4cafcfff45
Typo fix + some additions by Mike Swieton <swietonm@student.gvsu.edu>.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10928 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-22 09:19:41 +00:00
attila
3f9f1d95b7
add some docu about when and how to call geometry
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10905 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-21 10:47:19 +00:00
diego
5df4253e55
wording fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10898 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-21 09:09:46 +00:00
faust3
7ac1575de7
documentation for get_vo_Fullscreen and get_sub_visibility, patch by Mike Swieton
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10895 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-20 19:54:12 +00:00
alex
3ddcf7ba1e
moved file_size and len_in_msec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10874 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-15 20:22:27 +00:00
diego
c61a9674f1
codecs-in.html moved to DOCS/tech/.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10860 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-12 19:14:56 +00:00
alex
312149424d
moved packet header after startcodes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10832 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-07 01:15:01 +00:00
michael
05ddfeb26e
10
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10828 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-06 14:32:26 +00:00
michael
04b4ce875b
reserved_bytes & byte order stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10825 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-06 13:21:08 +00:00
alex
a9283667a5
some updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10818 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-09-05 18:45:12 +00:00
diego
b20cf9daba
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10703 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-26 10:02:34 +00:00
gabucino
89d2f5be6c
reverse of accidently twice commited patch (non-unified patch suxx)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10581 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-12 13:22:35 +00:00
gabucino
3a9b03dea0
From: Kir Kostuchenko <kir@users.sourceforge.net>
...
Hi, I found that command line options brightness, hue, contrast and
saturation does not works, becouse mplayer apply it, before open tv
(kernel says invalid ioctl). Here are simple fix. Please apply.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10580 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-12 11:32:51 +00:00
gabucino
e8a173deec
Hi, here are slave commands:
...
tv_set_brightness
tv_set_contrast
tv_set_hue
tv_set_color
Patch by Kir Kostuchenko <kir@users.sourceforge.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10578 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-12 07:38:49 +00:00
gabucino
bff4b3ee5e
I'd like to change tv tuner frequency in the slave mode. So this patch
...
helps me.
Patch by Kir Kostuchenko <kir@users.sourceforge.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10522 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-08-04 09:13:10 +00:00
diego
c06dce41e9
1l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10433 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-14 16:41:02 +00:00
jonas
d7bf90d3c0
-dvd -> dvd:// and -vcd -> vcd://
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10406 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-09 20:10:48 +00:00
arpi
aa008d224c
to make alex happy
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10390 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-06 21:43:49 +00:00
jonas
94fc3fdaf4
moved -af options to the filter section (should work with mencoder), split encoding options in general and codec specific part, some small (cosmetic) changes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10381 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-07-05 12:37:10 +00:00
diego
56adbe38d9
wishes, wishes, wishes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10288 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-13 01:40:39 +00:00
diego
5bf80a32bd
Default indentation is 4 now.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10228 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 22:32:02 +00:00
jonas
740a650ff6
Moved video filters to a separate section, moved slave mode section to the
...
tech subdir, random improvements, default indentation reduced.
Straight from the LUG camp Felsberg by Jonas and Diego.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10219 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 16:41:41 +00:00
diego
6358a76b89
updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10190 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-25 22:36:18 +00:00
michael
49fc9d99b4
colorspace_type
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10167 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-23 14:38:59 +00:00
alex
022c06105f
some changes (michael: is the colorspace_type field needed?)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10159 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-23 12:17:36 +00:00
diego
b4d938165e
typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10070 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-05 02:37:27 +00:00
alex
24ae1cde4f
corrected the sample code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10062 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-04 18:57:39 +00:00
diego
26c5dea7ba
Explain the need for unified diffs.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9817 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-03 16:21:04 +00:00
jonas
d26c416563
missing option descriptios
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9722 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-29 09:07:38 +00:00
diego
ec9fcc1157
all filters documented, XML conversion done
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9720 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-29 01:27:30 +00:00
diego
abca28586a
obsolete
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9690 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-26 01:03:13 +00:00
diego
48ccf994b0
Merged into the man page and libmpcodecs.txt.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9689 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-26 00:56:22 +00:00
diego
58a658fe36
Merged video filter description from vop.txt.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9688 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-26 00:53:15 +00:00
diego
1b09705c2e
vop.txt merged, three more filters missing from the docs.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9683 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-24 19:15:30 +00:00
diego
8e97c2ca8b
10l: There is only one luma component, noticed by Alex.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9681 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-24 18:13:52 +00:00
diego
2f095b4652
Spellchecked, slightly reworded, parts corrected.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9680 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-24 17:40:44 +00:00
alex
8568c522fe
new entry
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9668 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-23 16:55:02 +00:00
diego
07f5f9a341
Removed/updated old entries.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9667 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-23 16:25:11 +00:00
arpi
999b9a5f0e
updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9648 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 16:54:34 +00:00
jonas
169af37678
vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9645 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 12:02:27 +00:00
diego
25b01160bc
Finally merged libavc-option.txt into the man page.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9623 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-20 03:24:33 +00:00
michael
35c39cfbbf
number -> bug update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9614 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-17 09:52:50 +00:00
michael
1de0afc6a9
index per stream
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9581 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-13 15:50:41 +00:00
michael
60866034a2
*signed int vlc (needs only 5 lines of code so its no increase of complexity)
...
*moving subpacket shuffle type to the header
*encoding packet timestamps as signed difference from the msb_timestamp this is more flexible & cleaner
*optionally storing the keyframe flag for subpackets (in RLE)
*storing the timestamps differences for subpackets (in RLE)
*storing the signed differences of subpacket sizes instead of unsigned diff from some base size
*more compact encoding of common name/type for info packets
*removing fixed entries at the start of info packets (simpler)
*removing stuffing packet (uneeded, vlc itself allows padding)
*fixing sample code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9580 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-13 15:32:48 +00:00
diego
c53fcc61df
Empty directories can only be removed by the CVS admin.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9538 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 18:33:25 +00:00
michael
d9a8b46e5c
aic & umv
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9537 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 16:40:14 +00:00
attila
cb6e521552
mark libvo2.txt as obsolete
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9485 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-23 13:55:59 +00:00
michael
46877e4e7a
disallow multiple subpackets per packet for video streams idea by (me & Moritz Bunkus <moritz at bunkus dot org>)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9423 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-14 11:48:13 +00:00
michael
25f3778518
subpacket_base_size isnt needed for fixed sized subpackets
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9422 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-14 11:37:38 +00:00
michael
7efba7825e
variable subpacket size support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9421 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-14 11:11:11 +00:00
alex
ade3f25641
update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9408 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-12 16:45:34 +00:00
michael
8c803919e6
global var warning
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9400 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-11 19:57:38 +00:00
arpi
c8101bc678
updated, added list of delayed patches
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9384 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-10 01:42:04 +00:00
arpi
7db8f9a624
different goals
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9378 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 19:55:11 +00:00
alex
767d9cb775
dvds have covers too - Andreas Hess <jaska@gmx.net>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9374 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 19:01:00 +00:00
michael
33da455d5e
index should be otional (idea by alex)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9373 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 18:56:51 +00:00
alex
bbe16b15e9
added (PAL),(NTSC),..
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9370 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 16:45:08 +00:00
michael
4fa5b22cdc
encoding the whole name doesnt make sense
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9362 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 10:58:23 +00:00
michael
07dbef2a31
"X-" prefix for nonstd fields & "keywords" idea by (Andreas Hess <jaska at gmx dot net>)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9361 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 10:54:35 +00:00
michael
2492b94fc2
supprting various codec specific/private headers for different APIs (ideas by arpi/alex/fabian)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9358 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 01:29:21 +00:00
michael
c00e8e8fd8
simplification
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9357 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-09 00:11:18 +00:00
michael
3001dbec6a
-typo, +time, -ntsc/pal (idea by alex)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9351 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-08 21:10:58 +00:00
michael
0ea31b3cb0
changing name to "nut" for now, we can change it again if we agree on something else
...
index_flag so the demuxer knows if the index is missing and doesnt need to search for it
adding start/end_stream_id to the info packet so it can cover individual streams too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9348 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-08 18:50:18 +00:00
michael
d5153410a8
lang & country codes from ISO & utf8 requirement (ideas from Tobias Diedrich <td at sim dot uni-hannover dot de>
...
btw, sorry that i didn mention the names of the ppl from whom all the past ideas came from ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9336 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-08 09:07:13 +00:00
michael
0e881c82cc
hex editor friendly language_code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9326 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 22:13:54 +00:00
michael
0d6abd0310
some more info (copy & pasted from ML)
...
replacing zero terminated strings with length + string so it can allso contain binary data
adding a type to every entry in the info_packet
changing the fourcc storage type from v to b, that way it can be read with a hex editor
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9324 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 21:35:39 +00:00
michael
9739ef6753
typo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9313 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 13:47:49 +00:00
michael
35a5e9fdb5
zero_bit for normal frames, so we can distinguish them from other packets
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9312 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 11:20:35 +00:00
michael
1de44c5cde
some typos
...
info_header -> info_packet
adding variable sized reserved_bytes where i forgot it
start/end time in the info_packet
stuffing_packet
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9311 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 09:48:06 +00:00
michael
791ef0eec2
10l (copy & pasting the generator poly for crc32 from ogg was a bad idea...)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9308 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 00:18:09 +00:00
michael
af78689681
remove non byte sized stuff
...
remove more useless startcode emulation prevention stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9300 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 20:18:59 +00:00
michael
38aba7699a
use fraction for time_base
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9298 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 18:03:11 +00:00
michael
1c95f2711f
removing startcode emulation prevention, its nonsense ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9297 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 17:46:23 +00:00
michael
e5586230ee
update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9296 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 17:19:09 +00:00
michael
1c35f67763
nonsense (MPlayer container format draft 0.01)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9295 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 15:33:02 +00:00
diego
f00868c7c7
reworded
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9264 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-03 22:34:59 +00:00
arpi
1b6f1e7910
huh.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9236 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-03 00:47:21 +00:00
michael
e66f24444e
warning about vme= 0-3
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9225 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-02 16:37:18 +00:00
alex
52f1958a4b
update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9221 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-02 13:03:02 +00:00
arpi
79308f285d
documenting eq2
...
please soemone add/update it in manpage
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9215 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-02 02:14:42 +00:00
diego
0cb79b7655
update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9210 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-01 18:49:42 +00:00
arpi
da8975ee8e
new video filter: denoise3d - temporal&spatial noise reduction
...
patch by Daniel Moreno <comac2k@terra.es>
mpi/stride corrections and some bugfix by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9180 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-30 22:53:32 +00:00
gabucino
4b0d46d3a4
xinerama bug fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9148 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-28 19:15:00 +00:00
arpi
0e2e9bb30f
update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9145 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-28 18:38:26 +00:00
arpi
0cf1424936
libgif/libungif based demuxer support for libmpdemux.
...
patch by Joey Parrish <joey@nicewarrior.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9130 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-28 00:12:23 +00:00
arpi
c16edd2efd
updated for rc4...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9065 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-22 22:30:44 +00:00
michael
82f18ba0c4
update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9031 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 18:25:21 +00:00
gabucino
1ede39664c
seems fixed (it works now)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9016 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 06:43:13 +00:00
arpi
a52ed04fcb
1l :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9014 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 01:25:35 +00:00
arpi
4214af09e7
some URLs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9013 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 01:24:56 +00:00
arpi
57bf3c1052
more ?'s
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9012 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 01:17:15 +00:00
michael
01a72e19fa
2 new compare functions ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8960 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-15 19:33:01 +00:00
arpi
88accd18d2
up
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8944 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-13 12:31:31 +00:00
michael
54cabad0f6
psnr
...
more vstrict info
another mpeg intro link
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8878 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-10 21:10:32 +00:00
arpi
9739374666
update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8843 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-08 18:19:30 +00:00
gabucino
0f7911c819
removed obsolete/FIXED bugs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8837 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-07 21:35:58 +00:00
arpi
2d438c784c
YUV a 🅱️ c explained
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8815 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-06 01:07:17 +00:00
gabucino
131810395d
new bugs :(
...
subreader.c bug seems fixed for me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8810 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-05 21:36:59 +00:00
michael
b0a644a306
oops
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8805 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-05 16:44:44 +00:00
michael
b4fccbe1e4
qpel & pre ME improvements
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8804 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-05 16:06:18 +00:00
diego
d3171c4f90
encoding-tips needs to be merged - some day
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8761 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-04 02:35:43 +00:00
arpi
6d40138ea4
+4.b.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8756 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-04 01:28:48 +00:00
arpi
dfa5e9a209
some update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8755 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-04 01:14:54 +00:00
michael
58bf4d5557
motion estimation pre pass
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8711 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-02 01:38:35 +00:00
gabucino
9ab2675fb5
two more bugs :(
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8707 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-01 21:31:14 +00:00
rfelker
e839ac4f83
filling in missing info
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8703 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-01 20:10:14 +00:00
rfelker
8acc653504
document minimum qscale correctly. someone should probably add a note
...
to the man page explaining that q=1 is a bad idea unless you really
know what you're doing.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8702 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-01 20:02:47 +00:00
rfelker
fa814f8eec
-pass no longer exists so this is irrelevant
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8701 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-01 19:56:25 +00:00
diego
57c9037312
Spell checking, parts reworded for greater clarity, layout now uses
...
whitespace more generously, small updates.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8700 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-01 18:47:51 +00:00
attila
1ff85712df
add arpi's explanation of -vop il to the docs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8698 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-01 15:15:34 +00:00
michael
bd25111c86
new options
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8697 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-01 14:59:41 +00:00
arpi
44441fb1ec
updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8691 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-01 03:56:59 +00:00
gabucino
7528e52a5e
commiting my bugreport list, as A'rpi requested
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8649 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-29 21:32:06 +00:00
arpi
b5475a616e
ize
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8621 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 16:41:23 +00:00
arpi
584f9df070
updates, moves
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8593 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 00:55:54 +00:00
michael
ae2c1b6b0c
lavc motion estimation update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8589 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 00:23:26 +00:00
diego
e26921ed54
Document things from the start.
...
Inspired by a patch from Thomas Jarosch <tomj@simonv.com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8557 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 18:41:20 +00:00
michael
46c5f08554
mb qp limits
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8493 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-18 10:51:10 +00:00
arpi
7b448af68c
encoding tips - collected from mplayer-users list mailings by
...
Martin Pavon <martin_199ar@yahoo.com.ar>
(some additions/changes by me)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8464 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-15 18:40:42 +00:00
attila
809c8c8303
added local copy of Ville Syrjälä's directfb for matrox howto
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8448 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-14 11:32:09 +00:00
diego
572c8428cc
Nicolas is not a Linux box ;-)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8438 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-12 19:01:08 +00:00
diego
7b72b683da
small updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8433 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-12 03:02:03 +00:00
diego
a6efc0c99b
If I had a wish ...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8417 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-10 00:13:09 +00:00
arpi
4098c7df83
updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8406 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-07 21:43:34 +00:00
arpi
748ac7cb4c
updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8391 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-07 02:46:30 +00:00
diego
a17196e406
We seem to have a new documentation maintainer :-)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8383 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-06 01:59:31 +00:00
arpi
109c0b920c
more bugs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8378 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 23:32:27 +00:00
arpi
d542b51857
updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8373 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 20:25:12 +00:00
arpi
a1d91ca035
updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8369 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 00:43:46 +00:00
diego
5b5f4de1c2
documentation TODO
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8334 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-03 00:25:02 +00:00
arpi
86d67f0b7d
update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8253 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-22 16:26:56 +00:00
jonas
a53786f6c5
allow 64 window
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8218 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-17 00:00:27 +00:00
michael
a91424802f
ffhuffyuv docs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8192 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-14 19:33:19 +00:00
arpi
7ba6b45160
quicktime+libwine HOWTO
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8184 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-13 18:07:12 +00:00
arpi
d6e4324945
ehh
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8121 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-06 22:19:15 +00:00
michael
0e0224913f
perspective correcture filter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8113 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-05 13:29:10 +00:00
michael
9ec9ce9fb5
smartblur
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8107 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-04 20:39:27 +00:00
michael
e78a59f10e
shape adaptive blur (slightly slow though)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8101 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-04 16:42:17 +00:00
michael
a5afe62156
pp docs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8077 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-03 10:05:19 +00:00
arpi
28dd9f1dd4
- some explanations suggested by Michael & Rich
...
- note about mpi-local dmpi storage for get_image()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8021 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-01 01:32:30 +00:00
michael
cdef66ed14
boxblur, another useless filter
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8011 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 23:26:11 +00:00
michael
2e2faf4a17
(de)intrleave luma & chroma idependantly
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8007 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 22:47:51 +00:00
michael
877a1a9e22
il & swapuv
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8006 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 20:08:50 +00:00
arpi
cb1ac8e282
some docs about video filter api
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8002 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 14:25:41 +00:00
arpi
dcb3e27eeb
unsharp filter doc
...
patch by Rimi Guyomarch <rguyom@pobox.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7977 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-30 11:12:41 +00:00
faust3
64a500264d
update cygwin status
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7921 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:52:07 +00:00
diego
4e8a89d1b9
Spellchecked, reworded, reformatted, small additions and corrections.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7905 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-24 22:06:09 +00:00
arpi
f100d2e169
updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7900 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-24 20:56:38 +00:00
michael
1ad9a3c4f6
more undetectable xvid bugs :(
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7850 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-22 19:21:24 +00:00
arpi
8a1d698bc2
fixes
...
yuv411 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7834 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-22 01:22:35 +00:00
arpi
97bf286d2c
obsolete
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7833 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-22 01:07:08 +00:00
arpi
14f1f2d212
updated
...
docs on realmedia
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7832 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-22 01:06:32 +00:00
jonas
dd84f32ef0
reversed some changes as they produced ugly html output
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7745 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-15 13:51:46 +00:00
jonas
0f27e7deaf
10l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7743 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 22:42:55 +00:00
jonas
a0eed7c141
remove some notes, more conversion notes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7742 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 22:14:41 +00:00
arpi
763f88df04
better wording
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7728 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 20:48:46 +00:00
michael
51284eb622
more info about data partitioning
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7725 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 18:35:15 +00:00
michael
de10f446dd
new error resilience support
...
option renamed for consitancy with ffmpeg (ver -> er)
bug numbers changed (1234->1248) as some files need multiple ones
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7723 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 13:49:24 +00:00
diego
fd146f515a
Some further explanations, dev-eng is now subscribers only.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7646 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 00:46:57 +00:00
diego
c7d917b726
small updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7645 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-07 00:19:46 +00:00
michael
7fdd59f2c0
typo (found by alex)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7624 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 16:50:35 +00:00
michael
35572927c4
forgot docs (again ...)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7620 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 16:01:54 +00:00
alex
a2dcf1822e
updated my areas
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7555 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-29 17:53:05 +00:00
michael
bcfc15f2a4
darkmasking & docs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7497 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-24 11:23:23 +00:00
arpi
977bc3ded4
some updates
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7401 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 01:53:15 +00:00
arpi
40ac87dbf2
cross-ref
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7400 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 01:40:59 +00:00
arpi
9299c9f335
outflags described
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7399 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 01:39:42 +00:00
arpi
b950f965fd
some words and drawing about video path
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7398 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-15 01:18:39 +00:00
michael
afe86d36b5
bug=3
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7382 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-13 11:54:59 +00:00
arpi
2b6dd691bf
updated a bit
...
TODO: outflags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7351 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 22:44:23 +00:00
arpi
af289c2dc2
updated to libmpcodecs way
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7350 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 22:43:13 +00:00
arpi
f84539d4df
reference to patches.txt and porting-status.txt
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7349 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 22:13:21 +00:00
arpi
9d6afd59e9
updated
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7348 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 21:56:47 +00:00
arpi
b31f8ca7d4
preface added, some small changes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7347 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 21:54:37 +00:00
arpi
df62e1964d
maintainers list - converted from html by Andras Mohari
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7346 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 21:40:23 +00:00
atmos4
423e2f8d7a
Now included in codecs.html
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7307 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 11:21:22 +00:00
atmos4
8bb3872994
Easier/Faster method of adding DShow codecs to mplayer.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7301 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-06 19:54:29 +00:00
jonas
0b60e82e69
changes for rewrite
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7290 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 22:54:57 +00:00
jonas
bdab21fa97
man page documentation
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7287 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 16:42:38 +00:00
michael
a66a4b1b51
links (found on xvid-dev list)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7283 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 09:38:06 +00:00
michael
2361a3a497
100l
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7237 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 21:16:45 +00:00
michael
91d1453c86
forgot bug=2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7189 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 10:37:01 +00:00
michael
7af2d892c2
dct_algo
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7180 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-30 21:30:59 +00:00
diego
f89c93719c
Explain why putting [PATCH] in the subject is important.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7154 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-30 00:53:11 +00:00
michael
a2eebbfa2d
support for the new ratecontrol code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7089 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-25 21:43:22 +00:00
rfelker
eb4c371b32
documentation for -vop eq
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7065 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-22 01:47:57 +00:00
michael
e5f74c273e
same behavior for luma & chroma single coeff elimination
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7040 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 01:07:37 +00:00
michael
0be2b1a79a
bug & ver update
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7012 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-14 23:49:55 +00:00
michael
ca6c71ac5b
semi regular noise pattern patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6991 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-13 17:53:32 +00:00
michael
262ef313f1
film/average noise patch by (Jindrich Makovicka <makovick at KMLinux dot fjfi dot cvut dot cz>)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6964 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-11 09:46:50 +00:00
arpi
e2422e4683
updated - we're ready for a pre-release now
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6896 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 15:39:31 +00:00
kmkaplan
038623e816
Document change_rectangle
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6890 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-04 02:27:25 +00:00
arpi
3943ac708e
libao2 stuff move dto libao2.txt
...
added reference to codecs related .txt files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6849 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 17:56:24 +00:00
arpi
79545f2330
10l - PUT_IMAGE->DRAW_IMAGE
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6848 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 17:41:11 +00:00
arpi
0b2491f67d
typo fixes and updates around libavcodec
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6847 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 17:32:45 +00:00
arpi
5fc8e4a9a4
updated - feel free to comment
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6846 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 16:54:01 +00:00