Commit Graph

496 Commits

Author SHA1 Message Date
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