]> git.sesse.net Git - vlc/log
vlc
16 years agoRussian l10n update by Alexey Salmin
Christophe Mutricy [Fri, 2 May 2008 23:11:53 +0000 (00:11 +0100)]
Russian l10n update by Alexey Salmin

16 years agoUpdate POTFILES.in after files renamed and added
Christophe Mutricy [Fri, 2 May 2008 23:06:09 +0000 (00:06 +0100)]
Update POTFILES.in after files renamed and added

16 years agoUse var_AcquireMutex for the quicktime lock.
Rémi Denis-Courmont [Fri, 2 May 2008 16:25:10 +0000 (19:25 +0300)]
Use var_AcquireMutex for the quicktime lock.

16 years agomain.h -> vlc_main.h
Rémi Denis-Courmont [Fri, 2 May 2008 16:06:43 +0000 (19:06 +0300)]
main.h -> vlc_main.h

16 years agoAdd kate to the news
Rémi Denis-Courmont [Fri, 2 May 2008 15:35:56 +0000 (18:35 +0300)]
Add kate to the news

16 years agoconfigure: Minor fixes for kate detection
Rémi Denis-Courmont [Fri, 2 May 2008 15:33:00 +0000 (18:33 +0300)]
configure: Minor fixes for kate detection

16 years agobasic support for Kate streams as subtitles
Vincent Penquerc'h [Fri, 2 May 2008 09:46:26 +0000 (10:46 +0100)]
basic support for Kate streams as subtitles

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoSupport for MPSub.
Jean-Baptiste Kempf [Fri, 2 May 2008 08:35:13 +0000 (01:35 -0700)]
Support for MPSub.
Only TIME based, not Frame based, yet.

16 years agoSmall fix for PJS to remove "".
Jean-Baptiste Kempf [Fri, 2 May 2008 07:45:43 +0000 (00:45 -0700)]
Small fix for PJS to remove "".

16 years agoParsing of Phoenix Subtitles.
Jean-Baptiste Kempf [Fri, 2 May 2008 07:38:15 +0000 (00:38 -0700)]
Parsing of Phoenix Subtitles.
Almost unused subtitle. No idea though if FPS or 1/10th of sec, Annodex and MPlayer disagree...

16 years agoSupport for AQT subtitles.
Jean-Baptiste Kempf [Fri, 2 May 2008 06:29:23 +0000 (23:29 -0700)]
Support for AQT subtitles.
Parsing is fine but timing is wrong since it must be multiplied by FPS.

16 years agoMove dirent stuff to fixups.h, where it belongs
Rémi Denis-Courmont [Thu, 1 May 2008 20:11:42 +0000 (23:11 +0300)]
Move dirent stuff to fixups.h, where it belongs

16 years agoWe need <inttypes.h>, always
Rémi Denis-Courmont [Thu, 1 May 2008 20:08:41 +0000 (23:08 +0300)]
We need <inttypes.h>, always

16 years agoBe more verbose
Rémi Denis-Courmont [Thu, 1 May 2008 20:04:45 +0000 (23:04 +0300)]
Be more verbose

16 years agodist_ is not needed for HEADERS
Rémi Denis-Courmont [Thu, 1 May 2008 20:00:46 +0000 (23:00 +0300)]
dist_ is not needed for HEADERS

16 years agoInstall minimum set of plugin headers.
Rémi Denis-Courmont [Thu, 1 May 2008 20:00:05 +0000 (23:00 +0300)]
Install minimum set of plugin headers.

16 years agoRemove useless include
Rémi Denis-Courmont [Thu, 1 May 2008 19:57:03 +0000 (22:57 +0300)]
Remove useless include

16 years agoFix name
Rémi Denis-Courmont [Thu, 1 May 2008 19:56:38 +0000 (22:56 +0300)]
Fix name

16 years agoFix expansion to no-op
Rémi Denis-Courmont [Thu, 1 May 2008 19:54:43 +0000 (22:54 +0300)]
Fix expansion to no-op

16 years agoDon't use assert() here.
Rémi Denis-Courmont [Thu, 1 May 2008 19:27:06 +0000 (22:27 +0300)]
Don't use assert() here.

If it's really wanted, functions should de inlined

16 years agoNo need to include the same file twice
Rémi Denis-Courmont [Thu, 1 May 2008 19:22:30 +0000 (22:22 +0300)]
No need to include the same file twice

16 years agoUse int64_t directly within plugins rather than vlc_int64_t
Rémi Denis-Courmont [Thu, 1 May 2008 19:19:51 +0000 (22:19 +0300)]
Use int64_t directly within plugins rather than vlc_int64_t

I wonder why we need this (in libvlc-control) by the way...?

16 years agoPut msg_context_global_key to the internal header.
Rémi Denis-Courmont [Thu, 1 May 2008 19:17:21 +0000 (22:17 +0300)]
Put msg_context_global_key to the internal header.

It was not exported from libvlc anyhow.

16 years agoRemove I64C as well
Rémi Denis-Courmont [Thu, 1 May 2008 19:11:47 +0000 (22:11 +0300)]
Remove I64C as well

16 years agoRemove UI64_C
Rémi Denis-Courmont [Thu, 1 May 2008 19:05:41 +0000 (22:05 +0300)]
Remove UI64_C

Turns out it was only used once in the whole tree.

16 years agoRemove I64F., not needed anymore
Rémi Denis-Courmont [Thu, 1 May 2008 18:59:36 +0000 (21:59 +0300)]
Remove I64F., not needed anymore

16 years agoRemnants of I64F.
Rémi Denis-Courmont [Thu, 1 May 2008 18:59:07 +0000 (21:59 +0300)]
Remnants of I64F.

16 years agoNIH syndrome cure (2)
Rémi Denis-Courmont [Thu, 1 May 2008 18:57:00 +0000 (21:57 +0300)]
NIH syndrome cure (2)

16 years agoNIH desyndromization
Rémi Denis-Courmont [Thu, 1 May 2008 18:50:55 +0000 (21:50 +0300)]
NIH desyndromization

16 years agoUse malloc(1) as cookie rather than malloc(0)
Rémi Denis-Courmont [Thu, 1 May 2008 18:24:07 +0000 (21:24 +0300)]
Use malloc(1) as cookie rather than malloc(0)

malloc(0) can legally be NULL (or not unique).

16 years agoRemove useless #include
Rémi Denis-Courmont [Thu, 1 May 2008 17:55:18 +0000 (20:55 +0300)]
Remove useless #include

16 years agoC++ <inttypes.h> inclusion fixes
Rémi Denis-Courmont [Thu, 1 May 2008 17:41:36 +0000 (20:41 +0300)]
C++ <inttypes.h> inclusion fixes

16 years agoFix ffmpeg when !ENABLE_SOUT
Rémi Denis-Courmont [Thu, 1 May 2008 17:27:14 +0000 (20:27 +0300)]
Fix ffmpeg when !ENABLE_SOUT

16 years agoDon't generate module parameters twice
Rémi Denis-Courmont [Thu, 1 May 2008 17:27:02 +0000 (20:27 +0300)]
Don't generate module parameters twice

16 years agoDon't compile sout code if sout is disabled
Rémi Denis-Courmont [Thu, 1 May 2008 17:04:27 +0000 (20:04 +0300)]
Don't compile sout code if sout is disabled

16 years agoLook for config.h output in public header files
Rémi Denis-Courmont [Thu, 1 May 2008 16:11:07 +0000 (19:11 +0300)]
Look for config.h output in public header files

16 years agoUse macro for __attribute__((packed))
Rémi Denis-Courmont [Thu, 1 May 2008 15:37:43 +0000 (18:37 +0300)]
Use macro for __attribute__((packed))

16 years agolibintl is never "included" anymore
Rémi Denis-Courmont [Thu, 1 May 2008 15:33:26 +0000 (18:33 +0300)]
libintl is never "included" anymore

16 years agoSpare one use of WORDS_BIGENDIAN from vlc_common.h
Rémi Denis-Courmont [Thu, 1 May 2008 15:32:43 +0000 (18:32 +0300)]
Spare one use of WORDS_BIGENDIAN from vlc_common.h

16 years agoRemove the temporary hack
Rémi Denis-Courmont [Thu, 1 May 2008 15:24:14 +0000 (18:24 +0300)]
Remove the temporary hack

16 years agoU?I64C: use U?INT64_C from <stdint.h>
Rémi Denis-Courmont [Thu, 1 May 2008 14:50:16 +0000 (17:50 +0300)]
U?I64C: use U?INT64_C from <stdint.h>

16 years agoI64F?: use PRI?64 from <inttypes.h>
Rémi Denis-Courmont [Thu, 1 May 2008 14:46:22 +0000 (17:46 +0300)]
I64F?: use PRI?64 from <inttypes.h>

I don't have the courage to replace all the occurences in the code.

16 years ago<inttypes.h> is a superset of <stdint.h>, use it instead.
Rémi Denis-Courmont [Thu, 1 May 2008 14:38:24 +0000 (17:38 +0300)]
<inttypes.h> is a superset of <stdint.h>, use it instead.

16 years agoDon't re-invent uint8_t - remove byte_t
Rémi Denis-Courmont [Thu, 1 May 2008 14:30:52 +0000 (17:30 +0300)]
Don't re-invent uint8_t - remove byte_t

Also sizeof(byte_t)^Wsizeof(uint8_t) can only ever be 1, if it is
defined. It's not defined, if char is more than 8 bits, and uint8_t is
not provided, but then VLC will not compile in the first place.

16 years agoFixed the compilation of multiple Mac OS X related modules
Felix Paul Kühne [Thu, 1 May 2008 10:57:01 +0000 (12:57 +0200)]
Fixed the compilation of multiple Mac OS X related modules

by using VLC_ADD_PLUGIN instead of VLC_ADD_BUILTINS.

Please check for potential regressions.

16 years agoMissing #include
Rémi Denis-Courmont [Thu, 1 May 2008 08:36:51 +0000 (11:36 +0300)]
Missing #include

16 years agoSupport for RIFF/MIDI files
Rémi Denis-Courmont [Wed, 30 Apr 2008 18:30:13 +0000 (21:30 +0300)]
Support for RIFF/MIDI files

16 years ago--mono does noes exist. Comment out the text for it.
Rémi Denis-Courmont [Wed, 30 Apr 2008 17:05:22 +0000 (20:05 +0300)]
--mono does noes exist. Comment out the text for it.

16 years agoDisc reading libs want ANSI rather than UTF-8 paths - fixes #1560
Rémi Denis-Courmont [Wed, 30 Apr 2008 17:04:59 +0000 (20:04 +0300)]
Disc reading libs want ANSI rather than UTF-8 paths - fixes #1560

16 years agoExport ToLocaleDup
Rémi Denis-Courmont [Wed, 30 Apr 2008 17:04:05 +0000 (20:04 +0300)]
Export ToLocaleDup

16 years agoWin64 compatible modifications around set/getWindowLong
Jean-Baptiste Kempf [Wed, 30 Apr 2008 17:01:20 +0000 (19:01 +0200)]
Win64 compatible modifications around set/getWindowLong

16 years agoFix the interpretation of command "help" by VLM.
Adrien Grand [Sun, 27 Apr 2008 13:17:03 +0000 (15:17 +0200)]
Fix the interpretation of command "help" by VLM.

In the function ExecuteCommand, p_message is given in argument to ExecuteHelp
and is then modified locally in ExecuteHelp:
  p_message = vlm_MessageNew( "help", vlm_NULL );
whereas it is used further in function ExecuteCommand.
This patch fixes this problem by passing the pointer address in argument to
ExecuteHelp instead of the pointer itself.

Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
16 years agoRestore ENABLE_SOUT #define (used in wav "codec")
Rémi Denis-Courmont [Tue, 29 Apr 2008 05:18:43 +0000 (08:18 +0300)]
Restore ENABLE_SOUT #define (used in wav "codec")

16 years agoMove the MPRIS Quit method to the root dbus object.
Mirsal Ennaime [Tue, 29 Apr 2008 01:16:04 +0000 (03:16 +0200)]
Move the MPRIS Quit method to the root dbus object.
This closes #1565

16 years agoDon't use VLC_ADD_PLUGIN for common sout and packetizers plugins
Rémi Denis-Courmont [Mon, 28 Apr 2008 20:26:46 +0000 (23:26 +0300)]
Don't use VLC_ADD_PLUGIN for common sout and packetizers plugins

16 years agoFix previous commit
Rémi Denis-Courmont [Mon, 28 Apr 2008 20:13:39 +0000 (23:13 +0300)]
Fix previous commit

16 years agoProtect access_output/ under ENABLE_SOUT as well
Rémi Denis-Courmont [Mon, 28 Apr 2008 20:08:20 +0000 (23:08 +0300)]
Protect access_output/ under ENABLE_SOUT as well

16 years agoDon't bother with mux/ and stream_out/ is sout is disabled
Rémi Denis-Courmont [Mon, 28 Apr 2008 20:04:33 +0000 (23:04 +0300)]
Don't bother with mux/ and stream_out/ is sout is disabled

16 years agoVLC_ADD_PLUGINS -> VLC_ADD_PLUGIN
Rémi Denis-Courmont [Mon, 28 Apr 2008 19:45:57 +0000 (22:45 +0300)]
VLC_ADD_PLUGINS -> VLC_ADD_PLUGIN

16 years agoFixes
Rémi Denis-Courmont [Mon, 28 Apr 2008 19:40:04 +0000 (22:40 +0300)]
Fixes

16 years agoAvoid vlc-config for access plugins that are always built
Rémi Denis-Courmont [Mon, 28 Apr 2008 19:34:29 +0000 (22:34 +0300)]
Avoid vlc-config for access plugins that are always built

16 years agonice is a phony target
Rémi Denis-Courmont [Mon, 28 Apr 2008 19:33:14 +0000 (22:33 +0300)]
nice is a phony target

16 years agoCosmetics
Rémi Denis-Courmont [Mon, 28 Apr 2008 19:32:51 +0000 (22:32 +0300)]
Cosmetics

16 years agoRemove a bunch of obsoleted kludges
Rémi Denis-Courmont [Mon, 28 Apr 2008 19:31:32 +0000 (22:31 +0300)]
Remove a bunch of obsoleted kludges

We don't need to invoke make twice in every directory, and we don't need
the awful libtool install kludge anymore.

16 years agoSet a substitution variable for configure-enabled plugins
Rémi Denis-Courmont [Mon, 28 Apr 2008 18:56:27 +0000 (21:56 +0300)]
Set a substitution variable for configure-enabled plugins

16 years agoInvoke VLC_ADD_PLUGINS with only one plugin at a time
Rémi Denis-Courmont [Sun, 27 Apr 2008 20:09:11 +0000 (23:09 +0300)]
Invoke VLC_ADD_PLUGINS with only one plugin at a time

16 years agoAllow building plugins through autotools-builtin means...
Rémi Denis-Courmont [Mon, 28 Apr 2008 19:20:34 +0000 (22:20 +0300)]
Allow building plugins through autotools-builtin means...

...in addition to vlc-config

16 years agoUpdate comments
Rémi Denis-Courmont [Mon, 28 Apr 2008 17:28:50 +0000 (20:28 +0300)]
Update comments

16 years agoTypo
Rémi Denis-Courmont [Mon, 28 Apr 2008 16:30:42 +0000 (19:30 +0300)]
Typo

16 years agoFix accelerated modules configure options.
Rémi Denis-Courmont [Mon, 28 Apr 2008 16:25:24 +0000 (19:25 +0300)]
Fix accelerated modules configure options.

Only enable those modules that were enabled, rather than _all_ of them
(which should fix --disable-sse and --disable-mmx). Also don't run
checks if we know we're not going to enable the modules anyway.

16 years agoremove bogus code introduced in the previous commit
Felix Paul Kühne [Sun, 27 Apr 2008 20:42:35 +0000 (22:42 +0200)]
remove bogus code introduced in the previous commit

sorry about the disturbance

16 years agoYou want to use mdate() instead of mtime() which is invalid
Felix Paul Kühne [Sun, 27 Apr 2008 20:41:49 +0000 (22:41 +0200)]
You want to use mdate() instead of mtime() which is invalid

16 years agoHack to fix the compilation on 10.4. This should actually be covered by configure...
Felix Paul Kühne [Sun, 27 Apr 2008 20:10:44 +0000 (22:10 +0200)]
Hack to fix the compilation on 10.4. This should actually be covered by configure, which complains about missing headers, but doesn't disable this module properly.

16 years agoUse NSInteger since we got it now
Felix Paul Kühne [Sun, 27 Apr 2008 19:29:30 +0000 (21:29 +0200)]
Use NSInteger since we got it now

16 years agoFix previous commit - there is no vlc object here
Rémi Denis-Courmont [Sun, 27 Apr 2008 19:30:26 +0000 (22:30 +0300)]
Fix previous commit - there is no vlc object here

16 years agoauhal: don't mix vlc_ and pthread_ function calls
Rémi Denis-Courmont [Sun, 27 Apr 2008 19:26:34 +0000 (22:26 +0300)]
auhal: don't mix vlc_ and pthread_ function calls

16 years agoBe sure to declare NSInteger if it isn't present
Felix Paul Kühne [Sun, 27 Apr 2008 19:27:11 +0000 (21:27 +0200)]
Be sure to declare NSInteger if it isn't present

16 years agoReverted 4082c803f778e903ae0b1dc9afaf3ad86fddbd69 as AudioDeviceIOProcID and its...
Felix Paul Kühne [Sun, 27 Apr 2008 19:15:30 +0000 (21:15 +0200)]
Reverted 4082c803f778e903ae0b1dc9afaf3ad86fddbd69 as AudioDeviceIOProcID and its related methods require Darwin 9

16 years ago* Fix the compilation on 10.4u
Felix Paul Kühne [Sun, 27 Apr 2008 19:06:48 +0000 (21:06 +0200)]
* Fix the compilation on 10.4u

16 years agovlc-config: no need to go through all plugins to get the linkage
Rémi Denis-Courmont [Sun, 27 Apr 2008 19:02:37 +0000 (22:02 +0300)]
vlc-config: no need to go through all plugins to get the linkage

16 years agoRemove the forced ld -z,defs flags.
Rémi Denis-Courmont [Sun, 27 Apr 2008 18:17:42 +0000 (21:17 +0300)]
Remove the forced ld -z,defs flags.

Clueful people use them when they need to. Let them decide.

16 years agoStandard MIDI file demux: fix comments
Rémi Denis-Courmont [Sat, 26 Apr 2008 16:21:41 +0000 (19:21 +0300)]
Standard MIDI file demux: fix comments

16 years agoAbility to save and load input item options in xspf playlist as it is possible in...
Antoine Lejeune [Wed, 23 Apr 2008 18:20:13 +0000 (20:20 +0200)]
Ability to save and load input item options in xspf playlist as it is possible in m3u playlist.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoAdd CVE id
Christophe Mutricy [Fri, 25 Apr 2008 16:37:26 +0000 (17:37 +0100)]
Add CVE id
(cherry picked from commit 3e8778f5e911785d061ffabd7299c2fc38384959)

16 years agoFix a bug introduced by 920692ff5d2d6b001e0f6ac7bda1978c9f7abd1f
Antoine Lejeune [Thu, 24 Apr 2008 12:02:35 +0000 (14:02 +0200)]
Fix a bug introduced by 920692ff5d2d6b001e0f6ac7bda1978c9f7abd1f

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
16 years agoUse the user's native MacOSX-SDK if none is given.
Felix Paul Kühne [Fri, 25 Apr 2008 10:15:51 +0000 (12:15 +0200)]
Use the user's native MacOSX-SDK if none is given.

16 years agoCompilation fix related to the recent threading simplifications. Needs additional...
Felix Paul Kühne [Fri, 25 Apr 2008 09:31:24 +0000 (11:31 +0200)]
Compilation fix related to the recent threading simplifications. Needs additional testing.

16 years agoLower score of modules/xvmc/xxmc.c because it is not as stable as libmpeg2.
Jean-Paul Saman [Thu, 24 Apr 2008 21:48:21 +0000 (23:48 +0200)]
Lower score of modules/xvmc/xxmc.c because it is not as stable as libmpeg2.

16 years agoMeaningful Typo
Christophe Mutricy [Thu, 24 Apr 2008 20:09:08 +0000 (21:09 +0100)]
Meaningful Typo

16 years agoRemove silly out of memory message in an out of memory situation and fixed indentatio...
Jean-Paul Saman [Tue, 22 Apr 2008 14:26:11 +0000 (16:26 +0200)]
Remove silly out of memory message in an out of memory situation and fixed indentation on bool declarations.

16 years agoCleanup and move debug message to a better place.
Jean-Paul Saman [Tue, 22 Apr 2008 14:14:02 +0000 (16:14 +0200)]
Cleanup and move debug message to a better place.

16 years agoFix indentation in scope blocks after bool change.
Jean-Paul Saman [Tue, 22 Apr 2008 14:12:28 +0000 (16:12 +0200)]
Fix indentation in scope blocks after bool change.

16 years agoDon't return at the end of void function.
Jean-Paul Saman [Sat, 19 Apr 2008 22:08:51 +0000 (00:08 +0200)]
Don't return at the end of void function.

16 years agoFix latest crash in modules/codec/x264.c with ratecontrol.
Jean-Paul Saman [Sat, 19 Apr 2008 12:20:02 +0000 (14:20 +0200)]
Fix latest crash in modules/codec/x264.c with ratecontrol.

16 years agoFix indentation after vlc_bool_t by bool replacement. Makes the file readible again.
Jean-Paul Saman [Sat, 19 Apr 2008 09:41:24 +0000 (11:41 +0200)]
Fix indentation after vlc_bool_t by bool replacement. Makes the file readible again.

16 years agoCompile FFmpeg on PowerPC-based machines without AltiVec support until it is fixed.
Felix Paul Kühne [Thu, 24 Apr 2008 14:28:57 +0000 (16:28 +0200)]
Compile FFmpeg on PowerPC-based machines without AltiVec support until it is fixed.

The attached patches fixed --disable-altivec for libswscale oO

16 years agoFix input item leaking
Rafaël Carré [Thu, 24 Apr 2008 13:28:59 +0000 (15:28 +0200)]
Fix input item leaking

16 years agoTypo
Rafaël Carré [Thu, 24 Apr 2008 13:28:39 +0000 (15:28 +0200)]
Typo

16 years agoRename the files here also
Christophe Mutricy [Wed, 23 Apr 2008 22:25:09 +0000 (23:25 +0100)]
Rename the files here also

16 years agoWin32: Simplify mutex
Rémi Denis-Courmont [Wed, 23 Apr 2008 19:24:45 +0000 (22:24 +0300)]
Win32: Simplify mutex