]> git.sesse.net Git - vlc/log
vlc
16 years agoAdd more ignores.
Faustino Osuna [Mon, 3 Mar 2008 08:19:14 +0000 (08:19 +0000)]
Add more ignores.

16 years agosrc/input/decoder.c: More unused args fix.
Pierre d'Herbemont [Mon, 3 Mar 2008 02:26:11 +0000 (03:26 +0100)]
src/input/decoder.c: More unused args fix.

16 years agocontrol/media_library.c: Fix more unused args.
Pierre d'Herbemont [Mon, 3 Mar 2008 02:18:24 +0000 (03:18 +0100)]
control/media_library.c: Fix more unused args.

16 years agoWin32 doesn't need the MMX patch...
Jean-Baptiste Kempf [Mon, 3 Mar 2008 02:03:23 +0000 (18:03 -0800)]
Win32 doesn't need the MMX patch...

16 years agodarwin_specific.c: unused warning fix.
Pierre d'Herbemont [Mon, 3 Mar 2008 01:55:54 +0000 (02:55 +0100)]
darwin_specific.c: unused warning fix.

16 years agotext/unicode.c: More unused warning fix.
Pierre d'Herbemont [Mon, 3 Mar 2008 01:45:45 +0000 (02:45 +0100)]
text/unicode.c: More unused warning fix.

16 years agointerface/intf_eject.c: Fix a unused param warning.
Pierre d'Herbemont [Mon, 3 Mar 2008 01:30:51 +0000 (02:30 +0100)]
interface/intf_eject.c: Fix a unused param warning.

16 years agoQt4: Small fix and speedup
Jean-Baptiste Kempf [Mon, 3 Mar 2008 01:20:05 +0000 (17:20 -0800)]
Qt4: Small fix and speedup

16 years agoDon't test for buggy libintl when NLS is disabled
Christophe Mutricy [Mon, 3 Mar 2008 00:04:36 +0000 (00:04 +0000)]
Don't test for buggy libintl when NLS is disabled

16 years agoDon't check for headers. Pkg-config is enough
Christophe Mutricy [Sun, 2 Mar 2008 23:47:55 +0000 (23:47 +0000)]
Don't check for headers. Pkg-config is enough

16 years agoset i_start_time with AV_TIME_BASE, fixes streaming flv from file (for me)
Ilkka Ollakka [Mon, 3 Mar 2008 00:23:53 +0000 (02:23 +0200)]
set i_start_time with AV_TIME_BASE, fixes streaming flv from file (for me)
and doesn't seem to affect any regression on demuxing.

16 years agocmake: Add a small info.
Pierre d'Herbemont [Sun, 2 Mar 2008 22:45:00 +0000 (23:45 +0100)]
cmake: Add a small info.

16 years agoMore Id and permission fixes.
Pierre d'Herbemont [Sun, 2 Mar 2008 22:27:04 +0000 (23:27 +0100)]
More Id and permission fixes.

16 years agoFix $Id$ (probably)
Pavlov Konstantin [Sun, 2 Mar 2008 22:01:55 +0000 (01:01 +0300)]
Fix $Id$ (probably)

16 years agoA few more ignores in contrib.
Mark Moriarty [Sun, 2 Mar 2008 21:15:59 +0000 (16:15 -0500)]
A few more ignores in contrib.

16 years agoSet the DCCP service code(s) from RTP stream output
Rémi Denis-Courmont [Sun, 2 Mar 2008 19:23:42 +0000 (21:23 +0200)]
Set the DCCP service code(s) from RTP stream output

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoSet the DCCP service code properly.
Rémi Denis-Courmont [Sun, 2 Mar 2008 19:01:43 +0000 (21:01 +0200)]
Set the DCCP service code properly.

Assume RTP converys video (which is fine for MPEG-TS), as we cannot
know if it's only audio anyway.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agopkg-config support to libvlc-control
Rémi Denis-Courmont [Sun, 2 Mar 2008 18:02:34 +0000 (20:02 +0200)]
pkg-config support to libvlc-control

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoMerge branch 'master' of git@git.videolan.org:vlc
André Weber [Sun, 2 Mar 2008 17:37:32 +0000 (18:37 +0100)]
Merge branch 'master' of git@git.videolan.org:vlc

16 years agoIgnore all object files, not just vlc.o
Rémi Denis-Courmont [Sun, 2 Mar 2008 17:28:00 +0000 (19:28 +0200)]
Ignore all object files, not just vlc.o

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove security-policy from config_ChainParse()
Rémi Denis-Courmont [Sun, 2 Mar 2008 17:08:32 +0000 (19:08 +0200)]
Remove security-policy from config_ChainParse()
but NOT from var_OptionParse().

Rationale: At a shallow level, this breaks the command line use badly.
At a deeper level: We still do security enforcement in
var_OptionParse(). In practice, the config chain strings are always
coming from (part of) the value of string configuration variable,
which is parsed by var_OptionParse(). Hence, as long as these variables
are all tagged as "unsafe", only trusted input can ever reach
config_ChainParse().

There are other (intractable?) issues with checking configuration chain
strings: First, we would also need to check the module name in front of
the {var1=val1,...} stuff. Second, some modules parse their
configuration chain manually, i.e. they don't call config_ChainParse()
and sometimes do not register their variables as configuration items
(e.g. the sout duplicate module).

If you have a super-duper idea on how to improve this, you're welcome,
but in the mean time...

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
Vaguely-acked-by: Pierre d'Herbemont <pdherbemont@free.fr>
16 years agoAgain id weirdness.
Jean-Paul Saman [Sun, 2 Mar 2008 17:22:31 +0000 (18:22 +0100)]
Again id weirdness.

16 years agoBugfix for #492: Audio output on Windows useing SPDIF for AC3 / DTS
André Weber [Sun, 2 Mar 2008 17:22:11 +0000 (18:22 +0100)]
Bugfix for #492: Audio output on Windows useing SPDIF for AC3 / DTS
But its still very time critical, because paout gets sometimes empty
so that aout_OutputNextBuffer(..) doesn't deliver new audiobuffers,
sometimes it happens - that these buffers arrive very late for output.
Reasons: -changed CPU load, (extra running application, also fast forward
seeking and and jumping may lead to this situation.)

Enhancement #897: added an option to let the user  choose is prefered audio device. (needs restart of VLC to get applied)

16 years agoAdd more files to ignore.
Jean-Paul Saman [Sun, 2 Mar 2008 17:17:10 +0000 (18:17 +0100)]
Add more files to ignore.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agoRemove useless error messages when allocation of structures failed.
Jean-Paul Saman [Sun, 2 Mar 2008 17:16:21 +0000 (18:16 +0100)]
Remove useless error messages when allocation of structures failed.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agoDon't leak memory when filling in p_stream->p_decoder_specific_info for subtitles...
Jean-Paul Saman [Sun, 2 Mar 2008 14:26:45 +0000 (15:26 +0100)]
Don't leak memory when filling in p_stream->p_decoder_specific_info for subtitles. The p_stream->p_decoder_specific_info pointer was already allocated just before checking for VLC_FOURCC('s','u','b','t'). The fix moves the non-subtitles case to an else.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agoFix building of goom on Linux.
Jean-Paul Saman [Sun, 2 Mar 2008 14:23:38 +0000 (15:23 +0100)]
Fix building of goom on Linux.

16 years agoRevert "#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows"
André Weber [Sun, 2 Mar 2008 16:07:53 +0000 (17:07 +0100)]
Revert "#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows"

This reverts commit 9438646c972ab353d6cd686397f29e16174499ef.
wrong file in my list I'am sorry, and wrong file modes

16 years ago#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows
André Weber [Sun, 2 Mar 2008 15:31:57 +0000 (16:31 +0100)]
#492 bugfix, for SPDIF audio ouput of AC3 and DTS sound on Windows
(but its still critical because it happens - aout_OutputNextBuffer(...) has no buffers
available - sometime the output doesn't know until some ms before the last block
has finished to play! so each little disturbtion of the CPU or load change
leads to studdering/hickups)

#897 enhancement: give the use the option to choose its prefered audio device,
instead of useing Windows default

16 years agocontrib/.gitignore: s/.make/.mak/.
Pierre d'Herbemont [Sun, 2 Mar 2008 13:57:51 +0000 (14:57 +0100)]
contrib/.gitignore: s/.make/.mak/.

16 years agoSupports $ rewrite via .gitattributes
Pierre d'Herbemont [Sun, 2 Mar 2008 13:44:36 +0000 (14:44 +0100)]
Supports $ rewrite via .gitattributes

16 years agoAvoid a segfault when services_discovery_GetServicesNames fail.
Rémi Duraffort [Sun, 2 Mar 2008 12:31:19 +0000 (13:31 +0100)]
Avoid a segfault when services_discovery_GetServicesNames fail.

16 years agoCheck the returned values of malloc.
Rémi Duraffort [Sun, 2 Mar 2008 12:24:35 +0000 (13:24 +0100)]
Check the returned values of malloc.

16 years agocontrib: set .gitignore.
Pierre d'Herbemont [Sun, 2 Mar 2008 12:35:28 +0000 (13:35 +0100)]
contrib: set .gitignore.

16 years agoIgnore files create by configure
Rémi Denis-Courmont [Sun, 2 Mar 2008 11:51:38 +0000 (13:51 +0200)]
Ignore files create by configure

This only affects people still not building from subdir.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoAttach the RTP access output grabber object.
Rémi Denis-Courmont [Sun, 2 Mar 2008 09:56:03 +0000 (11:56 +0200)]
Attach the RTP access output grabber object.

Fix #1486

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove the mmap debugging for now.
Rémi Denis-Courmont [Sat, 1 Mar 2008 22:17:40 +0000 (00:17 +0200)]
Remove the mmap debugging for now.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoAdd the common libtool objects to the global ignore list
Rémi Denis-Courmont [Sat, 1 Mar 2008 21:39:37 +0000 (23:39 +0200)]
Add the common libtool objects to the global ignore list

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoSpecial case support --sout URL syntax for RTP demux.
Rémi Denis-Courmont [Sat, 1 Mar 2008 21:36:03 +0000 (23:36 +0200)]
Special case support --sout URL syntax for RTP demux.
This is meant so that this will still work:
$ vlc --sout rtp/ts://239.255.12.42

Also, these new constructs will work:
$ vlc --sout dccp/ts://[::]
$ vlc --sout udplite/ts://239.255.42.12

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoUse a single --sout-rtp-proto string rather than multiple silently
Rémi Denis-Courmont [Sat, 1 Mar 2008 21:34:57 +0000 (23:34 +0200)]
Use a single --sout-rtp-proto string rather than multiple silently
conflicting booleans to select the RTP transport protocol.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoFix (trunk-only) integer underflow in MP4 0xa9xxx box
Rémi Denis-Courmont [Sat, 1 Mar 2008 20:32:30 +0000 (22:32 +0200)]
Fix (trunk-only) integer underflow in MP4 0xa9xxx box

Pointed-out-by: Drew Yao
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoFix integer overflow in MP4 RDRF boxes
Rémi Denis-Courmont [Sat, 1 Mar 2008 20:22:48 +0000 (22:22 +0200)]
Fix integer overflow in MP4 RDRF boxes

Pointed-out-by: Drew Yao
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoFix memory leak in case of corrupt MP4 box
Rémi Denis-Courmont [Sat, 1 Mar 2008 20:22:23 +0000 (22:22 +0200)]
Fix memory leak in case of corrupt MP4 box

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoIgnore PO files
Rémi Denis-Courmont [Sat, 1 Mar 2008 19:59:05 +0000 (21:59 +0200)]
Ignore PO files

16 years agoInitial .gitignore
Rémi Denis-Courmont [Sat, 1 Mar 2008 19:52:51 +0000 (21:52 +0200)]
Initial .gitignore

16 years agomisc/events.c: Removing an comment that does not belong there.
Pierre d'Herbemont [Sun, 2 Mar 2008 01:55:08 +0000 (02:55 +0100)]
misc/events.c: Removing an comment that does not belong there.

16 years agouse proper error svn-trunk
Christophe Mutricy [Sun, 2 Mar 2008 00:09:35 +0000 (00:09 +0000)]
use proper error

16 years agoSimplify.
Rémi Denis-Courmont [Sat, 1 Mar 2008 18:59:18 +0000 (18:59 +0000)]
Simplify.
The previous commit "accidentally" worked around Drew Yao's first integer overflow.

16 years agoFix buffer overflow.
Rémi Denis-Courmont [Sat, 1 Mar 2008 18:54:56 +0000 (18:54 +0000)]
Fix buffer overflow.

16 years agoFix calloc usage
Rémi Denis-Courmont [Sat, 1 Mar 2008 18:31:32 +0000 (18:31 +0000)]
Fix calloc usage

16 years agoAnother malloc check
Rémi Denis-Courmont [Sat, 1 Mar 2008 18:25:25 +0000 (18:25 +0000)]
Another malloc check

16 years agoCheck some malloc() failures - yes it can happen when the alloc size is variable...
Rémi Denis-Courmont [Sat, 1 Mar 2008 18:20:01 +0000 (18:20 +0000)]
Check some malloc() failures - yes it can happen when the alloc size is variable. Unfortunately, the MP4 code seems pretty hopeless.

16 years agoFix some brain-damaged calloc use
Rémi Denis-Courmont [Sat, 1 Mar 2008 17:42:57 +0000 (17:42 +0000)]
Fix some brain-damaged calloc use
(Hint: sizeof(char) is ONE per the definition of sizeof)
(Hint: size is the SECOND parameter of calloc, not the FIRST one)
(Hint: calloc() calls bzero(), waste of time if memory is set anyway)

16 years agoMark the callback list as const
Rémi Denis-Courmont [Sat, 1 Mar 2008 17:27:36 +0000 (17:27 +0000)]
Mark the callback list as const
(unfortunately, it will not be shareable since it contains relocations)

16 years agoFix a few warnings
Rémi Denis-Courmont [Sat, 1 Mar 2008 17:25:57 +0000 (17:25 +0000)]
Fix a few warnings

16 years agoPermit counter stat update per frame (appears to have no or little performance impact).
Mark Moriarty [Sat, 1 Mar 2008 00:21:04 +0000 (00:21 +0000)]
Permit counter stat update per frame (appears to have no or little performance impact).

16 years agoNo need to test for avutil.h a second time
Christophe Mutricy [Fri, 29 Feb 2008 22:19:07 +0000 (22:19 +0000)]
No need to test for avutil.h a second time

16 years agoTypo
Jean-Paul Saman [Fri, 29 Feb 2008 19:29:48 +0000 (19:29 +0000)]
Typo

16 years agomacosx/VLCKit: Take the time to run through config.cmake even if CMakeCache.txt exists.
Faustino Osuna [Fri, 29 Feb 2008 19:24:48 +0000 (19:24 +0000)]
macosx/VLCKit: Take the time to run through config.cmake even if CMakeCache.txt exists.

16 years agocontrol/event.c: Remove libvlc_event_detach_lock_state().
Pierre d'Herbemont [Fri, 29 Feb 2008 19:09:17 +0000 (19:09 +0000)]
control/event.c: Remove libvlc_event_detach_lock_state().

16 years agoextras/contrib/Makefile: Fix typo in qt4_win32 rule.
Faustino Osuna [Fri, 29 Feb 2008 18:58:36 +0000 (18:58 +0000)]
extras/contrib/Makefile: Fix typo in qt4_win32 rule.

16 years agocmake/config.cmake: Add debug flags to see if ffmpeg is really being detected.
Faustino Osuna [Fri, 29 Feb 2008 18:54:02 +0000 (18:54 +0000)]
cmake/config.cmake: Add debug flags to see if ffmpeg is really being detected.

16 years agocontrol/testapi.c: Detach event that was originally attached.
Faustino Osuna [Fri, 29 Feb 2008 18:42:30 +0000 (18:42 +0000)]
control/testapi.c: Detach event that was originally attached.

16 years agocontrol/event.c: Fix infinite loop.
Faustino Osuna [Fri, 29 Feb 2008 18:41:02 +0000 (18:41 +0000)]
control/event.c: Fix infinite loop.

16 years agocmake/config.cmake: Look for postproc/postprocess.h or libpostproc/postprocess.h.
Faustino Osuna [Fri, 29 Feb 2008 17:49:40 +0000 (17:49 +0000)]
cmake/config.cmake: Look for postproc/postprocess.h or libpostproc/postprocess.h.

16 years agoffmpeg: Add AC-3 Audio (Dolby Digital) to ffmpeg module. (Thanks to dynaflash for...
Pierre d'Herbemont [Fri, 29 Feb 2008 17:08:57 +0000 (17:08 +0000)]
ffmpeg: Add AC-3 Audio (Dolby Digital) to ffmpeg module. (Thanks to dynaflash for reporting).

16 years agoFix previous commit.
Faustino Osuna [Fri, 29 Feb 2008 17:04:45 +0000 (17:04 +0000)]
Fix previous commit.

16 years agoLet's try this again. Detect older and new versions of ffmpeg and allow for their...
Faustino Osuna [Fri, 29 Feb 2008 16:44:10 +0000 (16:44 +0000)]
Let's try this again.  Detect older and new versions of ffmpeg and allow for their coexistence within VLC.

16 years agocmake: s/sout_ts/mux_ts/g
Pierre d'Herbemont [Fri, 29 Feb 2008 15:09:18 +0000 (15:09 +0000)]
cmake: s/sout_ts/mux_ts/g

16 years agocmake: Add sout modules.
Pierre d'Herbemont [Fri, 29 Feb 2008 14:46:52 +0000 (14:46 +0000)]
cmake: Add sout modules.

16 years agosmall cleanup
Jean-Paul Saman [Fri, 29 Feb 2008 14:37:22 +0000 (14:37 +0000)]
small cleanup

16 years agocheck for malloc return value
Jean-Paul Saman [Fri, 29 Feb 2008 14:35:40 +0000 (14:35 +0000)]
check for malloc return value

16 years agoPatch by Johannes Buchner (buchner.johannes at gmx do at): Hotkeys for zoom.
Jean-Paul Saman [Fri, 29 Feb 2008 14:29:40 +0000 (14:29 +0000)]
Patch by Johannes Buchner (buchner.johannes at gmx do at): Hotkeys for zoom.

16 years agoinput/input.c: Misformatted if statement fix. Could someone check if that's really...
Pierre d'Herbemont [Fri, 29 Feb 2008 13:52:08 +0000 (13:52 +0000)]
input/input.c: Misformatted if statement fix. Could someone check if that's really the wanted behaviour though.

16 years agoToo many problems with new ffmpeg detection, reverting to last known good (rev 25403).
Faustino Osuna [Fri, 29 Feb 2008 01:43:53 +0000 (01:43 +0000)]
Too many problems with new ffmpeg detection, reverting to last known good (rev 25403).

16 years agoDetect and allow older versions of ffmpeg to be used in conjunction with VLC.
Faustino Osuna [Fri, 29 Feb 2008 00:46:50 +0000 (00:46 +0000)]
Detect and allow older versions of ffmpeg to be used in conjunction with VLC.

16 years agoUpdate svn:ignore and remove vlc.win32.nsi, as vlc.win32.nsi.in have been moved to...
Faustino Osuna [Thu, 28 Feb 2008 23:09:18 +0000 (23:09 +0000)]
Update svn:ignore and remove vlc.win32.nsi, as vlc.win32.nsi.in have been moved to extras/package/win32/.

16 years agoUpdate svn:ignore to ignore vlc aliases (e.g. cvlc, rvlc, etc).
Faustino Osuna [Thu, 28 Feb 2008 23:06:41 +0000 (23:06 +0000)]
Update svn:ignore to ignore vlc aliases (e.g. cvlc, rvlc, etc).

16 years agoUpdate references to ffmpeg header files to match new directory structure. All ffmpe...
Faustino Osuna [Thu, 28 Feb 2008 23:05:29 +0000 (23:05 +0000)]
Update references to ffmpeg header files to match new directory structure.  All ffmpeg headers should now be accessed through:
* <libpostprocess/postprocess.h>
* <libswscale/swscale.h>
* <libavutil/avutil.h>
* <libavcodec/avcodec.h>
* <libavformat/avformat.h>

16 years agoSwedish translation update by Daniel Nylander
Christophe Mutricy [Thu, 28 Feb 2008 22:56:30 +0000 (22:56 +0000)]
Swedish translation update by Daniel Nylander

16 years agopackage/win32: Update svn:ignore to ignore vlc.win32.nsi file.
Faustino Osuna [Thu, 28 Feb 2008 22:51:28 +0000 (22:51 +0000)]
package/win32: Update svn:ignore to ignore vlc.win32.nsi file.

16 years agopo: Update svn:ignore to ignore time stamp files (stamp-*).
Faustino Osuna [Thu, 28 Feb 2008 22:38:31 +0000 (22:38 +0000)]
po: Update svn:ignore to ignore time stamp files (stamp-*).

16 years agocmake/src_CMakeLists.txt: Update generated test binaries to match original Makefile...
Faustino Osuna [Thu, 28 Feb 2008 22:35:09 +0000 (22:35 +0000)]
cmake/src_CMakeLists.txt: Update generated test binaries to match original Makefile's convention.

16 years agoextras/contrib: FFmpeg fixed the way their pkg-config files are created.
Faustino Osuna [Thu, 28 Feb 2008 22:32:11 +0000 (22:32 +0000)]
extras/contrib: FFmpeg fixed the way their pkg-config files are created.

16 years agosrc: Update svn:ignore to ignore test binaries.
Faustino Osuna [Thu, 28 Feb 2008 22:23:59 +0000 (22:23 +0000)]
src: Update svn:ignore to ignore test binaries.

16 years agoAdd a --marq-refresh option to specify the format string refresh period in ms. Core...
Antoine Cellerier [Thu, 28 Feb 2008 22:20:10 +0000 (22:20 +0000)]
Add a --marq-refresh option to specify the format string refresh period in ms. Core statistics are only refreshed every 1 sec (see src/input/input.c) so we'll need some changes to the core if we want sub-second updates of stats data.

16 years agoAdd format string variable to display frame count. ($f)
Antoine Cellerier [Thu, 28 Feb 2008 21:58:14 +0000 (21:58 +0000)]
Add format string variable to display frame count. ($f)

16 years agoFix the symlink generation
Christophe Mutricy [Thu, 28 Feb 2008 19:56:45 +0000 (19:56 +0000)]
Fix the symlink generation

16 years agoAccept MP3 as an alternative to MPGA for RTP and TS.
Rémi Denis-Courmont [Thu, 28 Feb 2008 18:54:58 +0000 (18:54 +0000)]
Accept MP3 as an alternative to MPGA for RTP and TS.

Someone please double check that this is not bogus!

16 years agoUnused define
Rémi Denis-Courmont [Thu, 28 Feb 2008 18:16:29 +0000 (18:16 +0000)]
Unused define

16 years agomacosx-update: UPDATE_CHECK is defined in config.h *coughcough*. Thanks to Rafael...
Felix Paul Kühne [Thu, 28 Feb 2008 11:06:53 +0000 (11:06 +0000)]
macosx-update: UPDATE_CHECK is defined in config.h *coughcough*. Thanks to Rafael for the hint.

16 years agoFix small copy & paste mistake. It had no effect, but was wrong.
Jean-Paul Saman [Thu, 28 Feb 2008 10:02:32 +0000 (10:02 +0000)]
Fix small copy & paste mistake. It had no effect, but was wrong.

16 years agoFix most linking of XvMC Vout.
Jean-Baptiste Kempf [Thu, 28 Feb 2008 02:44:02 +0000 (02:44 +0000)]
Fix most linking of XvMC Vout.

16 years agoCompile XvMC. Disabled the subtitles part for that. Commented a few things. This...
Jean-Baptiste Kempf [Thu, 28 Feb 2008 02:32:23 +0000 (02:32 +0000)]
Compile XvMC. Disabled the subtitles part for that. Commented a few things. This can't be good, but at least it compiles (not link yet).

16 years agocontrol/media_instance.c: Properly unregister the callbacks.
Pierre d'Herbemont [Wed, 27 Feb 2008 23:57:11 +0000 (23:57 +0000)]
control/media_instance.c: Properly unregister the callbacks.

16 years agocontrol/media_instance.c: Avoid multiple libvlc_MediaInstanceReachedEnd, by providing...
Pierre d'Herbemont [Wed, 27 Feb 2008 23:45:10 +0000 (23:45 +0000)]
control/media_instance.c: Avoid multiple libvlc_MediaInstanceReachedEnd, by providing different events for pausable and seekable state changes. (Thanks to Jacques Boileau).

16 years agocontrol/media_instance.c: Sanitize input_thread_t management.
Pierre d'Herbemont [Wed, 27 Feb 2008 22:06:27 +0000 (22:06 +0000)]
control/media_instance.c: Sanitize input_thread_t management.

16 years ago* coding style fixes (please don't do [NSString string], but use an empty constant...
Felix Paul Kühne [Wed, 27 Feb 2008 21:34:27 +0000 (21:34 +0000)]
* coding style fixes (please don't do [NSString string], but use an empty constant. It's faster and nicer)

16 years agomacosx: Implemented the Subs/OSD and Input categories of the Simple Prefs
Felix Paul Kühne [Wed, 27 Feb 2008 21:30:20 +0000 (21:30 +0000)]
macosx: Implemented the Subs/OSD and Input categories of the Simple Prefs

16 years agoQt4 - Preferences refreshing fix by atmo, Andre Weber.
Jean-Baptiste Kempf [Wed, 27 Feb 2008 20:43:14 +0000 (20:43 +0000)]
Qt4 - Preferences refreshing fix by atmo, Andre Weber.