]>
git.sesse.net Git - vlc/log
Jean-Baptiste Kempf [Mon, 23 Feb 2009 09:24:23 +0000 (10:24 +0100)]
Qt: rename skip to step to match macos
Jean-Baptiste Kempf [Mon, 23 Feb 2009 08:24:05 +0000 (09:24 +0100)]
Directory: ignore .ini files.
Jean-Baptiste Kempf [Sun, 22 Feb 2009 23:57:15 +0000 (00:57 +0100)]
Qt: try to fix the arrow on the open dialog.
Close #2508/
Jean-Baptiste Kempf [Sun, 22 Feb 2009 23:38:21 +0000 (00:38 +0100)]
Qt: fix the weird size of the open dialog.
Jean-Baptiste Kempf [Sun, 22 Feb 2009 22:40:51 +0000 (23:40 +0100)]
Win32: remember to package skin.dtd and the skin.catalog
Joseph Tulou [Sat, 21 Feb 2009 13:22:52 +0000 (14:22 +0100)]
corrects no dtd found when changing skins
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
Jean-Baptiste Kempf [Sun, 22 Feb 2009 22:29:49 +0000 (23:29 +0100)]
Qt: Fix error in previous commit .
Jean-Baptiste Kempf [Sun, 22 Feb 2009 22:24:43 +0000 (23:24 +0100)]
Qt menus: many new accelerators.
Jean-Baptiste Kempf [Sun, 22 Feb 2009 22:04:16 +0000 (23:04 +0100)]
Default transcoding profiles.
"H.264 + AAC", "Dirac + AAC", "Theora + Vorbis", "Theora + Flac", "MPEG-4 + AAC", "MPEG-2 + MPGA", "WMV + WMA", "DIV3 + MP3", "Vorbis", "MP3", "AAC", "FLAC".
Please modify or add iPhone or any other profiles...
Jean-Baptiste Kempf [Sun, 22 Feb 2009 21:16:59 +0000 (22:16 +0100)]
Qt, menus: improve the NavigMenu entries.
Jean-Baptiste Kempf [Sun, 22 Feb 2009 19:46:04 +0000 (20:46 +0100)]
Qt, menus: various changes, speedups and addition to approach mac menus.
Jean-Baptiste Kempf [Sun, 22 Feb 2009 16:27:53 +0000 (17:27 +0100)]
Qt: provide a way to jump forward and backward programatically without going through hotkeys.
Derk-Jan Hartman [Sun, 22 Feb 2009 19:50:51 +0000 (20:50 +0100)]
Remove access-filter timeshift from OSX open dialog.
Rémi Denis-Courmont [Sun, 22 Feb 2009 16:55:05 +0000 (18:55 +0200)]
I wonder why use a libvlc_time_t for a boolean variable...
Who promised not to break libvlc now?
Rémi Denis-Courmont [Sun, 22 Feb 2009 14:36:39 +0000 (16:36 +0200)]
Don't use repeat the same adverb twice
Rémi Denis-Courmont [Sun, 22 Feb 2009 14:33:10 +0000 (16:33 +0200)]
Low-level support for events attaching/detaching
Rémi Denis-Courmont [Sun, 22 Feb 2009 14:31:37 +0000 (16:31 +0200)]
Version informations
Rémi Denis-Courmont [Sun, 22 Feb 2009 09:57:15 +0000 (11:57 +0200)]
Use @see instead of @ref
Jean-Baptiste Kempf [Sun, 22 Feb 2009 14:30:20 +0000 (15:30 +0100)]
Qt: systray, don't show the tooltip on right-click! we need menu at that time.
Geoffroy Couprie [Sun, 22 Feb 2009 10:21:02 +0000 (11:21 +0100)]
WinCE: add mingw32ce to the list of build systems
Rémi Duraffort [Sun, 22 Feb 2009 10:56:56 +0000 (11:56 +0100)]
cmml: less includes.
Rémi Duraffort [Sun, 22 Feb 2009 10:18:38 +0000 (11:18 +0100)]
rc: factorisation
Rémi Duraffort [Sun, 22 Feb 2009 09:54:57 +0000 (10:54 +0100)]
xosd: simplification.
Rémi Duraffort [Sun, 22 Feb 2009 09:53:18 +0000 (10:53 +0100)]
xosd: use a condition variable instead of a sleep.
Rémi Denis-Courmont [Sun, 22 Feb 2009 09:54:23 +0000 (11:54 +0200)]
Add media and player state support
Rémi Denis-Courmont [Sun, 22 Feb 2009 08:56:42 +0000 (10:56 +0200)]
Add a main page to the documentation
Rémi Denis-Courmont [Sun, 22 Feb 2009 08:06:47 +0000 (10:06 +0200)]
Do not leak native exception through our API users.
Native exception are not completely safe, mostly because the memory is
managed but not the content.
Rémi Denis-Courmont [Sun, 22 Feb 2009 08:06:15 +0000 (10:06 +0200)]
Separate MemoryHandle and StringHandle
Rémi Denis-Courmont [Sun, 22 Feb 2009 08:05:46 +0000 (10:05 +0200)]
Documentation
Rémi Denis-Courmont [Sun, 22 Feb 2009 07:43:25 +0000 (09:43 +0200)]
Fix HTTPd unused parameter warnings (on some compilers)
Rémi Duraffort [Sat, 21 Feb 2009 21:30:03 +0000 (22:30 +0100)]
rc: remove one vlc_object_find.
Rémi Duraffort [Sat, 21 Feb 2009 21:14:38 +0000 (22:14 +0100)]
xosd:
* fix playlist lock (maybe not perfect)
* add some forgotten vlc_restaure_cancel
* simplifications
Joseph Tulou [Fri, 20 Feb 2009 23:50:23 +0000 (00:50 +0100)]
playlist locking forgotten (causes PL_ASSERT_LOCKED to fail)
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
Felix Paul Kühne [Sat, 21 Feb 2009 19:00:45 +0000 (20:00 +0100)]
added support for -O4 when compiling with --disable-debug
Rémi Denis-Courmont [Sat, 21 Feb 2009 18:29:18 +0000 (20:29 +0200)]
Cleanup IDisposable support
Rémi Denis-Courmont [Sat, 21 Feb 2009 18:28:55 +0000 (20:28 +0200)]
Provide the exception code, handle lack of message.
Tomáš Chvátal [Sat, 21 Feb 2009 17:32:18 +0000 (17:32 +0000)]
l10n: Czech update
With contributions from Kamil Páral, Vojtěch Smejkal and Jakub Žáček
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
Rémi Denis-Courmont [Sat, 21 Feb 2009 16:45:47 +0000 (18:45 +0200)]
Basic tests for the media player, fix time units
Rémi Denis-Courmont [Sat, 21 Feb 2009 16:14:19 +0000 (18:14 +0200)]
Cleanup test cases
Rémi Denis-Courmont [Sat, 21 Feb 2009 16:14:05 +0000 (18:14 +0200)]
Mostly implement media player
Rémi Denis-Courmont [Sat, 21 Feb 2009 16:13:06 +0000 (18:13 +0200)]
Update version and copyright. This depends on VLC 1.0 now.
Rémi Denis-Courmont [Sat, 21 Feb 2009 15:10:02 +0000 (17:10 +0200)]
Extend Media class
Rémi Denis-Courmont [Sat, 21 Feb 2009 14:42:09 +0000 (16:42 +0200)]
Safe handle class for LibVLC heap allocation
Rémi Denis-Courmont [Sat, 21 Feb 2009 14:41:04 +0000 (16:41 +0200)]
libvlc_free: wrapper around free() when the C run-time is not known
Rémi Denis-Courmont [Sat, 21 Feb 2009 14:37:14 +0000 (16:37 +0200)]
Cleanup media player
Rémi Denis-Courmont [Sat, 21 Feb 2009 13:55:36 +0000 (15:55 +0200)]
Fix documentation
Rémi Denis-Courmont [Sat, 21 Feb 2009 13:40:17 +0000 (15:40 +0200)]
Explicit native exception methods scope
Rémi Denis-Courmont [Sat, 21 Feb 2009 13:40:00 +0000 (15:40 +0200)]
Cleanup instance and media class
Jean-Baptiste Kempf [Sat, 21 Feb 2009 13:57:25 +0000 (14:57 +0100)]
Qt: deactivate the encryption functionnality until core or ts demux is ready.
Jean-Baptiste Kempf [Sat, 21 Feb 2009 13:52:22 +0000 (14:52 +0100)]
Qt: display a locker in the statusBar when encryption is set.
This needs the core event, of course, in order to work... (not yet done, and probably for later).
Felix Paul Kühne [Sat, 21 Feb 2009 11:57:16 +0000 (12:57 +0100)]
contribs: the vlc-lib is non-existant nowadays
Felix Paul Kühne [Sat, 21 Feb 2009 11:53:05 +0000 (12:53 +0100)]
contribs: be sexy by default aka apply -DNDEBUG
Felix Paul Kühne [Sat, 21 Feb 2009 11:49:15 +0000 (12:49 +0100)]
contribs: use a specific pre-release version of LibSDL 1.3 for Darwin (already covered by the 5th contribs package)
Jean-Baptiste Kempf [Sat, 21 Feb 2009 10:46:09 +0000 (11:46 +0100)]
Qt reverse for trickplay: show the button by default, and show it only when trickplay is possible.
It is based on the "can-rewind" variable. This may be wrong, if so, tell me so and I'll revert this.
Jean-Baptiste Kempf [Sat, 21 Feb 2009 09:58:13 +0000 (10:58 +0100)]
More NEWS.
Rémi Denis-Courmont [Sat, 21 Feb 2009 09:55:14 +0000 (11:55 +0200)]
Support for opening any file descriptor with fd://
Jean-Baptiste Kempf [Sat, 21 Feb 2009 09:45:38 +0000 (10:45 +0100)]
Qt: reverse Button.
Make it checkable, change the text for the toolbar editor and show it only on input.
Rémi Denis-Courmont [Sat, 21 Feb 2009 08:38:22 +0000 (10:38 +0200)]
Update HACKING
Felix Paul Kühne [Fri, 20 Feb 2009 23:54:00 +0000 (00:54 +0100)]
fixed make dist
Felix Paul Kühne [Fri, 20 Feb 2009 23:50:42 +0000 (00:50 +0100)]
macosx: improved font selection in the simple prefs by using the 10.5 API
Felix Paul Kühne [Fri, 20 Feb 2009 19:26:06 +0000 (20:26 +0100)]
contribs: remove non-working compilation support for OS X Tiger
Felix Paul Kühne [Fri, 20 Feb 2009 18:27:34 +0000 (19:27 +0100)]
macosx: set llvm-gcc as the default compiler for the contribs
Rémi Denis-Courmont [Fri, 20 Feb 2009 16:52:47 +0000 (18:52 +0200)]
libxml: fix plugin re-entrancy - refs #2541
Frédéric Crozat [Fri, 20 Feb 2009 16:13:02 +0000 (18:13 +0200)]
Fix format-security warnings
Trimmed and
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
Rémi Denis-Courmont [Fri, 20 Feb 2009 16:18:05 +0000 (18:18 +0200)]
Unused variable
Jean-Paul Saman [Fri, 20 Feb 2009 16:09:42 +0000 (17:09 +0100)]
Revert "mozilla: video is displayed again"
This reverts commit
e538b7082ff17fb1ff04ea89cc4dd2e8143122ae .
I misunderstood the usage case for drawable-xid. MacOS X AGL needs a separate instance of drawable events.
Jean-Paul Saman [Fri, 20 Feb 2009 15:56:11 +0000 (16:56 +0100)]
lua playlist: add playlist parser for Anevia Toucan list_streams.idp functionality.
Jean-Paul Saman [Thu, 19 Feb 2009 15:14:36 +0000 (16:14 +0100)]
rc: add missing playlist_Lock()/playlist_Unlock() for playlist_Status().
Jean-Paul Saman [Thu, 19 Feb 2009 15:01:48 +0000 (16:01 +0100)]
rc: "state" does not return playlist_status_t but input_state_e.
Rémi Denis-Courmont [Fri, 20 Feb 2009 16:03:28 +0000 (18:03 +0200)]
Remove silly cast
Rémi Duraffort [Fri, 20 Feb 2009 14:02:26 +0000 (15:02 +0100)]
simplifications.
Felix Paul Kühne [Fri, 20 Feb 2009 14:52:22 +0000 (15:52 +0100)]
contribs: updated binary üackage for OS X. I'll only provide one compiled with llvm-gcc-4.2 (i386 already uploaded, ppc to follow later today, x86_64 to follow once VLC 1.0 is branched)
Pierre d'Herbemont [Sat, 7 Feb 2009 23:31:33 +0000 (00:31 +0100)]
Forwardport
5ead92ffd58088828ed802173d963b2571f0cd69
mtime: Use mach_absolute_time on Mac OS X instead of gettimeofday.
mach_absolute_time() is a monotic clock, whereas gettimeofday() is not. For that reason setting your computer time while playing a movie won't halt playback anymore.
Seems to fix the dropped frame issue on Mac OS X.
Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
Jean-Baptiste Kempf [Fri, 20 Feb 2009 14:44:59 +0000 (15:44 +0100)]
Fix compilation
Derk-Jan Hartman [Fri, 20 Feb 2009 14:06:32 +0000 (15:06 +0100)]
llvm seems to solve our cancellation issues. Revert "mtime: Make nanosleep a bit more cancelable than what it is on osx."
This reverts commit
e1cb28a3a913418ac845c622e0d1647ed0d24d39 .
Derk-Jan Hartman [Fri, 20 Feb 2009 14:06:10 +0000 (15:06 +0100)]
llvm seems to solve our cancellation issues. Revert "Tentative hack for OSX msleep/mwait cancellation"
This reverts commit
3b6ed8084e27fa27f51d3abdeb37052ea9af38fb .
Derk-Jan Hartman [Fri, 20 Feb 2009 14:04:45 +0000 (15:04 +0100)]
llvm seems to solve our cancellation issues. Revert "Compilation fix"
This reverts commit
076dc4357cbe4eec9085a59162c6910a07d0b850 .
Jean-Paul Saman [Fri, 20 Feb 2009 10:55:22 +0000 (11:55 +0100)]
mozilla: video is displayed again
Felix Paul Kühne [Fri, 20 Feb 2009 13:32:47 +0000 (14:32 +0100)]
contribs: compilation fixes
Jean-Baptiste Kempf [Fri, 20 Feb 2009 13:19:34 +0000 (14:19 +0100)]
Doing Meuuh's work :p
Jean-Baptiste Kempf [Fri, 20 Feb 2009 09:22:46 +0000 (10:22 +0100)]
Qt menus: add faster/slower/normal rate
Joseph Tulou [Wed, 18 Feb 2009 15:57:55 +0000 (16:57 +0100)]
Corrects crashing when a skin doesn't have a video widget.
Signed-off-by: Jean-Baptiste Kempf <jb@sasmira.jbkempf.com>
Felix Paul Kühne [Fri, 20 Feb 2009 12:33:31 +0000 (13:33 +0100)]
macosx-plugin: really fix the compilation if top_builddir != top_srcdir
Geoffroy Couprie [Fri, 20 Feb 2009 09:50:18 +0000 (10:50 +0100)]
WInCE: fix infinite loop in vasprintf replacement
fixed by Pierre Ynard
Joseph Tulou [Sun, 15 Feb 2009 10:36:52 +0000 (11:36 +0100)]
Ensure cone is hidden before video is shown in qt4 interface
Signed-off-by: Jean-Baptiste Kempf <jb@sasmira.jbkempf.com>
Jean-Baptiste Kempf [Fri, 20 Feb 2009 00:18:22 +0000 (01:18 +0100)]
Qt: menu, code simplification.
Jean-Baptiste Kempf [Thu, 19 Feb 2009 23:44:13 +0000 (00:44 +0100)]
Qt: menus, comments fixes.
Jean-Baptiste Kempf [Thu, 19 Feb 2009 23:36:33 +0000 (00:36 +0100)]
Qt: menus, minor code reorg.
Jean-Baptiste Kempf [Thu, 19 Feb 2009 22:17:53 +0000 (23:17 +0100)]
Contribs: faac && faad2 update.
Rémi Denis-Courmont [Thu, 19 Feb 2009 17:31:47 +0000 (19:31 +0200)]
Revert "modules: initialize return pointer to NULL"
This reverts commit
866faad67c52b93f57d1fc32fa155ca12828e869 .
module_t **list, *module;
list = module_list_get (NULL);
if (!list)
return NULL;
for (size_t i = 0; (module = list[i]) != NULL; i++)
^^^^^^^^
I think this needs no more comment.
Rémi Denis-Courmont [Thu, 19 Feb 2009 17:28:32 +0000 (19:28 +0200)]
Start rewriting the CIL bindings
Jean-Paul Saman [Thu, 19 Feb 2009 07:30:49 +0000 (08:30 +0100)]
modules: initialize return pointer to NULL
If module_find() does not find the requested module it would return an uninitialized pointer. This made VLC webplugin crash under MacOS X. Thus make sure to initialize it properly to NULL.
Jean-Paul Saman [Tue, 17 Feb 2009 19:59:14 +0000 (20:59 +0100)]
darwin_specific: put psz_vlcpath to null after it being freed.
Rémi Denis-Courmont [Thu, 19 Feb 2009 17:19:52 +0000 (19:19 +0200)]
Missing dependency
Rémi Denis-Courmont [Thu, 19 Feb 2009 16:12:08 +0000 (18:12 +0200)]
PulseAudio cannot be unloaded - fixes #2538
(I would not be surprised if the bug were in the VLC plugin though)
Jean-Baptiste Kempf [Thu, 19 Feb 2009 15:54:29 +0000 (16:54 +0100)]
Contribs/win32: Use std=gnu99
Felix Paul Kühne [Thu, 19 Feb 2009 15:25:55 +0000 (16:25 +0100)]
fixed compilation warning
Felix Paul Kühne [Thu, 19 Feb 2009 15:14:25 +0000 (16:14 +0100)]
macosx-plugin: fixed complation on the buildbots
Felix Paul Kühne [Thu, 19 Feb 2009 15:10:17 +0000 (16:10 +0100)]
macosx: more approbiate locking suggested by fenrir
and fixed a small typo
Felix Paul Kühne [Thu, 19 Feb 2009 14:37:19 +0000 (15:37 +0100)]
macosx: re-arranged the audio and video menus to look similar to the Qt4 interface. Additionally, implemented an 'Open File...' item in the subtitles-submenu