Commit Graph

2172 Commits

Author SHA1 Message Date
mpt bf1ec49723 some fixes, like css styles - now ../default.css
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9653 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 17:35:26 +00:00
mpt f3e98ee6f0 new wersion, some fixes, synced to rc4 version
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9652 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 17:33:06 +00:00
mpt 4190369ce1 new translation from rc4 version
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9651 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 17:30:59 +00:00
mpt 6925dec407 ome fixes, like css styles - now ../default.css
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9650 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 17:29:45 +00:00
mpt de1bfd97d4 some fixes, like css styles - now ../default.css
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9649 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 17:24:34 +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
mpt 0d0461d7a5 Update of Polish encoding.html - adrian@linux.pl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9647 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 13:15:53 +00:00
michael 4e3270d131 lavc 4663 / quantizer bias
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9646 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 12:46:44 +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
gabucino bb34e79aa6 explanation fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9644 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 10:38:04 +00:00
gabucino adaa71b42c sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9643 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-22 10:37:23 +00:00
michael ccc78ded25 vcodec update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9627 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-21 09:25:08 +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
henry 9a1bfa7ec1 hardware mjpeg encoding using v4l by Iván Szántó <szivan@freemail.hu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9621 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-19 16:26:58 +00:00
gabucino ebccb552f2 fix (some user reported)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9618 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-17 22:11:42 +00:00
diego 790e203861 Sync by <hephooey@fastmail.fm>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9615 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-17 10:05:22 +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
nicolas 48272e2aa5 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9575 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-12 18:11:40 +00:00
rfelker adc47d34a7 new version of the de-telecine filter, largely rewritten. should work
much better. please report if there are any cases where the old one
worked better. the docs could also use some nicer formatting...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9555 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-09 18:15:16 +00:00
mpt 5e29482cd3 Document translated to polish language.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9550 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-09 14:15:17 +00:00
jonas 86b9dda249 Adds SGI files to the list of image types supported by mencoder. -Todd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9549 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-08 10:48:44 +00:00
gabucino fd0b2f7d6b sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9543 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-06 20:45:32 +00:00
nicolas f3b5b51eba sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9542 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-06 13:29:11 +00:00
nicolas bcae690a67 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9540 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-06 00:49:20 +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
gabucino 64bec6e39b sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9531 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 09:27:19 +00:00
gabucino 0b9adc866d dfb updates
typo


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9530 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 09:26:32 +00:00
mpt cfa40cf1dc *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9528 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-04 14:59:59 +00:00
eyck 5d8cf1fe52 Use css like the rest of documentation. Use polish encoding.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9527 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-04 13:55:25 +00:00
eyck 6ad7a1da0c New translation from imoteph/adrian
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9526 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-04 13:51:32 +00:00
eyck 43f94c5400 New translation from Zorg ( Konrad Materka )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9525 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-04 13:42:49 +00:00
eyck 6c2903392f Another batch of translation from Zorg ( Konrad Materka )
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9524 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-04 13:37:53 +00:00
attila 6514fbb076 clean up of -geometry code.
disabled -geometry for all but -vo xv (will be fixed later)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9518 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-02 21:09:15 +00:00
rfelker 3416117097 new filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9515 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-01 05:35:09 +00:00
nicolas 8bb56a0354 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9514 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-28 23:27:03 +00:00
gabucino c9bd81dd32 now all translations link to ../default.css
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9513 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-28 19:58:12 +00:00
diego a769d70693 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9511 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-28 14:07:56 +00:00
gabucino 457362cc98 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9508 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-27 14:02:38 +00:00
gabucino cb5162aa1e default.css path fixed (it needs to be moved on CVS server!!)
DXR2 patch partially applied (by Mark Guptill)
other fixes, updates


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9507 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-27 14:01:19 +00:00
nicolas fc67be1043 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9506 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-25 16:57:51 +00:00
diego 4bd87c35eb typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9494 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-23 20:48:13 +00:00
diego e3cfa5e4b0 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9493 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-23 20:46:48 +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
attila 0b4fc159ac explain the return values of psnr for joe avarage
(yes, i know it's not really an explanation, but more would
require mathematics :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9483 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-22 18:41:31 +00:00
nicolas 59aa2739d9 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9482 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-22 15:38:36 +00:00
gabucino 521f3d3482 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9481 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-22 13:43:14 +00:00
nicolas e04dee7d4b sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9480 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-22 00:02:17 +00:00