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).
Jean-Baptiste Kempf [Sat, 8 Dec 2007 20:17:24 +0000 (20:17 +0000)]
Qt4 - Remove useless things from uic output.
Antoine Cellerier [Sat, 8 Dec 2007 19:38:49 +0000 (19:38 +0000)]
Add v4l2 section in extended pannel. The code isn't v4l2 specific at all so it could be adapted for other modules (as long as those define the "controls" variables with a list of controls that can be changed at runtime).
Antoine Cellerier [Sat, 8 Dec 2007 17:28:57 +0000 (17:28 +0000)]
Ooops, this wasn't supposed to be here anymore.
Antoine Cellerier [Sat, 8 Dec 2007 17:26:20 +0000 (17:26 +0000)]
Rework the v4l2 control handling. Variables corresponding to controls don't have any v4l2 suffix anymore. Variables for custom controls are also created. See "vars v4l2" in the rc interface. The "controls" variables is a list of all controls available. Next step is to use all these changes in the Qt interface to create a v4l2 control pannel.
Antoine Cellerier [Sat, 8 Dec 2007 16:53:56 +0000 (16:53 +0000)]
Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); )
Jean-Baptiste Kempf [Sat, 8 Dec 2007 04:23:13 +0000 (04:23 +0000)]
Qt4 - small cosmetic change.
Jean-Baptiste Kempf [Sat, 8 Dec 2007 04:21:02 +0000 (04:21 +0000)]
Qt4 - MediaInfoPanel, fix a segfault and don't clear() everytime you update and there is no input. :D
Jean-Baptiste Kempf [Sat, 8 Dec 2007 04:19:45 +0000 (04:19 +0000)]
Qt4 - FIXME and comments fix. If you want to help, just grep -r FIXME *
Gildas Bazin [Sat, 8 Dec 2007 01:23:36 +0000 (01:23 +0000)]
* modules/access/mms/mmsh.c: fixed changeset 23489. Please compile before you submit.
Gildas Bazin [Sat, 8 Dec 2007 00:58:18 +0000 (00:58 +0000)]
* src/audio_output/dec.c: revert changeset 22216 which doesn't make any sense whatsoever.
Jean-Paul Saman [Sat, 8 Dec 2007 00:08:34 +0000 (00:08 +0000)]
Little cleanup.
Jean-Paul Saman [Sat, 8 Dec 2007 00:08:00 +0000 (00:08 +0000)]
Remove dead code (and commented out fprintf's).
Jean-Paul Saman [Sat, 8 Dec 2007 00:06:01 +0000 (00:06 +0000)]
Check malloc return value and cleanup.
Jean-Paul Saman [Sat, 8 Dec 2007 00:04:26 +0000 (00:04 +0000)]
Guard headerfiles in modules/access/mms/*.h against multiple inclusions.
Jean-Paul Saman [Sat, 8 Dec 2007 00:02:46 +0000 (00:02 +0000)]
Remove excess whiteline
Antoine Cellerier [Fri, 7 Dec 2007 21:33:16 +0000 (21:33 +0000)]
Change the v4l2-chroma long help string.
Antoine Cellerier [Fri, 7 Dec 2007 21:27:03 +0000 (21:27 +0000)]
Add MJPEG support to the v4l2 access (and simplify the buffer size handling code). I now need people with v4l2 compatible devices with JPEG, DV and MPEG support to try to enable those features.
Jean-Baptiste Kempf [Fri, 7 Dec 2007 02:59:19 +0000 (02:59 +0000)]
Qt4 - remove PlaylistWidget from interface_widget and move it to its own file in the playlist/
Jean-Paul Saman [Thu, 6 Dec 2007 19:08:04 +0000 (19:08 +0000)]
Cleanup.
Jean-Paul Saman [Thu, 6 Dec 2007 17:56:28 +0000 (17:56 +0000)]
No need to sleep 25 ms, a bit longer will do fine too.
Jean-Paul Saman [Thu, 6 Dec 2007 16:26:46 +0000 (16:26 +0000)]
CodingStyle fixes, use ; when using macros and do not write it in the macro definition.
Jean-Paul Saman [Thu, 6 Dec 2007 15:33:45 +0000 (15:33 +0000)]
Don't call input_ChangeState() constantly while being in error state, because it triggers callbacks at each call. This can result in a busy rc interface.
Jean-Paul Saman [Thu, 6 Dec 2007 14:35:40 +0000 (14:35 +0000)]
Add Remi Duraffort to THANKS file.
Jean-Paul Saman [Thu, 6 Dec 2007 14:18:02 +0000 (14:18 +0000)]
Patch by Remi Duraffort <ivoire at via.ecp.fr>: Replace fprintf with msg_Err().
Jean-Paul Saman [Thu, 6 Dec 2007 11:40:22 +0000 (11:40 +0000)]
Only test the terminal if --fb-tty is used.
Jean-Baptiste Kempf [Thu, 6 Dec 2007 08:15:37 +0000 (08:15 +0000)]
Qt4 - Coding style fixes by Rémi Duraffort.
Jean-Baptiste Kempf [Thu, 6 Dec 2007 08:04:21 +0000 (08:04 +0000)]
Qt4 - MediaInformation, simplification of the states machine, removal of over-complicated methods. Cleaning and other small fixes.
Please report regressions on that part.
Jean-Baptiste Kempf [Thu, 6 Dec 2007 08:02:43 +0000 (08:02 +0000)]
Qt4 - Change the default extended panel size.
Jean-Baptiste Kempf [Thu, 6 Dec 2007 08:01:41 +0000 (08:01 +0000)]
Qt4 - Use enum instead of defines.
Jean-Baptiste Kempf [Thu, 6 Dec 2007 08:01:09 +0000 (08:01 +0000)]
Qt4 Menu macro removal.
Rafaël Carré [Thu, 6 Dec 2007 01:20:26 +0000 (01:20 +0000)]
fix #1382
Richard Hosking [Wed, 5 Dec 2007 22:51:29 +0000 (22:51 +0000)]
v4l2: Workaround misbehaving devices (2 DVB cards in my case)
Felix Paul Kühne [Wed, 5 Dec 2007 19:47:10 +0000 (19:47 +0000)]
* fix ffmpeg compilation by reverting their revision 11100
Felix Paul Kühne [Wed, 5 Dec 2007 19:24:54 +0000 (19:24 +0000)]
* first update of our ffmpeg for MacTel patch. Doesn't fully compile yet..
Felix Paul Kühne [Wed, 5 Dec 2007 18:24:21 +0000 (18:24 +0000)]
*coughcough*
Christophe Mutricy [Wed, 5 Dec 2007 17:31:32 +0000 (17:31 +0000)]
File names have been modified
Felix Paul Kühne [Wed, 5 Dec 2007 17:26:52 +0000 (17:26 +0000)]
* limit x264 to rev 701 for now and apply our patch taken from branch (r23341 and r23322). additionally, checkout stuff from svn instead of exporting. This makes it easier to track useful revisions for releases
Felix Paul Kühne [Wed, 5 Dec 2007 17:18:56 +0000 (17:18 +0000)]
* a part of our patch was submitted upstream
Jean-Baptiste Kempf [Wed, 5 Dec 2007 17:08:45 +0000 (17:08 +0000)]
Qt4 - When adding a file to the playlist by clicking on "Read" in the OpenFile dialog, the first time it's ok but the next click you add 2 times and then more times the same file.
Patch from Rémi Duraffort.
Jean-Baptiste Kempf [Wed, 5 Dec 2007 17:07:05 +0000 (17:07 +0000)]
Qt4 - Typos/Code conventions/spaces/Cleaning.
Patch by Rémi Duraffort.
Jean-Baptiste Kempf [Wed, 5 Dec 2007 17:05:23 +0000 (17:05 +0000)]
Qt4 - Space removal
Commit from MIT.
Felix Paul Kühne [Wed, 5 Dec 2007 16:27:12 +0000 (16:27 +0000)]
* typo in previous commit
Felix Paul Kühne [Wed, 5 Dec 2007 16:25:41 +0000 (16:25 +0000)]
* display the GPL in a separate window linked in the About window and the Help menu. Code cleanup (faster and less memory consuming).
Rafaël Carré [Wed, 5 Dec 2007 13:54:29 +0000 (13:54 +0000)]
typo
Jean-Baptiste Kempf [Wed, 5 Dec 2007 04:19:26 +0000 (04:19 +0000)]
Qt4 - Macros removal from menus.hpp... Still some to do. But the biggest are done. Should reduce code size.
Commit from Boston
Felix Paul Kühne [Tue, 4 Dec 2007 22:24:18 +0000 (22:24 +0000)]
* store the embedded vout's screen position on quit. Thanks to tomeo on IRC for the hint
Antoine Cellerier [Tue, 4 Dec 2007 21:37:50 +0000 (21:37 +0000)]
Fixes #1388
Rafaël Carré [Tue, 4 Dec 2007 20:43:31 +0000 (20:43 +0000)]
fix activex compilation
Rafaël Carré [Tue, 4 Dec 2007 20:01:07 +0000 (20:01 +0000)]
libvlc_video_take_snapshot(): specify snapshot's height and width
Rafaël Carré [Tue, 4 Dec 2007 18:36:13 +0000 (18:36 +0000)]
typo
Jean-Paul Saman [Tue, 4 Dec 2007 18:26:30 +0000 (18:26 +0000)]
Remove obsolete comment.
Rafaël Carré [Tue, 4 Dec 2007 15:49:28 +0000 (15:49 +0000)]
vout_Snapshot(): hability to specify width & height when the snapshot isn't taken by an object.
Value of 0 for width OR height means that we want to keep the original aspect ratio.
Jean-Baptiste Kempf [Tue, 4 Dec 2007 04:10:32 +0000 (04:10 +0000)]
Qt4 - renaming functions cosmetic and KDE/GNome/Windows button fight.
Jean-Paul Saman [Mon, 3 Dec 2007 22:39:55 +0000 (22:39 +0000)]
Revert [23438] because --enable-fast-install does the same.