]> git.sesse.net Git - vlc/log
vlc
15 years agoGive input_DecoderNew the clock used.
Laurent Aimar [Sat, 27 Sep 2008 19:32:57 +0000 (21:32 +0200)]
Give input_DecoderNew the clock used.

No functionnal changes yet.

15 years agoProtect input_clock_GetTS from concurrent access.
Laurent Aimar [Sat, 27 Sep 2008 14:27:48 +0000 (16:27 +0200)]
Protect input_clock_GetTS from concurrent access.

15 years agoMoved clock master flag to es_out.
Laurent Aimar [Sat, 27 Sep 2008 14:19:51 +0000 (16:19 +0200)]
Moved clock master flag to es_out.

15 years agoNo functionnal changes.
Laurent Aimar [Sat, 27 Sep 2008 00:48:07 +0000 (02:48 +0200)]
No functionnal changes.

15 years agoDocumented input_clock_t interface.
Laurent Aimar [Fri, 26 Sep 2008 17:28:42 +0000 (19:28 +0200)]
Documented input_clock_t interface.

There is no functionnal changes + cosmetics.

15 years agoModularize drift algo by introducing a long term average helper.
Laurent Aimar [Thu, 25 Sep 2008 18:39:56 +0000 (20:39 +0200)]
Modularize drift algo by introducing a long term average helper.

15 years agoCosmetics.
Laurent Aimar [Thu, 25 Sep 2008 18:18:28 +0000 (20:18 +0200)]
Cosmetics.

15 years agoFixed last_pts by using max value.
Laurent Aimar [Thu, 25 Sep 2008 18:10:37 +0000 (20:10 +0200)]
Fixed last_pts by using max value.

15 years agoImproved (a little) reactivity on seek.
Laurent Aimar [Thu, 25 Sep 2008 18:06:47 +0000 (20:06 +0200)]
Improved (a little) reactivity on seek.

15 years agoMoved clock interface from input_internal.h to input_clock.h
Laurent Aimar [Wed, 24 Sep 2008 20:51:32 +0000 (22:51 +0200)]
Moved clock interface from input_internal.h to input_clock.h

15 years agoCosmetics.
Laurent Aimar [Wed, 24 Sep 2008 20:34:53 +0000 (22:34 +0200)]
Cosmetics.

15 years agoRemoved all clock dependencies on input.
Laurent Aimar [Wed, 24 Sep 2008 20:27:31 +0000 (22:27 +0200)]
Removed all clock dependencies on input.

15 years agoRemoved one dependency of the clock on input_thread_t.
Laurent Aimar [Wed, 24 Sep 2008 20:13:42 +0000 (22:13 +0200)]
Removed one dependency of the clock on input_thread_t.

15 years agoNo functionnal changes.
Laurent Aimar [Wed, 24 Sep 2008 19:58:46 +0000 (21:58 +0200)]
No functionnal changes.

It is mostly clock fields renaming.

15 years agoNo functionnal changes.
Laurent Aimar [Wed, 24 Sep 2008 19:08:50 +0000 (21:08 +0200)]
No functionnal changes.

It fixes clock prototypes.

15 years agoPrivatized input_clock_t to clock.c
Laurent Aimar [Wed, 24 Sep 2008 18:54:37 +0000 (20:54 +0200)]
Privatized input_clock_t to clock.c

15 years agoUse provided system time instead of mdate().
Laurent Aimar [Wed, 24 Sep 2008 18:34:58 +0000 (20:34 +0200)]
Use provided system time instead of mdate().

15 years agoNo functionnal changes in clock algo.
Laurent Aimar [Tue, 23 Sep 2008 20:43:14 +0000 (22:43 +0200)]
No functionnal changes in clock algo.

15 years agoSystem clock is given to input_ClockSetPCR.
Laurent Aimar [Tue, 23 Sep 2008 20:29:41 +0000 (22:29 +0200)]
System clock is given to input_ClockSetPCR.

No functionnal change yet.

15 years agoRemoved the ugly input clock.c sleep.
Laurent Aimar [Tue, 23 Sep 2008 20:13:17 +0000 (22:13 +0200)]
Removed the ugly input clock.c sleep.

The input main loop will now handles space control at the right place.

15 years agoAdded signal stat to dvb module.
Laurent Aimar [Tue, 23 Sep 2008 20:12:26 +0000 (22:12 +0200)]
Added signal stat to dvb module.

15 years agoAdded signal-quality/strength input variables for access signal report.
Laurent Aimar [Tue, 23 Sep 2008 20:11:01 +0000 (22:11 +0200)]
Added signal-quality/strength input variables for access signal report.

They are set to -1 if not specified.

15 years agoskins2: Fix compilation.
Pierre d'Herbemont [Sun, 28 Sep 2008 00:22:32 +0000 (02:22 +0200)]
skins2: Fix compilation.

15 years agoFix playlist_CurrentInput usage.
Pierre d'Herbemont [Sun, 28 Sep 2008 00:08:39 +0000 (02:08 +0200)]
Fix playlist_CurrentInput usage.

15 years agoCompile fix
Christophe Mutricy [Sat, 27 Sep 2008 23:24:12 +0000 (00:24 +0100)]
Compile fix

15 years agoCompile fix after d228fdd28e
Christophe Mutricy [Sat, 27 Sep 2008 22:49:37 +0000 (23:49 +0100)]
Compile fix after d228fdd28e

15 years agoFix bad declaration
Christophe Mutricy [Sat, 27 Sep 2008 22:29:59 +0000 (23:29 +0100)]
Fix bad declaration

Not sure how it's called but i guess it would have resulted in crashes or memory corruption

15 years agoQt4: Fix compilation
Christophe Mutricy [Sat, 27 Sep 2008 21:55:22 +0000 (22:55 +0100)]
Qt4: Fix compilation

Seems to works but i would appreciate a review by a playlist guru

15 years agoDisable horribly broken Bonjour code.
Rémi Denis-Courmont [Sat, 27 Sep 2008 18:29:59 +0000 (21:29 +0300)]
Disable horribly broken Bonjour code.

Access outputs don't use the playlist (ever heard of VLM?).

15 years agolibvlc_event: Make sure we return in case of error.
Pierre d'Herbemont [Sat, 27 Sep 2008 18:14:35 +0000 (20:14 +0200)]
libvlc_event: Make sure we return in case of error.

15 years agoRemove useless includes
Rémi Denis-Courmont [Sat, 27 Sep 2008 18:01:48 +0000 (21:01 +0300)]
Remove useless includes

15 years agoQt4 compile fix
Rémi Denis-Courmont [Sat, 27 Sep 2008 17:54:00 +0000 (20:54 +0300)]
Qt4 compile fix

(Untested due to other Qt4 compilation errors)

15 years agoogg: Fix an unitialized value usage.
Pierre d'Herbemont [Sat, 27 Sep 2008 17:52:34 +0000 (19:52 +0200)]
ogg: Fix an unitialized value usage.

Please review.

Spotted by llvm/clang analyser.

15 years agoogg: Fix a divide by zero.
Pierre d'Herbemont [Sat, 27 Sep 2008 17:44:39 +0000 (19:44 +0200)]
ogg: Fix a divide by zero.

Please review.

Spotted by llvm/clang checker.

15 years agomp4: Fix a leak.
Pierre d'Herbemont [Sat, 27 Sep 2008 17:41:56 +0000 (19:41 +0200)]
mp4: Fix a leak.

Spotted by LLVM/Clang Static Analyzer.

15 years agoplaylist: items_to_delete is now private.
Pierre d'Herbemont [Sat, 27 Sep 2008 17:18:20 +0000 (19:18 +0200)]
playlist: items_to_delete is now private.

15 years agoplaylist: Move more members as private.
Pierre d'Herbemont [Sat, 27 Sep 2008 17:12:07 +0000 (19:12 +0200)]
playlist: Move more members as private.

15 years agoRemove dummy debug
Rémi Denis-Courmont [Sat, 27 Sep 2008 16:29:30 +0000 (19:29 +0300)]
Remove dummy debug

15 years agoOops, forgot some dead code
Rémi Denis-Courmont [Sat, 27 Sep 2008 16:26:33 +0000 (19:26 +0300)]
Oops, forgot some dead code

15 years agoDirectory as XSPF playlist
Rémi Denis-Courmont [Sun, 14 Sep 2008 17:23:01 +0000 (20:23 +0300)]
Directory as XSPF playlist

This gets rid of the directory demux and playlist hacks.
Fixes #2050.

TODO: proper tree structure.

15 years agoencode_URI_component: fix and cleanup
Rémi Denis-Courmont [Sat, 27 Sep 2008 14:54:40 +0000 (17:54 +0300)]
encode_URI_component: fix and cleanup

15 years agomacosx: Don't release then retain the same item if we store it.
Pierre d'Herbemont [Sat, 27 Sep 2008 15:33:12 +0000 (17:33 +0200)]
macosx: Don't release then retain the same item if we store it.

15 years agomacosx: Fix tautology.
Pierre d'Herbemont [Sat, 27 Sep 2008 15:30:33 +0000 (17:30 +0200)]
macosx: Fix tautology.

15 years agocontrib: Bump contrib version.
Pierre d'Herbemont [Sat, 27 Sep 2008 15:27:11 +0000 (17:27 +0200)]
contrib: Bump contrib version.

15 years agocontrib: Retain permission on files (fixme).
Pierre d'Herbemont [Sat, 27 Sep 2008 14:12:29 +0000 (16:12 +0200)]
contrib: Retain permission on files (fixme).

15 years agocontrib: Bump binary revision used.
Pierre d'Herbemont [Sat, 27 Sep 2008 13:34:27 +0000 (15:34 +0200)]
contrib: Bump binary revision used.

15 years agocontrib: This got lost in package-macosx.
Pierre d'Herbemont [Sat, 27 Sep 2008 13:33:44 +0000 (15:33 +0200)]
contrib: This got lost in package-macosx.

15 years agocontrib: Fix change_prefix for .la.
Pierre d'Herbemont [Sat, 27 Sep 2008 13:23:58 +0000 (15:23 +0200)]
contrib: Fix change_prefix for .la.

15 years agoString rationalization
Rémi Denis-Courmont [Sat, 27 Sep 2008 13:06:28 +0000 (16:06 +0300)]
String rationalization

15 years agomacosx: Fix a typo that leads to a crash in _removeOldPreferences.
Pierre d'Herbemont [Sat, 27 Sep 2008 11:18:40 +0000 (13:18 +0200)]
macosx: Fix a typo that leads to a crash in _removeOldPreferences.

15 years agoRTP: fix TTL
Sebastien Escudier [Wed, 24 Sep 2008 14:38:45 +0000 (16:38 +0200)]
RTP: fix TTL

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoStill allocate unique input item IDs
Rémi Denis-Courmont [Sat, 27 Sep 2008 09:25:44 +0000 (12:25 +0300)]
Still allocate unique input item IDs

15 years agoAdd extensions for MIDI and Creative Voice
Rémi Denis-Courmont [Sat, 27 Sep 2008 09:00:10 +0000 (12:00 +0300)]
Add extensions for MIDI and Creative Voice

15 years agoSyntax error: missing closing bracket
Dominique Leuenberger [Sat, 27 Sep 2008 00:15:58 +0000 (02:15 +0200)]
Syntax error: missing closing bracket

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agovlc_array: Macro safety.
Rémi Duraffort [Fri, 26 Sep 2008 20:59:23 +0000 (22:59 +0200)]
vlc_array: Macro safety.

15 years agovlc_array: macro safety.
Rémi Duraffort [Fri, 26 Sep 2008 19:35:46 +0000 (21:35 +0200)]
vlc_array: macro safety.

15 years agoFix memleak when parsing VLC_VAR_LIST.
Rémi Duraffort [Fri, 26 Sep 2008 18:30:28 +0000 (20:30 +0200)]
Fix memleak when parsing VLC_VAR_LIST.
Backported from 0.9-bugfix

15 years agoFix memory leak
Rémi Denis-Courmont [Fri, 26 Sep 2008 15:54:40 +0000 (18:54 +0300)]
Fix memory leak

15 years agomodule_need: fix broken logic
Rémi Denis-Courmont [Fri, 26 Sep 2008 15:47:09 +0000 (18:47 +0300)]
module_need: fix broken logic

15 years agoSynchronize with 0.9-bugfix
Christophe Mutricy [Fri, 26 Sep 2008 15:44:32 +0000 (16:44 +0100)]
Synchronize with 0.9-bugfix

15 years agoRTP: fix parsing IPv6 addresses
Rémi Denis-Courmont [Fri, 26 Sep 2008 15:01:25 +0000 (18:01 +0300)]
RTP: fix parsing IPv6 addresses

15 years agoList .wma only once in NSIS installer - fixes #2096
Rémi Denis-Courmont [Fri, 26 Sep 2008 14:06:58 +0000 (17:06 +0300)]
List .wma only once in NSIS installer - fixes #2096

15 years agoQt4: simplification and correctness.
Jean-Baptiste Kempf [Fri, 26 Sep 2008 02:28:44 +0000 (19:28 -0700)]
Qt4: simplification and correctness.

15 years agoFixed forcing a demux while using access_demux for rtp.
Laurent Aimar [Thu, 25 Sep 2008 17:51:15 +0000 (19:51 +0200)]
Fixed forcing a demux while using access_demux for rtp.

Patch provided by Marian Durkovic.

15 years agoUnblock death signals if signals interface is absent
Rémi Denis-Courmont [Thu, 25 Sep 2008 15:34:13 +0000 (18:34 +0300)]
Unblock death signals if signals interface is absent

By the way, the exception handler claims the exception is not handled!

15 years agoSpelling
Rémi Denis-Courmont [Thu, 25 Sep 2008 15:34:06 +0000 (18:34 +0300)]
Spelling

15 years agoProbe interface plugis strictly
Rémi Denis-Courmont [Thu, 25 Sep 2008 15:33:12 +0000 (18:33 +0300)]
Probe interface plugis strictly

We don't want a different interface than the one requested (if any)

15 years agoRemove GCCism
Rémi Denis-Courmont [Thu, 25 Sep 2008 15:32:56 +0000 (18:32 +0300)]
Remove GCCism

15 years agoFix cache save submodule recursion
Rémi Denis-Courmont [Thu, 25 Sep 2008 15:19:32 +0000 (18:19 +0300)]
Fix cache save submodule recursion

15 years agomacosx: stupid c&p error
Felix Paul Kühne [Thu, 25 Sep 2008 14:43:03 +0000 (16:43 +0200)]
macosx: stupid c&p error

15 years agomacosx: remove the legacy CONFIG_ITEM_KEY_BEFORE_10_3 code
Felix Paul Kühne [Thu, 25 Sep 2008 14:39:59 +0000 (16:39 +0200)]
macosx: remove the legacy CONFIG_ITEM_KEY_BEFORE_10_3 code

15 years agomacosx: implement CONFIG_ITEM_PASSWORD (closes #2118)
Felix Paul Kühne [Thu, 25 Sep 2008 14:27:49 +0000 (16:27 +0200)]
macosx: implement CONFIG_ITEM_PASSWORD (closes #2118)

Thanks for not waiting for this announced, easy-to-backport commit.

15 years agoFixed SSA subtitles pause.
Laurent Aimar [Wed, 24 Sep 2008 21:42:06 +0000 (23:42 +0200)]
Fixed SSA subtitles pause.

 I have modified spu_RenderSubpictures to take a b_paused argument.
 The calls to pf_pre_render/pf_update_regions could have been moved to
spu_SortSubpicture and might have been cleaner BUT the way used keeps
all time consumming tasks inside spu_RenderSubpictures.

15 years agoSave submodules in the same order as we create/load them
Rémi Denis-Courmont [Wed, 24 Sep 2008 21:24:47 +0000 (00:24 +0300)]
Save submodules in the same order as we create/load them

Buggy CacheMerge assumes this (among other wrong things)

15 years agoRTP: use --demux instead of --rtp-ts-demux
Rémi Denis-Courmont [Wed, 24 Sep 2008 18:43:42 +0000 (21:43 +0300)]
RTP: use --demux instead of --rtp-ts-demux

15 years agoTelnet: don't leak the message.
Rémi Duraffort [Wed, 24 Sep 2008 20:40:48 +0000 (22:40 +0200)]
Telnet: don't leak the message.

15 years agoAvoid potential memleak.
Rémi Duraffort [Wed, 24 Sep 2008 20:40:20 +0000 (22:40 +0200)]
Avoid potential memleak.

15 years agoRemove allways true test.
Rémi Duraffort [Sun, 21 Sep 2008 15:42:36 +0000 (17:42 +0200)]
Remove allways true test.

15 years agoAvoid a malloc(0)
Rémi Duraffort [Wed, 17 Sep 2008 20:00:52 +0000 (22:00 +0200)]
Avoid a malloc(0)

15 years agoi18n: Fixes in qt4 simple prefs
Christophe Mutricy [Wed, 24 Sep 2008 19:11:54 +0000 (20:11 +0100)]
i18n: Fixes in qt4 simple prefs

15 years agoRTP: support for overriding the TS demux - fixes #2103
Rémi Denis-Courmont [Wed, 24 Sep 2008 17:43:49 +0000 (20:43 +0300)]
RTP: support for overriding the TS demux - fixes #2103

15 years agocdda: Fix issue with pausing of CDDA
Derk-Jan Hartman [Wed, 24 Sep 2008 15:10:26 +0000 (17:10 +0200)]
cdda: Fix issue with pausing of CDDA

15 years agoWrite snapshot to a temporary file first, then rename it to destination file.
Jean-Paul Saman [Wed, 24 Sep 2008 10:13:24 +0000 (12:13 +0200)]
Write snapshot to a temporary file first, then rename it to destination file.

It is possible to read from a file which is in the midst of being written.

15 years agoRespect jpeg format setting as scene snapshot and respect size setting when both...
Jean-Paul Saman [Wed, 24 Sep 2008 09:41:48 +0000 (11:41 +0200)]
Respect jpeg format setting as scene snapshot and respect size setting when both width and height are set.

15 years agohttpd: Fix keepalive/close of non-matching HTTP versions.
Derk-Jan Hartman [Wed, 24 Sep 2008 01:05:07 +0000 (03:05 +0200)]
httpd: Fix keepalive/close of non-matching HTTP versions.

This is a suggestion by Forum user boing (http://forum.videolan.org/viewtopic.php?f=18&t=47295&p=162690#p162690)

Freebox implements a HTTP/1.0 client, we a HTTP/1.1 server. As such we should base our determination of the keepalive vs. close behaviour on the query (client request) instead of the answer (server response).

See also: http://www.ietf.org/rfc/rfc2145.txt

15 years agoWin32 Installer update:
Jean-Baptiste Kempf [Tue, 23 Sep 2008 23:46:07 +0000 (16:46 -0700)]
Win32 Installer update:

Deactivate ActiveX by default and
reordering of File Asssociation to be more visible.

15 years agoQt4: Resize the good column to the text in Media information.
Jean-Baptiste Kempf [Tue, 23 Sep 2008 22:22:27 +0000 (15:22 -0700)]
Qt4: Resize the good column to the text in Media information.

15 years ago(x264) b-adapt now takes an integer ranging from 0 to 2.
Jean-Paul Saman [Tue, 23 Sep 2008 21:37:57 +0000 (23:37 +0200)]
(x264) b-adapt now takes an integer ranging from 0 to 2.

15 years agocontrib: Fix libmatroska ebml crash
Derk-Jan Hartman [Tue, 23 Sep 2008 21:32:10 +0000 (23:32 +0200)]
contrib: Fix libmatroska ebml crash

This fixes the matroska crash in at least our Windows and Linux version,
until a new libebml is released. Laurent Aimar had mostly worked around these in
[ce718de21f000a5dda416960a2b7dffdacabd9a2] but FindNextElement was still vulnerable in

Tested on a matroska download with gaps. Many thanks to Laurent

15 years agoRaise the prio of our own i420->yuy2 module. Works good enough if we don't do scaling.
Derk-Jan Hartman [Tue, 23 Sep 2008 20:35:26 +0000 (22:35 +0200)]
Raise the prio of our own i420->yuy2 module. Works good enough if we don't do scaling.

15 years agovideo_chroma: i420->yuy2 filter cannot scale.
Derk-Jan Hartman [Tue, 23 Sep 2008 20:34:26 +0000 (22:34 +0200)]
video_chroma: i420->yuy2 filter cannot scale.

15 years agoadd deprecated aliases for audio devices
Lukas Durfina [Sun, 21 Sep 2008 14:18:09 +0000 (16:18 +0200)]
add deprecated aliases for audio devices

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agoswscale: don't set a default filter
Derk-Jan Hartman [Tue, 23 Sep 2008 19:54:04 +0000 (21:54 +0200)]
swscale: don't set a default filter

This should save some CPU cycles when we do chroma conversions and no scaling.
As suggested by Laurent Aimar

15 years agoQt4: Playlist saving size and blablah... Close #2112
Jean-Baptiste Kempf [Tue, 23 Sep 2008 19:26:37 +0000 (12:26 -0700)]
Qt4: Playlist saving size and blablah... Close #2112
(cherry picked from commit 17d2bc2f7804d1a23eb5e55eaff996de76777fd4)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoPrevious strategy to not have to translate does not work.
Jean-Baptiste Kempf [Tue, 23 Sep 2008 17:54:35 +0000 (10:54 -0700)]
Previous strategy to not have to translate does not work.
Too bad. See the French translation for contre-exemple.
Menu accelerator fix.

15 years agoNullify p_httpd to avoid crashes
Sebastien Escudier [Tue, 23 Sep 2008 09:13:47 +0000 (11:13 +0200)]
Nullify p_httpd to avoid crashes

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoFixed support for font color and opacity for html rendered text.
Laurent Aimar [Tue, 23 Sep 2008 17:49:43 +0000 (19:49 +0200)]
Fixed support for font color and opacity for html rendered text.

15 years agoavformat: Support for AVChapters.
Derk-Jan Hartman [Tue, 23 Sep 2008 15:01:54 +0000 (17:01 +0200)]
avformat: Support for AVChapters.

15 years agoOops.
Antoine Cellerier [Tue, 23 Sep 2008 14:05:48 +0000 (16:05 +0200)]
Oops.

15 years agoFurther optimize function
Antoine Cellerier [Tue, 23 Sep 2008 14:01:37 +0000 (16:01 +0200)]
Further optimize function

we already know that the string starts with a &