1
mirror of https://github.com/mpv-player/mpv synced 2024-10-26 07:22:17 +02:00
Commit Graph

309 Commits

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