1
mirror of https://github.com/mpv-player/mpv synced 2024-10-30 04:46:41 +01:00
Commit Graph

7473 Commits

Author SHA1 Message Date
arpi
d483a015a2 tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 02:33:28 +00:00
arpi
61c5a99851 wine headers cleanup
- WAVEFORMATEX & BITMAPINFOHEADER decl moved to stheader.h
- lots of useless include wine/* removed from mplayer code
- fixed few warnings


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7472 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 00:43:14 +00:00
arpi
2059c26359 declarations moved to *.c files
reason: single .h contained both audio and video decl, they depend on
things like mp_image, which shouldn't be included in audio decoders...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7471 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 00:39:13 +00:00
arpi
aef01c5a50 get_sh_audio/get_sh_video removed (never used, also useless)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7470 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 00:35:35 +00:00
arpi
72948be024 use img_format.h instead of wine/mmioFOURCC hack
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7469 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 00:10:31 +00:00
arpi
06855fc3fb - cosmetics, reorder
- removed sh_video->image, get_sh_video()/get_sh_audio() - they are unused and confusing


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7468 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 23:23:03 +00:00
jaf
fe08c0b7cd 0x50 is not playbackable (minimum only sample), prefer ffmpX to mad, ffmpeg is more often installed then mad. maybe anybody should change the sound-code to automatic try the next codec if it is not playbackable (e.g. mad not installed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7467 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 22:53:16 +00:00
arpi
e5833bde50 we don't need the 0x1ff hack any more!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7466 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 22:39:04 +00:00
arpi
90398b7167 we don't need the 0x1FF hack any more
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7465 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 22:38:41 +00:00
jaf
4cdc10c696 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7464 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 22:06:09 +00:00
jaf
740c1f103c version 0.1.10 by Juergen Hammelmann <juergen.hammelmann@gmx.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7463 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 21:54:42 +00:00
arpi
e54a51d7c7 pshufw is a mmx2 instruction, so don't use dct64_MMX_3dnowex on k6-3 which
has no mmxext (but has 3dnowex) - bug found by Diego, help by Michael


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7462 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 20:23:49 +00:00
kmkaplan
5f9adff3f6 New option for mplayer: -dumpmicrodvdsub
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7461 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 17:23:46 +00:00
lgb
b9ce5ed76c fix segmentation fault with -dvdkey, fix return value of dvd_css_descramble(), try to load css.so syms with AND without _ in syms' names. PLEASE TEST IT CURRENTLY I HAVE NO DVD DRIVE NOR A SINGLE VOB FILE ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7460 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 16:04:14 +00:00
kmkaplan
a51fad2519 Use string selection to choose mode
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7459 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 13:09:57 +00:00
kmkaplan
32e6696306 Support for XviD encoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7458 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 12:41:29 +00:00
kmkaplan
40bd44670e Support for XviD encoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7457 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-21 12:34:02 +00:00
gabucino
4cec6f7fea "fake" Surround section removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7456 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 20:44:30 +00:00
gabucino
212493db94 matroxtv script was modified
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7455 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 20:43:23 +00:00
gabucino
430a0a1e49 hmm. duplicate (+incomplete) surround sections? incomplete one removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7454 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 20:40:31 +00:00
arpi
bb83ea6793 This patch allows you to use fractional values for specifying a zoom.
(based on) patch by Panagiotis Issaris <takis@lumumba.luc.ac.be>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7453 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 18:57:14 +00:00
arpi
ebf6cc4c1a some mpcodecs option declaration moved to cfg-*, as aren;t used by
mencoder/mplayer core


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7452 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 18:54:22 +00:00
arpi
a000194a10 This tiny patch adds "type=2" absolute seconds seek capability.
patch by Sidik Isani <lksi@cfht.hawaii.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7451 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 18:39:09 +00:00
arpi
8680f58f89 "One can cause a permanent hang on a seek, and the other just causes
general jerkiness because the writer thread was holding a lock
  during the time it was writing to the network."
patch by Sidik Isani <lksi@cfht.hawaii.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7450 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 18:26:54 +00:00
alex
10bdbae171 Should be: if test ; then - D Richard Felker III <dalias@aerifal.cx>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7449 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 15:46:13 +00:00
alex
b1ff2c5589 moved to to avoid CVS-XXYYZZ- versions (if no given) - altought this comment is bigger than the patch :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7448 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 12:50:04 +00:00
kmkaplan
1637590528 Automatic unrar of vobsub. Does not work with rar v3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7447 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 01:26:39 +00:00
jaf
f2066d42ae by Panagiotis Issaris <takis@lumumba.luc.ac.be>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7446 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-19 16:19:49 +00:00
michael
8a4e66f19b use avcodec_alloc_context()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7445 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-19 09:47:37 +00:00
eyck
4910023824 version no for coming release
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7444 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-19 08:15:59 +00:00
arpi
4a3837ce55 updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7443 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-18 19:22:57 +00:00
arpi
78362eea3f fixing edit-list playback (it uses the mvhd-timescale instead of the mdhd-one)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7442 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-18 19:09:11 +00:00
pl
595cd926b6 sync with help_mp-en.h 1.56
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7441 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-18 16:03:22 +00:00
nexus
101ed9f402 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7440 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-18 09:33:15 +00:00
diego
7786ba4f39 Wording updated and spelling checked.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7439 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-18 02:24:55 +00:00
diego
250c302b36 Removed obsolete entries.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7438 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-18 01:59:44 +00:00
kmkaplan
c1654b6b4d Sync with upstream version. According to Edouard Gomez:
- better defaults for some vbr_state_t attributes.

 - twopass_max_bitrate has been set to much higher default, so nasty
   blocking effects during scene changes and/or high motion scenes is
   no more.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7437 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-18 01:32:32 +00:00
arpi
766e2f7af3 d_width==screenwidth && -fs hopefully fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7436 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-18 01:22:03 +00:00
diego
7ac030210a Document -noaspect, patch by Fredrik Noring <noring@nocrew.org>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7435 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 21:49:18 +00:00
bertrand
c1c5c5286c Added the cdinfo.c for compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7434 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 19:53:04 +00:00
bertrand
e5c99e5a77 Enable CDDB support only if the network layer is enabled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7433 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 19:52:27 +00:00
bertrand
38f81cf148 Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), so
if no network, cdda can still be compiled.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7432 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 19:51:12 +00:00
bertrand
12ec7ec1b2 Moved all the cdinfo specific from cddb to a standalone file, so
if no network, cdda can still be compiled.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7431 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 19:49:57 +00:00
bertrand
27506924c4 Enable the LIVE lib only if the network layer (STREAMING) is enable.
Fixed the bug where if streaming disable and live enable, the live config
test will reenable the network layer.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7430 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 19:47:55 +00:00
arpi
ec333b5d5f updated version (from ftp/incoming)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7429 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 16:11:50 +00:00
arpi
bda251bbb2 -zoom will be handled by -vop scale
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7428 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 09:55:05 +00:00
zdar
ed6b5356c2 sync & typos
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7427 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 07:42:34 +00:00
arpi
b5db843daf TODO completed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7426 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-16 22:01:59 +00:00
arpi
0ddd35ecf4 updated for pre8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7425 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-16 21:55:06 +00:00
arpi
134ace1f96 hpux DVD support fixes by Martin Gansser <mgansser@ngi.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7424 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-16 20:46:31 +00:00