1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00
Commit Graph

18937 Commits

Author SHA1 Message Date
eugeni
2f2d8cef15 Split guess_cp() in two functions:
- guess_buffer_cp() determines the encoding of text, given a pointer to a 
buffer and its length;
- guess_cp() reads some data from stream and calls guess_buffer_cp()


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18941 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 18:07:39 +00:00
eugeni
93647f42c5 Make utf8_get_char non-static.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18940 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 18:04:56 +00:00
eugeni
512eb68dc1 Rename mkv_sh_sub_t to sh_sub_t, move it to demuxer.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18939 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 18:02:49 +00:00
diego
e5ab11ab52 The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced in
libavformat.a. Swapping the order of libavcodec.a and libavformat.a during
the linking phase allows non-GNU linkers to work.
patch by Chi-Thanh Christopher Nguyen, chithanh =at= cs =dot= tu-berlin =dot= de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18938 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 17:04:04 +00:00
gpoirier
ec029ea7a1 Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III
Currently only used on CPUs that _only_ support SSE (otherwise try 3DNow* before)
Patch by The Mighty Zuxy Meng %zuxy * meng $ gmail * com%
Original thread:
Date: Jun 21, 2006 10:20 AM
Subject: [MPlayer-dev-eng] [PATCH] SSE version of DCT64 for mp3lib


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18937 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 14:04:07 +00:00
reimar
360c4b3e90 lavf demuxer works better for gxf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18936 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 11:55:39 +00:00
reimar
47cb330411 Some older MinGW versions have a broken INVALID_FILE_ATTRIBUTES, so hack around that for now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18935 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 11:22:24 +00:00
reimar
3b1b7689f2 Remove windows-specific hack that interfered with relative path
handling and should not be needed anymore


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18934 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 11:20:06 +00:00
reimar
e300b2d8c7 relative-to-absolute path fixes: Do not prepend drive letter to \\ paths.
Do not exit after prepending drive letter to first file, process other files as well.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18933 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 11:17:27 +00:00
reimar
6d8ee8674d Convince windows to allow window sizes > screen size
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18932 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 11:14:25 +00:00
diego
5af17a02d5 usleep is still missing in MinGW, so leave it out of the MinGW version check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18931 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 09:22:53 +00:00
gpoirier
73b23be06d Building on Mac OS 10.3 leads to several link errors: this new FAQ entry explains how to overcome this problem
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18930 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-07 09:10:43 +00:00
reimar
310a0bc819 Fix for case when both V4L and V4L2 are enabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18929 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 20:49:23 +00:00
diego
74a303a3af some grammar/spelling/markup fixes for -rtsp-destination
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18928 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 13:22:59 +00:00
diego
7844cbc3ce Move conditional compilation into the build system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18927 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 13:09:45 +00:00
diego
20770e8a7d cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18926 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 13:06:21 +00:00
diego
314e68f095 -rtsp-port and -rtsp-destination need to be #ifdef MPLAYER_NETWORK.
patch by Gianluigi Tiesi, mplayer**at**netfarm**dot**it


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18925 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 12:51:52 +00:00
Gabrov
6891702ff9 DOCS/xml/hu synced with r18923
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18924 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 09:21:01 +00:00
gpoirier
35ec4ec50d Update MPlayerOSX checkout commandlines with subversion commandline
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18923 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 08:07:11 +00:00
uau
e2727ec797 Add a new video pts tracking mode, enabled by option -correct-pts.
This mode has the following differences:
- Video timing is correct for streams with B frames, at least with some
  demuxers.
- Video filters can modify frame timestamps and insert new frames, and
  removing frames is handled better than before.
- Some things are known to break, it's not usable as the default yet.

Things should work as before when the -correct-pts option is not used.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18922 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 06:58:17 +00:00
reynaldo
11ade8f86d several function from playtreeparser.c maked static,
as these are not used outside.

Patch by Stefan Huehner stefan AT huehner-org


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18921 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 05:05:00 +00:00
reynaldo
f50e7ffca9 modifies function declarations without parameters from ()
to the correct (void). Only files in libao2 are affected.

patch by Stefan Huehner stefan AT huehner-org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18920 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 04:30:19 +00:00
vayne
4aa477ef2c Initial win32 gui release.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18919 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 02:07:03 +00:00
vayne
c5cf04f543 Initial win32 gui release.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18918 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-06 01:51:31 +00:00
reynaldo
71045b33a3 document the change on -edlout's behavior
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18917 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 23:42:56 +00:00
reynaldo
d2e67a69fb Modifies behavior of -edlout
Now it creates a new file and writes edit decision list (EDL) records to it
just as it did before but instead of making pas-2-seconds blocks for each
'i' keystroke  lets the user hits 'i' to mark the start or end of a block.



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18916 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 22:47:44 +00:00
diego
f78a2c4910 MinGW 3.1 has added gettimeofday.
based on a patch by Gianluigi Tiesi mplayer++at++netfarm++dot++it


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18915 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 22:47:47 +00:00
diego
e8357eac0f Update with changes from r18894 (get_path as const).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18914 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 22:39:54 +00:00
nicodvb
2140d21afb inclusion of md5.c based on USE_LIBAVUTIL_SO
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18913 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 20:28:34 +00:00
nicodvb
112705e856 #define USE_LIBAVUTIL and USE_LIBAVUTIL_SO
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18912 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 20:26:39 +00:00
attila
0612c70909 add a file saying that people should not try to compile
the svn mga vid for 2.6


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18911 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 16:51:42 +00:00
diego
1989cd3f6f remove unused variables, patch by Stefan Huehner stefan {dot} huehner {dot} org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18910 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 10:24:23 +00:00
reynaldo
64fbd3f57c all cosmetics, mainly denestifying of main edl operation's fill loop
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18909 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 06:54:58 +00:00
reynaldo
31e90a9aae fixes 1000l bug that made MPlayer segfault when an overlaping edl line was found
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18908 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 06:39:39 +00:00
reynaldo
c6ddc4ae6c corectly report badly formated line number
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18907 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 06:36:54 +00:00
reynaldo
d5cbc81e07 reverts previous commit due to mixed cosmetics ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18906 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-05 06:33:58 +00:00
reimar
58237ff084 move some ill-behaving demuxers further down the list
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18905 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-04 21:26:41 +00:00
michael
b94dea8a6d trying to end the codec id battle
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18904 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-04 21:14:55 +00:00
nicodvb
6eb0027e5a respect dvdnav's requests of WAIT to prevent while(1)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18903 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-04 21:12:12 +00:00
nicodvb
405a7e52e3 support for audio streams that appear after unsuccessful probing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18902 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-04 20:40:18 +00:00
reimar
f07aeccfc7 Do not assign same texture number to GL_TEXTURE_2D and GL_TEXTURE_RECT,
this can also cause problems.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18901 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-04 16:31:45 +00:00
uau
f1b93202b0 Add back the path part in 'libvo/font_load_ft.c' that was accidentally
dropped when moving it in r18892.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18900 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-04 09:37:54 +00:00
jheryan
d242c04059 Sync with 18818
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18899 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-04 09:12:33 +00:00
jheryan
f49044fd1e Sync with 18835
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18898 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-04 09:11:27 +00:00
jheryan
892659e804 Sync to svn up to 27.6.2006
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18897 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-04 09:10:28 +00:00
reynaldo
66980cf591 - Fix segfault on overlapping start/stop
- Correctly report skipped erroneous line number
- Denestyfies main operation fill loop


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18896 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-04 07:33:15 +00:00
diego
8df5c586b5 Remove silly variable indirection.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18895 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-03 23:47:31 +00:00
reynaldo
132173bbf0 get_path as const, patch by Stefan Huehner, stefan AT huehner-org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18894 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-03 23:27:37 +00:00
reynaldo
a8e3cea4b3 parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18893 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-03 23:18:06 +00:00
diego
6ce30bb91e Build font_load_ft.c only if FREETYPE is in config.mak, noticed by Jan Knutar.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18892 b3059339-0415-0410-9bf9-f77b7e298cf2
2006-07-03 23:13:25 +00:00