]> git.sesse.net Git - vlc/log
vlc
15 years agoQt4: more const
Christophe Mutricy [Wed, 14 Jan 2009 23:31:09 +0000 (23:31 +0000)]
Qt4: more const

15 years agoPartially revert 497a6b5b as it creates infinite loops with avformat.
Laurent Aimar [Wed, 14 Jan 2009 22:30:50 +0000 (23:30 +0100)]
Partially revert 497a6b5b as it creates infinite loops with avformat.

I am not sure that the reverted part was really intented.
Reported by Jonathan Brossard, iViZ Techno Solutions Pvt. Ltd.

15 years agoRemove unused includes
Christophe Mutricy [Wed, 14 Jan 2009 21:22:29 +0000 (21:22 +0000)]
Remove unused includes

15 years agoRemove unused includes
Christophe Mutricy [Wed, 14 Jan 2009 21:17:57 +0000 (21:17 +0000)]
Remove unused includes

15 years agosccanf supports %p, use it instead of hacky %ju
Rémi Denis-Courmont [Wed, 14 Jan 2009 20:53:30 +0000 (22:53 +0200)]
sccanf supports %p, use it instead of hacky %ju

15 years agosnapshot: release the input ASAP
Rémi Denis-Courmont [Wed, 14 Jan 2009 20:31:00 +0000 (22:31 +0200)]
snapshot: release the input ASAP

15 years agohttpd: use a condition variable instead of msleep, and fix a small race
Rémi Denis-Courmont [Wed, 14 Jan 2009 20:07:31 +0000 (22:07 +0200)]
httpd: use a condition variable instead of msleep, and fix a small race

host->i_url was read without protection. We also now use the reference
count as the "death" variable, rather than vlc_object_alive() which
simplifies locking.

15 years agohttpd: fix error handling path
Rémi Denis-Courmont [Wed, 14 Jan 2009 19:58:51 +0000 (21:58 +0200)]
httpd: fix error handling path

15 years agoupnp_intel: fix potential memleak.
Rémi Duraffort [Wed, 14 Jan 2009 18:57:46 +0000 (19:57 +0100)]
upnp_intel: fix potential memleak.

15 years agoRemove vlc_thread_create
Rémi Denis-Courmont [Wed, 14 Jan 2009 19:21:49 +0000 (21:21 +0200)]
Remove vlc_thread_create

By the way, its earlier (<= 0.8.6) incarnation were buggy.

15 years agoWin32: get rid of vlc_thread_ready()
Rémi Denis-Courmont [Wed, 14 Jan 2009 19:19:54 +0000 (21:19 +0200)]
Win32: get rid of vlc_thread_ready()

By the way, the Win32 video outputs could probably go through some code
factorization. Don't ask me.

15 years agoRemove unmatched vlc_thread_ready (vlc_create_thread not waiting)
Rémi Denis-Courmont [Wed, 14 Jan 2009 17:41:33 +0000 (19:41 +0200)]
Remove unmatched vlc_thread_ready (vlc_create_thread not waiting)

15 years agoQt4: fix transcode/stream character encoding - fixes #2411
Rémi Denis-Courmont [Wed, 14 Jan 2009 17:18:00 +0000 (19:18 +0200)]
Qt4: fix transcode/stream character encoding - fixes #2411

15 years agoQt4: get rid of qta in favor of qtu
Rémi Denis-Courmont [Wed, 14 Jan 2009 16:52:39 +0000 (18:52 +0200)]
Qt4: get rid of qta in favor of qtu

15 years agoQt4: memory leak
Rémi Denis-Courmont [Wed, 14 Jan 2009 16:51:51 +0000 (18:51 +0200)]
Qt4: memory leak

15 years agoQt4: use constData and provide expansion safety for qtu() and qta()
Rémi Denis-Courmont [Wed, 14 Jan 2009 16:36:59 +0000 (18:36 +0200)]
Qt4: use constData and provide expansion safety for qtu() and qta()

15 years agoQt4: missing const
Rémi Denis-Courmont [Wed, 14 Jan 2009 16:36:23 +0000 (18:36 +0200)]
Qt4: missing const

15 years agoaccess_ftp: uneeded var_get.
Rémi Duraffort [Wed, 14 Jan 2009 10:48:05 +0000 (11:48 +0100)]
access_ftp: uneeded var_get.

15 years agoaccess_file: unneeded test.
Rémi Duraffort [Wed, 14 Jan 2009 10:13:47 +0000 (11:13 +0100)]
access_file: unneeded test.

15 years agocontribs: updated automake to version 1.10.2 (required by libgcrypt) and autoconf...
Felix Paul Kühne [Tue, 13 Jan 2009 22:26:31 +0000 (23:26 +0100)]
contribs: updated automake to version 1.10.2 (required by libgcrypt) and autoconf to 2.63

15 years agodecomp: add assertion against #2409
Rémi Denis-Courmont [Tue, 13 Jan 2009 20:38:16 +0000 (22:38 +0200)]
decomp: add assertion against #2409

15 years agodecomp: handle NULL reads (skipping data) properly - fixes #2409
Rémi Denis-Courmont [Tue, 13 Jan 2009 20:56:48 +0000 (22:56 +0200)]
decomp: handle NULL reads (skipping data) properly - fixes #2409

15 years agodecomp: fallback to write() if Linux vmsplice returns ENOSYS
Rémi Denis-Courmont [Tue, 13 Jan 2009 20:36:21 +0000 (22:36 +0200)]
decomp: fallback to write() if Linux vmsplice returns ENOSYS

(Since we are always dealing with a pipe, it cannot return EINVAL)

15 years agodecomp: fix reading after peeking
Rémi Denis-Courmont [Tue, 13 Jan 2009 20:56:04 +0000 (22:56 +0200)]
decomp: fix reading after peeking

15 years agoAdd subscreen/follow mouse options in open dialog.
FUJISAWA Tooru [Tue, 13 Jan 2009 16:57:03 +0000 (01:57 +0900)]
Add subscreen/follow mouse options in open dialog.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
15 years agoFix sizeof misuse and variable uninitialization
Pierre Ynard [Tue, 13 Jan 2009 14:14:22 +0000 (15:14 +0100)]
Fix sizeof misuse and variable uninitialization

Unbreaks start-up on WinCE.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoDo not issue input times event when buffering.
Laurent Aimar [Mon, 12 Jan 2009 21:58:33 +0000 (22:58 +0100)]
Do not issue input times event when buffering.

15 years agoOptimized a bit bs_skip.
Laurent Aimar [Mon, 12 Jan 2009 21:06:43 +0000 (22:06 +0100)]
Optimized a bit bs_skip.

15 years agoMissing ENABLE_SOUT checks.
Laurent Aimar [Mon, 12 Jan 2009 21:03:24 +0000 (22:03 +0100)]
Missing ENABLE_SOUT checks.

Pointed out by linkfanel.

15 years agoInteraction: use dedicated condition variable
Rémi Denis-Courmont [Mon, 12 Jan 2009 21:09:50 +0000 (23:09 +0200)]
Interaction: use dedicated condition variable

15 years agoaccess_ftp: cleanup.
Rémi Duraffort [Mon, 12 Jan 2009 18:17:05 +0000 (19:17 +0100)]
access_ftp: cleanup.

15 years agoHide interaction object layout
Rémi Denis-Courmont [Mon, 12 Jan 2009 20:42:30 +0000 (22:42 +0200)]
Hide interaction object layout

15 years agoRemove useless console type and pointer
Rémi Denis-Courmont [Mon, 12 Jan 2009 20:42:12 +0000 (22:42 +0200)]
Remove useless console type and pointer

15 years agoDeclare M4 macro directory
Rémi Denis-Courmont [Mon, 12 Jan 2009 20:21:22 +0000 (22:21 +0200)]
Declare M4 macro directory

15 years agoinput: remove duplicate end/error events
Rémi Denis-Courmont [Mon, 12 Jan 2009 19:36:50 +0000 (21:36 +0200)]
input: remove duplicate end/error events

15 years agoinput: end immediately, do not wait for kill event
Rémi Denis-Courmont [Mon, 12 Jan 2009 19:27:17 +0000 (21:27 +0200)]
input: end immediately, do not wait for kill event

Once the input main loop is done (or if input init fails), input
controls are not popped anyway. So the input callbacks are no-ops.
There is no point in postponing cleanup.

15 years agoinput: small code factorization
Rémi Denis-Courmont [Mon, 12 Jan 2009 19:20:37 +0000 (21:20 +0200)]
input: small code factorization

15 years agoQt4: tell how much has been buffered when buffering (percents)
Ilkka Ollakka [Mon, 12 Jan 2009 18:57:19 +0000 (20:57 +0200)]
Qt4: tell how much has been buffered when buffering (percents)

15 years agovout: trivial code factorization
Rémi Denis-Courmont [Mon, 12 Jan 2009 18:33:24 +0000 (20:33 +0200)]
vout: trivial code factorization

15 years agovout: stop using the object lock, we have the change_lock already
Rémi Denis-Courmont [Mon, 12 Jan 2009 18:31:17 +0000 (20:31 +0200)]
vout: stop using the object lock, we have the change_lock already

15 years agoUseless vlc_object_wait() usage
Rémi Denis-Courmont [Mon, 12 Jan 2009 18:06:03 +0000 (20:06 +0200)]
Useless vlc_object_wait() usage

15 years agoLUA intf: fix lock_and_wait, and stop using vlc_object_wait()
Rémi Denis-Courmont [Mon, 12 Jan 2009 17:52:01 +0000 (19:52 +0200)]
LUA intf: fix lock_and_wait, and stop using vlc_object_wait()

The only event that lock_and_wait can only wait for the end of the
interface event (safely). That is the only piece of state which is read
under the lock.

Also it is not possible to wait on a random object since (deprecated)
vlc_object_signal() is _not_ broadcasting the object condition variable.
In effect, VLC threads shall only wait on their own object (this is not
LUA-specific).

Ultimately, lock_and_wait is of barely any use, and in any case is now
poorly named (my fault for inventing vlc_object_lock_and_wait()). By the
way, it always returns true now.

15 years agoUnused variable
Rémi Denis-Courmont [Mon, 12 Jan 2009 17:51:33 +0000 (19:51 +0200)]
Unused variable

15 years agoUnused variable
Rémi Denis-Courmont [Mon, 12 Jan 2009 17:51:23 +0000 (19:51 +0200)]
Unused variable

15 years agoQt4_message: when the cursor it at the end, scroll down automatically.
Rémi Duraffort [Mon, 12 Jan 2009 16:14:55 +0000 (17:14 +0100)]
Qt4_message: when the cursor it at the end, scroll down automatically.

15 years agomacosx: fixed broken screen fps selection pointed by FUJISAWA Tooru
Felix Paul Kühne [Mon, 12 Jan 2009 16:09:26 +0000 (17:09 +0100)]
macosx: fixed broken screen fps selection pointed by FUJISAWA Tooru

15 years agoRestore download cover art context menu that was taken away by my previous
Ilkka Ollakka [Mon, 12 Jan 2009 15:44:07 +0000 (17:44 +0200)]
Restore download cover art context menu that was taken away by my previous
commit. Thou I think it should invalidate current album art, so core would do
new search for it.

15 years agoQt4: refactor album art stuff into inputmanager
Ilkka Ollakka [Mon, 12 Jan 2009 13:24:20 +0000 (15:24 +0200)]
Qt4: refactor album art stuff into inputmanager

 Input manager now emits signal for album art and gives
 url to art itself, so CoverArt or Background-widgets don't
 need to parse it themself, and CoverArt don't need to use
 those callbacks. This ways both get same image too.

15 years agoQt4: need an input to update caching - fixes #2405
Rémi Denis-Courmont [Sun, 11 Jan 2009 19:34:55 +0000 (21:34 +0200)]
Qt4: need an input to update caching - fixes #2405

15 years agol10n: Japanese update
Tadashi Jokagi [Sun, 11 Jan 2009 18:26:04 +0000 (18:26 +0000)]
l10n: Japanese update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
15 years agoSAP: raw UDP has no RTCP
Rémi Denis-Courmont [Sun, 11 Jan 2009 18:36:34 +0000 (20:36 +0200)]
SAP: raw UDP has no RTCP

15 years agoRemove obsolete --sap-timeshift option
Rémi Denis-Courmont [Sun, 11 Jan 2009 18:09:48 +0000 (20:09 +0200)]
Remove obsolete --sap-timeshift option

15 years agoSAP: parse RTCP port out of the SDP
Rémi Denis-Courmont [Sun, 11 Jan 2009 18:03:58 +0000 (20:03 +0200)]
SAP: parse RTCP port out of the SDP

15 years agoRTP: allow odd RTP ports for TCP & DCCP
Rémi Denis-Courmont [Sun, 11 Jan 2009 18:03:18 +0000 (20:03 +0200)]
RTP: allow odd RTP ports for TCP & DCCP

At the moment, we assume RTP/RTCP multiplexing anyhow.

15 years agoRTP: implement separate option for RTCP receive port
Rémi Denis-Courmont [Sun, 11 Jan 2009 18:02:55 +0000 (20:02 +0200)]
RTP: implement separate option for RTCP receive port

15 years agoRemove some semi-colons
Rémi Denis-Courmont [Sun, 11 Jan 2009 17:53:49 +0000 (19:53 +0200)]
Remove some semi-colons

15 years agocontribs: win32 cross-compilation fixes
Felix Paul Kühne [Sun, 11 Jan 2009 17:06:56 +0000 (18:06 +0100)]
contribs: win32 cross-compilation fixes

15 years agoCleanup interaction-capable interface registration
Rémi Denis-Courmont [Sun, 11 Jan 2009 17:05:00 +0000 (19:05 +0200)]
Cleanup interaction-capable interface registration

 * Make registration thread-safe, and independent on vlc_list_find().
 * Fix use-after-free race condition when destroying the interface
   (interaction will be lost instead).

15 years agoAdd subscreen/follow mouse support to Mac OS X screen module.
FUJISAWA Tooru [Sat, 10 Jan 2009 22:05:15 +0000 (07:05 +0900)]
Add subscreen/follow mouse support to Mac OS X screen module.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
15 years agomodify to tell about --disable-libgcrypt
Ilkka Ollakka [Fri, 9 Jan 2009 10:54:03 +0000 (12:54 +0200)]
modify to tell about --disable-libgcrypt

15 years agodvdnav: also probe file:// (fixes #2131)
Rémi Denis-Courmont [Sun, 11 Jan 2009 14:40:38 +0000 (16:40 +0200)]
dvdnav: also probe file:// (fixes #2131)

15 years agodvdnav: trivially avoid duplicate file path lookup
Rémi Denis-Courmont [Sun, 11 Jan 2009 14:40:13 +0000 (16:40 +0200)]
dvdnav: trivially avoid duplicate file path lookup

15 years agodvdnav: cosmetic simplification
Rémi Denis-Courmont [Sun, 11 Jan 2009 14:37:58 +0000 (16:37 +0200)]
dvdnav: cosmetic simplification

15 years agoRemove un-needed libs
Rémi Denis-Courmont [Sun, 11 Jan 2009 10:14:44 +0000 (12:14 +0200)]
Remove un-needed libs

15 years agoAdd .ogx in case someone ever needs it
Rémi Denis-Courmont [Sun, 11 Jan 2009 09:40:37 +0000 (11:40 +0200)]
Add .ogx in case someone ever needs it

15 years agoHTTPd: use the RFC5334 MIME types for their respective extensions
Rémi Denis-Courmont [Sun, 11 Jan 2009 09:28:27 +0000 (11:28 +0200)]
HTTPd: use the RFC5334 MIME types for their respective extensions

Currently, we stick to legacy application/ogg for legacy extensions.

15 years agoAdd .oga and .spx as per RFC5334
Rémi Denis-Courmont [Sun, 11 Jan 2009 09:26:44 +0000 (11:26 +0200)]
Add .oga and .spx as per RFC5334

15 years agoAdd .s3m and .it as Tracker file extensions
Rémi Denis-Courmont [Sun, 11 Jan 2009 09:24:51 +0000 (11:24 +0200)]
Add .s3m and .it as Tracker file extensions

15 years agoHTTPd: guess MIME type for *.ogv
Rémi Denis-Courmont [Sun, 11 Jan 2009 09:17:10 +0000 (11:17 +0200)]
HTTPd: guess MIME type for *.ogv

15 years agoInput: recognize .ogv files
Rémi Denis-Courmont [Sun, 11 Jan 2009 09:15:07 +0000 (11:15 +0200)]
Input: recognize .ogv files

15 years agoCosmetic
Rémi Denis-Courmont [Sun, 11 Jan 2009 09:14:58 +0000 (11:14 +0200)]
Cosmetic

15 years agojvlc #23: make native resources release explicit
Filippo Carone [Sat, 10 Jan 2009 01:39:53 +0000 (02:39 +0100)]
jvlc #23: make native resources release explicit

15 years agofolder: less include
Rémi Duraffort [Sat, 10 Jan 2009 18:15:31 +0000 (19:15 +0100)]
folder: less include

15 years agotaglib: accept the Xiph comments with more than one embedded art,
Rémi Duraffort [Sat, 10 Jan 2009 18:11:58 +0000 (19:11 +0100)]
taglib: accept the Xiph comments with more than one embedded art,
but take only the first one.

15 years agoUpdate the module list.
Rémi Duraffort [Sat, 10 Jan 2009 17:59:16 +0000 (18:59 +0100)]
Update the module list.

15 years agoGLX: minor fixes
Rémi Denis-Courmont [Sat, 10 Jan 2009 20:21:26 +0000 (22:21 +0200)]
GLX: minor fixes

15 years agoFixed a typo in libass.
Laurent Aimar [Sat, 10 Jan 2009 20:19:12 +0000 (21:19 +0100)]
Fixed a typo in libass.

15 years agolibass: set windows/fonts as default directory
Laurent Aimar [Sat, 10 Jan 2009 20:12:56 +0000 (21:12 +0100)]
libass: set windows/fonts as default directory

Initial patch by Hannes Domani with the comments:
"Hello

 this fixes the problem when font is not attached in mkv.

 was mentioned in:
 http://forum.videolan.org/viewtopic.php?f=14&t=51096&p=166340
 http://forum.videolan.org/viewtopic.php?f=7&t=50534&p=163900
"

15 years agoDirectory: ignore SSA files - fixes #2341
Rémi Denis-Courmont [Sat, 10 Jan 2009 19:45:28 +0000 (21:45 +0200)]
Directory: ignore SSA files - fixes #2341

15 years agoFixed QT4 message dialogs thread safety.
Laurent Aimar [Sat, 10 Jan 2009 19:00:54 +0000 (20:00 +0100)]
Fixed QT4 message dialogs thread safety.

I used customEvent to implement it.
(It renders the dedicated message thread per subscriber useless with qt4).

15 years agoRemove useless parameter
Rémi Denis-Courmont [Sat, 10 Jan 2009 18:53:49 +0000 (20:53 +0200)]
Remove useless parameter

15 years agoPlaylist: only try to add one SD plugin at a time
Rémi Denis-Courmont [Sat, 10 Jan 2009 18:29:22 +0000 (20:29 +0200)]
Playlist: only try to add one SD plugin at a time

Otherwise, we would have to either ignore errors, or fail to load some
plugins just because earlier ones failed

15 years agolibvlc: add SD plugins one by one
Rémi Denis-Courmont [Sat, 10 Jan 2009 18:28:51 +0000 (20:28 +0200)]
libvlc: add SD plugins one by one

15 years agoplaylist: create root SD node before registering events
Rémi Denis-Courmont [Sat, 10 Jan 2009 18:10:09 +0000 (20:10 +0200)]
playlist: create root SD node before registering events

15 years agoFix memory leak
Rémi Denis-Courmont [Sat, 10 Jan 2009 18:04:46 +0000 (20:04 +0200)]
Fix memory leak

15 years agoCosmetic
Rémi Denis-Courmont [Sat, 10 Jan 2009 17:54:40 +0000 (19:54 +0200)]
Cosmetic

15 years agoFix trivial syntax errors
Rémi Denis-Courmont [Sat, 10 Jan 2009 17:54:15 +0000 (19:54 +0200)]
Fix trivial syntax errors

15 years agoPlaylist: detach from SD events _after_ stopping the plugin
Rémi Denis-Courmont [Sat, 10 Jan 2009 17:48:37 +0000 (19:48 +0200)]
Playlist: detach from SD events _after_ stopping the plugin

15 years agoRemove playlist items when destroying the playlist...
Rémi Denis-Courmont [Sat, 10 Jan 2009 17:42:48 +0000 (19:42 +0200)]
Remove playlist items when destroying the playlist...

...rather than when disabling it. Otherwise service discovery plugins
cannot possibly cleanup after themselves (and CABOOM).

15 years agoRemove children kill hack
Rémi Denis-Courmont [Sat, 10 Jan 2009 17:37:21 +0000 (19:37 +0200)]
Remove children kill hack

Whatever would need this would be a buggy SD plugin.

15 years agoRemove suspicious and suspiciously dead code
Rémi Denis-Courmont [Sat, 10 Jan 2009 17:31:09 +0000 (19:31 +0200)]
Remove suspicious and suspiciously dead code

A destructor would never have to release its own object, since the
destructor is only called when the object is not referenced anymore.
On the other hand, it is not clear to me whether SD objects still need
a destructor.

15 years agoSD: remove psz_module parameter, shorter function names
Rémi Denis-Courmont [Sat, 10 Jan 2009 17:28:34 +0000 (19:28 +0200)]
SD: remove psz_module parameter, shorter function names

15 years agoRemove buggy and unused function
Rémi Denis-Courmont [Sat, 10 Jan 2009 17:20:28 +0000 (19:20 +0200)]
Remove buggy and unused function

15 years agoInclude vlc_services_discovery.h only where needed
Rémi Denis-Courmont [Sat, 10 Jan 2009 17:15:34 +0000 (19:15 +0200)]
Include vlc_services_discovery.h only where needed

15 years agoRestore SD human-readable names
Rémi Denis-Courmont [Sat, 10 Jan 2009 17:11:31 +0000 (19:11 +0200)]
Restore SD human-readable names

15 years agoUpdate the GIT revision properly
Rémi Denis-Courmont [Sat, 10 Jan 2009 16:13:33 +0000 (18:13 +0200)]
Update the GIT revision properly

15 years agoClean up here and there
Felix Paul Kühne [Sat, 10 Jan 2009 15:10:30 +0000 (16:10 +0100)]
Clean up here and there

15 years agomacosx: added missing pl locks
Felix Paul Kühne [Sat, 10 Jan 2009 15:06:27 +0000 (16:06 +0100)]
macosx: added missing pl locks

15 years agoQt4: systray hides the interface when it is visible regardless of focus
Rémi Denis-Courmont [Sat, 10 Jan 2009 14:11:54 +0000 (16:11 +0200)]
Qt4: systray hides the interface when it is visible regardless of focus

Otherwise, if the interface is hidden behind another window, clicking
the tray icon however many times will request user attention in the task
bar and never actually show the interface. This was confusing and
inconvenient (fixes #2396). This new behavior is consistent with KMail.

It would probably be even better to show the interface on top (instead
of hiding it, then show it on the second click). Unfortunately, while it
does seem possible, I do not know how. For sure, the previous scheme did
not work anyway.

15 years agoFix grammar and don't minimize if config_getInt fails
Rémi Denis-Courmont [Sat, 10 Jan 2009 13:53:34 +0000 (15:53 +0200)]
Fix grammar and don't minimize if config_getInt fails