]> git.sesse.net Git - vlc/log
vlc
15 years agoFixed some dvd spu streams that have multiple palette/alpha per packet.
Laurent Aimar [Tue, 19 May 2009 13:12:06 +0000 (15:12 +0200)]
Fixed some dvd spu streams that have multiple palette/alpha per packet.

15 years agoFixed potential segfault with broken DVD SPU streams.
Laurent Aimar [Tue, 19 May 2009 12:50:28 +0000 (14:50 +0200)]
Fixed potential segfault with broken DVD SPU streams.

15 years agoCosmetics (spudec).
Laurent Aimar [Tue, 19 May 2009 12:28:55 +0000 (14:28 +0200)]
Cosmetics (spudec).

15 years agoRemoved wrongly commited line in last vout_pictures commit.
Laurent Aimar [Mon, 18 May 2009 20:46:47 +0000 (22:46 +0200)]
Removed wrongly commited line in last vout_pictures commit.

15 years agoUsed picture_IsReferenced in transcode.
Laurent Aimar [Mon, 18 May 2009 20:35:06 +0000 (22:35 +0200)]
Used picture_IsReferenced in transcode.

15 years agoImproved a bit picture API.
Laurent Aimar [Mon, 18 May 2009 20:33:47 +0000 (22:33 +0200)]
Improved a bit picture API.

15 years agoRemoved picture ring buffer for filter/decoder in transcode/mosaic_bridge.
Laurent Aimar [Mon, 18 May 2009 19:20:44 +0000 (21:20 +0200)]
Removed picture ring buffer for filter/decoder in transcode/mosaic_bridge.

It simplify the code and is needed to clean up the picture API.

15 years agoUsed picture_* functions when applicable.
Laurent Aimar [Mon, 18 May 2009 18:57:46 +0000 (20:57 +0200)]
Used picture_* functions when applicable.

15 years agoRemoved unused picture_heap_t field in picture_t.
Laurent Aimar [Mon, 18 May 2009 10:41:42 +0000 (12:41 +0200)]
Removed unused picture_heap_t field in picture_t.

15 years agoCosmetics.
JP Dinger [Mon, 18 May 2009 10:00:15 +0000 (12:00 +0200)]
Cosmetics.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoRemove an extra base64 decode implementation and use vlc's instead.
JP Dinger [Mon, 18 May 2009 09:59:07 +0000 (11:59 +0200)]
Remove an extra base64 decode implementation and use vlc's instead.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoCosmetics
JP Dinger [Sun, 17 May 2009 17:28:13 +0000 (19:28 +0200)]
Cosmetics

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoExtract common string-to-variant code in mozilla plugin.
JP Dinger [Sun, 17 May 2009 16:47:47 +0000 (18:47 +0200)]
Extract common string-to-variant code in mozilla plugin.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoFix --qt-start-mninimized option
Jean-Baptiste Kempf [Sun, 17 May 2009 23:31:58 +0000 (01:31 +0200)]
Fix --qt-start-mninimized option

Report : http://forum.videolan.org/viewtopic.php?f=13&t=59425&p=198466#p198450

15 years agol10n: French update
Éric Lassauge [Sun, 17 May 2009 22:48:42 +0000 (23:48 +0100)]
l10n: French update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agol10n: Italian update
Vincenzo Reale [Sun, 17 May 2009 22:32:08 +0000 (23:32 +0100)]
l10n: Italian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agol10n: Brazillian Portuguese update
Sidney Doria [Sun, 17 May 2009 22:24:32 +0000 (23:24 +0100)]
l10n: Brazillian Portuguese update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agol10n: Nepalese update
Animesh Swar [Sun, 17 May 2009 22:16:51 +0000 (23:16 +0100)]
l10n: Nepalese update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoDon't distribute files generated by configure
Christophe Mutricy [Sat, 16 May 2009 18:11:05 +0000 (19:11 +0100)]
Don't distribute files generated by configure

15 years agoMove the Changelogs to maintainer-clean.
Christophe Mutricy [Sat, 16 May 2009 17:01:04 +0000 (18:01 +0100)]
Move the Changelogs to maintainer-clean.

As they need git to be generated, you don't want them to disappear when you do make distclean in sources extracted from the tarball

15 years agoUse the 2009 key
Christophe Mutricy [Sat, 9 May 2009 21:35:21 +0000 (22:35 +0100)]
Use the 2009 key

15 years agoEnsure that people don't compile Dirac on Windows and Gcc 3
Jean-Baptiste Kempf [Sun, 17 May 2009 22:31:50 +0000 (00:31 +0200)]
Ensure that people don't compile Dirac on Windows and Gcc 3

15 years agoQt: Remove Streaming and Convert/Save menus if compiled with --disable-sout
Jean-Baptiste Kempf [Sun, 17 May 2009 22:23:44 +0000 (00:23 +0200)]
Qt: Remove Streaming and Convert/Save menus if compiled with --disable-sout

Close #2754

15 years agoFix a bug when sorting the playlist:
Rémi Duraffort [Sun, 17 May 2009 20:18:08 +0000 (22:18 +0200)]
Fix a bug when sorting the playlist:

Actually sort is well done but when the user ask for the next/previous item in
the playlist, it will get the one without the sort and not the right
previous/next item.

This is caused by the fact that the table which describe previous/next isn't
rebuilded after a call to the sort function. This commit force the rebuild to
be done (b_reset_currently_playing = true)

15 years agoFix spatializer: wrong variables name.
Rémi Duraffort [Sun, 17 May 2009 19:58:28 +0000 (21:58 +0200)]
Fix spatializer: wrong variables name.

15 years agoFix memleaks: EnsureUTF8 return NULL if the string isn't valid,
Rémi Duraffort [Sun, 17 May 2009 12:27:35 +0000 (14:27 +0200)]
Fix memleaks: EnsureUTF8 return NULL if the string isn't valid,
so we must be able to free the memory in this case.

15 years agorawaud: default FOURCC with local rather than low endianess
Rémi Denis-Courmont [Sun, 17 May 2009 08:52:24 +0000 (11:52 +0300)]
rawaud: default FOURCC with local rather than low endianess

15 years agoAvoid ?: GCC-ism
Rémi Denis-Courmont [Sun, 17 May 2009 08:16:03 +0000 (11:16 +0300)]
Avoid ?: GCC-ism

15 years agoDMO: put more debug if DMO_DEBUG is set
Jean-Baptiste Kempf [Sun, 17 May 2009 01:17:27 +0000 (03:17 +0200)]
DMO: put more debug if DMO_DEBUG is set

This might help to trac the dmo race.

15 years agoQt: correctly split the MRL
Jean-Baptiste Kempf [Sun, 17 May 2009 01:13:08 +0000 (03:13 +0200)]
Qt: correctly split the MRL

Close #2682

15 years agoQt: fix missing 's' in function name
Jean-Baptiste Kempf [Sun, 17 May 2009 00:35:12 +0000 (02:35 +0200)]
Qt: fix missing 's' in function name

15 years agoCosmetics.
Jean-Baptiste Kempf [Sun, 17 May 2009 00:20:58 +0000 (02:20 +0200)]
Cosmetics.

15 years agoForgotten FileSeparator issue.
Jean-Baptiste Kempf [Sun, 17 May 2009 00:19:55 +0000 (02:19 +0200)]
Forgotten FileSeparator issue.

15 years agoQt: reindent after last commit.
Jean-Baptiste Kempf [Sun, 17 May 2009 00:10:17 +0000 (02:10 +0200)]
Qt: reindent after last commit.

15 years agoQt4: fix DIR_SEP on open.
Jean-Baptiste Kempf [Sun, 17 May 2009 00:06:49 +0000 (02:06 +0200)]
Qt4: fix DIR_SEP on open.

Should fix #2142

15 years agoWhen adding an URL, create the name without login and password.
Rémi Duraffort [Sat, 16 May 2009 21:37:10 +0000 (23:37 +0200)]
When adding an URL, create the name without login and password.
This fix partially #2142

15 years agoFix the type guess: this can be a protocol only if you xan find a :// in it.
Rémi Duraffort [Sat, 16 May 2009 21:15:12 +0000 (23:15 +0200)]
Fix the type guess: this can be a protocol only if you xan find a :// in it.
(and add ftp and smb to the list)

15 years agoDMO: put more debug if DMO_DEBUG is set
Jean-Baptiste Kempf [Sun, 17 May 2009 01:17:27 +0000 (03:17 +0200)]
DMO: put more debug if DMO_DEBUG is set

This might help to trac the dmo race.

15 years agoQt: correctly split the MRL
Jean-Baptiste Kempf [Sun, 17 May 2009 01:13:08 +0000 (03:13 +0200)]
Qt: correctly split the MRL

Close #2682

15 years agoQt: fix missing 's' in function name
Jean-Baptiste Kempf [Sun, 17 May 2009 00:35:12 +0000 (02:35 +0200)]
Qt: fix missing 's' in function name

15 years agoCosmetics.
Jean-Baptiste Kempf [Sun, 17 May 2009 00:20:58 +0000 (02:20 +0200)]
Cosmetics.

15 years agoForgotten FileSeparator issue.
Jean-Baptiste Kempf [Sun, 17 May 2009 00:19:55 +0000 (02:19 +0200)]
Forgotten FileSeparator issue.

15 years agoQt: reindent after last commit.
Jean-Baptiste Kempf [Sun, 17 May 2009 00:10:17 +0000 (02:10 +0200)]
Qt: reindent after last commit.

15 years agoQt4: fix DIR_SEP on open.
Jean-Baptiste Kempf [Sun, 17 May 2009 00:06:49 +0000 (02:06 +0200)]
Qt4: fix DIR_SEP on open.

Should fix #2142

15 years agoDshow: fix compilation after the big fourCC changes.
Jean-Baptiste Kempf [Sat, 16 May 2009 22:26:46 +0000 (00:26 +0200)]
Dshow: fix compilation after the big fourCC changes.

15 years agotest: Fix url test on Mac OS X.
Pierre d'Herbemont [Sat, 16 May 2009 22:19:13 +0000 (15:19 -0700)]
test: Fix url test on Mac OS X.

Basically this test was expecting that /tmp is a directory. On Mac OS X /tmp is a link to /private/tmp.

We work around by getting the current work directory after chdir.

15 years agoWhen adding an URL, create the name without login and password.
Rémi Duraffort [Sat, 16 May 2009 21:37:10 +0000 (23:37 +0200)]
When adding an URL, create the name without login and password.
This fix partially #2142

15 years agoFix the type guess: this can be a protocol only if you xan find a :// in it.
Rémi Duraffort [Sat, 16 May 2009 21:15:12 +0000 (23:15 +0200)]
Fix the type guess: this can be a protocol only if you xan find a :// in it.
(and add ftp and smb to the list)

15 years agoMerge commit 'origin/1.0-bugfix'
Laurent Aimar [Sat, 16 May 2009 21:26:19 +0000 (23:26 +0200)]
Merge commit 'origin/1.0-bugfix'

15 years agoFixed osd_* functions when the OSD was not loaded.
Laurent Aimar [Sat, 16 May 2009 21:22:01 +0000 (23:22 +0200)]
Fixed osd_* functions when the OSD was not loaded.

 It fixed a segfault when using hotkeys for the OSD.
 I am not sure it is perfectly fine, but var_AcquireMutex seems
to have been removed without a proper replacement.

15 years agoGtk_main: fix compilation.... Completly untested.
Jean-Baptiste Kempf [Sat, 16 May 2009 21:10:09 +0000 (23:10 +0200)]
Gtk_main: fix compilation.... Completly untested.

Should we keep this code?

15 years agopda: fix typo introduced by [ebd7cf22ae7d5b3a1bbf1cd8728926e78f831a9c]
Jean-Baptiste Kempf [Sat, 16 May 2009 20:32:29 +0000 (22:32 +0200)]
pda: fix typo introduced by [ebd7cf22ae7d5b3a1bbf1cd8728926e78f831a9c]

This should fix the compilation of pda interface.

15 years agopda: Fix warnings.
Jean-Baptiste Kempf [Sat, 16 May 2009 20:27:47 +0000 (22:27 +0200)]
pda: Fix warnings.

15 years agoPda: fix compile broken by [05492281]
Jean-Baptiste Kempf [Sat, 16 May 2009 20:26:40 +0000 (22:26 +0200)]
Pda: fix compile broken by [05492281]

15 years agoUsed filter_New/DeletePicture when applicable.
Laurent Aimar [Sat, 16 May 2009 20:20:52 +0000 (22:20 +0200)]
Used filter_New/DeletePicture when applicable.

15 years agoUsed picture_New in mosaic_bridge.c
Laurent Aimar [Sat, 16 May 2009 20:16:06 +0000 (22:16 +0200)]
Used picture_New in mosaic_bridge.c

15 years agoReplaced vout_InitPicture/Format with their equivalent.
Laurent Aimar [Sat, 16 May 2009 19:42:28 +0000 (21:42 +0200)]
Replaced vout_InitPicture/Format with their equivalent.

15 years agoAdded video_format_Setup to replace vout_InitFormat.
Laurent Aimar [Sat, 16 May 2009 19:21:11 +0000 (21:21 +0200)]
Added video_format_Setup to replace vout_InitFormat.

15 years agoAdded a picture_Setup to replace vout_InitPicture.
Laurent Aimar [Sat, 16 May 2009 18:47:41 +0000 (20:47 +0200)]
Added a picture_Setup to replace vout_InitPicture.

15 years agoSplit pthread and Win32 code into separate files
Rémi Denis-Courmont [Sat, 16 May 2009 19:58:19 +0000 (22:58 +0300)]
Split pthread and Win32 code into separate files

15 years agoFixed skins2 compilation.
Laurent Aimar [Sat, 16 May 2009 18:44:35 +0000 (20:44 +0200)]
Fixed skins2 compilation.

15 years agoDo not uselessly include vlc_vout.h in video_chroma.
Laurent Aimar [Sat, 16 May 2009 18:14:31 +0000 (20:14 +0200)]
Do not uselessly include vlc_vout.h in video_chroma.

15 years agoRemoved useless includes.
Laurent Aimar [Sat, 16 May 2009 18:11:46 +0000 (20:11 +0200)]
Removed useless includes.

15 years agoDo not uselessly include vlc_vout.h in access.
Laurent Aimar [Sat, 16 May 2009 18:10:14 +0000 (20:10 +0200)]
Do not uselessly include vlc_vout.h in access.

15 years agoDo not uselessly include vlc_vout.h in filters.
Laurent Aimar [Sat, 16 May 2009 18:09:55 +0000 (20:09 +0200)]
Do not uselessly include vlc_vout.h in filters.

15 years agoFixed vlc_filter.h include.
Laurent Aimar [Sat, 16 May 2009 17:52:19 +0000 (19:52 +0200)]
Fixed vlc_filter.h include.

15 years agoDo not uselessly include vlc_vout.h in decoders.
Laurent Aimar [Sat, 16 May 2009 17:47:47 +0000 (19:47 +0200)]
Do not uselessly include vlc_vout.h in decoders.

15 years agoFixed includes in vlc_codec.h
Laurent Aimar [Sat, 16 May 2009 17:47:32 +0000 (19:47 +0200)]
Fixed includes in vlc_codec.h

15 years agoSplit vlc_vout.h into vlc_picture.h and vlc_subpicture.h
Laurent Aimar [Sat, 16 May 2009 17:23:34 +0000 (19:23 +0200)]
Split vlc_vout.h into vlc_picture.h and vlc_subpicture.h

15 years agoqt4: metaChanged -> currentMetaChanged
Rémi Denis-Courmont [Sat, 16 May 2009 17:56:24 +0000 (20:56 +0300)]
qt4: metaChanged -> currentMetaChanged

15 years agoQt4: pass input items rather than ID through IMevent
Rémi Denis-Courmont [Sat, 16 May 2009 17:47:57 +0000 (20:47 +0300)]
Qt4: pass input items rather than ID through IMevent

15 years agoQt4: keep input item rather than ID in the manager
Rémi Denis-Courmont [Sat, 16 May 2009 17:27:21 +0000 (20:27 +0300)]
Qt4: keep input item rather than ID in the manager

15 years agoplaylist_ItemFindFromInputAndRoot: use pointer rather than ID
Rémi Denis-Courmont [Sat, 16 May 2009 17:18:44 +0000 (20:18 +0300)]
playlist_ItemFindFromInputAndRoot: use pointer rather than ID

15 years agoCompare input item pointers, no need to deref here
Rémi Denis-Courmont [Sat, 16 May 2009 17:17:13 +0000 (20:17 +0300)]
Compare input item pointers, no need to deref here

15 years agoPass pointer rather than ID for playlist item-current
Rémi Denis-Courmont [Sat, 16 May 2009 17:10:06 +0000 (20:10 +0300)]
Pass pointer rather than ID for playlist item-current

15 years agoPass input item through playlist item-change rather than its ID
Rémi Denis-Courmont [Sat, 16 May 2009 15:43:51 +0000 (18:43 +0300)]
Pass input item through playlist item-change rather than its ID

15 years agoQt4: remove dead code
Rémi Denis-Courmont [Sat, 16 May 2009 15:42:48 +0000 (18:42 +0300)]
Qt4: remove dead code

15 years agoMerge branch 1.0-bugfix
Rémi Denis-Courmont [Sat, 16 May 2009 17:07:46 +0000 (20:07 +0300)]
Merge branch 1.0-bugfix

15 years agoTypo
Rémi Denis-Courmont [Sat, 16 May 2009 16:10:08 +0000 (19:10 +0300)]
Typo

15 years agoQt4: non-sense way of getting current playlist item
Rémi Denis-Courmont [Sat, 16 May 2009 16:07:07 +0000 (19:07 +0300)]
Qt4: non-sense way of getting current playlist item

We want the current playing item, rather than the number of items to
choose from. Besides, item-current is _not_ a choice list anyway.

15 years agoAttach fetcher to playlist so it gets proper configuration
Rémi Denis-Courmont [Sat, 16 May 2009 16:06:46 +0000 (19:06 +0300)]
Attach fetcher to playlist so it gets proper configuration

15 years agoplaylist_DeleteFromInput: pass the input item rather than its ID
Rémi Denis-Courmont [Sat, 16 May 2009 11:43:41 +0000 (14:43 +0300)]
playlist_DeleteFromInput: pass the input item rather than its ID

15 years agofetcher is a VLC object
Rémi Denis-Courmont [Sat, 16 May 2009 11:58:33 +0000 (14:58 +0300)]
fetcher is a VLC object

15 years agoplaylist_Add and playlist_AddExt: return error/success value
Rémi Denis-Courmont [Sat, 16 May 2009 11:21:26 +0000 (14:21 +0300)]
playlist_Add and playlist_AddExt: return error/success value

None of the callers actually care about the return value anyway.
When the input item is needed, then playlist_AddInput did and still
does the job.

15 years agoRemove never used value
Rémi Denis-Courmont [Sat, 16 May 2009 11:21:12 +0000 (14:21 +0300)]
Remove never used value

15 years agoplaylist_ItemGetByInputId: remove dead code
Rémi Denis-Courmont [Sat, 16 May 2009 10:53:43 +0000 (13:53 +0300)]
playlist_ItemGetByInputId: remove dead code

playlist_ItemGetByInput can be used instead anyway

15 years agoBump libvlccore SOVERSION
Rémi Denis-Courmont [Sat, 16 May 2009 10:47:52 +0000 (13:47 +0300)]
Bump libvlccore SOVERSION

15 years agoHTTP: try to fix mix of input item IDs and playlist item IDs
Rémi Denis-Courmont [Sat, 16 May 2009 10:43:39 +0000 (13:43 +0300)]
HTTP: try to fix mix of input item IDs and playlist item IDs

15 years agoQt4: add QVLCInteger
Rémi Denis-Courmont [Sat, 16 May 2009 10:00:17 +0000 (13:00 +0300)]
Qt4: add QVLCInteger

15 years agoQt4: move QVLCVariable out of external dialogs
Rémi Denis-Courmont [Sat, 16 May 2009 09:23:51 +0000 (12:23 +0300)]
Qt4: move QVLCVariable out of external dialogs

15 years agoTypo
Rémi Denis-Courmont [Sat, 16 May 2009 08:49:04 +0000 (11:49 +0300)]
Typo

15 years agoRevert "loose up little xcb-xv version requirements"
Rémi Denis-Courmont [Sat, 16 May 2009 08:28:23 +0000 (11:28 +0300)]
Revert "loose up little xcb-xv version requirements"

This reverts commit 8e1f14148bf158e37a838da2ac04062fd2a0aca1.

15 years agoQt: use a better name for artWork function to avoid the issue we had by the past...
Jean-Baptiste Kempf [Sat, 16 May 2009 09:31:55 +0000 (11:31 +0200)]
Qt: use a better name for artWork function to avoid the issue we had by the past...

doSomehting() is not a good function name.

15 years agoMerge commit 'origin/1.0-bugfix'
Laurent Aimar [Fri, 15 May 2009 23:09:40 +0000 (01:09 +0200)]
Merge commit 'origin/1.0-bugfix'

Conflicts:

modules/codec/dmo/dmo.c

15 years agoFixed DMO wrapper.
Laurent Aimar [Fri, 15 May 2009 23:02:06 +0000 (01:02 +0200)]
Fixed DMO wrapper.

 One input buffer can create multiples output ones and so need to be fetched
before provided a new input one.

15 years agoRespect album-art for CDDB request.
Laurent Aimar [Fri, 15 May 2009 21:52:25 +0000 (23:52 +0200)]
Respect album-art for CDDB request.

In this case the option is a bit mis-named but...

15 years agoCorrectly detect rewind (rtsp).
Laurent Aimar [Fri, 15 May 2009 21:46:05 +0000 (23:46 +0200)]
Correctly detect rewind (rtsp).

15 years agoDo not call EnsureUTF8 on NULL string (cdtext).
Laurent Aimar [Fri, 15 May 2009 21:20:15 +0000 (23:20 +0200)]
Do not call EnsureUTF8 on NULL string (cdtext).

15 years agoDMO: support for WMAL and wmal fourCC
Jean-Baptiste Kempf [Fri, 15 May 2009 22:15:51 +0000 (00:15 +0200)]
DMO: support for WMAL and wmal fourCC

15 years agoAdd wmal and WMAL fourCC
Jean-Baptiste Kempf [Fri, 15 May 2009 22:10:05 +0000 (00:10 +0200)]
Add wmal and WMAL fourCC

Spotted by mc2man, mc2man -- optonline | net
(cherry picked from commit e783877897dcafdcd833f81ba44015ccd0ac482f)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>