]> git.sesse.net Git - vlc/log
vlc
15 years agoonly print error when interface intialization failed not when it succeeded.
Jean-Paul Saman [Sun, 14 Jun 2009 17:55:54 +0000 (19:55 +0200)]
only print error when interface intialization failed not when it succeeded.
(cherry picked from commit 503c860af9e3152af19d7123fae37727c82896b7)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agomacosx: Do not load resources when the VLC interface is not loaded.
Jean-Paul Saman [Sun, 14 Jun 2009 10:02:12 +0000 (12:02 +0200)]
macosx: Do not load resources when the VLC interface is not loaded.
(cherry picked from commit e4b9f90737c4f21c77498c1ff403df5bd9f03c06)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agodarwin_specific: cleanup
Jean-Paul Saman [Sat, 13 Jun 2009 22:20:53 +0000 (00:20 +0200)]
darwin_specific: cleanup
(cherry picked from commit 2cf6ffb217f25e64cb87730226f1722ce187f15f)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agominimal_macosx: make sure theWindow object exists before sending it an event.
Jean-Paul Saman [Sat, 13 Jun 2009 22:06:04 +0000 (00:06 +0200)]
minimal_macosx: make sure theWindow object exists before sending it an event.
(cherry picked from commit bf355d950d86b8ae819dff0b1915fe1f655e7d64)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agomozilla: use [] array initialisation in javascript
Jean-Paul Saman [Sat, 6 Jun 2009 08:21:16 +0000 (10:21 +0200)]
mozilla: use [] array initialisation in javascript
(cherry picked from commit 86531ae8c4e8adaa101d64f96bc0f8738659af7c)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agoavcodec: free p_sys->p_ff_pic in some error paths
Jean-Paul Saman [Wed, 3 Jun 2009 21:00:36 +0000 (23:00 +0200)]
avcodec: free p_sys->p_ff_pic in some error paths
(cherry picked from commit 8a7520b350fb4eefa1a28ed43ac9dd7aca5b16c4)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agominimal_macosx: return VLC_ENOMEM on malloc error
Jean-Paul Saman [Sun, 31 May 2009 14:39:10 +0000 (16:39 +0200)]
minimal_macosx: return VLC_ENOMEM on malloc error
(cherry picked from commit 100c91e7315651bd94d27e9fce4b62ab47e26127)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agomacosx: do not leak o_fs_panel
Jean-Paul Saman [Sun, 31 May 2009 14:27:53 +0000 (16:27 +0200)]
macosx: do not leak o_fs_panel
(cherry picked from commit 79f751ebce51f32100f4f78e23d708a33ad373f2)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agomacosx: removeallObjects from NSMutableArray before releasing it.
Jean-Paul Saman [Mon, 25 May 2009 09:24:40 +0000 (11:24 +0200)]
macosx: removeallObjects from NSMutableArray before releasing it.
(cherry picked from commit b6a37e5e59aa4ad334d7de4b0440d88085b4fcde)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agohotkeys: remove unused members of p_sys
Jean-Paul Saman [Mon, 25 May 2009 08:10:38 +0000 (10:10 +0200)]
hotkeys: remove unused members of p_sys
(cherry picked from commit 268fd7c763637958567923aaca19a389b38aea51)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agocontribs: assume x86_64 for Darwin 10
Felix Paul Kühne [Mon, 15 Jun 2009 12:26:10 +0000 (14:26 +0200)]
contribs: assume x86_64 for Darwin 10

15 years agocontrib: prevent some rare linking errors on OSX by providing the minimal OS version...
Felix Paul Kühne [Mon, 15 Jun 2009 12:21:10 +0000 (14:21 +0200)]
contrib: prevent some rare linking errors on OSX by providing the minimal OS version also at link-time

15 years agoFix one typo, add one missing translator and fix ordering.
Rémi Duraffort [Mon, 15 Jun 2009 11:20:35 +0000 (13:20 +0200)]
Fix one typo, add one missing translator and fix ordering.

15 years agoTHANKS: remove duplicate.
Rémi Duraffort [Mon, 15 Jun 2009 10:18:56 +0000 (12:18 +0200)]
THANKS: remove duplicate.

15 years agoTHANKS: better ordering.
Rémi Duraffort [Mon, 15 Jun 2009 10:17:38 +0000 (12:17 +0200)]
THANKS: better ordering.

15 years agoAdd linkfanel to the THANKS file.
Rémi Duraffort [Mon, 15 Jun 2009 09:56:34 +0000 (11:56 +0200)]
Add linkfanel to the THANKS file.

15 years agoFix a segfault when using "Shift+a" with dummy audio output.
Rémi Duraffort [Mon, 15 Jun 2009 08:25:02 +0000 (10:25 +0200)]
Fix a segfault when using "Shift+a" with dummy audio output.
This segfault happend because :
 * the variable "audio-device" wasn't created
 * hotkeys module (and others) expect the variable to exist.

15 years agoRemoved references to the old HTTP interface removed by commit [ad16fc374f913a87dd725...
Vicente Jimenez Aguilar [Mon, 15 Jun 2009 10:00:47 +0000 (12:00 +0200)]
Removed references to the old HTTP interface removed by commit [ad16fc374f913a87dd725f93adf7d3759349ba2f]

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agoWinCE: access_output_rtmp needs -lws2
Pierre Ynard [Mon, 15 Jun 2009 09:06:16 +0000 (11:06 +0200)]
WinCE: access_output_rtmp needs -lws2

Add -lws2 for access_output_rtmp

15 years agoUse add_password instead of add_string when applicable.
Rémi Duraffort [Mon, 15 Jun 2009 06:49:46 +0000 (08:49 +0200)]
Use add_password instead of add_string when applicable.

15 years agoRemove dummy test.
Rémi Duraffort [Sun, 14 Jun 2009 11:29:44 +0000 (13:29 +0200)]
Remove dummy test.

15 years agofree(NULL) is legal.
Rémi Duraffort [Sun, 14 Jun 2009 10:46:54 +0000 (12:46 +0200)]
free(NULL) is legal.

15 years agoDanny Wood <danwood76@gmail.com>
Jean-Baptiste Kempf [Mon, 15 Jun 2009 07:12:02 +0000 (09:12 +0200)]
Danny Wood <danwood76@gmail.com>

15 years agoQt: Minimalist style should have flat buttons for DVD and TT too.
Jean-Baptiste Kempf [Mon, 15 Jun 2009 07:05:33 +0000 (09:05 +0200)]
Qt: Minimalist style should have flat buttons for DVD and TT too.

15 years agoQt: kill memleak on the special sound slider
Jean-Baptiste Kempf [Mon, 15 Jun 2009 07:01:15 +0000 (09:01 +0200)]
Qt: kill memleak on the special sound slider

15 years agolibshout-win32: patch Makefile.in instead of Makefile.am
Pierre Ynard [Mon, 15 Jun 2009 01:01:38 +0000 (03:01 +0200)]
libshout-win32: patch Makefile.in instead of Makefile.am

What is probably a libtool version mismatch prevents us from
easily rebootstrapping. To avoid that, we patch Makefile.in and
that's it.

15 years agoFixed a bunch of invalid memory accesses in visual effects.
Laurent Aimar [Sun, 14 Jun 2009 21:24:59 +0000 (23:24 +0200)]
Fixed a bunch of invalid memory accesses in visual effects.

15 years agoForgotten people in THANKS...
Jean-Baptiste Kempf [Sun, 14 Jun 2009 20:05:05 +0000 (22:05 +0200)]
Forgotten people in THANKS...

We have to do have a script to do it in a better way from git shortlog

15 years agoAdd temporary hack for video splitter filters in vout_EnableFilter.
Laurent Aimar [Sun, 14 Jun 2009 18:58:44 +0000 (20:58 +0200)]
Add temporary hack for video splitter filters in vout_EnableFilter.

15 years agoAdd sub-filter and video-filter to vout_EnableFilter
Cyril Mathé [Wed, 10 Jun 2009 07:41:09 +0000 (09:41 +0200)]
Add sub-filter and video-filter to vout_EnableFilter

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
(I have added on missing module_release).

15 years agoFixed "position/time-offset" behaviour.
Laurent Aimar [Sun, 14 Jun 2009 18:33:36 +0000 (20:33 +0200)]
Fixed "position/time-offset" behaviour.

It fixes the regression when doing close jumps.

15 years agoUpdate THANKS
Jean-Paul Saman [Sat, 6 Jun 2009 19:03:27 +0000 (21:03 +0200)]
Update THANKS

15 years agoxulrunner 1.9.1 for the mac port.
Dominique Leuenberger [Fri, 5 Jun 2009 19:29:55 +0000 (21:29 +0200)]
xulrunner 1.9.1 for the mac port.

Patch inspired by  Alexey Gladkov

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
15 years agoQt: allow more flexibility on tab selection for Open.
Jean-Baptiste Kempf [Sun, 14 Jun 2009 13:23:44 +0000 (15:23 +0200)]
Qt: allow more flexibility on tab selection for Open.

15 years agoQt: kill warnings at startup.
Jean-Baptiste Kempf [Sun, 14 Jun 2009 13:11:26 +0000 (15:11 +0200)]
Qt: kill warnings at startup.

15 years agoQt: cosmetics.
Jean-Baptiste Kempf [Sun, 14 Jun 2009 13:11:15 +0000 (15:11 +0200)]
Qt: cosmetics.

15 years agoQt: Fullscreen Controller, show with full opacity when mouseChanged.
Jean-Baptiste Kempf [Sun, 14 Jun 2009 13:03:19 +0000 (15:03 +0200)]
Qt: Fullscreen Controller, show with full opacity when mouseChanged.

15 years agodv: update API to libraw1394 version 2.0.1
Jean-Paul Saman [Sat, 13 Jun 2009 17:33:50 +0000 (19:33 +0200)]
dv: update API to libraw1394 version 2.0.1

Support for the older API has dropped as of now.
Patch by Francois Cartegnie <fcvlcdev at free.fr>

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
15 years agoSimplify
Felix Paul Kühne [Sat, 13 Jun 2009 15:09:10 +0000 (17:09 +0200)]
Simplify

Reminded by Jan-Paul

15 years agomacosx: fallback on freetype if quartztext isn't present
Felix Paul Kühne [Sat, 13 Jun 2009 13:20:50 +0000 (15:20 +0200)]
macosx: fallback on freetype if quartztext isn't present

This only happen in 64bit mode.

15 years agomacosx gui: Fix resetting of the prefs.
Derk-Jan Hartman [Sat, 13 Jun 2009 13:01:16 +0000 (15:01 +0200)]
macosx gui: Fix resetting of the prefs.

Ok, this isn't making it much nicer, and this code definetly needs a more careful rewrite, but this is patchwork for the 1.0-bugfix release and at least it will do for now.

- reset's the values in any loaded views after reset of the config is called
- does not reset the module selector atm. might follow later on.

15 years agoremove stupid arch flags
Felix Paul Kühne [Sat, 13 Jun 2009 13:05:29 +0000 (15:05 +0200)]
remove stupid arch flags

15 years agomacosx: remove deprecated method selectRow:byExtendingSelection:
Felix Paul Kühne [Sat, 13 Jun 2009 12:18:03 +0000 (14:18 +0200)]
macosx: remove deprecated method selectRow:byExtendingSelection:

15 years agomacosx: fixed remaining 64bit issues
Felix Paul Kühne [Sat, 13 Jun 2009 12:13:58 +0000 (14:13 +0200)]
macosx: fixed remaining 64bit issues

The Quartztext module needs a rewrite. All other parts of VLC are working nicely in 64bit mode.

15 years agoReduced sleep while waiting for a frame in transcode.
Laurent Aimar [Sat, 13 Jun 2009 11:22:49 +0000 (13:22 +0200)]
Reduced sleep while waiting for a frame in transcode.

 It vastly improves CPU usage but it does not fix the underlaying problem
of using sleep instead of a signal.

15 years agocontribs: compilation fix for compilation in x86_64 mode on Darwin
Felix Paul Kühne [Sat, 13 Jun 2009 10:19:35 +0000 (12:19 +0200)]
contribs: compilation fix for compilation in x86_64 mode on Darwin

'core2' is the first CPU generation on the Mac to support 64bit instructions, so we can't use 'prescott' in this mode.

15 years agoAllow MLP packetizer to parse TrueHD codec.
Laurent Aimar [Sat, 13 Jun 2009 09:41:26 +0000 (11:41 +0200)]
Allow MLP packetizer to parse TrueHD codec.

15 years agoUse TrueHD codec in TS instead of MLP.
Laurent Aimar [Sat, 13 Jun 2009 09:40:46 +0000 (11:40 +0200)]
Use TrueHD codec in TS instead of MLP.

15 years agoAdded .thd extension and force TrueHD decoder in raw MLP/TrueHD demuxer.
Laurent Aimar [Sat, 13 Jun 2009 09:40:01 +0000 (11:40 +0200)]
Added .thd extension and force TrueHD decoder in raw MLP/TrueHD demuxer.

15 years agoFixed avcodec wrapper with unrecognized audio layout.
Laurent Aimar [Sat, 13 Jun 2009 09:28:32 +0000 (11:28 +0200)]
Fixed avcodec wrapper with unrecognized audio layout.

15 years agoActiveX: IDL generated files for ActiveX compilation
Cyril Mathé [Fri, 12 Jun 2009 11:51:42 +0000 (13:51 +0200)]
ActiveX: IDL generated files for ActiveX compilation

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agolibvlc vlm init fix Don't test p_vlm twice if it wasn't NULL the first time Don't...
Sébastien Escudier [Fri, 12 Jun 2009 14:54:48 +0000 (16:54 +0200)]
libvlc vlm init fix Don't test p_vlm twice if it wasn't NULL the first time Don't add the callback if the creation failed

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoFix opening of file:// URIs (not tested on Windows)
Rémi Denis-Courmont [Fri, 12 Jun 2009 16:44:35 +0000 (19:44 +0300)]
Fix opening of file:// URIs (not tested on Windows)

15 years agoskins2: improve resizing when multiple layers are used and solve zoom misfunctioning...
Erwan Tulou [Fri, 12 Jun 2009 08:49:58 +0000 (10:49 +0200)]
skins2: improve resizing when multiple layers are used and solve zoom misfunctioning in this case

15 years agomacosx intf: solve hotkey conflict
Derk-Jan Hartman [Fri, 12 Jun 2009 16:06:59 +0000 (18:06 +0200)]
macosx intf: solve hotkey conflict

Now we have:
cmd-G : to open the panel to grab from webcam/screen/eyetv
cmd-R : to reveal in Finder, the same as iTunes uses
cmd-shift-R : to start/stop VLC record

15 years agohttp: Removing the old http interface.
Derk-Jan Hartman [Fri, 12 Jun 2009 14:18:29 +0000 (16:18 +0200)]
http: Removing the old http interface.

This closes #1395

15 years agomacosx: Change the optimizations paramaters.
Derk-Jan Hartman [Fri, 12 Jun 2009 14:07:22 +0000 (16:07 +0200)]
macosx: Change the optimizations paramaters.

From the beginning we were using -march=pentium-m -mtune=prescott
However this was based on the Intel development machine of Apple. All actually shipped Intel machines by Apple are at least Core machines. As such, we might as well use -march=prescott -mtune=generic now. For 10.6 I currently think we should use -march=prescott -mtune=core2, since that will allow us to use much more advanced optimizations, and only few machines were shipped as Core, most were Core2 machines.

15 years agoA simplistic parser for the new and improved anevia playlist format.
JP Dinger [Fri, 12 Jun 2009 13:41:52 +0000 (15:41 +0200)]
A simplistic parser for the new and improved anevia playlist format.

Instead of depending on a full xml parser --unavailable in our lua-- we
just assume one bit of information to occupy one line (jpsaman). In case
there are no newlines, fake them (jpd).

15 years agoFix a stack smash in the lua module (vlc.read).
JP Dinger [Fri, 12 Jun 2009 13:05:56 +0000 (15:05 +0200)]
Fix a stack smash in the lua module (vlc.read).

15 years agoQt: fix the position of the FS controller on first run.
Jean-Baptiste Kempf [Wed, 10 Jun 2009 22:55:46 +0000 (00:55 +0200)]
Qt: fix the position of the FS controller on first run.
(cherry picked from commit e3cb87d819c8e719a96f155e73c2e2521a89677d)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoQt: there is no such fourcc as 'wma'
Jean-Baptiste Kempf [Thu, 11 Jun 2009 22:25:06 +0000 (00:25 +0200)]
Qt: there is no such fourcc as 'wma'

15 years agoUI: Sprefs_audio fixes and enhancements
Francois Cartegnie [Thu, 11 Jun 2009 14:08:25 +0000 (16:08 +0200)]
UI: Sprefs_audio fixes and enhancements

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoUI: Sprefs_int cosmetics
Francois Cartegnie [Thu, 11 Jun 2009 14:08:24 +0000 (16:08 +0200)]
UI: Sprefs_int cosmetics

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoFixed libmpeg2 wrapper picture handling.
Laurent Aimar [Thu, 11 Jun 2009 20:25:12 +0000 (22:25 +0200)]
Fixed libmpeg2 wrapper picture handling.

It should fix lost some picture errors that were critical with dvd menus.
It also seems to fix #2803 but I don't really understand why.

15 years agoFixed decoder_SynchroChoose when buffering.
Laurent Aimar [Wed, 10 Jun 2009 19:46:12 +0000 (21:46 +0200)]
Fixed decoder_SynchroChoose when buffering.

15 years agoProperly detect POSIX threads on OpenBSD.
Brad [Thu, 11 Jun 2009 20:09:12 +0000 (16:09 -0400)]
Properly detect POSIX threads on OpenBSD.

The following diff for VLC 1.0.0rc3 corrects the detection of POSIX threads
on OpenBSD.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoSame as previous commit
Rémi Denis-Courmont [Thu, 11 Jun 2009 19:37:31 +0000 (22:37 +0300)]
Same as previous commit

15 years agoRemove *pe* check. It mismatches anything with, say, "open"
Rémi Denis-Courmont [Thu, 11 Jun 2009 19:35:00 +0000 (22:35 +0300)]
Remove *pe* check. It mismatches anything with, say, "open"

15 years agolive555: Discard truncated DV frames
Ben Hutchings [Sun, 31 May 2009 02:33:24 +0000 (03:33 +0100)]
live555: Discard truncated DV frames

The DV demuxer (rawdv) can't deal with truncated frames, so discard them.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoindent
Rémi Denis-Courmont [Wed, 10 Jun 2009 20:31:10 +0000 (23:31 +0300)]
indent

15 years agoPort panoramix to X RandR with XCB (incomplete)
Rémi Denis-Courmont [Wed, 10 Jun 2009 19:36:25 +0000 (22:36 +0300)]
Port panoramix to X RandR with XCB (incomplete)

15 years agoConstify XCB screen pointers
Rémi Denis-Courmont [Wed, 10 Jun 2009 16:54:17 +0000 (19:54 +0300)]
Constify XCB screen pointers

15 years agoQt: FSC - remove the WIN32 special mode.
Jean-Baptiste Kempf [Wed, 10 Jun 2009 16:37:23 +0000 (18:37 +0200)]
Qt: FSC - remove the WIN32 special mode.

This makes Windows use the same mode with transparency than on Linux.
This removes the opacity trick to hide() the code.
This fix a few issues that were happening and difficult to fix because of this difficulty.

It will probably break stuffs for people on OLD windows version (2000,XP) with broken graphic cards... (Deactivate it by yourself) But I have spent enough time on this code.

15 years agoQt: FSC: reset the OPACITY on EnterEvent.
Jean-Baptiste Kempf [Wed, 10 Jun 2009 16:19:19 +0000 (18:19 +0200)]
Qt: FSC: reset the OPACITY on EnterEvent.

15 years agoFail properly for unknown G726 bit rates
Rémi Denis-Courmont [Wed, 10 Jun 2009 15:39:43 +0000 (18:39 +0300)]
Fail properly for unknown G726 bit rates

15 years agoKorean: list CP949 instead of EUC-KR
Rémi Denis-Courmont [Wed, 10 Jun 2009 15:30:06 +0000 (18:30 +0300)]
Korean: list CP949 instead of EUC-KR

15 years agoKorean: use CP494 rather than EUC-KR
Rémi Denis-Courmont [Wed, 10 Jun 2009 15:21:08 +0000 (18:21 +0300)]
Korean: use CP494 rather than EUC-KR

15 years agoXlib screen access removal
Rémi Denis-Courmont [Tue, 9 Jun 2009 19:46:00 +0000 (22:46 +0300)]
Xlib screen access removal

15 years agomux ts: fix short description of --sout-ts-pcr
Derk-Jan Hartman [Wed, 10 Jun 2009 13:07:33 +0000 (15:07 +0200)]
mux ts: fix short description of --sout-ts-pcr

"the short description of --sout-ts-pcr is still "PCR delay (ms)" when it should be "PCR interval (ms)"
as suggested by Dnumgis.

15 years agoDShow: fix configure dialog probe
Jean-Baptiste Kempf [Wed, 10 Jun 2009 01:04:09 +0000 (03:04 +0200)]
DShow: fix configure dialog probe
(cherry picked from commit a6110fb1d253146810bbe5f9b5ba0097b72b4e3c)
(cherry picked from commit b24fc9a9680a2e62d1a3f660a7c20f5c9ba5cdb2)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agomacosx: auto expand when we select one of the elements in the preferences view.
Derk-Jan Hartman [Wed, 10 Jun 2009 12:49:37 +0000 (14:49 +0200)]
macosx: auto expand when we select one of the elements in the preferences view.

This will hopefully help avoid some of the reports where people fail to notice that there is an expand triangle next to what they clicked on.

15 years agoFixed --input-repeat and large --*-caching value.
Laurent Aimar [Tue, 9 Jun 2009 19:21:59 +0000 (21:21 +0200)]
Fixed --input-repeat and large --*-caching value.

The repeat was done before buffered data were consumed.

15 years agoFinished avi correction about disabled tracks.
Laurent Aimar [Tue, 9 Jun 2009 19:11:07 +0000 (21:11 +0200)]
Finished avi correction about disabled tracks.

It is about [a0d2358734e81e5928a5edb4e0ff47e38d7ed28f].
Without this patch, with files that have a shorter track, the demuxer
would try seeking the track every time the Demux() function was called.

15 years agoCorrectly update "title %2i" variable.
Laurent Aimar [Tue, 9 Jun 2009 18:15:03 +0000 (20:15 +0200)]
Correctly update "title %2i" variable.

It is a partial revert of [a8c9c25d2c137daf94292dcbbf4e889c6de0d6e6]

15 years agoFixed window position for clone.
Laurent Aimar [Mon, 8 Jun 2009 20:35:06 +0000 (22:35 +0200)]
Fixed window position for clone.

15 years agoConverted panoramix to video splitter.
Laurent Aimar [Mon, 8 Jun 2009 20:30:32 +0000 (22:30 +0200)]
Converted panoramix to video splitter.

It is more a rewrite than a conversion ;)

It have removed the RGB support (it was broken for 15/16 bits
and seemed highly suspicious for 24/32 bits)
It might have been overzealous about some simplifications, if so
you are welcome to send patches.

15 years agoImproved video wrapper for video splitter.
Laurent Aimar [Sun, 7 Jun 2009 21:23:13 +0000 (23:23 +0200)]
Improved video wrapper for video splitter.

15 years agoWindow position in video_splitter_cfg_t is relative.
Laurent Aimar [Sun, 7 Jun 2009 21:22:41 +0000 (23:22 +0200)]
Window position in video_splitter_cfg_t is relative.

15 years agoFixed a picture memleak in wall.
Laurent Aimar [Sun, 7 Jun 2009 21:15:38 +0000 (23:15 +0200)]
Fixed a picture memleak in wall.

15 years agoFixed a picture memleak in clone.
Laurent Aimar [Sun, 7 Jun 2009 21:15:13 +0000 (23:15 +0200)]
Fixed a picture memleak in clone.

15 years agoFixed regression in wall.
Laurent Aimar [Sun, 7 Jun 2009 15:07:27 +0000 (17:07 +0200)]
Fixed regression in wall.

15 years agoCleanup
Rémi Denis-Courmont [Tue, 9 Jun 2009 15:57:49 +0000 (18:57 +0300)]
Cleanup

15 years agoCLOCK_FREQ is a mtime_t
Rémi Denis-Courmont [Tue, 9 Jun 2009 15:58:09 +0000 (18:58 +0300)]
CLOCK_FREQ is a mtime_t

15 years agoUse CLOCK_FREQ
Rémi Denis-Courmont [Tue, 9 Jun 2009 15:46:13 +0000 (18:46 +0300)]
Use CLOCK_FREQ

15 years agoFix #2765: DVD chapters navigation menu.
Jean-Philippe Andre [Tue, 2 Jun 2009 17:42:36 +0000 (01:42 +0800)]
Fix #2765: DVD chapters navigation menu.

15 years agoavi demux: don't disable tracks when they end.
Derk-Jan Hartman [Tue, 9 Jun 2009 14:34:14 +0000 (16:34 +0200)]
avi demux: don't disable tracks when they end.

Disabling the tracks like this is an immediate action that messes up --file-caching for instance. There may be some cases where it is appropriate, and some cases where a track should be removed, but not when a track ends. In that case the core is responsible for cleanup.

Tested in bugfix for normal avi, broken avi and repaired avi, but not with "streamed" avi.

Should close #2853

15 years agoUI: prefix/namespace resources for better maintainability
Francois Cartegnie [Tue, 9 Jun 2009 10:16:10 +0000 (12:16 +0200)]
UI: prefix/namespace resources for better maintainability

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agomedia_player: Make sure everything gets initialized before the event_loop (!).
Pierre d'Herbemont [Tue, 9 Jun 2009 03:58:46 +0000 (20:58 -0700)]
media_player: Make sure everything gets initialized before the event_loop (!).

Should fix the last event media list player test issue.

15 years agolibvlc: Use a valid pointer as thread var. Only to ease debugging.
Pierre d'Herbemont [Sat, 6 Jun 2009 02:47:22 +0000 (19:47 -0700)]
libvlc: Use a valid pointer as thread var. Only to ease debugging.

15 years agolibvlc: ref_count should only be accessed in the lock.
Pierre d'Herbemont [Sat, 6 Jun 2009 02:43:43 +0000 (19:43 -0700)]
libvlc: ref_count should only be accessed in the lock.