]>
git.sesse.net Git - vlc/log
Jean-Paul Saman [Mon, 11 Jun 2007 10:25:50 +0000 (10:25 +0000)]
Remove excess whitespace
Jean-Baptiste Kempf [Sun, 10 Jun 2007 23:26:04 +0000 (23:26 +0000)]
Qt4 - Add Icons to the systray Menu bar.
Jean-Baptiste Kempf [Sun, 10 Jun 2007 23:17:05 +0000 (23:17 +0000)]
Qt4 - A few more icons in the menus to make the GUI less depressing.
Laurent Aimar [Sun, 10 Jun 2007 19:53:00 +0000 (19:53 +0000)]
Simplify + fix a potential overflow.
Laurent Aimar [Sun, 10 Jun 2007 19:40:24 +0000 (19:40 +0000)]
Simplify (no functionnal changes).
Laurent Aimar [Sun, 10 Jun 2007 19:22:39 +0000 (19:22 +0000)]
Call garbage collector (vout/sout) when playlist enter stop state (on
user stop or end of playlist).
Laurent Aimar [Sun, 10 Jun 2007 19:12:54 +0000 (19:12 +0000)]
Fixed uninitialized member fields for audio filter2.
Pierre d'Herbemont [Sat, 9 Jun 2007 18:54:17 +0000 (18:54 +0000)]
control/event.c: Add some comments.
Pierre d'Herbemont [Sat, 9 Jun 2007 14:54:38 +0000 (14:54 +0000)]
Mac OS X gui: Fix a comment.
Pierre d'Herbemont [Sat, 9 Jun 2007 14:14:49 +0000 (14:14 +0000)]
Mac OS X gui: Don't leak the autoreleased object.
Jean-Paul Saman [Sat, 9 Jun 2007 14:00:51 +0000 (14:00 +0000)]
Display media title for 15 seconds right at the start of the video.
Rémi Denis-Courmont [Sat, 9 Jun 2007 08:41:35 +0000 (08:41 +0000)]
Tell that disabling libtool is going to suck - closes #1189
Laurent Aimar [Fri, 8 Jun 2007 19:02:22 +0000 (19:02 +0000)]
MKV attachments bug fixes. (Patch by Bernie Purcell)
Rémi Denis-Courmont [Fri, 8 Jun 2007 14:55:43 +0000 (14:55 +0000)]
Fix compiler warnings
Felix Paul Kühne [Fri, 8 Jun 2007 14:31:30 +0000 (14:31 +0000)]
* reverted [20479], as my previously checked-in patch was correct ;)
Felix Paul Kühne [Fri, 8 Jun 2007 14:26:52 +0000 (14:26 +0000)]
* removed support for compilation on OSX < 10.4
Pierre d'Herbemont [Fri, 8 Jun 2007 12:51:40 +0000 (12:51 +0000)]
extras/contrib: Update live-starttime.patch.
Pierre d'Herbemont [Fri, 8 Jun 2007 12:39:47 +0000 (12:39 +0000)]
extras/contrib/bootstrap: Store wget, curl and svn as absolute path in config.mak so they won't get untracked. (Patch by Jan David Mol <jjdmol at gmail.com>).
Pierre d'Herbemont [Fri, 8 Jun 2007 09:24:23 +0000 (09:24 +0000)]
Mac OS X gui: Comply to "Cocoa Thread Safety" guideline, that is, make creating, resizing, closing, the NSView on main thread.
Pierre d'Herbemont [Fri, 8 Jun 2007 09:11:48 +0000 (09:11 +0000)]
contrib: Build ffmpeg with --cpu=pentium-m on Mac OS X/intel. (Patch by Jan David Mol).
Jean-Paul Saman [Fri, 8 Jun 2007 07:29:18 +0000 (07:29 +0000)]
Don't build fribidi no need for it now.
Laurent Aimar [Thu, 7 Jun 2007 23:05:16 +0000 (23:05 +0000)]
clock: clean up/simplify + remove 1/90000 reference.
all: improve input rate (no more out of order/dropped pictures on
rate change).
Christophe Mutricy [Thu, 7 Jun 2007 22:57:53 +0000 (22:57 +0000)]
More strict detection for swscale. Patch by ILEoo and ALexis Ballier
Jean-Baptiste Kempf [Thu, 7 Jun 2007 22:53:48 +0000 (22:53 +0000)]
Configure: typo correction on --enable-libtar
Christophe Mutricy [Thu, 7 Jun 2007 22:29:01 +0000 (22:29 +0000)]
Small fix on the man page
Laurent Aimar [Thu, 7 Jun 2007 22:21:55 +0000 (22:21 +0000)]
Added back pause (timeshift has to accept ACCESS_SET_PAUSE_STATE)
Christophe Mutricy [Thu, 7 Jun 2007 22:12:20 +0000 (22:12 +0000)]
VLS is deprecated. Don't refer to it
Laurent Aimar [Thu, 7 Jun 2007 21:58:47 +0000 (21:58 +0000)]
Set VideoWidget minimal size to 16x16 (I'm not sure it is the right thing).
It avoids segfault when resizing to 0x0.
It fixes segfault when VLC is started with a video file. (But I fear
that we have a race condition here because if the same file is played
later, it works)
Pierre d'Herbemont [Thu, 7 Jun 2007 21:33:16 +0000 (21:33 +0000)]
include/vlc/libvlc_structures.h: Fix build by using vlc_int64_t instead of uint64_t.
Laurent Aimar [Thu, 7 Jun 2007 21:30:42 +0000 (21:30 +0000)]
Do not use dvdnav_get_video_aspect (No idea of its unit but it is not
vlc one, fixed segfault with x11 at least)
Pierre d'Herbemont [Thu, 7 Jun 2007 21:16:30 +0000 (21:16 +0000)]
Libvlc event: Support for event extra information passing. And register to "time" event rather than "position".
Pierre d'Herbemont [Thu, 7 Jun 2007 20:46:39 +0000 (20:46 +0000)]
control/event.c: Send position event at a reasonable time precision.
Rémi Denis-Courmont [Thu, 7 Jun 2007 20:16:57 +0000 (20:16 +0000)]
Revert [20459] and really fix (I hope)
Laurent Aimar [Thu, 7 Jun 2007 20:10:12 +0000 (20:10 +0000)]
Fixed IsValidAccess...
Jean-Baptiste Kempf [Thu, 7 Jun 2007 18:42:57 +0000 (18:42 +0000)]
Qt4 - Add files for reparing distchek and tarballs.
Rémi Denis-Courmont [Thu, 7 Jun 2007 17:34:15 +0000 (17:34 +0000)]
Fix remote format string injection in SDP parser.
(Sometimes there are good things about NOT being on MBONE)
Rémi Denis-Courmont [Thu, 7 Jun 2007 17:32:24 +0000 (17:32 +0000)]
Format string usage fix. Pretty much the same bug as the vorbis one.
Rémi Denis-Courmont [Thu, 7 Jun 2007 17:31:45 +0000 (17:31 +0000)]
Fix comment
Rémi Denis-Courmont [Thu, 7 Jun 2007 17:31:26 +0000 (17:31 +0000)]
Same as previous commit
Rémi Denis-Courmont [Thu, 7 Jun 2007 17:22:05 +0000 (17:22 +0000)]
- Avoid a bunch of dummy string copy
- Use strdup() instead of asprintf("%s")
- Fix format string (CDDB now owns your CD player)
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:57:54 +0000 (16:57 +0000)]
Credit
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:53:15 +0000 (16:53 +0000)]
Sanitize audio format before creating a decoder
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:52:32 +0000 (16:52 +0000)]
Fix use of unitialized variable reported by David Thiel, fix from Christophe Massiot
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:43:10 +0000 (16:43 +0000)]
Store channels counter to a single byte. We can only handle 32 of them anyway
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:39:38 +0000 (16:39 +0000)]
Fix deadlock
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:36:38 +0000 (16:36 +0000)]
Use unsigned
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:31:21 +0000 (16:31 +0000)]
Use %u instead of %d
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:22:41 +0000 (16:22 +0000)]
Use %u rather than %d for unsigned
Rémi Denis-Courmont [Thu, 7 Jun 2007 16:08:44 +0000 (16:08 +0000)]
Memory leak
Pierre d'Herbemont [Thu, 7 Jun 2007 12:34:50 +0000 (12:34 +0000)]
Libvlc Event: Add support for input event.
Jean-Paul Saman [Thu, 7 Jun 2007 11:26:17 +0000 (11:26 +0000)]
Let text fade away, that looks so much nicer.
Jean-Paul Saman [Thu, 7 Jun 2007 11:25:52 +0000 (11:25 +0000)]
Remove excess whitelines
Jean-Baptiste Kempf [Wed, 6 Jun 2007 21:15:13 +0000 (21:15 +0000)]
Qt4 - Open Capture: add screen://
Christophe Mutricy [Wed, 6 Jun 2007 21:03:50 +0000 (21:03 +0000)]
Arabic translation update by Fouzai Bourai
Rémi Denis-Courmont [Wed, 6 Jun 2007 16:40:48 +0000 (16:40 +0000)]
- Only allow letters, digits and slash in access/demux specification
(fixes problem with most-but-not-all filenames containing a colon)
- Only allow letters as Windows drives
Rémi Denis-Courmont [Wed, 6 Jun 2007 15:37:11 +0000 (15:37 +0000)]
Forgot this file
Rémi Denis-Courmont [Wed, 6 Jun 2007 15:37:02 +0000 (15:37 +0000)]
MMSH connection error handling fix from Alex Antropoff
Jean-Paul Saman [Wed, 6 Jun 2007 14:57:27 +0000 (14:57 +0000)]
OSDMenu update time of 0 ms disables the menu, so put in a sane default value.
Jean-Paul Saman [Wed, 6 Jun 2007 14:33:46 +0000 (14:33 +0000)]
Only update the menu when it is visible.
Jean-Paul Saman [Wed, 6 Jun 2007 14:26:49 +0000 (14:26 +0000)]
Fix update time in variable callback so it uses ms.
Jean-Paul Saman [Wed, 6 Jun 2007 13:52:31 +0000 (13:52 +0000)]
OSDMenu improvements
- new style concat to indicate that images should be put in a region list
- user selected alpha value for subpictures
- position, x, y, timeout, update, alpha values are changeable during runtime
- vlc_osd.h: documented new osdmenu style concat
Known issues:
In osdmenu concat mode there is one issue left where two subpicture regions are displayed on top of each other when cycling through the menu.
Dennis van Amerongen [Wed, 6 Jun 2007 10:13:16 +0000 (10:13 +0000)]
* modules/video_output/msw/direct3d.c: typo adpater -> adapter
Jean-Paul Saman [Wed, 6 Jun 2007 09:33:44 +0000 (09:33 +0000)]
Remove excess whitespace
Jean-Paul Saman [Wed, 6 Jun 2007 08:34:03 +0000 (08:34 +0000)]
cleanup
Jean-Baptiste Kempf [Tue, 5 Jun 2007 22:28:27 +0000 (22:28 +0000)]
Qt4 - More icons for the menus.
Laurent Aimar [Tue, 5 Jun 2007 22:26:45 +0000 (22:26 +0000)]
Fixed badly broken sap parser.
Christophe Mutricy [Tue, 5 Jun 2007 22:14:58 +0000 (22:14 +0000)]
Arabic l10n update by Fouzia Bouria
Laurent Aimar [Tue, 5 Jun 2007 22:11:32 +0000 (22:11 +0000)]
Fixed audio RTP stream only (Not sure it is the right way)
Less verbose.
Christophe Mutricy [Tue, 5 Jun 2007 21:37:38 +0000 (21:37 +0000)]
sl.po: Slovenian l10n update. 100% translated. thanks to Matej Urbančič
THANKS: Proper credits for arabic l10n
Damien Fouilleul [Tue, 5 Jun 2007 19:32:39 +0000 (19:32 +0000)]
- direct3d: re-enabled YUV textures for Vista
Laurent Aimar [Tue, 5 Jun 2007 17:25:50 +0000 (17:25 +0000)]
Fixed uninitialized field (aout_buffer_t.b_discontinuity).
Jean-Baptiste Kempf [Mon, 4 Jun 2007 23:19:16 +0000 (23:19 +0000)]
Qt4 - Forgotten in previous commit.
Jean-Baptiste Kempf [Mon, 4 Jun 2007 23:11:14 +0000 (23:11 +0000)]
qt4 - menus. Try to add some pictures to have more User-friendly menus.
Jean-Baptiste Kempf [Mon, 4 Jun 2007 22:20:21 +0000 (22:20 +0000)]
Qt4 - Open Dialog: Capture: small fixes.
Jean-Baptiste Kempf [Mon, 4 Jun 2007 21:26:47 +0000 (21:26 +0000)]
Fedora and SuSE specfiles provided by Nicolas Chauvet (livna) and Dominique Leuenberger
Laurent Aimar [Mon, 4 Jun 2007 19:39:55 +0000 (19:39 +0000)]
Added a b_discontinuity to aout_buffer_t for non-pcm streams.
Set aout_buffer_t.b_discontinuity in mpeg audio packetizer.
Silent first 3 frames on discontinuity in mad decoder.
(close #590)
Laurent Aimar [Mon, 4 Jun 2007 19:37:43 +0000 (19:37 +0000)]
Silent first 3 mpeg audio frames after a discontinuity. (Avoid glitch on seeks/errors)
Laurent Aimar [Mon, 4 Jun 2007 19:32:09 +0000 (19:32 +0000)]
Flac embeded cover support.
Laurent Aimar [Sun, 3 Jun 2007 22:58:00 +0000 (22:58 +0000)]
Fixed compilation problem.
Laurent Aimar [Sun, 3 Jun 2007 22:40:17 +0000 (22:40 +0000)]
- Added support for embeded cover. Demuxer just need to fill psz_arturl meta
field to "attachment://NAME" where NAME is an attachment filename
(returned by DEMUX_GET_ATTACHMENTS)
- Lock input_item_t every time we access p_meta fields (there is still a problem
as playlist code does not always do so...).
- Do not preparse item we have already played.
- Wait that the current playing item is meta parsed before fetching its cover.
Laurent Aimar [Sun, 3 Jun 2007 22:30:08 +0000 (22:30 +0000)]
Fixed small warning.
Laurent Aimar [Sun, 3 Jun 2007 22:19:50 +0000 (22:19 +0000)]
Fixed vlc_meta_SetXXX macros
Added decoder_GetInputAttachments.
Christophe Mutricy [Sun, 3 Jun 2007 22:00:00 +0000 (22:00 +0000)]
Add the new QT4 strings
Christophe Mutricy [Sun, 3 Jun 2007 21:47:28 +0000 (21:47 +0000)]
i18n fixes (part 2)
Laurent Aimar [Sun, 3 Jun 2007 21:17:52 +0000 (21:17 +0000)]
Partial fix for builtin plugin.
Laurent Aimar [Sun, 3 Jun 2007 20:54:54 +0000 (20:54 +0000)]
Fixed flac packetizer when compiling with libflac (close #1194 again ;)
Christophe Mutricy [Sun, 3 Jun 2007 19:07:47 +0000 (19:07 +0000)]
Arabic l10n update.
Jean-Baptiste Kempf [Sun, 3 Jun 2007 18:05:36 +0000 (18:05 +0000)]
Qt4 - Stream output. Add WMA as an audio codec.
Jean-Baptiste Kempf [Sun, 3 Jun 2007 01:10:43 +0000 (01:10 +0000)]
Qt4 - Meta Information, again. Add URI/URL support. Fix a bug.
Jean-Baptiste Kempf [Sun, 3 Jun 2007 00:46:03 +0000 (00:46 +0000)]
D-Bus - Implement "Random" Method. Patch from Mirsal ENNAIME, as usual.
Jean-Baptiste Kempf [Sat, 2 Jun 2007 20:27:37 +0000 (20:27 +0000)]
Qt4 - MediaInfo: spaces cleanup
Jean-Baptiste Kempf [Sat, 2 Jun 2007 20:18:24 +0000 (20:18 +0000)]
Qt4 - MediaInfo, move the tabWidget to the Dialog class and remove it from components.
Jean-Baptiste Kempf [Sat, 2 Jun 2007 19:11:19 +0000 (19:11 +0000)]
qt4 - Include cleanup.
Jean-Baptiste Kempf [Sat, 2 Jun 2007 18:24:15 +0000 (18:24 +0000)]
Qt4 - Space fixes.
Jean-Baptiste Kempf [Sat, 2 Jun 2007 18:23:40 +0000 (18:23 +0000)]
qt4 - Dialogs: compile fix and small modifications.
Jean-Baptiste Kempf [Sat, 2 Jun 2007 18:21:27 +0000 (18:21 +0000)]
Qt4 - Info Panels: Rewrite Meta Data and Dionoea's feature request. (1)
Damien Fouilleul [Sat, 2 Jun 2007 17:17:23 +0000 (17:17 +0000)]
chroma conversion: a few fixes
Christophe Mutricy [Sat, 2 Jun 2007 11:42:19 +0000 (11:42 +0000)]
Compile fix
Christophe Mutricy [Sat, 2 Jun 2007 00:03:55 +0000 (00:03 +0000)]
update po files with the Qt4 strings
Christophe Mutricy [Sat, 2 Jun 2007 00:02:54 +0000 (00:02 +0000)]
All: Qt4 intf i18n fix (part 1)