]>
git.sesse.net Git - vlc/log
Jean-Baptiste Kempf [Fri, 14 Dec 2007 03:04:07 +0000 (03:04 +0000)]
Qt4 - Art in the playlist is collapsable with the use of a QSplitter. If you really don't like, please revert.
Jean-Baptiste Kempf [Fri, 14 Dec 2007 02:54:05 +0000 (02:54 +0000)]
Qt4 - I prefer to have the left pane to not grow when the whole playlist is widenthed...
Jean-Baptiste Kempf [Fri, 14 Dec 2007 02:44:11 +0000 (02:44 +0000)]
Qt4 - Playlist should be Expanding, not MinimumExpanding.
Rafaël Carré [Thu, 13 Dec 2007 22:09:12 +0000 (22:09 +0000)]
ncurses: force building (and memory allocation) of playlist as soon as interface is running
Rémi Denis-Courmont [Thu, 13 Dec 2007 19:16:07 +0000 (19:16 +0000)]
Don't substract twelve twice
Rémi Denis-Courmont [Thu, 13 Dec 2007 19:03:29 +0000 (19:03 +0000)]
Split RTP sout further
Rémi Denis-Courmont [Thu, 13 Dec 2007 18:34:05 +0000 (18:34 +0000)]
Forward declare vlc_url_t
Rémi Denis-Courmont [Thu, 13 Dec 2007 18:06:34 +0000 (18:06 +0000)]
SET_PARAMETER is simply *wrong*. Servers are not supposed to support except for proprietary extensions (meaning we cannot use for just any random server).
Even GET_PARAMETER is hardly good, as it is not mandatory to implement either, but it is a defined way to ping (which SET_PARAMETER ain't).
In any case, the only proper way to ping a stream is RTCP feedback.
When it comes to the control session, better check OPTIONS Allow: header for GET_PARAMETER.
I really wonder how live555 can be so low-level though - smells like we are trying to be too intelligent here.
Jean-Paul Saman [Thu, 13 Dec 2007 16:39:33 +0000 (16:39 +0000)]
Patch by Jilles Tjoelker. Fixes crash in playlist due to negative index in playlist item array. Added boundary check to solve this.
Pierre d'Herbemont [Thu, 13 Dec 2007 15:21:21 +0000 (15:21 +0000)]
Makefile.am: Don't ship the framework, since it's too big for now.
Richard Hosking [Thu, 13 Dec 2007 15:14:10 +0000 (15:14 +0000)]
v4l2: ALSA error handling.
Ilkka Ollakka [Thu, 13 Dec 2007 13:20:52 +0000 (13:20 +0000)]
reset editingmode when mediainfo-dialog is closed, still leaves bug when dialog is reshown that it doesn't update content
Ilkka Ollakka [Thu, 13 Dec 2007 11:53:34 +0000 (11:53 +0000)]
remove (seems to be) unneeded b_need_update variable
Ilkka Ollakka [Thu, 13 Dec 2007 08:13:56 +0000 (08:13 +0000)]
Change backgroundwidget and mediainfo-dialog to use THEMIM
inputChanged-signal instead of polling.
I think that iteration-count for this one is still under 10 ;)
Christophe Mutricy [Thu, 13 Dec 2007 00:14:33 +0000 (00:14 +0000)]
Typo
Christophe Mutricy [Wed, 12 Dec 2007 23:11:16 +0000 (23:11 +0000)]
Slovenian translation update by Matej Urbančič
Christophe Mutricy [Wed, 12 Dec 2007 22:59:41 +0000 (22:59 +0000)]
Some files have been splitted
Rémi Denis-Courmont [Wed, 12 Dec 2007 20:22:32 +0000 (20:22 +0000)]
Handle I/O errors while writing the cache file
Rémi Denis-Courmont [Wed, 12 Dec 2007 19:55:03 +0000 (19:55 +0000)]
Use DIR_SEP
Rémi Denis-Courmont [Wed, 12 Dec 2007 19:47:39 +0000 (19:47 +0000)]
Clear signal mask _between_ fork() and exec*().
Before fork() would break VLC's own sigmask.
After exec*() would rely on the children program to do it (and many don't).
Rémi Denis-Courmont [Wed, 12 Dec 2007 19:36:05 +0000 (19:36 +0000)]
Typo
Rémi Denis-Courmont [Wed, 12 Dec 2007 19:29:02 +0000 (19:29 +0000)]
- Remove config_FindModule as module_Find nowadays does the same thing
- Use module_Exists as appropriate
- Rename module_FindName as module_Find
Rémi Denis-Courmont [Wed, 12 Dec 2007 19:13:46 +0000 (19:13 +0000)]
Fix double free
Rémi Denis-Courmont [Wed, 12 Dec 2007 19:07:25 +0000 (19:07 +0000)]
Hide module_t
Rémi Denis-Courmont [Wed, 12 Dec 2007 18:45:11 +0000 (18:45 +0000)]
module_GetConfig, module_PutConfig: copy configuration data for a module
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:46:15 +0000 (17:46 +0000)]
Run the symbol check
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:45:54 +0000 (17:45 +0000)]
Not meant to be committed just yet
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:45:25 +0000 (17:45 +0000)]
More symbols fixes
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:43:36 +0000 (17:43 +0000)]
Use module_Put
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:32:41 +0000 (17:32 +0000)]
- Unlist synchro stuff that is now internal
- Add block_fifowake
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:31:57 +0000 (17:31 +0000)]
symbol list consistency checker
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:24:20 +0000 (17:24 +0000)]
Sort plugin API list properly
Rémi Denis-Courmont [Wed, 12 Dec 2007 17:05:55 +0000 (17:05 +0000)]
module_Put: releases a reference to a module
Rémi Denis-Courmont [Wed, 12 Dec 2007 16:58:19 +0000 (16:58 +0000)]
Cosmetic
Rémi Denis-Courmont [Wed, 12 Dec 2007 16:46:40 +0000 (16:46 +0000)]
Remove some cruft
Rémi Denis-Courmont [Wed, 12 Dec 2007 16:43:52 +0000 (16:43 +0000)]
Split the over-large module.c
Rémi Denis-Courmont [Wed, 12 Dec 2007 15:35:57 +0000 (15:35 +0000)]
FYI, snprintf always nul-terminates
Jean-Paul Saman [Wed, 12 Dec 2007 14:35:01 +0000 (14:35 +0000)]
Don't free() a char variable when it is on the stack (in src/modules/modules.c SaveCache()) and be more sane about contents of psz_filename.
Ilkka Ollakka [Wed, 12 Dec 2007 08:32:08 +0000 (08:32 +0000)]
add myself to list who to blaim for qt4 bugs
Ilkka Ollakka [Wed, 12 Dec 2007 08:13:47 +0000 (08:13 +0000)]
remove that kludge to use playlistwidget for getting art for
backgroundwidget, use callback instead and check need of update every
750ms.
Pierre d'Herbemont [Wed, 12 Dec 2007 05:10:38 +0000 (05:10 +0000)]
control/media_list_view.c: Don't lock the mlist in libvlc_media_list_view_set_ml_notification_callback.
Pierre d'Herbemont [Wed, 12 Dec 2007 04:42:15 +0000 (04:42 +0000)]
misc/threads.c: Implement vlc_threads_error(), that is called when an error is encountered in the threading system. The whole point of this is to ease debugging of such situation, by exposing a nice symbol on which we can break. (This costs nearly nothing).
Pierre d'Herbemont [Wed, 12 Dec 2007 04:16:33 +0000 (04:16 +0000)]
Source/VLCMedia.m: No need to ask for more than one meta at the begining.
Pierre d'Herbemont [Wed, 12 Dec 2007 04:12:33 +0000 (04:12 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Use the cachedMedia array when giving back the aspect items. That really boost performances by the way.
Pierre d'Herbemont [Wed, 12 Dec 2007 03:53:53 +0000 (03:53 +0000)]
MacOSX/Framework/VLCMedia.m: Speed a bit stringToMetaType.
Jean-Baptiste Kempf [Tue, 11 Dec 2007 23:24:57 +0000 (23:24 +0000)]
Qt4 - Slightly smaller sound slider and fix the padding between mouse and shape.
Antoine Cellerier [Tue, 11 Dec 2007 22:31:34 +0000 (22:31 +0000)]
Simplify/factorize some of the vout_intf variables creation code.
Antoine Cellerier [Tue, 11 Dec 2007 21:51:17 +0000 (21:51 +0000)]
Remove double return in the Aspect Ratio change callback.
Rafaël Carré [Tue, 11 Dec 2007 21:28:56 +0000 (21:28 +0000)]
mozilla: add video/divx mimetype
Laurent Aimar [Tue, 11 Dec 2007 21:12:25 +0000 (21:12 +0000)]
Added DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE implementation based
on Glen Gray patch.
(The code is commented until it is confirmed to compil/work.)
Laurent Aimar [Tue, 11 Dec 2007 20:49:56 +0000 (20:49 +0000)]
Update to use DEMUX_CAN_CONTROL_RATE/DEMUX_SET_RATE when available.
Based on a patch by Glen Gray.
Laurent Aimar [Tue, 11 Dec 2007 20:06:49 +0000 (20:06 +0000)]
Do not use p_input->p->i_rate directly (no functionnality change yet)
Laurent Aimar [Tue, 11 Dec 2007 19:16:37 +0000 (19:16 +0000)]
Introduce DEMUX_CAN_CONTROL_RATE and DEMUX_SET_RATE (for future rtsp trickplay)
DEMUX_CAN_PAUSE and DEMUX_CAN_CONTROL_PACE can now fail.
Pierre d'Herbemont [Tue, 11 Dec 2007 16:31:20 +0000 (16:31 +0000)]
MacOSX/Framework/VLCMedia.m: Don't forget to init the metaDictionary, when initing from a media_descriptor object.
Jean-Baptiste Kempf [Tue, 11 Dec 2007 15:43:53 +0000 (15:43 +0000)]
Yet another typo discovered by Philipp Weissenbacher
Pierre d'Herbemont [Tue, 11 Dec 2007 15:38:46 +0000 (15:38 +0000)]
MacOSX/Framework/VLCMediaDiscoverer.m: Use UTF8String instead of cString.
Pierre d'Herbemont [Tue, 11 Dec 2007 15:38:00 +0000 (15:38 +0000)]
MacOSX/Framework/VLCMedia.m: Separate the different part by some nice comments. Remove uneeded and complicated code in meta information retrieval. Use stringWithUT8String instead of stringWithCString.
Rémi Duraffort [Tue, 11 Dec 2007 13:47:32 +0000 (13:47 +0000)]
Simplify the version test dans remove useless things
Pierre d'Herbemont [Tue, 11 Dec 2007 13:09:13 +0000 (13:09 +0000)]
MacOSX/Framework/VLCMedia.m: Remove not used code.
Pierre d'Herbemont [Tue, 11 Dec 2007 13:06:19 +0000 (13:06 +0000)]
MacOSX/Framework/VLCMedia.m: Use mediaWithURL:(NSURL*) instead of mediaWithURL:(NSString*). Add a mediaWithPath:(NSString*) constructor.
Pierre d'Herbemont [Tue, 11 Dec 2007 11:49:43 +0000 (11:49 +0000)]
MacOSX/Framework/VLC.xcodeproj: Various updates, such as removal of the SDK, gc support, and QuartzCore linking, and use NATIVE_ARCH as the only target.
Felix Paul Kühne [Tue, 11 Dec 2007 11:25:21 +0000 (11:25 +0000)]
compile before you commit
Felix Paul Kühne [Tue, 11 Dec 2007 10:55:55 +0000 (10:55 +0000)]
osx: disable the compilation of our update panel's code until its core functionality is re-written
Jean-Baptiste Kempf [Tue, 11 Dec 2007 08:03:44 +0000 (08:03 +0000)]
Qt4 - Rewrite of the VLM Dialog. It features a list on the left of the VLM object, and a right pane to see them in details. Creation and modification is doable. This is not yet a VCR, but it could be :D
The code is way not finished and uncleaned, but feel free to improve.
Only Brodcast elements have a start of code.
Jean-Baptiste Kempf [Tue, 11 Dec 2007 03:42:17 +0000 (03:42 +0000)]
Real Demuxer: Code factorisation after previous commit.
Jean-Baptiste Kempf [Tue, 11 Dec 2007 03:36:01 +0000 (03:36 +0000)]
Real demuxer, set correctly the PCR, patch by Yuehua Zhao, modified by /me.
It should fix some issues with Samples with Video + Cook.
If you think this is wrong, please revert.
Rémi Duraffort [Tue, 11 Dec 2007 00:52:05 +0000 (00:52 +0000)]
Add the modification to the wxwidget interface and make the buildbot happy
Rémi Duraffort [Mon, 10 Dec 2007 23:12:45 +0000 (23:12 +0000)]
Modify the update system : I will add more functionnality but this is the beginning
Felix Paul Kühne [Mon, 10 Dec 2007 22:35:55 +0000 (22:35 +0000)]
* fixed a corner case on PowerPC-based Macs since MACOSX_DEPLOYMENT_TARGET is set to 10.1 on these devices, although we need at least 10.3 and prefer 10.4
Felix Paul Kühne [Mon, 10 Dec 2007 21:50:54 +0000 (21:50 +0000)]
* disable the usage of the OSX SDKs by default due to a known incompatibility between the libraries used on 10.4.8 (or higher) and the existing 10.4u SDK. This solves the current compilation issues with the AUHAL and Screen.Mac modules and closes #1399
Jean-Baptiste Kempf [Mon, 10 Dec 2007 18:45:18 +0000 (18:45 +0000)]
Qt4 - minwidth of dropdown inside settings dialogs, patch by André Weber
Felix Paul Kühne [Mon, 10 Dec 2007 17:12:35 +0000 (17:12 +0000)]
* disable Screen Capturing on OSX until it is fixed because it blocks all builds on most 10.4 setups (refs #1399)
Jean-Paul Saman [Mon, 10 Dec 2007 14:20:32 +0000 (14:20 +0000)]
OPTIONS timeout of 5 seconds is way to short for some systems, so make it 30 instead.
Rafaël Carré [Mon, 10 Dec 2007 14:17:34 +0000 (14:17 +0000)]
telepathy: shows an empty status when VLC has been stopped
Rafaël Carré [Mon, 10 Dec 2007 13:23:37 +0000 (13:23 +0000)]
vlc-config: don't store optimisation cflags in cppflags (preprocessor flags), revive --cppflags
qt4: use preprocessor flags with moc, so it finds the headers in the right place
Jean-Paul Saman [Mon, 10 Dec 2007 10:54:06 +0000 (10:54 +0000)]
Lower severity of message
Jean-Paul Saman [Mon, 10 Dec 2007 10:03:13 +0000 (10:03 +0000)]
Fix hang in live555 when sending RTSP OPTIONS by letting readSocket() timeout after 5 seconds. Added reconnect case to modules/demux/live555.cpp (without backing off scenario).
Jean-Baptiste Kempf [Mon, 10 Dec 2007 03:01:14 +0000 (03:01 +0000)]
Qt4 - VLM dialog rework.
Felix Paul Kühne [Mon, 10 Dec 2007 00:38:21 +0000 (00:38 +0000)]
typo
Felix Paul Kühne [Mon, 10 Dec 2007 00:35:23 +0000 (00:35 +0000)]
* cleaning, reformatting, clarifying here and there...
Felix Paul Kühne [Sun, 9 Dec 2007 23:41:09 +0000 (23:41 +0000)]
* fix [23509]
Rémi Denis-Courmont [Sun, 9 Dec 2007 21:49:48 +0000 (21:49 +0000)]
Remove unneeded psz_program hack.
(Modules that would still depend on module_config_t are not going to like this, but it's not like you weren't warned a long time ahead)
Rémi Denis-Courmont [Sun, 9 Dec 2007 21:36:32 +0000 (21:36 +0000)]
Build VLC aliases cleanly (don't need to parse argv[0])
Rémi Denis-Courmont [Sun, 9 Dec 2007 20:16:20 +0000 (20:16 +0000)]
Simply X11 Qt4 error detection
Rémi Denis-Courmont [Sun, 9 Dec 2007 20:02:03 +0000 (20:02 +0000)]
Prevent gettext bug on glibc 2.5 too
Rémi Denis-Courmont [Sun, 9 Dec 2007 19:55:16 +0000 (19:55 +0000)]
Do not privatize module_config_t - yet
Rafaël Carré [Sun, 9 Dec 2007 19:42:02 +0000 (19:42 +0000)]
fix #1382
Rémi Denis-Courmont [Sun, 9 Dec 2007 19:33:51 +0000 (19:33 +0000)]
Split the big config file
Rémi Denis-Courmont [Sun, 9 Dec 2007 19:00:25 +0000 (19:00 +0000)]
Fix superfluous double init
Rémi Denis-Courmont [Sun, 9 Dec 2007 18:59:35 +0000 (18:59 +0000)]
Not yet missing #include
Rémi Denis-Courmont [Sun, 9 Dec 2007 18:56:09 +0000 (18:56 +0000)]
Fix compiler warning
Antoine Cellerier [Sun, 9 Dec 2007 18:32:02 +0000 (18:32 +0000)]
Really fix charset for http-lua pages (--[[ ]] are block comments in lua so anything inside those isn't taken into account)
Rémi Denis-Courmont [Sun, 9 Dec 2007 18:16:15 +0000 (18:16 +0000)]
Fix charset
Rémi Denis-Courmont [Sun, 9 Dec 2007 17:39:28 +0000 (17:39 +0000)]
Use (s)size_t for pf_read and pf_write.
This is very likely to break .*64 platforms.
Antoine Cellerier [Sun, 9 Dec 2007 15:23:06 +0000 (15:23 +0000)]
Add option to reset controls to their default value at runtime. Add "controls-update" variable which is triggered if any of the controls value is changed. Add some comments and change some function names.
Philippe Morin [Sun, 9 Dec 2007 14:33:18 +0000 (14:33 +0000)]
Update snapshot method.
Philippe Morin [Sun, 9 Dec 2007 14:30:57 +0000 (14:30 +0000)]
Update snapshot method.
Dennis van Amerongen [Sun, 9 Dec 2007 00:57:55 +0000 (00:57 +0000)]
* modules/demux/playlist/m3u.c: typo you -> your
Antoine Cellerier [Sat, 8 Dec 2007 23:00:51 +0000 (23:00 +0000)]
Automatically refresh the v4l2 extended panel on focus.
Antoine Cellerier [Sat, 8 Dec 2007 22:19:30 +0000 (22:19 +0000)]
Fixes to the v4l2 extended panel (works fine for multiple refreshes).