]> git.sesse.net Git - vlc/log
vlc
19 years agosome more bugs...
Benjamin Pracht [Tue, 3 May 2005 23:04:10 +0000 (23:04 +0000)]
some more bugs...

19 years ago* Fixes a silly bug in the filling of the NSMutableDictionary that stores the p_item...
Benjamin Pracht [Tue, 3 May 2005 22:44:17 +0000 (22:44 +0000)]
* Fixes a silly bug in the filling of the NSMutableDictionary that stores the p_item->node correspondance in the playlist
* A side effect of this fix seems to be that adding a directory, deleting it and adding a new playlist item doesn't seem to crash VLC anymore
* Make the currently playling item, as well as its parent items bold

19 years ago* aded the new Catalan translation
Felix Paul Kühne [Tue, 3 May 2005 20:10:10 +0000 (20:10 +0000)]
* aded the new Catalan translation

19 years agoEnable catalan translation
Rémi Denis-Courmont [Tue, 3 May 2005 11:07:20 +0000 (11:07 +0000)]
Enable catalan translation

19 years agoFixes no longer existing files
Rémi Denis-Courmont [Tue, 3 May 2005 10:55:49 +0000 (10:55 +0000)]
Fixes no longer existing files

19 years agoInitial Catalan translation by
Rémi Denis-Courmont [Tue, 3 May 2005 10:47:17 +0000 (10:47 +0000)]
Initial Catalan translation by
Lorena Gomes and Xènia Albà Cantero

19 years ago.po are not executable
Rémi Denis-Courmont [Tue, 3 May 2005 10:43:27 +0000 (10:43 +0000)]
.po are not executable

19 years ago* fixed icons for bin, AIFF, WAV
Felix Paul Kühne [Mon, 2 May 2005 18:36:58 +0000 (18:36 +0000)]
* fixed icons for bin, AIFF, WAV

19 years agogcc 3.4.3 gave this error:
Rocky Bernstein [Mon, 2 May 2005 09:01:55 +0000 (09:01 +0000)]
gcc 3.4.3 gave this error:

  src/ft2_font.cpp: In member function `virtual GenericBitmap* FT2Font::drawString(const UString&, uint32_t, int) const':
  src/ft2_font.cpp:172: error: array bound forbidden after parenthesized type-id
  src/ft2_font.cpp:172: note: try removing the parentheses around the type-id

Follow the suggestion.

19 years ago * playlist: fix Playlist::OnKeyDown (added event.Skip when needed).
Laurent Aimar [Mon, 2 May 2005 07:25:15 +0000 (07:25 +0000)]
 * playlist: fix Playlist::OnKeyDown (added event.Skip when needed).

19 years ago* Hopefully fixes --aspect-ratio computation when giving float values as argument
Benjamin Pracht [Sun, 1 May 2005 23:04:18 +0000 (23:04 +0000)]
* Hopefully fixes --aspect-ratio computation when giving float values as argument

19 years ago* ft2_font.cpp: added a cache for glyphs rendered with freetype, because
Cyril Deguet [Sun, 1 May 2005 21:36:53 +0000 (21:36 +0000)]
* ft2_font.cpp: added a cache for glyphs rendered with freetype, because
  freetype is so slooow: now FT2Font::drawString() is about 100 times faster
  in average !

19 years ago* vlc_stream.h: added missing extern "C" (prevented compilation of skins2
Cyril Deguet [Sun, 1 May 2005 15:17:40 +0000 (15:17 +0000)]
* vlc_stream.h: added missing extern "C" (prevented compilation of skins2
  module in builtin mode)

19 years agofix next/previous chapter in disc mode
Rocky Bernstein [Sun, 1 May 2005 14:48:08 +0000 (14:48 +0000)]
fix next/previous chapter in disc mode
fix updating meta (caused by a recent change of mine)

vcdx/access.c: hack to try to fix still-handling problem

19 years ago* os_graphics.hpp: added a parameter "blend" to drawBitmap(), to perform alpha
Cyril Deguet [Sun, 1 May 2005 13:19:04 +0000 (13:19 +0000)]
* os_graphics.hpp: added a parameter "blend" to drawBitmap(), to perform alpha
  blending only when it is useful (i.e. when drawing antialiased text)
* x11/*: optimized drawBitmap when alpha blending is not used: 5 times faster

19 years ago * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was
Olivier Teulière [Sun, 1 May 2005 11:15:42 +0000 (11:15 +0000)]
 * doc/skins/skins2-howto.xml: Added the playlist.sort() action, which was
   missing in the doc

19 years agoWork on audio control access.
Rocky Bernstein [Sun, 1 May 2005 08:56:03 +0000 (08:56 +0000)]
Work on audio control access.

19 years agoCorrect up audio-control stop command.
Rocky Bernstein [Sun, 1 May 2005 02:43:17 +0000 (02:43 +0000)]
Correct up audio-control stop command.

19 years agoCompatability for different versions of libcdio from 0.71-0.74cvs
Rocky Bernstein [Sun, 1 May 2005 02:16:02 +0000 (02:16 +0000)]
Compatability for different versions of libcdio from 0.71-0.74cvs

19 years agoA couple more fixes. One to set meta information when in disc mode.
Rocky Bernstein [Sun, 1 May 2005 02:06:58 +0000 (02:06 +0000)]
A couple more fixes. One to set meta information when in disc mode.
Another to pause audio control playing.

19 years agoFix some bugs when playlist not in disc but track mode:
Rocky Bernstein [Sun, 1 May 2005 00:34:39 +0000 (00:34 +0000)]
Fix some bugs when playlist not in disc but track mode:
  play_item initialization accidently lost.
  Probably need a vlc_object release of the playlist.

Adjust comments which were wrong because of cut and paste artifacts.

Some changes that may help debugging.

First attempt at playing via audio controls - mostly not working.

19 years ago* ALL: We are now using libtwolame instead of libtoolame. The reason is that
Christophe Massiot [Fri, 29 Apr 2005 15:57:24 +0000 (15:57 +0000)]
* ALL: We are now using libtwolame instead of libtoolame. The reason is that
  twolame is thread-safe and maintained. Update your batch files for
  --enable-twolame instead of --enable-toolame. See http://twolame.sf.net
  for more information.

19 years ago * record: use add_directory (instead of add_string) + parse the name to
Laurent Aimar [Fri, 29 Apr 2005 07:37:20 +0000 (07:37 +0000)]
 * record: use add_directory (instead of add_string) + parse the name to
 remove the uri/path part.

19 years agomkv.cpp: add preliminary code to support the UI hooks
Steve Lhomme [Thu, 28 Apr 2005 21:15:08 +0000 (21:15 +0000)]
mkv.cpp: add preliminary code to support the UI hooks

19 years agobad, bad developer ...
Damien Fouilleul [Thu, 28 Apr 2005 13:58:54 +0000 (13:58 +0000)]
bad, bad developer ...

19 years ago- added dshow-fps option to configure capture framerate
Damien Fouilleul [Thu, 28 Apr 2005 13:36:54 +0000 (13:36 +0000)]
- added dshow-fps option to configure capture framerate
- added support for IAMStreamConfig interface to configure user settings on capture pin media type

19 years agovlc_common.h: Cygwin & Mingw32 compatibilty update, needs review
Damien Fouilleul [Thu, 28 Apr 2005 13:30:02 +0000 (13:30 +0000)]
vlc_common.h: Cygwin & Mingw32 compatibilty update, needs review
record.c: make it compile under mingw32, needs review

19 years ago* modules/access_filter/record.c: compilation fix.
Gildas Bazin [Thu, 28 Apr 2005 08:18:53 +0000 (08:18 +0000)]
* modules/access_filter/record.c: compilation fix.

19 years ago * es_out: oops, make EsOutProgramDel returning an error code.
Laurent Aimar [Thu, 28 Apr 2005 07:45:51 +0000 (07:45 +0000)]
 * es_out: oops, make EsOutProgramDel returning an error code.

19 years ago * record: grrr, support for system that doesn't have localtime_r.
Laurent Aimar [Thu, 28 Apr 2005 07:43:09 +0000 (07:43 +0000)]
 * record: grrr, support for system that doesn't have localtime_r.

19 years ago es_out*: added ES_OUT_DEL_GROUP
Laurent Aimar [Thu, 28 Apr 2005 07:26:04 +0000 (07:26 +0000)]
 es_out*: added ES_OUT_DEL_GROUP
 ts.c: use ES_OUT_DEL_GROUP to remove old program.

19 years ago* src/input/es_out.c: reverted previous patch since it creates problems with the...
Gildas Bazin [Wed, 27 Apr 2005 12:59:38 +0000 (12:59 +0000)]
* src/input/es_out.c: reverted previous patch since it creates problems with the DVB access plugin.

19 years ago* src/input/es_out.c: cleanup empty programs.
Gildas Bazin [Wed, 27 Apr 2005 11:40:11 +0000 (11:40 +0000)]
* src/input/es_out.c: cleanup empty programs.

19 years agoFix errno undefined error
Rémi Denis-Courmont [Wed, 27 Apr 2005 10:19:51 +0000 (10:19 +0000)]
Fix errno undefined error

19 years agoinput/var.c: don't try to update the "rate" variable directly in callback
Sigmund Augdal Helberg [Tue, 26 Apr 2005 21:35:03 +0000 (21:35 +0000)]
input/var.c: don't try to update the "rate" variable directly in callback
for "rate-faster" and "rate-slower". input_ControlPush will handle it. This
fixes a race condition when "rate" ends up at a different value than
p_input->i_rate

19 years agoCompiles mkv.cpp in -O1 on darwin to work around a gcc bug.
Benjamin Pracht [Tue, 26 Apr 2005 21:34:46 +0000 (21:34 +0000)]
Compiles mkv.cpp in -O1 on darwin to work around a gcc bug.

19 years ago * support for --esdserver. doesn't seem to work yet, though...
Sam Hocevar [Tue, 26 Apr 2005 20:17:50 +0000 (20:17 +0000)]
  * support for --esdserver. doesn't seem to work yet, though...

19 years ago fixed ebml/matroska build with gcc 4
Eric Petit [Tue, 26 Apr 2005 19:45:32 +0000 (19:45 +0000)]
 fixed ebml/matroska build with gcc 4

19 years agomkv.cpp: added the thread to support VOB buttons
Steve Lhomme [Tue, 26 Apr 2005 19:04:18 +0000 (19:04 +0000)]
mkv.cpp: added the thread to support VOB buttons
+ code cleaning

19 years ago* fix to the hotkeys on OSX: RECORD start/stop is cmd-shift-r, HISTORY_BACK/_FORWARD...
Felix Paul Kühne [Tue, 26 Apr 2005 18:59:56 +0000 (18:59 +0000)]
* fix to the hotkeys on OSX: RECORD start/stop is cmd-shift-r, HISTORY_BACK/_FORWARD ctrl-v/ctrl-b now, as '[' and ']' are unaccessible on German keyboards

19 years agoAdd a checkbox to enable timeshifting in the open network panel
Benjamin Pracht [Tue, 26 Apr 2005 17:33:24 +0000 (17:33 +0000)]
Add a checkbox to enable timeshifting in the open network panel

19 years agomkv.cpp: do an EnterAndLeave before seeking in Matroska Script
Steve Lhomme [Tue, 26 Apr 2005 17:16:32 +0000 (17:16 +0000)]
mkv.cpp: do an EnterAndLeave before seeking in Matroska Script

19 years ago* modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added...
Gildas Bazin [Tue, 26 Apr 2005 14:27:47 +0000 (14:27 +0000)]
* modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added support for insert/delete hotkeys.

19 years ago* include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output...
Gildas Bazin [Tue, 26 Apr 2005 14:16:14 +0000 (14:16 +0000)]
* include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output.c: added a lock to the playlist garbage collector to avoid a race condition with the vout creation/destruction.

19 years agomkv.cpp: avoid leaving the same item in cascade
Steve Lhomme [Tue, 26 Apr 2005 13:59:11 +0000 (13:59 +0000)]
mkv.cpp: avoid leaving the same item in cascade

19 years ago* modules/codec/x264.c: relaxed the version requirement for subpel and bpyramid.
Gildas Bazin [Tue, 26 Apr 2005 13:07:43 +0000 (13:07 +0000)]
* modules/codec/x264.c: relaxed the version requirement for subpel and bpyramid.

19 years ago* modules/stream_out/transcode.c: lowered the hurry-up treshold a bit.
Gildas Bazin [Tue, 26 Apr 2005 12:44:03 +0000 (12:44 +0000)]
* modules/stream_out/transcode.c: lowered the hurry-up treshold a bit.

19 years ago* modules/stream_out/transcode.c: new hurry-up option that drops video frames if...
Gildas Bazin [Tue, 26 Apr 2005 12:40:02 +0000 (12:40 +0000)]
* modules/stream_out/transcode.c: new hurry-up option that drops video frames if encoder is late.

19 years ago* modules/codec/x264.c: use proper default value for subpel.
Gildas Bazin [Tue, 26 Apr 2005 10:51:32 +0000 (10:51 +0000)]
* modules/codec/x264.c: use proper default value for subpel.

19 years ago* modules/codec/x264.c: crop the video if its size isn't a multiple of 16 (will have...
Gildas Bazin [Tue, 26 Apr 2005 10:50:06 +0000 (10:50 +0000)]
* modules/codec/x264.c: crop the video if its size isn't a multiple of 16 (will have to be changed to use the visible size values).

19 years ago* modules/codec/x264.c: added bpyramid and subpel options + support for X264_ANALYSE_...
Gildas Bazin [Tue, 26 Apr 2005 10:14:19 +0000 (10:14 +0000)]
* modules/codec/x264.c: added bpyramid and subpel options + support for X264_ANALYSE_BSUB16x16.

19 years ago* modules/gui/wxwindows/interface.cpp: sanitized the menus shortcuts.
Gildas Bazin [Tue, 26 Apr 2005 09:37:26 +0000 (09:37 +0000)]
* modules/gui/wxwindows/interface.cpp: sanitized the menus shortcuts.

19 years ago* modules/gui/wxwindows/interface.cpp: shortcut for open directory changed to Ctrl+R.
Gildas Bazin [Tue, 26 Apr 2005 09:22:04 +0000 (09:22 +0000)]
* modules/gui/wxwindows/interface.cpp: shortcut for open directory changed to Ctrl+R.

19 years ago* modules/demux/mkv.cpp: itoa -> sprintf.
Gildas Bazin [Tue, 26 Apr 2005 08:44:14 +0000 (08:44 +0000)]
* modules/demux/mkv.cpp: itoa -> sprintf.

19 years ago * all: added set_shortname.
Laurent Aimar [Tue, 26 Apr 2005 08:42:19 +0000 (08:42 +0000)]
 * all: added set_shortname.

19 years ago * wxwindows: added a cast to avoid a compiler error (conversion from void*).
Laurent Aimar [Tue, 26 Apr 2005 08:34:54 +0000 (08:34 +0000)]
 * wxwindows: added a cast to avoid a compiler error (conversion from void*).

19 years ago* configure.ac: add access_filter_record to the build.
Gildas Bazin [Tue, 26 Apr 2005 08:25:33 +0000 (08:25 +0000)]
* configure.ac: add access_filter_record to the build.

19 years ago * all: added a new access_filter module: record + one hotkey to start/stop
Laurent Aimar [Tue, 26 Apr 2005 07:28:07 +0000 (07:28 +0000)]
 * all: added a new access_filter module: record + one hotkey to start/stop
 recording (simple dumping). (Usefull for dvb/udp/mp3 radio stream).

19 years ago * timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")
Laurent Aimar [Tue, 26 Apr 2005 07:24:39 +0000 (07:24 +0000)]
 * timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")

19 years ago * all: warning fixes.
Laurent Aimar [Tue, 26 Apr 2005 07:23:56 +0000 (07:23 +0000)]
 * all: warning fixes.
 * mpjpeg.c: use sout_CfgParse !

19 years ago * asf, b4s: warning fixes.
Laurent Aimar [Tue, 26 Apr 2005 07:21:31 +0000 (07:21 +0000)]
 * asf, b4s: warning fixes.
 * ts: - set BLOCK_FLAG_CORRUPTED on transport_error_indicator.
       - better support of EIT + VLC_META_NOW_PLAYING.

19 years ago * vlc_input.h: added INPUT_DEL_INFO.
Laurent Aimar [Tue, 26 Apr 2005 07:19:10 +0000 (07:19 +0000)]
 * vlc_input.h: added INPUT_DEL_INFO.

19 years ago * control: added INPUT_DEL_INFO.
Laurent Aimar [Tue, 26 Apr 2005 07:17:42 +0000 (07:17 +0000)]
 * control: added INPUT_DEL_INFO.
 * input: allow chaining of access_filter (like filter1:filter2 ...)
 * es_out: support VLC_META_NOW_PLAYING for multi-program stream.

19 years agoChange location of speex to http://us.speex.org/download/
Jérome Decoodt [Tue, 26 Apr 2005 01:43:00 +0000 (01:43 +0000)]
Change location of speex to http://us.speex.org/download/
(fix a 302 message...)

19 years agoextras/zsh.cpp: completion for module_cat and module_cat_list
Sigmund Augdal Helberg [Mon, 25 Apr 2005 23:19:19 +0000 (23:19 +0000)]
extras/zsh.cpp: completion for module_cat and module_cat_list

19 years agoextras/zsh.cpp: allow completion of --option=value syntax
Sigmund Augdal Helberg [Mon, 25 Apr 2005 22:27:41 +0000 (22:27 +0000)]
extras/zsh.cpp: allow completion of --option=value syntax

19 years agoextras/Makefile: A very very simple makefile to build the zsh stuff
Sigmund Augdal Helberg [Mon, 25 Apr 2005 22:14:48 +0000 (22:14 +0000)]
extras/Makefile: A very very simple makefile to build the zsh stuff
extras/zsh.cpp: Support for completing simple url as well

19 years agomkv.cpp: add support for new DVD commands, add more debug messages
Steve Lhomme [Mon, 25 Apr 2005 19:19:06 +0000 (19:19 +0000)]
mkv.cpp: add support for new DVD commands, add more debug messages

19 years agozsh.cpp: allow completion of submodules as well for module-type options
Sigmund Augdal Helberg [Mon, 25 Apr 2005 17:16:37 +0000 (17:16 +0000)]
zsh.cpp: allow completion of submodules as well for module-type options
(this allows -A and -V to complete the dummy module

19 years agoFix crash if we don't have freetype or subsdec
Clément Stenac [Sun, 24 Apr 2005 20:44:36 +0000 (20:44 +0000)]
Fix crash if we don't have freetype or subsdec

19 years agoTODO: Added some of my personal wishes
Sigmund Augdal Helberg [Sun, 24 Apr 2005 18:46:19 +0000 (18:46 +0000)]
TODO: Added some of my personal wishes

19 years agomkv.cpp: Fix a problem when entering a chapter after the previous chapter produced...
Steve Lhomme [Sun, 24 Apr 2005 18:45:35 +0000 (18:45 +0000)]
mkv.cpp: Fix a problem when entering a chapter after the previous chapter produced a seek in the code

19 years agomkv.cpp: added support for the "GotoAndPlay()" Matroska Script command
Steve Lhomme [Sun, 24 Apr 2005 18:33:37 +0000 (18:33 +0000)]
mkv.cpp: added support for the "GotoAndPlay()" Matroska Script command

19 years agoAdded file about known bugs
Clément Stenac [Sun, 24 Apr 2005 18:01:21 +0000 (18:01 +0000)]
Added file about known bugs

19 years agoAlso delete nodes when deleting selection
Clément Stenac [Sun, 24 Apr 2005 17:56:00 +0000 (17:56 +0000)]
Also delete nodes when deleting selection

19 years agomkv.cpp: support the CallSS VTSM DVD command and cleaner jump between chapters &...
Steve Lhomme [Sun, 24 Apr 2005 15:55:30 +0000 (15:55 +0000)]
mkv.cpp: support the CallSS VTSM DVD command and cleaner jump between chapters & segments

19 years agoDon't forget to update the status bar on track change
Clément Stenac [Sun, 24 Apr 2005 15:54:03 +0000 (15:54 +0000)]
Don't forget to update the status bar on track change

19 years agosap.c: clean up playlist handling
Sigmund Augdal Helberg [Sun, 24 Apr 2005 14:48:07 +0000 (14:48 +0000)]
sap.c: clean up playlist handling

19 years agoplaylist.c: fixed a nasty corruption on exit with more than one sd module
Sigmund Augdal Helberg [Sun, 24 Apr 2005 14:36:27 +0000 (14:36 +0000)]
playlist.c: fixed a nasty corruption on exit with more than one sd module
running

19 years agomkv.cpp: clean the way chapters are presented/handled internally
Steve Lhomme [Sun, 24 Apr 2005 08:08:06 +0000 (08:08 +0000)]
mkv.cpp: clean the way chapters are presented/handled internally

19 years agoRemove invert selection and select all (I simply can't figure how to do that)
Clément Stenac [Sat, 23 Apr 2005 23:15:09 +0000 (23:15 +0000)]
Remove invert selection and select all (I simply can't figure how to do that)

19 years agoDelete selection (either by menu or key)
Clément Stenac [Sat, 23 Apr 2005 23:05:35 +0000 (23:05 +0000)]
Delete selection (either by menu or key)

19 years agopacketizer/h264.c: fix divition by zero for some streams
Sigmund Augdal Helberg [Sat, 23 Apr 2005 22:37:22 +0000 (22:37 +0000)]
packetizer/h264.c: fix divition by zero for some streams

19 years agoFix disc buttons
Clément Stenac [Sat, 23 Apr 2005 22:30:11 +0000 (22:30 +0000)]
Fix disc buttons

19 years agoTake logger back to control modules
Clément Stenac [Sat, 23 Apr 2005 22:13:35 +0000 (22:13 +0000)]
Take logger back to control modules

19 years agoextras/zsh.cpp: hacky c++ program that generate a zsh completion rule for vlc.
Sigmund Augdal Helberg [Sat, 23 Apr 2005 18:58:19 +0000 (18:58 +0000)]
extras/zsh.cpp: hacky c++ program that generate a zsh completion rule for vlc.
todo: MODULE_CAT and MODULE_CAT_LIST options. Better mrl completion. :option=value syntax. sout completion

19 years agolibvlc.h: move -A back to --aout where it belongs
Sigmund Augdal Helberg [Sat, 23 Apr 2005 18:38:01 +0000 (18:38 +0000)]
libvlc.h: move -A back to --aout where it belongs

19 years agomkv.cpp: refine the way segments/chapters are presented and handled (switching now...
Steve Lhomme [Sat, 23 Apr 2005 16:54:18 +0000 (16:54 +0000)]
mkv.cpp: refine the way segments/chapters are presented and handled (switching now works from everywhere)

19 years agomkv.cpp: only display the DVD title info in the Title selection
Steve Lhomme [Sat, 23 Apr 2005 15:13:47 +0000 (15:13 +0000)]
mkv.cpp: only display the DVD title info in the Title selection

19 years agomkv.cpp: use the title feature to display the segment hierarchy
Steve Lhomme [Sat, 23 Apr 2005 14:08:01 +0000 (14:08 +0000)]
mkv.cpp: use the title feature to display the segment hierarchy

19 years agoGive a fine name when playing audio CD
Clément Stenac [Sat, 23 Apr 2005 12:33:13 +0000 (12:33 +0000)]
Give a fine name when playing audio CD

19 years agomkv.cpp: allow the chapter codecs to display chapter strings too (used to know where...
Steve Lhomme [Sat, 23 Apr 2005 10:41:52 +0000 (10:41 +0000)]
mkv.cpp: allow the chapter codecs to display chapter strings too (used to know where the DVD titles are)

19 years agoffmpeg.c: fixed build with older ffmpeg. Disables Indeo2 untill ffmpeg
Sigmund Augdal Helberg [Sat, 23 Apr 2005 10:30:56 +0000 (10:30 +0000)]
ffmpeg.c: fixed build with older ffmpeg. Disables Indeo2 untill ffmpeg
people desides to increase their build number again

19 years ago- enable sap-ipv6 by default
Rémi Denis-Courmont [Sat, 23 Apr 2005 10:25:36 +0000 (10:25 +0000)]
- enable sap-ipv6 by default

19 years agoUpdated skins2 doc.
Olivier Teulière [Fri, 22 Apr 2005 22:35:51 +0000 (22:35 +0000)]
Updated skins2 doc.

19 years ago * skins2: Added support for multiple actions (separated by ";"),
Olivier Teulière [Fri, 22 Apr 2005 22:25:10 +0000 (22:25 +0000)]
 * skins2: Added support for multiple actions (separated by ";"),
           wherever one action was allowed

19 years ago* update to the Spanish translation by Antonio Javier Varela Calvo
Felix Paul Kühne [Fri, 22 Apr 2005 21:36:07 +0000 (21:36 +0000)]
* update to the Spanish translation by Antonio Javier Varela Calvo

19 years agocontrib: try to allow make src for Linux too
Steve Lhomme [Fri, 22 Apr 2005 11:47:02 +0000 (11:47 +0000)]
contrib: try to allow make src for Linux too

19 years ago vout_synchro: less verbose.
Laurent Aimar [Fri, 22 Apr 2005 08:05:03 +0000 (08:05 +0000)]
 vout_synchro: less verbose.

19 years agomkv.cpp: Enter/Leave on subchapters too
Steve Lhomme [Thu, 21 Apr 2005 21:09:15 +0000 (21:09 +0000)]
mkv.cpp: Enter/Leave on subchapters too