1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-15 11:25:10 +00:00
Commit Graph

10266 Commits

Author SHA1 Message Date
faust3
1045b4d505 enable stream cache for mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10266 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 10:44:34 +00:00
michael
ca774d892b FFV1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10265 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 02:31:04 +00:00
arpi
080311d08f TiVo demuxer and sub-cc/osd decoder
patch by usenet@wingert.org
(http://tivo-mplayer.sourceforge.net/releases/MPlayer-20030501-tivo-patch.gz)
changes by me:
- spit demux_ty to demux_ty and demux_ty_osd (later handles mpeg user-data
  decoding, ie sub-cc and osd)
- removed some cosmetics changes
- some compile fixes (gcc3 specific variable decl etc)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10264 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-09 00:24:49 +00:00
rtognimp
14328b41fe Update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10263 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 20:36:27 +00:00
rtognimp
d5d8a2897e RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10262 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 20:29:04 +00:00
rtognimp
7b0c242d34 RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders.
Author unknown, code from a public domain player for Amiga
at http://www.honeypot.net/audio


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10261 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 20:25:28 +00:00
arpi
0e5c9a508f - discard soon non TS files (previously it took too long, as in the case
of mpeg-ps files without a registered extension)
- detect sooner audio-only files (at least 64K of the chosen audio
streams without a video stream)
patch by Nico <nsabbi@libero.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10260 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 11:58:05 +00:00
alex
ca78cf2743 -ao alsa9:hw:0,0 fix by Wojtek Kaniewski <wojtekka@bydg.pdi.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10259 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-08 04:03:59 +00:00
lumag
b4545e0ba8 Sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10258 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-07 17:23:29 +00:00
lumag
ac45ce7de9 Sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10257 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-07 16:56:33 +00:00
nicolas
5b76713a50 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10256 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-07 16:17:45 +00:00
nicolas
7f2bb05ce4 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10255 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-07 14:34:39 +00:00
arpi
019211567c - open new_ds_[audio | video] only when the relative streams are really available
- consequently, -nosound now works
- simplified the feeding (to ds_) function
- eliminated the previous buffering of ES data (so it should be a little faster)
- discard junk ES data after payload_size for the current pes packet is 0
- reduced the probe buffer
- better support for audio only TS (DAB seems to have many fans)
- fixes the wrong spacing (now fixed at 8 chars)
- makes static all the functions that are not exported
- comments the unused code that I could need in the future
patch by Nico <nsabbi@libero.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10254 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-07 11:30:19 +00:00
arpi
1864646717 I've found some time to implement the encoding support for the new
DivX API. Now it's possible to play and encode movies with the
latest DivX release.
One thing that doesn't work is the new Video Buffer Verifier (VBV)
multipass encoding. The encoder segfaults. Maybe it just isn't
supported with the standard profile of the released binary encoder.
Andreas Hess <jaska@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10253 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-06 19:57:37 +00:00
arpi
f68ae8a4e9 just updated vd_theora.c to decode the additional header packets,
introduced by recent changes in Theora CVS which broke the current
support.  I'll be able to upload a newly encoded sample by tuesday.
patch by David Kuehling <dvdkhlng@gmx.de>

note: theora comment decoding disabled for backward compatibility,. result
wasn't used anyway --A'rpi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10252 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-06 19:19:23 +00:00
arpi
2f2918587f fixed mem corruption bugs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10251 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-06 19:12:08 +00:00
diego
061b3e1db4 Spell Arpi's name correctly and trigger keyword substitution.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10250 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-05 23:16:33 +00:00
diego
e079a0b712 Sync by Anders Rune Jensen <anders@gnulinux.dk>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10249 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-05 01:22:06 +00:00
diego
8437eadff0 cosmetics
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10248 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-05 01:15:02 +00:00
diego
41614ec4ae New files and updates by Andoni Zubimendi <andoni@lpsat.net>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10247 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-05 00:57:35 +00:00
rfelker
3e4aa8b0bd 1000l! crashing on broken config files finally fixed!
Patch by Alex Sisson (alex_sisson at yahoo.co.uk):

a missing parameter on mp_msg meant it crashed instead
of printing a nice message if you put entries in the
config with no parameter.

also did a few english-tidies on error messages in
there.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10246 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-04 22:06:44 +00:00
rfelker
0473f386a4 don't set audio pts to infinity after seeking in mp3 files :)
(10l)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10245 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-04 10:52:58 +00:00
faust3
31222d1610 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10244 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-03 18:48:03 +00:00
alex
b4d7f9837c warning fixes by Dominik
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10243 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-03 17:43:49 +00:00
alex
9e13900d4c fix name clash fix libsmbclient, patch by Raindel Shachar <raindel@techunix.technion.ac.il>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10242 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-03 17:36:25 +00:00
alex
0f70e5e778 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10241 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-02 18:19:21 +00:00
rfelker
342a37ab8c 100l to me :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10240 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-02 00:17:36 +00:00
gabucino
5b98863d23 MGA tvout:
- updating for matroxtv changes (con2fb needed)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10239 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 23:02:54 +00:00
gabucino
fe5e2c052b v3.0
Features:
 - hopefully finally works out-of-the-box after ./modules (report if not)
 - nice Display Identifier, as in Windows (big "1" and "2" letters on heads :)

TODO:
 - autodetect if fbset, matroxset, con2fb are installed


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10238 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 23:00:37 +00:00
alex
cc1edea30e warning fixes by Dominik
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10237 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 22:16:41 +00:00
alex
1e7437181a unused
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10236 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 22:10:44 +00:00
alex
6f79aca2eb final scaler removal step
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10235 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 22:09:20 +00:00
michael
5b882e5130 vf_scale.h & related cleanup & some small warning fix by dominik
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10234 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 21:59:29 +00:00
rtognimp
56d2da5af4 Warning fixes, patch by Dominik Mierzejewski
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10233 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 20:27:32 +00:00
faust3
cb1229a849 compilation fix by Bernd Ernesti <mplayer at lists.veego.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10232 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 13:39:49 +00:00
faust3
f69de943f3 fix volume increasing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10231 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 12:33:32 +00:00
nicolas
7beb6ae6f8 sync
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10230 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 11:03:55 +00:00
diego
4f8f0f837a Better wording as suggested by Rich.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10229 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-06-01 04:26:01 +00:00
diego
5bf80a32bd Default indentation is 4 now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10228 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 22:32:02 +00:00
diego
181859a3cf -use-stdin not in alphabetical order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10227 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 22:08:53 +00:00
alex
ca9eeec2eb check for -dumpstream file writes, patch by Eric Lammerts <eric@lammerts.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10226 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 21:50:21 +00:00
diego
9157b3e189 MPlayer options have just one '-'.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10225 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 21:31:23 +00:00
rfelker
732126488d display pts for audio-only files as hh:mm:ss.f
patch by Robert Riches (rm.riches at verizon.net)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10224 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 20:52:16 +00:00
diego
ca3e859d23 Kernel headers or glibc headers are necessary for compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10223 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 20:46:53 +00:00
alex
05705a3c2d warning fixes Raindel Shachar <raindel@techunix.technion.ac.il>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10222 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 17:41:45 +00:00
alex
27ce33fe08 unleak
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10221 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 17:33:33 +00:00
alex
4a9777a64e reversed my 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10220 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 17:30:47 +00:00
jonas
740a650ff6 Moved video filters to a separate section, moved slave mode section to the
tech subdir, random improvements, default indentation reduced.
Straight from the LUG camp Felsberg by Jonas and Diego.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10219 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-31 16:41:41 +00:00
alex
e3a2ddb55a 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10218 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-30 18:48:44 +00:00
alex
52d8c4c8fc changed the silly func-inside-func codepice
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10217 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-30 18:30:24 +00:00