1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
Commit Graph

8968 Commits

Author SHA1 Message Date
Jean-Paul Saman
4e0b36058d Added option to disable session timeout option on RTSP request (use: --rtsp-session-timeout=-1 to disable this option, >= 0 to enable it, default is 5). Patch from Saso Kiselkov (skiselkov at gmail dot com) for making VOD (RTSP) work with HanunTech STBs, with modifications from me. 2007-01-14 14:16:33 +00:00
Felix Paul Kühne
4e751f1126 * allow the screensaver to appear when video playback is paused (closes #963) 2007-01-14 13:02:59 +00:00
Felix Paul Kühne
14275baf39 * design change: the current volume is automatically stored on quit now and restored on first playback of the next run, similar to other major media players (closes #989) 2007-01-14 12:40:05 +00:00
Damien Fouilleul
d30de10d16 live555: hmmm, that BITMAPINFOHEADER is only useful on mplayer, not vlc 2007-01-13 17:29:16 +00:00
Damien Fouilleul
c6c38ccd2c demux/live555.cpp: added support for avc1 in X-QT over RTSP 2007-01-13 16:45:10 +00:00
Jean-Paul Saman
151b33e865 Fix segmentation fault in modules/control/telnet.c introduced in rev 18519 2007-01-13 12:26:38 +00:00
Sigmund Augdal Helberg
20692ca20e libasf.c: Don't store pointer to bad data. Fixes #992
Btw when did "crash" change into "denial of service"?
2007-01-12 18:12:15 +00:00
Rémi Denis-Courmont
eef3b9d9bc Do not assume long integers are 32-bits.
Should fix fullscreen on amd64 - closes #670
2007-01-12 17:16:21 +00:00
Jean-Paul Saman
7ea4dc2480 Make parenthesis explicite 2007-01-12 12:42:51 +00:00
Christophe Mutricy
4db4b3afe3 Remove the warning. thanks to Quovodis 2007-01-11 23:37:25 +00:00
Christophe Mutricy
a00419ea65 Better a compile warning than a bug. Thanks to Robert Stepanek. 2007-01-11 23:33:02 +00:00
Damien Fouilleul
8856dd0d99 - ffmpeg/encoder.c: force AV_NOPTS_VALUE to int64_t type rather than signed int 2007-01-11 23:28:59 +00:00
Rémi Denis-Courmont
7d4385aa63 Fix denial of service (NULL dereference) in ASX parser
Closes #988
2007-01-11 15:35:44 +00:00
Rémi Denis-Courmont
7cc6aae19a Cosmetic fix 2007-01-11 15:31:18 +00:00
Rémi Denis-Courmont
6884bea864 Do not read inexistant configuration parameter 2007-01-10 17:34:37 +00:00
Christophe Mutricy
4ec518d381 Partial fix of the wx prefs. The modules settings are shown but not the libvlc ones. refs #918. (yes there is lots of debugs left) 2007-01-09 20:07:05 +00:00
Sigmund Augdal Helberg
763252337d apply mini_patch.diff from #964. Fixes #964 2007-01-07 12:33:50 +00:00
Christophe Mutricy
88ad2b6d65 Split text and control character to please gettext 2007-01-06 01:11:05 +00:00
Rémi Denis-Courmont
7d1aef6308 Win32 compile fix 2007-01-04 17:00:10 +00:00
Rémi Denis-Courmont
f556b69004 Allow directory module to recurse through symbolic links
as long as this does not cause infinite recursion.
Also fix a few really minor ToCToU errors.
2007-01-04 16:37:21 +00:00
Rémi Denis-Courmont
ca5be7bed7 Fix unlikely deadlock 2007-01-04 15:02:14 +00:00
Rémi Denis-Courmont
270299d207 Match file:// with the directory plugin as any browser does.
Fixes opening of directories.
2007-01-04 14:30:10 +00:00
Damien Fouilleul
a5673ea1ac audioscrobbler.c: fix for format string exploit 2007-01-03 14:36:26 +00:00
Rémi Denis-Courmont
04c252378c Do not use error message as a format string.
(There was no bug here; this is just to please Quovodis :) )
2007-01-03 14:31:35 +00:00
Rémi Denis-Courmont
2f65bd42d2 Fix a bunch of format string injection in VCDX and CDDA.
Initially reported by Kevin Finisterre
2007-01-02 21:50:30 +00:00
Antoine Cellerier
3849062230 Add quicktime in24 and in32 support (basically s24/32l from what i understand)
Some testing might be needed 

I tried on samples:
 ftp://ftp.funcom.com/media/Dreamfall/final_dreamfall_trailer_funcom_qtmp4.mov
 http://www.movie-update.com/download/11372/sm3_sneak_peek.mov

According to the Mplayer mailing list, there might be endianess issues (i couldn't find s24b equivalent samples ... so i couldn't test). See http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/2006-March/041206.html
2006-12-31 15:48:15 +00:00
Felix Paul Kühne
40f6fbfa31 * some GUI improvements, which need further work once the vout-filter-rework is completed. this commit needs compatibility checking with current IB releases, especially for the folks interested in compiling on 10.3. 2006-12-31 13:45:50 +00:00
Felix Paul Kühne
bce30eb166 * don't add an 'empty folder' if the user hit cancel when asked to enter a name for it 2006-12-31 11:44:13 +00:00
Sigmund Augdal Helberg
a610989cf4 transcode.c: reset pointer and size info for extradata when freeing
the pointer. Fixes #940
2006-12-31 01:21:08 +00:00
Sigmund Augdal Helberg
a454e8931a live555.cpp: Add support for quicktime specific audio
doesn't work for the sample stream I tested, but I think that stream
is bad
2006-12-30 18:42:15 +00:00
Sigmund Augdal Helberg
3253ef6e96 b4s.c: Create meta before using them 2006-12-30 18:39:45 +00:00
Sigmund Augdal Helberg
eec7c30f53 mkv.cpp: Added support for theora in mkv. Fixes #925
(not particularly beautiful code, but it works)
2006-12-30 01:51:23 +00:00
Felix Paul Kühne
c17c475335 * be more accurate when fading in and out (refs #913 and hopefully fixes it) 2006-12-26 13:22:37 +00:00
Dennis van Amerongen
f0fbcbd59a * modules/access/dshow/dshow.cpp: Typo specfic -> specific. 2006-12-24 22:03:02 +00:00
Clément Stenac
80fde19dfe More cleanup 2006-12-24 14:18:21 +00:00
Clément Stenac
8e315515cc Hopefully correct tokenization of open strings 2006-12-23 15:40:20 +00:00
Clément Stenac
11a1940be8 Add extra debug to chase #934 2006-12-23 12:20:23 +00:00
Clément Stenac
253460107b * Ensure garbage collector is called when disabling a video track (Closes:#935)
* Possible (not probable) fix for 934. Can't fix as building vlc on win32 is almost impossible
2006-12-23 11:53:20 +00:00
Rémi Denis-Courmont
514e325d50 Fix "File already exists" failure with moc (closes #941) 2006-12-23 10:37:03 +00:00
Clément Stenac
1ceb9aa1a8 Wtf ? 2006-12-23 10:36:47 +00:00
Clément Stenac
1be77d50ab * Only allow playlist files in open playlist (Refs:#940)
* For the time being, hide simple open. Better three clicks than confusing 
  things :)
2006-12-23 10:36:24 +00:00
Dennis van Amerongen
952f1805c2 * modules/gui/qt4/dialogs/extended.cpp: Typo Eqqualizer -> Equalizer. 2006-12-23 00:32:58 +00:00
Sigmund Augdal Helberg
acafac958c src/video_output/video_output.c: Fixed double free in filter removal
code
qt4/components/extended_panels.cpp: Improved some dagerous string
parsing code. This whole function looks very ad hoc to me at the
moment and should be rewritten in a more robust way. In particular
this function will misbehave if a video filter exists whose name is a
substring of another video filter. This change here just makes it less
likely to crash...
2006-12-21 01:22:05 +00:00
Sigmund Augdal Helberg
bf4ae068b4 fix out of buffer read in equalizer code 2006-12-21 00:07:11 +00:00
Jean-Baptiste Kempf
9b499eae7b Adding Open Menu entries. 2006-12-20 14:58:33 +00:00
Rémi Denis-Courmont
a58c71cce7 Fix implicit declaration problem 2006-12-19 21:26:46 +00:00
Felix Paul Kühne
7297e3b228 * gui behaviour change: the textfields are no longer disabled if another protocol is enabled through the knobs. the user can click the fields now to switch the protocol. I'm unsure whether this could and should be done in the disc tab as well. closes #914 2006-12-19 17:34:26 +00:00
Jean-Baptiste Kempf
55c10e2ca8 Dionoea's commit :D 2006-12-19 10:53:09 +00:00
Felix Paul Kühne
9203b45213 * hide the fspanel if VLC looses its front app state in fullscreen mode (by using the app switcher, etc.) 2006-12-18 23:22:55 +00:00
Antoine Cellerier
fa9ca79b19 * Remove comments left in cut & paste. 2006-12-18 21:13:07 +00:00