1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 18:45:25 +00:00
Commit Graph

7744 Commits

Author SHA1 Message Date
arpi
d25af23a40 All right: The patch adresses two issues which I found, when I analyzed
the input from some DVDs with known subtitle-dropouts:

1. The packet-size at the beginning of the packet, which is used to
check, whether we got all fragments, is sometimes one byte too long. It
seems to be always padded to an even number, while the actual size can
be odd.

2. The original algorythm used to assemble the fragments relies on the
timestamps to check, whether a new packet begins. This has proven to be
unrelieable on some disks. So instead, I use the timestamp only to
check, whether it's been too long (defined as 0,01sec) since the last
fragment, which is probably indicating a broken packet, and normaly
starting a new packet when the last one has been finished.

patch by Christof Buergi <christof@buergi.lugs.ch>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7744 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-15 00:47:17 +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
jonas
26473fb14d rewrite (again ;), cosmetics, no real changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7741 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 22:10:38 +00:00
attila
c42c0d8116 MSGL_DBG2 -> MSGL_INFO
'cause we need to see this msg
pointed out by Kim Minh Kaplan


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7740 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 20:51:18 +00:00
attila
1b3453f29f printf -> mp_msg
if something is not right, feel free to revert it


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7739 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 15:12:04 +00:00
jonas
5f388cfb9d correction of Kim Minh Kaplan, some cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7738 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 14:03:12 +00:00
michael
fc499bc536 put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they arent missing completly)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7737 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 12:51:55 +00:00
arpi
1162a169a1 always use rounded-up blocksize for .avi files (fixes Firestarter.mpg.avi)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7736 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-14 01:39:17 +00:00
arpi
fe4acd5df8 trivial date & disclaimer fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7735 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 23:28:29 +00:00
jonas
5c0f33e17a changed/added speed, channels, dumpsub, info, xvidencopts, lav[dc]opts options, restructured lavcopts, fixed some syntax errors
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7734 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 23:18:41 +00:00
arpi
033d4f505a Fixes:
- missing check in init
- missing brackets causing failure
- nas_aformat_to_auformat not working properly
- fix hang that was finally reproducible with high disk activity
- don't cut of audio on uninit(), wait for buffer to empty

It also simplifies the event_handler, making it more readable and
implements Sidik Isani's suggestion to make the buffer size dependent on
bytes per second. I've been using it for two days and found no further
problems.

patch by Tobias Diedrich <td@sim.uni-hannover.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7733 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 22:00:15 +00:00
arpi
e84772b08d compiler warning fixes
patch by Dominik Mierzejewski <dominik@rangers.eu.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7732 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 21:58:55 +00:00
arpi
d28c74a027 -fps autodetection
patch by Ross Finlayson <finlayson@live.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7731 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 21:57:54 +00:00
arpi
e9885d32cd liblzo realtime video codec support (decoding only)
patch by Tilmann Bitterberg <transcode@tibit.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7730 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 21:40:10 +00:00
arpi
89807b4a7a make local stuff 'static', complete uninit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7729 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 21:26:00 +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
faust3
6693737ca9 add new 3ivx.com fourccs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7727 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 20:45:04 +00:00
michael
b363309d04 fixing yuy2 upscaling (use -sws 0 for the faster but uglier variant)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7726 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 19:46:51 +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
c5bd2a756f mmx yuy2 output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7724 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 17:23:02 +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
bertrand
199e0975c2 Create the ~/.cddb directory if not present.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7722 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 08:27:03 +00:00
michael
c7c35d3208 yuy2 output support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7721 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 00:30:38 +00:00
jkeil
e567bb25ae Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &
x86


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7720 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-12 20:02:01 +00:00
alex
6e1a20c121 fixed 2 10l bugs, ATI VCR2 dll now working
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7719 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-12 16:40:56 +00:00
jaf
ae82b18e79 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7718 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-12 15:49:19 +00:00
pl
48c9773d40 sync with help_mp-en.h 1.63
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7717 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-12 00:13:22 +00:00
pl
76f2518aa8 src and dest buffers may overlap
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7716 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-11 23:55:04 +00:00
jkeil
a8b287fead - ao_data.bps not set, confuses the A-V sync computation when the audio filters
are in use.

- computation in get_delay() was returning bogus values


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7715 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-11 21:22:55 +00:00
faust3
4da2217f71 more correct flags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7714 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-11 14:48:07 +00:00
attila
e176bc9a57 added reference to the cpufreq project (for the speedstep problems).
could someone check whether i did something wrong as this is my
first docu patch for a long time


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7713 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-11 10:08:11 +00:00
anders
325df13922 Correcting counters and flags
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7712 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-11 04:23:52 +00:00
arpi
a10342d61a stream selection cleanup, fixed -nosound
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7711 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 23:24:15 +00:00
arpi
158093702c setting the keyframe flag for every audio chunks, fixes streamcopy'd ac3 on windows
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7710 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 21:04:42 +00:00
albeu
3bf7ac2425 Use the common aspect code
Better preinint, fix the dr with planar format
uyvy support


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7709 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 14:17:59 +00:00
pontscho
392f79534b upsz ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7708 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 14:11:06 +00:00
pontscho
853b795d3c - better dxr3 support
- fix oss subdevice bug
- add some warning fix from Dominik Mierzejewski <dominik@rangers.eu.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7707 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 14:06:49 +00:00
pontscho
cc6c1614f4 last flip bug fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7706 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 12:47:33 +00:00
attila
5f989df629 Well.. it's KotH not Koth :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7705 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 12:00:04 +00:00
nexus
9db8d0fba9 argh 100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7704 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 09:14:53 +00:00
nexus
e6e70a2e18 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7703 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 08:56:44 +00:00
diego
401fa8e50c Man page review part one, spelling, rewording and layout fixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7702 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 03:35:23 +00:00
diego
4e12853575 Mailing list section reworded and updated. This should at some point be
merged with bugreports.html somehow.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7701 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 03:32:23 +00:00
diego
ec0bb2e24c Cosmetics: Converted 2 spaces to one in section titles, changed some ugly
linebreaks and put "." after sentences in codecs.html.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7700 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 01:42:27 +00:00
diego
b688b6ee3a Fix for a stupid mistake, patch by hephooey@fastmail.fm.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7699 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 01:34:30 +00:00
arpi
747cc862f1 don't honor stride hints if the next filter(chain) doesn't support stride
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7698 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 01:09:23 +00:00
diego
630a8f7b1a Fix usage for common users that may not have fbset in their path.
Idea by D Richard Felker III.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7697 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 00:51:41 +00:00
arpi
9a84232f45 compiler warning found by Dominik
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7696 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 00:10:58 +00:00
arpi
6a2c0db5e5 also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7695 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-10 00:09:34 +00:00