]>
git.sesse.net Git - vlc/log
Antoine Cellerier [Fri, 11 May 2007 22:27:33 +0000 (22:27 +0000)]
demux/playlist/: New "video portals" playlist demux. You feed it a url from a popular video portal and it'll display the video. Currently only works with YouTube urls but I plan on adding more.
Antoine Cellerier [Fri, 11 May 2007 22:15:45 +0000 (22:15 +0000)]
input.c: if available, use p_access->psz_path instead of psz_path when calling demux2_New since the access can change the path (ie http redirect).
Antoine Cellerier [Fri, 11 May 2007 22:05:02 +0000 (22:05 +0000)]
Fix segfault upon redirection (test url: http://www.youtube.com/v/zl6hNj1uOkY). (& blame pdherbemont!)
Jean-Baptiste Kempf [Fri, 11 May 2007 21:58:10 +0000 (21:58 +0000)]
FFMPEG: activate WMVA since it seems to work (tested with three different files)
Jean-Baptiste Kempf [Fri, 11 May 2007 21:50:03 +0000 (21:50 +0000)]
ffmpeg's FOURCC: add new FOURCCs to H264, add TM20, CSCD, JPEG_LS decoders.
Jean-Baptiste Kempf [Fri, 11 May 2007 20:02:34 +0000 (20:02 +0000)]
FFMPEG - More H.263 and H.263+ FOURCC (tested too, except ILVR)
Jean-Baptiste Kempf [Fri, 11 May 2007 19:46:25 +0000 (19:46 +0000)]
FFMPEG, MPEG-4 FOURCCs... I hope I did not forget too many of them :D
Pierre d'Herbemont [Fri, 11 May 2007 19:19:11 +0000 (19:19 +0000)]
Mac OS X gui: Make sure maximized window respect Mac OS X Dock area. (Fix #1190)
Jean-Baptiste Kempf [Fri, 11 May 2007 19:19:11 +0000 (19:19 +0000)]
Ffmpeg FOURCC: Mjpeg (notably support for AVID MJPEG)
Jean-Baptiste Kempf [Fri, 11 May 2007 18:19:43 +0000 (18:19 +0000)]
Add a few other bunch of FOURCCs (not all tested). Documentation from avformat/riff.c avformat/isom.c, fourcc.org, http://abcavi.kibi.ru/fourcc.php and multimedia.cx. If this is stupid, revert and tell me.
Pierre d'Herbemont [Fri, 11 May 2007 09:11:36 +0000 (09:11 +0000)]
Mac OS X gui: Make sure we don't see a ghost window in expose.
Jean-Baptiste Kempf [Fri, 11 May 2007 00:18:38 +0000 (00:18 +0000)]
Add a bunch of not so used FOURCC to ffmpeg.c. Should I add them somewhere else too ?
Jean-Baptiste Kempf [Thu, 10 May 2007 23:25:17 +0000 (23:25 +0000)]
Qt4 - Open Network Dialog: add https to the list and checks.
Jean-Baptiste Kempf [Thu, 10 May 2007 23:14:05 +0000 (23:14 +0000)]
Qt4 - Open Disc Dialog: add a "E" for VCD entry as there is on wx. Is this right ?
Jean-Baptiste Kempf [Thu, 10 May 2007 23:10:55 +0000 (23:10 +0000)]
Qt4 - Open Disc Dialog, finish the disc/track-sub/audio handling. Hide, rename, show correctly the buttons. Some other ui fixes.
Christophe Mutricy [Thu, 10 May 2007 22:52:19 +0000 (22:52 +0000)]
qt4: Make the name in the title an option
Christophe Mutricy [Thu, 10 May 2007 19:53:46 +0000 (19:53 +0000)]
Default more cleanly on moc and uic
Jean-Baptiste Kempf [Thu, 10 May 2007 18:00:12 +0000 (18:00 +0000)]
Qt4 Detection: Use uic-qt4 and moc-qt4 if disponible. Will help ppl that have qt3 and qt4 installed to build VLC.
Pierre d'Herbemont [Thu, 10 May 2007 12:24:23 +0000 (12:24 +0000)]
Mac OS X gui: Fix a crash when waking up from sleep.
Christophe Mutricy [Wed, 9 May 2007 22:49:10 +0000 (22:49 +0000)]
Fix crash in MKV demuxer. Patch courtesy of Harry Sintonen. Fix #1006
Christophe Mutricy [Wed, 9 May 2007 22:10:25 +0000 (22:10 +0000)]
Slovenian l10n by MAteh Urbancic
Christophe Mutricy [Wed, 9 May 2007 22:10:21 +0000 (22:10 +0000)]
Update the pot file
Antoine Cellerier [Wed, 9 May 2007 20:20:52 +0000 (20:20 +0000)]
* rss.c: Test fix for a bug i can't reproduce (most likely due to a missing 0 at the end of string). See http://forum.videolan.org/viewtopic.php?p=112026#112026 for details.
Ken Self [Wed, 9 May 2007 19:43:05 +0000 (19:43 +0000)]
Fix choppy audio on live play - caching enabled properly
Discard samples before demux is ready
Timeout if no samples received
Header file tidy up
Ken Self [Wed, 9 May 2007 19:40:09 +0000 (19:40 +0000)]
Header file tidy-up - get guids from libstrmiids
Rémi Denis-Courmont [Wed, 9 May 2007 18:48:21 +0000 (18:48 +0000)]
HW Pixel Doubling and Backlight-on for Maemo devices
Patch courtesy of Tapio Hiltunen, Technical Research Center of Finland
Felix Paul Kühne [Wed, 9 May 2007 17:33:21 +0000 (17:33 +0000)]
* removed some dead code and corrected some minor stuff from the previous commits. Thanks for the fixes, Pierre!
Damien Fouilleul [Wed, 9 May 2007 16:11:33 +0000 (16:11 +0000)]
- Qt4: remember last directory browsed in file dialog
Pierre d'Herbemont [Tue, 8 May 2007 18:50:40 +0000 (18:50 +0000)]
Mac OS X gui: Fix tabs.
Pierre d'Herbemont [Tue, 8 May 2007 18:44:31 +0000 (18:44 +0000)]
Mac OS X gui: Fix tabs.
Antoine Cellerier [Tue, 8 May 2007 18:20:28 +0000 (18:20 +0000)]
Add a hotkey to toggle wallpaper mode. Currently only works for directx of course :)
Antoine Cellerier [Tue, 8 May 2007 18:03:16 +0000 (18:03 +0000)]
Tab and trailing space police.
Damien Fouilleul [Tue, 8 May 2007 15:39:36 +0000 (15:39 +0000)]
- directx: commit patch by Sergey Volk
Pierre d'Herbemont [Tue, 8 May 2007 13:51:35 +0000 (13:51 +0000)]
Mac OS X gui: Fix logo appearance.
Pierre d'Herbemont [Tue, 8 May 2007 13:35:38 +0000 (13:35 +0000)]
Mac OS X gui: Protect against NULL string, and fix filter window crash.
Pierre d'Herbemont [Tue, 8 May 2007 11:25:39 +0000 (11:25 +0000)]
Mac OS X gui: Send mouse wheel left/right event to vlc. This is a bit hackish and need some tuning.
Pierre d'Herbemont [Tue, 8 May 2007 11:23:47 +0000 (11:23 +0000)]
Hotkeys: Enable mouse wheel up/down and left/right usage. (mapped respectivly to volume up/down, and position forward/backward). This commit needs review.
Olivier Aubert [Mon, 7 May 2007 13:28:49 +0000 (13:28 +0000)]
python bindings: use mediacontrol_StreamInformation__free + fix
memleak in MediaControl_snapshot
Olivier Aubert [Mon, 7 May 2007 13:22:03 +0000 (13:22 +0000)]
mediacontrol API: implement mediacontrol_StreamInformation__free in the public API.
Antoine Cellerier [Fri, 4 May 2007 21:49:09 +0000 (21:49 +0000)]
Add news about proxy support for MMSH streams (please add these kind of news when you commit the features!)
Antoine Cellerier [Fri, 4 May 2007 21:48:04 +0000 (21:48 +0000)]
* mmsh.c: Try using the http-proxy config option if mmsh-proxy wasn't set (Untested).
Antoine Cellerier [Fri, 4 May 2007 21:40:05 +0000 (21:40 +0000)]
"[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
Antoine Cellerier [Fri, 4 May 2007 21:35:50 +0000 (21:35 +0000)]
"[PATCH] show input index-number in vlm show" by Ilkka Ollakka
Damien Fouilleul [Fri, 4 May 2007 20:05:20 +0000 (20:05 +0000)]
- wxwidgets: slider tweaks completed, needs testing
Christophe Mutricy [Fri, 4 May 2007 19:21:48 +0000 (19:21 +0000)]
Persian localisation by Meelad Zakaria and Farzaneh Sarafraz
Damien Fouilleul [Fri, 4 May 2007 17:57:30 +0000 (17:57 +0000)]
- wxwidgets: for win32, patch movie wxSlider underlying control behaviour so that jumps are replaced by abosolute seeks, need a few more tweaks
Pierre d'Herbemont [Fri, 4 May 2007 13:29:15 +0000 (13:29 +0000)]
Mac OS X gui: Quick Preferences fix.
Felix Paul Kühne [Fri, 4 May 2007 07:20:21 +0000 (07:20 +0000)]
* don't use emacs when compiling gettext on non-win32 platforms. This fixes the compilation on future darwin releases.
Jean-Baptiste Kempf [Fri, 4 May 2007 00:04:11 +0000 (00:04 +0000)]
qt4 - Systray: - Repair the hide-and-never-show-back bug,
- Repair the quit-VLC-but-let-the-menu W32 bug,
- add an option to start VLC minimized.
Gildas Bazin [Thu, 3 May 2007 20:42:54 +0000 (20:42 +0000)]
* src/input/stream.c: fix input-list code.
Olivier Aubert [Thu, 3 May 2007 20:03:09 +0000 (20:03 +0000)]
python bindings: use new mediacontrol_exception_create function
Olivier Aubert [Thu, 3 May 2007 20:02:34 +0000 (20:02 +0000)]
mediacontrol API: split old mediacontrol_exception_init behaviour into mediacontrol_exception_create/mediacontrol_exception_init
Jean-Baptiste Kempf [Thu, 3 May 2007 19:52:45 +0000 (19:52 +0000)]
Change prefer-system-codecs category (put it in codecs, not input/codec)
Jean-Baptiste Kempf [Thu, 3 May 2007 19:31:13 +0000 (19:31 +0000)]
Qt4 - GOto TIme dialog. Adjustement in size.
Jean-Baptiste Kempf [Thu, 3 May 2007 19:18:39 +0000 (19:18 +0000)]
qt4 - Open dialog. Smaller Width;
Olivier Aubert [Thu, 3 May 2007 17:44:07 +0000 (17:44 +0000)]
src/control/mediacontrol_util.c: revert rev. 19899, and document the
mediacontrol_exception_init function.
Dennis van Amerongen [Thu, 3 May 2007 16:53:14 +0000 (16:53 +0000)]
* modules/codec/x264.c: Add mvrange-thread, non-deterministic and pre-scenecut options.
Jean-Baptiste Kempf [Wed, 2 May 2007 23:30:54 +0000 (23:30 +0000)]
Qt4 - Open Disc: handle dvdsimple
Jean-Baptiste Kempf [Wed, 2 May 2007 23:11:26 +0000 (23:11 +0000)]
Cosmetic and brackets.
Jean-Baptiste Kempf [Wed, 2 May 2007 23:04:07 +0000 (23:04 +0000)]
Add a "(" to fix previous commit.
Jean-Baptiste Kempf [Wed, 2 May 2007 22:59:49 +0000 (22:59 +0000)]
Should add atrac3 support in rm files. Patch by Benjamin Larsson (real.c) and me (ffmpeg.c)
Jean-Baptiste Kempf [Wed, 2 May 2007 22:57:51 +0000 (22:57 +0000)]
qt4 - Systray Menu - Add hide/show handling, open dialog, help menu, and some click handling.
Jean-Baptiste Kempf [Wed, 2 May 2007 22:55:45 +0000 (22:55 +0000)]
Qt4 - Preferences. Add an apply button and warnings to force saving
and rebuilding when switching details depth.
Jean-Baptiste Kempf [Wed, 2 May 2007 21:19:35 +0000 (21:19 +0000)]
qt4 - Simple Preferences: add the overlay option to the video preferences panel.
Jean-Baptiste Kempf [Wed, 2 May 2007 21:10:08 +0000 (21:10 +0000)]
Qt4 - Add various tooltips: Open (1)
Jean-Baptiste Kempf [Wed, 2 May 2007 20:33:24 +0000 (20:33 +0000)]
Qt4 - Text correction.
Jean-Baptiste Kempf [Wed, 2 May 2007 19:58:03 +0000 (19:58 +0000)]
Qt4 - Systray Icon and menu to control VLC. Play/Pause Stop Previous Next Quit for now. Ref #294
Damien Fouilleul [Wed, 2 May 2007 17:30:25 +0000 (17:30 +0000)]
- direct3d: fix for cropping, closes #1185
Rémi Denis-Courmont [Tue, 1 May 2007 17:18:46 +0000 (17:18 +0000)]
Provide va_list variant to MakeSDPMedia
Rémi Denis-Courmont [Tue, 1 May 2007 17:14:14 +0000 (17:14 +0000)]
Add helper for SDP media description formatting
Rémi Denis-Courmont [Tue, 1 May 2007 15:46:13 +0000 (15:46 +0000)]
Fix some memleaks
Antoine Cellerier [Tue, 1 May 2007 14:24:16 +0000 (14:24 +0000)]
fake.c: allow changing the fake-file-reload option at runtime (untested).
Sigmund Augdal Helberg [Tue, 1 May 2007 11:08:40 +0000 (11:08 +0000)]
Apply the same probes as is done in Open when checking other mkvs in
the same dir in order to weed out invalid files before calling
libmatroska. Fixes #1158 and a memleak in that area
Sigmund Augdal Helberg [Tue, 1 May 2007 10:10:34 +0000 (10:10 +0000)]
hotkeys.c: Don't continue looking once the action for your key is
found. Should save a few precious cycles
Sigmund Augdal Helberg [Tue, 1 May 2007 09:58:59 +0000 (09:58 +0000)]
hotkeys.c: Print a warning and do nothing when something issues a 0
keyevent, rather than execute the last unassigned key action. Fixes an
issue that causes the playback to be unintenionally paused whenever a
modifier is pressed and the qt4 interface has focus (key-pause is not
assigned by default)
Jean-Baptiste Kempf [Mon, 30 Apr 2007 19:49:26 +0000 (19:49 +0000)]
Qt4 - Menus. Add the missing dialogs calls. If someone wants to write VLM and Bookmarks dialogs...
Jean-Baptiste Kempf [Mon, 30 Apr 2007 19:12:15 +0000 (19:12 +0000)]
Qt4 - Main Windows: Rename the interface to $MEDIANAME - VLC media player.
Jean-Baptiste Kempf [Mon, 30 Apr 2007 18:09:34 +0000 (18:09 +0000)]
Qt4 - Preferences: Add an option and the code needed to start with the advanced preferences. 1337 function.
Jean-Baptiste Kempf [Mon, 30 Apr 2007 17:42:21 +0000 (17:42 +0000)]
Qt4 - Simple Prefs: add a Prefer System Codecs checkBox in Simple Preferences Panel under Windows.
Rémi Denis-Courmont [Mon, 30 Apr 2007 15:04:47 +0000 (15:04 +0000)]
Handle errors without crashing
Jean-Baptiste Kempf [Mon, 30 Apr 2007 00:50:19 +0000 (00:50 +0000)]
Qt4 - Indentation fix on previous commit.
Jean-Baptiste Kempf [Mon, 30 Apr 2007 00:44:18 +0000 (00:44 +0000)]
Qt4 - Preferences. Introduction of a checkBoxListItem struct to handle (key, value for CheckBoxes) in order to implement completely ModuleList autogeneration. Modify the functions needed to generate the correct String Configuration. Complete Preferences should be functionnal now.
Jean-Baptiste Kempf [Sun, 29 Apr 2007 22:52:08 +0000 (22:52 +0000)]
Qt4 - Very slight change of behaviour.
Jean-Baptiste Kempf [Sun, 29 Apr 2007 22:47:36 +0000 (22:47 +0000)]
Qt4 - Preferences. Implement the onUpdate for ModuleList.
Jean-Baptiste Kempf [Sun, 29 Apr 2007 21:50:34 +0000 (21:50 +0000)]
Qt4 - Simple Prefs: little adjustements.
Jean-Baptiste Kempf [Sun, 29 Apr 2007 21:21:55 +0000 (21:21 +0000)]
Qt4 - File forgotten in previous commit.
Jean-Baptiste Kempf [Sun, 29 Apr 2007 21:16:16 +0000 (21:16 +0000)]
Qt4 - Simple Prefs. Small modifications on style.
Damien Fouilleul [Sun, 29 Apr 2007 17:44:44 +0000 (17:44 +0000)]
- live555: toggle TCP use when we receive a '461 Unsupported Transport' during SETUP request
Jean-Baptiste Kempf [Sun, 29 Apr 2007 11:37:17 +0000 (11:37 +0000)]
Wx - Increase the time display. Close #1116. Does not happen in Qt4.
Jean-Paul Saman [Sun, 29 Apr 2007 09:22:04 +0000 (09:22 +0000)]
Numerous compile fixes.
Damien Fouilleul [Sat, 28 Apr 2007 17:49:39 +0000 (17:49 +0000)]
- asx.c: added support for STARTTIME and DURATION tags, some cleanups. Unfortunately, i've noted that live555 RTSP user agent is having trouble with MS RTSP server, so these tags may never be of any use.
Jean-Baptiste Kempf [Sat, 28 Apr 2007 17:48:56 +0000 (17:48 +0000)]
qt4 - language is win32 only.
Rémi Denis-Courmont [Sat, 28 Apr 2007 17:40:51 +0000 (17:40 +0000)]
Bandwidth limit access filter
Rémi Denis-Courmont [Sat, 28 Apr 2007 17:21:09 +0000 (17:21 +0000)]
svn:ignore
Jean-Baptiste Kempf [Sat, 28 Apr 2007 15:39:42 +0000 (15:39 +0000)]
Qt4 - Preferences Size.
Jean-Baptiste Kempf [Sat, 28 Apr 2007 15:28:39 +0000 (15:28 +0000)]
Qt4 - Preferences: Let the titles be consistent between simple and advanced prefrences.
Jean-Baptiste Kempf [Sat, 28 Apr 2007 15:11:17 +0000 (15:11 +0000)]
Qt4 - Preferences: Fix the help text behaviour from modules. Known also as the very-too-wide-resizing-and-very-too-big-letters.
Jean-Paul Saman [Sat, 28 Apr 2007 14:03:36 +0000 (14:03 +0000)]
Update patches to latest live tarball.
Pierre d'Herbemont [Sat, 28 Apr 2007 12:24:48 +0000 (12:24 +0000)]
contrib: Attempt to fix live555 patches.
Jean-Baptiste Kempf [Sat, 28 Apr 2007 02:22:43 +0000 (02:22 +0000)]
qt4 - menu: indentation correction.