]> git.sesse.net Git - vlc/log
vlc
19 years agoGCC 3.3.3 has strong type checking
Damien Fouilleul [Fri, 11 Feb 2005 11:39:04 +0000 (11:39 +0000)]
GCC 3.3.3 has strong type checking

19 years ago* modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by...
Gildas Bazin [Fri, 11 Feb 2005 10:57:03 +0000 (10:57 +0000)]
* modules/gui/wxwindows: MSVC fixes for the wxwindows interface plugin. Patch by Steve Lhomme (steve dot lhomme at free dot fr) + modifications by me.

19 years agoAdded Steve Lhomme to the list of contributors. Thanks :)
Clément Stenac [Fri, 11 Feb 2005 10:30:09 +0000 (10:30 +0000)]
Added Steve Lhomme to the list of contributors. Thanks :)

19 years ago* msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
Gildas Bazin [Fri, 11 Feb 2005 10:03:50 +0000 (10:03 +0000)]
* msvc/*: MSVC patch by Steve Lhomme (steve dot lhomme at free dot fr).
  Here is a patch to have the same file names and locations as the mingw32 build.
  It also put .pdb files in debug mode next to the build files to allow debugging even when you're coding another module...

19 years ago* src/libvlc.c,h: new --help-verbose option that activates printing of longtext descr...
Gildas Bazin [Thu, 10 Feb 2005 14:45:34 +0000 (14:45 +0000)]
* src/libvlc.c,h: new --help-verbose option that activates printing of longtext descriptions for config options.

19 years ago* src/libvlc.c: help now prints the list of integer values.
Gildas Bazin [Thu, 10 Feb 2005 13:43:10 +0000 (13:43 +0000)]
* src/libvlc.c: help now prints the list of integer values.

19 years ago* src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input...
Gildas Bazin [Thu, 10 Feb 2005 13:26:52 +0000 (13:26 +0000)]
* src/libvlc.h, src/input/: new --clock-synchro option to enable/disable the input clock synchronisation algorithm.

19 years ago* modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is...
Gildas Bazin [Thu, 10 Feb 2005 11:58:12 +0000 (11:58 +0000)]
* modules/gui/skins2/src/theme_loader.cpp: portability fix (gzopen_frontend() is still borked on 64bits platforms).

19 years ago* modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.
Gildas Bazin [Thu, 10 Feb 2005 11:56:54 +0000 (11:56 +0000)]
* modules/gui/wxwindows: do not use INSERT_ELEM in c++ code.

19 years ago* modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default...
Gildas Bazin [Thu, 10 Feb 2005 10:32:54 +0000 (10:32 +0000)]
* modules/gui/wxwindows/*: keep compatibility with wxWidgets 2.4.x + changed default playlist size.

19 years ago* modules/gui/wxwindows/interface.cpp: toolbar flickering fix.
Gildas Bazin [Wed, 9 Feb 2005 13:52:40 +0000 (13:52 +0000)]
* modules/gui/wxwindows/interface.cpp: toolbar flickering fix.

19 years ago* modules/demux/mkv.cpp: compilation fixes.
Gildas Bazin [Wed, 9 Feb 2005 10:45:26 +0000 (10:45 +0000)]
* modules/demux/mkv.cpp: compilation fixes.

19 years ago* modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr)...
Gildas Bazin [Wed, 9 Feb 2005 10:09:41 +0000 (10:09 +0000)]
* modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr) to allow the Matroska demuxer to find all files in the same "family" in the same directory as the source file.
This will be useful to find segments corresponding to the different titles/domains (as in DVDs).

19 years ago* src/extras/libc.c: removed unused vlc_seek().
Gildas Bazin [Wed, 9 Feb 2005 09:37:08 +0000 (09:37 +0000)]
* src/extras/libc.c: removed unused vlc_seek().

19 years ago * ts: correct use of descriptor 0x5 (for ac3 and lpcm too).
Laurent Aimar [Tue, 8 Feb 2005 17:05:37 +0000 (17:05 +0000)]
 * ts: correct use of descriptor 0x5 (for ac3 and lpcm too).

19 years ago * all: better support for MBR mms stream (display only received streams).
Laurent Aimar [Tue, 8 Feb 2005 17:02:49 +0000 (17:02 +0000)]
 * all: better support for MBR mms stream (display only received streams).

19 years ago * all: added a --audio-language and --spu-language to select tracks based
Laurent Aimar [Tue, 8 Feb 2005 17:00:18 +0000 (17:00 +0000)]
 * all: added a --audio-language and --spu-language to select tracks based
 on language code.
 Both options accepts a list (comma separated) of country code(2/3 letters)
or name (english/native).
 For demuxers that doesn't provide language info, they are ignored.

 Support for dvdnav isn't complete (only first language is tried) and untested.

 Ex: --spu-language en,fr will try to select english track and if none
 then french one (and if none, no subtitle).
 (you can also use --spu-language english,french or english,francais)

19 years ago * http: add a redirect from */index.html to */
Laurent Aimar [Tue, 8 Feb 2005 16:45:47 +0000 (16:45 +0000)]
 * http: add a redirect from */index.html to */

19 years agoInclude missing images to dist
Clément Stenac [Tue, 8 Feb 2005 16:38:18 +0000 (16:38 +0000)]
Include missing images to dist
Autofocus the OK button in bookmark edit

19 years agoRun makensis installer on Linux without wine to produce Windows installer package...
Jean-Paul Saman [Tue, 8 Feb 2005 14:33:40 +0000 (14:33 +0000)]
Run makensis installer on Linux without wine to produce Windows installer package. NSIS 204 needs a patch for installation under Linux, it will be uploaded to contrib directory.

19 years ago* include/vlc_common.h: avoid compiler warnings.
Gildas Bazin [Tue, 8 Feb 2005 14:18:05 +0000 (14:18 +0000)]
* include/vlc_common.h: avoid compiler warnings.

19 years agopreferences_widgets -- Delete spinctrl hack for WIN32 (not needed with updated wxwidg...
Mark Moriarty [Tue, 8 Feb 2005 02:32:44 +0000 (02:32 +0000)]
preferences_widgets -- Delete spinctrl hack for WIN32 (not needed with updated wxwidgets).  People using Cygwin:  either need a new contrib set, else compile wxwidgets CVS, at least the 6 Feb version.

19 years agofix two memleaks and remove a bogus net_Close()
Rémi Denis-Courmont [Mon, 7 Feb 2005 22:34:21 +0000 (22:34 +0000)]
fix two memleaks and remove a bogus net_Close()

19 years ago- Fixes a segmentation fault in sout_AnnounceSessionDestroy
Rémi Denis-Courmont [Mon, 7 Feb 2005 20:34:08 +0000 (20:34 +0000)]
- Fixes a segmentation fault in sout_AnnounceSessionDestroy

19 years ago* include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build...
Gildas Bazin [Mon, 7 Feb 2005 10:44:49 +0000 (10:44 +0000)]
* include/vlc_common.h, include/modules_inner.h, modules/codec/ffmpeg/: MSVC build fixes by Steve Lhomme (steve dot lhomme at free dot fr) + IMPORT_SYMBOL change by me.

19 years agoCompile fix, unbreak smb access on Linux
Rémi Denis-Courmont [Sun, 6 Feb 2005 18:31:58 +0000 (18:31 +0000)]
Compile fix, unbreak smb access on Linux

19 years ago* wx: Ensure that callbacks are not registered twice
Clément Stenac [Sun, 6 Feb 2005 17:55:47 +0000 (17:55 +0000)]
* wx: Ensure that callbacks are not registered twice
* DAAP: don't crash if connection to host timeouts

19 years agoFix subtitle delay < 0
Clément Stenac [Sun, 6 Feb 2005 16:54:12 +0000 (16:54 +0000)]
Fix subtitle delay < 0
DAAP compile fix

19 years ago- Fix previous buggy commit
Rémi Denis-Courmont [Sun, 6 Feb 2005 16:12:35 +0000 (16:12 +0000)]
- Fix previous buggy commit

19 years ago- Fix building of vlc-config
Rémi Denis-Courmont [Sun, 6 Feb 2005 16:02:24 +0000 (16:02 +0000)]
- Fix building of vlc-config
  VLC can now be built in a subdirectory

19 years ago* wx : simplify some code, remove some useless duplications
Clément Stenac [Sun, 6 Feb 2005 12:05:43 +0000 (12:05 +0000)]
* wx : simplify some code, remove some useless duplications
       hopefully prevent deadlocks

* API : add the b_force parameter to playlist_NodeDelete. If TRUE, nodes that are marked as read-only will also be deleted. Use with care.

* SAP/DAAP : Ensure that the  node gets removed on quit
* HAL : Remove the node on quit and fix f**age of the Close function

19 years ago* convert SAP announce name & group from locale to UTF-8
Rémi Denis-Courmont [Sat, 5 Feb 2005 14:40:38 +0000 (14:40 +0000)]
* convert SAP announce name & group from locale to UTF-8
* fix bug in previous SAP commit

19 years agoinput/control.c: fix diviton by zero on selection bytebased bookmarks in live streams
Sigmund Augdal Helberg [Sat, 5 Feb 2005 12:33:27 +0000 (12:33 +0000)]
input/control.c: fix diviton by zero on selection bytebased bookmarks in live streams

19 years ago* modules/video_filter/scale.c: Guard against p_pic->pf_release being NULL, which...
Andre Pang [Fri, 4 Feb 2005 16:13:11 +0000 (16:13 +0000)]
* modules/video_filter/scale.c: Guard against p_pic->pf_release being NULL, which can happen e.g. if an unknown chroma is passed to the video output/filter

19 years agoAttempts to recode SAP announces from UTF-8 to user's charset
Rémi Denis-Courmont [Fri, 4 Feb 2005 12:35:15 +0000 (12:35 +0000)]
Attempts to recode SAP announces from UTF-8 to user's charset
(will fix improperly encoded playlist items when the user's charset
does not match the SAP announcer's one, provided all SAP announce be
made into UTF-8)

19 years ago* Mem leak fixed
Rémi Denis-Courmont [Fri, 4 Feb 2005 12:14:52 +0000 (12:14 +0000)]
* Mem leak fixed

19 years ago beos/VideoOutput.cpp: added yet another overlay mode (minimum VRAM usage)
Eric Petit [Thu, 3 Feb 2005 20:47:50 +0000 (20:47 +0000)]
 beos/VideoOutput.cpp: added yet another overlay mode (minimum VRAM usage)

19 years ago* modules/packetizer/mpeg4video.c: oops, don't forget to handle streams where only...
Gildas Bazin [Thu, 3 Feb 2005 12:11:28 +0000 (12:11 +0000)]
* modules/packetizer/mpeg4video.c: oops, don't forget to handle streams where only the DTS is available.

19 years ago* modules/packetizer/mpeg4video.c: proper PTS/DTS calculation.
Gildas Bazin [Wed, 2 Feb 2005 15:54:00 +0000 (15:54 +0000)]
* modules/packetizer/mpeg4video.c: proper PTS/DTS calculation.

19 years agoTypo lalalala
Benjamin Pracht [Tue, 1 Feb 2005 17:14:29 +0000 (17:14 +0000)]
Typo lalalala

19 years agosvg.c: ported the code for vlc 0.8.1 (as a video filter)
Olivier Aubert [Tue, 1 Feb 2005 16:46:22 +0000 (16:46 +0000)]
svg.c: ported the code for vlc 0.8.1 (as a video filter)

19 years ago* modules/codec/theora.c: correctly display x-offset video
Andre Pang [Tue, 1 Feb 2005 16:02:40 +0000 (16:02 +0000)]
* modules/codec/theora.c: correctly display x-offset video

19 years ago* Fix theora contrib
Derk-Jan Hartman [Tue, 1 Feb 2005 13:48:53 +0000 (13:48 +0000)]
* Fix theora contrib

19 years agowizard update -- set default vbitrate, abitrate (courtesy of zorglub), make boxes...
Mark Moriarty [Tue, 1 Feb 2005 02:11:02 +0000 (02:11 +0000)]
wizard update -- set default vbitrate, abitrate (courtesy of zorglub), make boxes wxCB_READONLY to restrict choices

19 years ago* configure.ac: hopefully the final fix for the c++ build.
Gildas Bazin [Mon, 31 Jan 2005 11:41:03 +0000 (11:41 +0000)]
* configure.ac: hopefully the final fix for the c++ build.

19 years ago* src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilation fixes by Steve Lhomme...
Gildas Bazin [Mon, 31 Jan 2005 10:07:27 +0000 (10:07 +0000)]
* src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilation fixes by Steve Lhomme (steve dot lhomme at free dot fr).

19 years agowxwindows update for WIN32 wxSpinCtrl, restrict range to valid integer (-32768, 32767)
Mark Moriarty [Sun, 30 Jan 2005 14:26:47 +0000 (14:26 +0000)]
wxwindows update for WIN32 wxSpinCtrl, restrict range to valid integer (-32768, 32767)

19 years agoUninitialized values
Clément Stenac [Sun, 30 Jan 2005 13:23:18 +0000 (13:23 +0000)]
Uninitialized values

19 years ago * configure.ac: Scrogneugneu, fixed the C++ build.
Sam Hocevar [Sun, 30 Jan 2005 11:41:23 +0000 (11:41 +0000)]
  * configure.ac: Scrogneugneu, fixed the C++ build.

19 years agoUse cdio-native name for paranoia read.
Rocky Bernstein [Sun, 30 Jan 2005 03:31:51 +0000 (03:31 +0000)]
Use cdio-native name for paranoia read.

19 years agoH264 support in mkv, patch by Steve Lhomme
Clément Stenac [Sat, 29 Jan 2005 16:32:14 +0000 (16:32 +0000)]
H264 support in mkv, patch by Steve Lhomme

19 years agopreferences wxSpinCtrl hack for WIN32 (make up arrow increase value)
Mark Moriarty [Sat, 29 Jan 2005 16:15:16 +0000 (16:15 +0000)]
preferences wxSpinCtrl hack for WIN32 (make up arrow increase value)

19 years ago* A few string and organization fixes in preferences
Clément Stenac [Sat, 29 Jan 2005 15:22:53 +0000 (15:22 +0000)]
* A few string and organization fixes in preferences
* Update the LIST
* Coding style fixes

19 years ago * configure.ac: Finished support for C++-disabled systems.
Sam Hocevar [Sat, 29 Jan 2005 14:49:34 +0000 (14:49 +0000)]
  * configure.ac: Finished support for C++-disabled systems.

19 years agowizard.cpp: Layout fixes on the input page
Sigmund Augdal Helberg [Sat, 29 Jan 2005 14:12:32 +0000 (14:12 +0000)]
wizard.cpp: Layout fixes on the input page

19 years agowxwindows/wizard.cpp: run Layout() on the sizers when changing output method
Sigmund Augdal Helberg [Sat, 29 Jan 2005 13:28:14 +0000 (13:28 +0000)]
wxwindows/wizard.cpp: run Layout() on the sizers when changing output method
in the streaming method page of the wizard, in order to properly show all
text. Hardcode the top spacing in order to prevent controls from moving
around on Layout(). reported by markfm

19 years agowxwindows/wizard.cpp: fixed a crash when pressing Ok in Open-dialog without
Sigmund Augdal Helberg [Sat, 29 Jan 2005 12:41:35 +0000 (12:41 +0000)]
wxwindows/wizard.cpp: fixed a crash when pressing Ok in Open-dialog without
actually selecting anything (reported by Trax)
both: fix a compiler warning (c++ likes function that don't change their
parameters to declare them const)

19 years ago * configure.ac: Attempt to work without a C++ compiler.
Sam Hocevar [Fri, 28 Jan 2005 15:37:09 +0000 (15:37 +0000)]
  * configure.ac: Attempt to work without a C++ compiler.

19 years ago* Makefile.am: include the activex plugin in package-win32-base.
Gildas Bazin [Fri, 28 Jan 2005 14:17:38 +0000 (14:17 +0000)]
* Makefile.am: include the activex plugin in package-win32-base.

19 years ago* cdda/access.c: removed #include <cdio/cdda.h> since it's a new header that isn...
Derk-Jan Hartman [Fri, 28 Jan 2005 01:04:58 +0000 (01:04 +0000)]
* cdda/access.c: removed #include <cdio/cdda.h> since it's a new header that isn't always available and wasn't version ifdef'ed. An already version ifdef'ed include already exists in cdda/cdda.h

19 years ago* Two small bugs in the OSX intf
Derk-Jan Hartman [Fri, 28 Jan 2005 00:44:31 +0000 (00:44 +0000)]
* Two small bugs in the OSX intf

19 years ago* src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare...
Derk-Jan Hartman [Thu, 27 Jan 2005 22:33:15 +0000 (22:33 +0000)]
* src/video_output/video_output.c: Fixed the SuxorThread. The thread didn't declare itself ready :(

19 years ago* src/playlist/playlist.c: Don't touch object_lock vlc_object_create and vlc_object_d...
Derk-Jan Hartman [Thu, 27 Jan 2005 21:56:34 +0000 (21:56 +0000)]
* src/playlist/playlist.c: Don't touch object_lock vlc_object_create and vlc_object_destroy already take care of it.

19 years ago* modules/codec/dvbsub.c: don't render empty subtitles when we receive subtitles...
Gildas Bazin [Thu, 27 Jan 2005 17:05:25 +0000 (17:05 +0000)]
* modules/codec/dvbsub.c: don't render empty subtitles when we receive subtitles data that doesn't match our subtitles page id.

19 years ago* modules/demux/ts.c: fixed typo for DVB subtitles descriptor parsing (only affects...
Gildas Bazin [Thu, 27 Jan 2005 16:44:31 +0000 (16:44 +0000)]
* modules/demux/ts.c: fixed typo for DVB subtitles descriptor parsing (only affects multiple tracks streams).

19 years ago* modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient...
Gildas Bazin [Thu, 27 Jan 2005 15:44:34 +0000 (15:44 +0000)]
* modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient + proper URI parsing.

19 years ago* contrib/Makefile: use tabs, not spaces in Makefile
Derk-Jan Hartman [Thu, 27 Jan 2005 14:03:48 +0000 (14:03 +0000)]
* contrib/Makefile: use tabs, not spaces in Makefile

19 years ago* modules/access/smb.c: new SMB/CIFS access module using libsmbclient.
Gildas Bazin [Thu, 27 Jan 2005 12:51:21 +0000 (12:51 +0000)]
* modules/access/smb.c: new SMB/CIFS access module using libsmbclient.

19 years agomkc.cpp: fix crash on invalid tracks
Sigmund Augdal Helberg [Thu, 27 Jan 2005 11:50:39 +0000 (11:50 +0000)]
mkc.cpp: fix crash on invalid tracks

19 years ago* VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re...
Felix Paul Kühne [Thu, 27 Jan 2005 01:14:24 +0000 (01:14 +0000)]
* VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re-added it again.

19 years ago* contrib/Makefile: remove the BUILDDIRS on clean-src as well to prevent the disposal...
Felix Paul Kühne [Thu, 27 Jan 2005 00:49:46 +0000 (00:49 +0000)]
* contrib/Makefile: remove the BUILDDIRS on clean-src as well to prevent the disposal of outdated stuff and its mixture with newer libraries
* contrib/src/Makefile: touch .aclocal after copying the aclocal files, so this isn't done everytime make runs

19 years ago* src/libvlc.h, src/input/stream.c: new --input-list option which allows you to speci...
Gildas Bazin [Wed, 26 Jan 2005 16:12:37 +0000 (16:12 +0000)]
* src/libvlc.h, src/input/stream.c: new --input-list option which allows you to specify a list of inputs which will be concatenated to the main MRL during playback (for splitted streams). Note that this deprecates the --file-cat option which was specific to the file access plugin while the new option should be generic.

19 years agoconfigure.ac: reinstate libcdio CD-DA and VCD plugins (on demand)
Rocky Bernstein [Wed, 26 Jan 2005 13:05:14 +0000 (13:05 +0000)]
configure.ac: reinstate libcdio CD-DA and VCD plugins (on demand)
cdda/*: add basic cd-paranoia mode via libcdio.
vcdx/*: changes dictated by new regime

19 years ago* modules/video_output/wingdi.c: improvements + embedded support + GAPI support for...
Gildas Bazin [Wed, 26 Jan 2005 08:18:46 +0000 (08:18 +0000)]
* modules/video_output/wingdi.c: improvements + embedded support + GAPI support for WinCE. Needs some more work as well for fullscreen support.

19 years ago * es_out: fix program change on the fly.
Laurent Aimar [Tue, 25 Jan 2005 14:15:08 +0000 (14:15 +0000)]
 * es_out: fix program change on the fly.

19 years ago * remove unused home_dir from fprintf style function
Antoine Cellerier [Mon, 24 Jan 2005 23:42:14 +0000 (23:42 +0000)]
 * remove unused home_dir from fprintf style function

19 years ago * under windows, default directory to save snapshots is now the user's
Antoine Cellerier [Mon, 24 Jan 2005 22:57:09 +0000 (22:57 +0000)]
 * under windows, default directory to save snapshots is now the user's
   My Pictures (or Mes Images ... depending on locale) directory

19 years ago* modules/control/rc.c:
Derk-Jan Hartman [Mon, 24 Jan 2005 20:46:20 +0000 (20:46 +0000)]
* modules/control/rc.c:
 - New commands fastforward and rewind for VOD trickplay
 - New command goto <index> for better playlist control
 - Playlist parent item (category) now appended to output
 Patch by Dermot McGahon
* modules/control/rtci.c: ported patch to rtci as well.

19 years ago* Rename a TIME_ABSOLUTE define because it's already defined in the Mach kernel headers.
Derk-Jan Hartman [Mon, 24 Jan 2005 20:44:53 +0000 (20:44 +0000)]
* Rename a TIME_ABSOLUTE define because it's already defined in the Mach kernel headers.

19 years agoAdded a Service Discovery sub menu in playlist contextual menu.
Jérome Decoodt [Mon, 24 Jan 2005 14:19:40 +0000 (14:19 +0000)]
Added a Service Discovery sub menu in playlist contextual menu.

19 years agoFix breakage in transcode file selection
Clément Stenac [Sun, 23 Jan 2005 21:07:24 +0000 (21:07 +0000)]
Fix breakage in transcode file selection

19 years ago* wxwindows/playlist.cpp: Menu and toolbar are no longer dockable
Yoann Peronneau [Sun, 23 Jan 2005 20:58:48 +0000 (20:58 +0000)]
* wxwindows/playlist.cpp: Menu and toolbar are no longer dockable

19 years ago* src/misc/vlm.c: start exporting some VLM control functions
Yoann Peronneau [Sun, 23 Jan 2005 17:53:40 +0000 (17:53 +0000)]
* src/misc/vlm.c: start exporting some VLM control functions

19 years ago* modules/codec/dvbsub.c: full 4 and 8 bits RLE encodings.
Gildas Bazin [Sun, 23 Jan 2005 12:26:01 +0000 (12:26 +0000)]
* modules/codec/dvbsub.c: full 4 and 8 bits RLE encodings.

19 years agoUpdate NEWS
Clément Stenac [Sun, 23 Jan 2005 11:06:17 +0000 (11:06 +0000)]
Update NEWS

19 years ago* modules/video_filter/blend.c: chroma fixes for the YUY2 blending.
Gildas Bazin [Sat, 22 Jan 2005 20:35:24 +0000 (20:35 +0000)]
* modules/video_filter/blend.c: chroma fixes for the YUY2 blending.

19 years ago* mozilla/vlcshell.cpp: Fix compilation on Mac OS X
Andre Pang [Sat, 22 Jan 2005 17:50:11 +0000 (17:50 +0000)]
* mozilla/vlcshell.cpp: Fix compilation on Mac OS X

19 years ago* mozilla/Makefile.am: Fix build of Mozilla plugin on Mac OS X when using a separate...
Andre Pang [Sat, 22 Jan 2005 17:48:45 +0000 (17:48 +0000)]
* mozilla/Makefile.am: Fix build of Mozilla plugin on Mac OS X when using a separate build directory

19 years ago* initial translation to Greek by Simos Xenitellis
Felix Paul Kühne [Sat, 22 Jan 2005 15:13:01 +0000 (15:13 +0000)]
* initial translation to Greek by Simos Xenitellis

19 years ago* playlist.m: fix a locking issue
Derk-Jan Hartman [Sat, 22 Jan 2005 01:57:49 +0000 (01:57 +0000)]
* playlist.m: fix a locking issue

19 years ago* modules/gui/ncurses.c: incremental search works now with tree playlist.
Yoann Peronneau [Fri, 21 Jan 2005 21:49:28 +0000 (21:49 +0000)]
* modules/gui/ncurses.c: incremental search works now with tree playlist.

19 years ago* contrib Makefile
Derk-Jan Hartman [Fri, 21 Jan 2005 20:12:05 +0000 (20:12 +0000)]
* contrib Makefile
  added a .aclocal change to copy the m4 from extras/contrib/share/aclocal to
  the vlc m4 dir. No more complete bootstrap after a simple configure.ac or Makefile.am change. :)

19 years ago* blend.c: Fix YUVP -> YUY2 blend. YUVP is actually YVUP and this was not accounted...
Derk-Jan Hartman [Fri, 21 Jan 2005 19:26:08 +0000 (19:26 +0000)]
* blend.c: Fix YUVP -> YUY2 blend. YUVP is actually YVUP and this was not accounted for in the YUY2 blend routine. This resulted in incorrect colors in some DVD menu's for instance.

19 years agots: fix --ts-extra-pmt.
Laurent Aimar [Fri, 21 Jan 2005 17:02:39 +0000 (17:02 +0000)]
ts: fix --ts-extra-pmt.

19 years ago* modules/access/pvr/pvr.c: Fixed width/height selection with latest ivtv
Christophe Massiot [Fri, 21 Jan 2005 15:22:45 +0000 (15:22 +0000)]
* modules/access/pvr/pvr.c: Fixed width/height selection with latest ivtv
  drivers.

19 years ago* small fix to the handling of the new nib-files (we are using the >= 10.2 format...
Felix Paul Kühne [Fri, 21 Jan 2005 14:57:23 +0000 (14:57 +0000)]
* small fix to the handling of the new nib-files (we are using the >= 10.2 format for the new ones, so 'objects.nib' is called 'keyedobjects.nib')

19 years agoActiveX: misc fixes & improvements
Damien Fouilleul [Fri, 21 Jan 2005 13:52:11 +0000 (13:52 +0000)]
ActiveX: misc fixes & improvements

19 years ago* Add the new Nibs to MAKE_DIST
Derk-Jan Hartman [Fri, 21 Jan 2005 13:41:52 +0000 (13:41 +0000)]
* Add the new Nibs to MAKE_DIST

19 years ago* modules/mux/asf.c: for mpeg audio, i_bitspersample needs to be set to 0.
Gildas Bazin [Fri, 21 Jan 2005 10:53:29 +0000 (10:53 +0000)]
* modules/mux/asf.c: for mpeg audio, i_bitspersample needs to be set to 0.

19 years agoOS X intf work
Derk-Jan Hartman [Thu, 20 Jan 2005 20:51:36 +0000 (20:51 +0000)]
OS X intf work
- don't use bool. it's BOOL
- use GNU style C and hungarian notation
- fix the issue with GUI crashes in playlistview
- default is now category view (for experimentation until we have a SD menu)
- experiment with NSViews to fix the 'drawer' issue (not working though)