1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00
Commit Graph

9566 Commits

Author SHA1 Message Date
rsf
555b3f61fe Improved RTP packet buffering, by relying on the underlying OS's UDP
socket buffering.  Improve A/V sync by dropping packets when one stream
gets too far behind the other.  Now tries to figure out the video frame
rate automatically (if "-fps" is not used).  Added support for MPEG-4
Elementary Stream video and MPEG-4 Generic audio RTP streams.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9566 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-11 19:08:31 +00:00
rsf
c9dd54daf9 Made "force_fps" non-static, because code in "libmpdemux" refers to it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9565 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-11 19:03:31 +00:00
ranma
f1fc91b278 Remove hardcoded "goto goto_next_file;" for -identify switch as suggested
by "Per Winkvist <per.winkvist@telia.com>", use -frames 0 if you
want the old behaviour.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9564 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-10 00:50:10 +00:00
ranma
c687fadbd6 Use -frames 0 instead of hardcoded "goto goto_next_file;"
(Suggested by "Per Winkvist <per.winkvist@telia.com>" in private mail)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9563 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-10 00:46:40 +00:00
arpi
4b8285b395 - fixed playback of files with bad WxH in header (tricky! we can always read the
secondary WxH values, but only the codec can decide which one is the correct...)
- better fps parsing
- print VIDEO: line with codec info
based on patch by Balatoni Denes <pnis@coder.hu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9562 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-10 00:10:05 +00:00
albeu
a714b417ec Pass start slice to the vo it make dr + slice implemantation easier
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9561 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-10 00:03:46 +00:00
albeu
983de1ade3 Update, add support for DR and draw image. Sadly reading from the agp
aperture is slow as hell, so dr is disabled on ipb atm.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9560 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-10 00:01:03 +00:00
albeu
6445a3b524 Update, new page fault handler to access the agp mem. Doesn't really work
here (display is grabelled) but read are realiable and fast. Could
it be possible to write with the aperture and read with the page fault
handler ?


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9559 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-09 23:55:42 +00:00
albeu
5aa58789dd I forgot to commit this file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9558 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-09 23:42:01 +00:00
arpi
1ae88453c7 100l :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9557 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-09 20:03:17 +00:00
arpi
56d2905fe7 Hopefully fixed all RV30/RV40 A-V sync issues
based on patch by Balatoni Denes <pnis@coder.hu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9556 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-09 19:01:20 +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
arpi
31d2363926 Redundant packet ignoring is RV30-only (at least frame-header flag 0x20 is)
noticed by Balatoni Denes <pnis@coder.hu>
[sample files: pro: DISK1.RM contra: spygames-2MB.rmvb]


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9554 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-09 17:21:30 +00:00
arpi
264fd4dc0e Ugly hack to handle bad width/height values from stream header
(decode the first frame, and use the w*h reported by codec)
patch by Balatoni Denes <pnis@coder.hu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9553 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-09 17:19:41 +00:00
arpi
e68b46b244 - removed unused global 'handle'
- added __builtin_delete() for cook (rp9 version at least)
- use OpenCodec2 when avaialble, 2nd param is codecpath (traced from rp8)
- fallback to i_bps=12000 when raGetFlavorProperty(1) fails (some rp9 cook flavors)
- disabled dlclose, caused memcorruption (FIXME)
inspired by bugreports/patches by Balatoni Denes <pnis@coder.hu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9552 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-09 17:17:39 +00:00
arpi
d3f99faefb RAOpenCodec2() have 2 parameters
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9551 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-09 17:10:06 +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
michael
ce6c56af7b merging fourcc with codec_tag
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9548 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-08 02:05:14 +00:00
albeu
90eb7beed5 vo tdfx vid, even faster than tdfxfb and that's just the beginning ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9547 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-07 18:45:02 +00:00
albeu
4db6d23cc2 tdfx_vid a new kernel driver for tdfx wich let use agp move :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9546 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-07 18:42:08 +00:00
michael
69d80fa641 vidix rage128 ecp_div patch by (Magnus Damm <damm at opensource dot se>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9545 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-07 12:59:28 +00:00
michael
72707c69ef rv40 pict_type parser
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9544 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-07 02:05:59 +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
joey
a17f3b051e remove yuv2rgb and support frame duplication
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9541 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-06 04:59:20 +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
zdar
daf3596eff Some 10l and better layer handling (to comply with DFB 0.9.17)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9539 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 20:34:29 +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
michael
f215e84339 Dynamic decision of DVD device Darwin patch by (danchr at daimi dot au dot dk)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9536 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 10:56:47 +00:00
michael
b749836b08 add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbell dot net>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9535 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 10:38:56 +00:00
michael
1815f7c64e fix for libgif TVT hack detection in configure patch by (Ambrose Li <a.c.li at ieee dot org>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9534 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 10:28:32 +00:00
michael
3532cd532e hmm found this in my local tree ;)
seems to fix chroma w/h if %2!=0 ??


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9533 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 10:23:52 +00:00
michael
553af74e66 fix for a couple of linking problems patch by (Ambrose Li <a.c.li at ieee dot org>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9532 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 10:20: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
michael
28c4a74efa 10l (pp cant convert formats) fixes segfault
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9529 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-04 22:48:37 +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
albeu
92065b27d5 Add missing uninit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9523 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-04 13:26:09 +00:00
mark
8b45fdcbe5 Fixed geometry that someone broke grr.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9522 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-03 16:43:43 +00:00
albeu
b9fab7021c A new nuppel video encoder. Mainly for RT encoding on slow box.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9521 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-03 11:03:19 +00:00
albeu
64839d94ae 10L never blowup an option pointer !!!!
That fix Gub's bug (sorry for the delay ;)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9520 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-03 10:59:07 +00:00
attila
97f08af457 workaround wrong detected memory sizes on G400 cards.
patch by ilmari@ping.uio.no (Dagfinn Ilmari Mannsåker)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9519 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-02 21:21:56 +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
zdar
84e15e6fe4 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9517 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-02 15:58:25 +00:00