]> git.sesse.net Git - vlc/log
vlc
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)

19 years agosap.c: fix too early free in demux
Sigmund Augdal Helberg [Thu, 20 Jan 2005 19:58:02 +0000 (19:58 +0000)]
sap.c: fix too early free in demux

19 years agoalsa.c: Enumerate available audio devices (Code gratefully borrowed from xmms)
Sigmund Augdal Helberg [Thu, 20 Jan 2005 19:27:56 +0000 (19:27 +0000)]
alsa.c: Enumerate available audio devices (Code gratefully borrowed from xmms)

19 years ago* src/audio_output/output.c: skip late buffers in b_can_sleek mode (patch courtesy...
Gildas Bazin [Thu, 20 Jan 2005 15:28:56 +0000 (15:28 +0000)]
* src/audio_output/output.c: skip late buffers in b_can_sleek mode (patch courtesy of  )

19 years ago* modules/mux/asf.c: another fix for WMA support.
Gildas Bazin [Thu, 20 Jan 2005 14:30:17 +0000 (14:30 +0000)]
* modules/mux/asf.c: another fix for WMA support.

19 years ago* src/input/es_out.c: Improved the kludge for teletext streams without
Christophe Massiot [Thu, 20 Jan 2005 13:34:48 +0000 (13:34 +0000)]
* src/input/es_out.c: Improved the kludge for teletext streams without
  appropriate PTS.

19 years ago* modules/mux/asf.c: compiler warnings are there for a reason ;)
Gildas Bazin [Thu, 20 Jan 2005 13:18:34 +0000 (13:18 +0000)]
* modules/mux/asf.c: compiler warnings are there for a reason ;)

19 years ago* modules/mux/asf.c: only add an audio error correction field in the case of WMA.
Gildas Bazin [Thu, 20 Jan 2005 12:32:53 +0000 (12:32 +0000)]
* modules/mux/asf.c: only add an audio error correction field in the case of WMA.
* include/codecs.h: added a couple more audio tags.

19 years ago* configure.ac: oops, forgot something.
Gildas Bazin [Thu, 20 Jan 2005 12:11:03 +0000 (12:11 +0000)]
* configure.ac: oops, forgot something.

19 years ago* configure.ac, activex/Makefile.am: conditional compile of the activex plugin.
Gildas Bazin [Thu, 20 Jan 2005 12:03:58 +0000 (12:03 +0000)]
* configure.ac, activex/Makefile.am: conditional compile of the activex plugin.

19 years ago* configure.ac, activex/Makefile.am: small fixes to the activex plugin build.
Gildas Bazin [Thu, 20 Jan 2005 10:10:30 +0000 (10:10 +0000)]
* configure.ac, activex/Makefile.am: small fixes to the activex plugin build.

19 years agoautoconf build fix
Clément Stenac [Wed, 19 Jan 2005 22:33:16 +0000 (22:33 +0000)]
autoconf build fix
one todo item less !

19 years agoAdd a category to the showintf control interface, so that it gets displayed in the...
Benjamin Pracht [Wed, 19 Jan 2005 22:28:47 +0000 (22:28 +0000)]
Add a category to the showintf control interface, so that it gets displayed in the prefs...

19 years ago* include/vlc_threads_funcs.h: More %d -> %u
Christophe Massiot [Wed, 19 Jan 2005 18:30:33 +0000 (18:30 +0000)]
* include/vlc_threads_funcs.h: More %d -> %u

19 years agoInitial version of ActiveX plugin for VLC
Damien Fouilleul [Wed, 19 Jan 2005 17:14:16 +0000 (17:14 +0000)]
Initial version of ActiveX plugin for VLC

19 years ago* fix libcddb build under 10.2
Derk-Jan Hartman [Tue, 18 Jan 2005 21:51:00 +0000 (21:51 +0000)]
* fix libcddb build under 10.2

19 years ago* po/el.po: the build process needs a valid file.
Gildas Bazin [Tue, 18 Jan 2005 19:24:06 +0000 (19:24 +0000)]
* po/el.po: the build process needs a valid file.

19 years ago* BOTH: added modern Greek to the list of available languages
Felix Paul Kühne [Tue, 18 Jan 2005 17:26:51 +0000 (17:26 +0000)]
* BOTH: added modern Greek to the list of available languages
* configure.ac: updated the copyright string to 2005

19 years ago* modules/mux/asf.c:
Gildas Bazin [Tue, 18 Jan 2005 14:36:26 +0000 (14:36 +0000)]
* modules/mux/asf.c:
  - add an audio error correction field to the stream properties object.
    This is mandated by the spec and makes some versions of WMP a lot happier about playing our files.
  - only put an header extension object when necessary.

19 years ago* fix author field of OSX info dialog
Derk-Jan Hartman [Tue, 18 Jan 2005 03:02:07 +0000 (03:02 +0000)]
* fix author field of OSX info dialog

19 years ago* fix OSX info dialog lockup due to changed info accessor methods.
Derk-Jan Hartman [Tue, 18 Jan 2005 02:56:18 +0000 (02:56 +0000)]
* fix OSX info dialog lockup due to changed info accessor methods.

19 years ago* fix libopendaap on 10.2
Derk-Jan Hartman [Tue, 18 Jan 2005 02:17:01 +0000 (02:17 +0000)]
* fix libopendaap on 10.2

19 years ago* finally fixed CDDB contrib
Derk-Jan Hartman [Tue, 18 Jan 2005 01:19:54 +0000 (01:19 +0000)]
* finally fixed CDDB contrib

19 years ago* newer libcddb
Derk-Jan Hartman [Mon, 17 Jan 2005 23:38:27 +0000 (23:38 +0000)]
* newer libcddb

19 years ago* Add libcddb, libcdio and vcdimager again to see if it works better on OSX by now
Derk-Jan Hartman [Mon, 17 Jan 2005 22:37:20 +0000 (22:37 +0000)]
* Add libcddb, libcdio and vcdimager again to see if it works better on OSX by now

19 years ago* libvlc.h: fix some of the OSX keybindings (audio delay is now f and g, subtitle...
Derk-Jan Hartman [Mon, 17 Jan 2005 19:42:13 +0000 (19:42 +0000)]
* libvlc.h: fix some of the OSX keybindings (audio delay is now f and g, subtitle delay is h and j, both without modifiers)

19 years ago* libopendaap patch
Derk-Jan Hartman [Mon, 17 Jan 2005 19:40:03 +0000 (19:40 +0000)]
* libopendaap patch

19 years ago* daap.c: host_t is already defined in Darwin's mach headers. renamed to dhost_t
Derk-Jan Hartman [Mon, 17 Jan 2005 19:38:51 +0000 (19:38 +0000)]
* daap.c: host_t is already defined in Darwin's mach headers. renamed to dhost_t

19 years ago* Added the contrib system to MAKE_DIST
Derk-Jan Hartman [Mon, 17 Jan 2005 19:37:38 +0000 (19:37 +0000)]
* Added the contrib system to MAKE_DIST
* cleaned up some alignment in configure --help

19 years ago* added libopendaap to contrib system
Derk-Jan Hartman [Mon, 17 Jan 2005 19:35:54 +0000 (19:35 +0000)]
* added libopendaap to contrib system

19 years agoCache last FindItem request to speed up bulk-addings
Clément Stenac [Mon, 17 Jan 2005 18:36:52 +0000 (18:36 +0000)]
Cache last FindItem request to speed up bulk-addings

19 years ago* DAAP : really include meta information, and don't crash on new hosts
Clément Stenac [Mon, 17 Jan 2005 18:14:50 +0000 (18:14 +0000)]
* DAAP : really include meta information, and don't crash on new hosts

19 years ago* modules/mux/asf.c: properly write the ES type.
Gildas Bazin [Mon, 17 Jan 2005 17:01:21 +0000 (17:01 +0000)]
* modules/mux/asf.c: properly write the ES type.

19 years ago* changedthe GNU-mirror to ftp.belnet.be -- Gettext is download from the GNU-mirror...
Felix Paul Kühne [Mon, 17 Jan 2005 16:48:05 +0000 (16:48 +0000)]
* changedthe GNU-mirror to ftp.belnet.be -- Gettext is download from the GNU-mirror again

19 years ago* Fix pot-update after playlist/info.c removal
Derk-Jan Hartman [Mon, 17 Jan 2005 16:30:34 +0000 (16:30 +0000)]
* Fix pot-update after playlist/info.c removal

19 years ago* wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)
Yoann Peronneau [Mon, 17 Jan 2005 11:47:41 +0000 (11:47 +0000)]
* wxwindows/subtitles.cpp: subtitle delay can also be <0 (now from -30000 to +30000)

19 years ago* modules/codec/x264.c: updated to support recent x264.
Gildas Bazin [Sun, 16 Jan 2005 19:14:31 +0000 (19:14 +0000)]
* modules/codec/x264.c: updated to support recent x264.

19 years agoTodo update
Clément Stenac [Sun, 16 Jan 2005 15:57:01 +0000 (15:57 +0000)]
Todo update

19 years ago* DAAP: add meta-information, delete hosts when they leave
Clément Stenac [Sun, 16 Jan 2005 14:44:26 +0000 (14:44 +0000)]
* DAAP: add meta-information, delete hosts when they leave
* SAP : coding style fixes
* Some fogotten playlist_*Info

19 years agoRemove playlist info accessors (as they now belong to input_item) and use vlc_input_i...
Clément Stenac [Sun, 16 Jan 2005 14:10:47 +0000 (14:10 +0000)]
Remove playlist info accessors (as they now belong to input_item) and use vlc_input_item_AddInfo and vlc_input_item_GetInfo instead

19 years ago * Moved 2004 changelog to doc/.
Sam Hocevar [Sat, 15 Jan 2005 04:41:24 +0000 (04:41 +0000)]
  * Moved 2004 changelog to doc/.

19 years ago motiondetect.c: gcc < 3 compile fix
Eric Petit [Sat, 15 Jan 2005 03:02:57 +0000 (03:02 +0000)]
 motiondetect.c: gcc < 3 compile fix

19 years ago* modules/gui/wxwindows/playlist.cpp: when duration is not known, don't display ...
Yoann Peronneau [Sat, 15 Jan 2005 00:42:23 +0000 (00:42 +0000)]
* modules/gui/wxwindows/playlist.cpp: when duration is not known, don't display (--:--:--)

19 years ago* modules/access/directory.c: fix a segfault when reading an empty directory
Yoann Peronneau [Fri, 14 Jan 2005 18:01:36 +0000 (18:01 +0000)]
* modules/access/directory.c: fix a segfault when reading an empty directory
* modules/gui/ncurses.c: fix a segfault when playlist is empty

19 years ago* modules/gui/ncurses.c: support for tree playlist in ncurses interface
Yoann Peronneau [Fri, 14 Jan 2005 16:14:01 +0000 (16:14 +0000)]
* modules/gui/ncurses.c: support for tree playlist in ncurses interface
  use 'v' to toggle view

19 years ago* include/codecs.h, modules/demux/wav.c: patch by Matthew Romaine to handle WAVEFORMA...
Gildas Bazin [Fri, 14 Jan 2005 13:15:52 +0000 (13:15 +0000)]
* include/codecs.h, modules/demux/wav.c: patch by Matthew Romaine to handle WAVEFORMATEXTENSIBLE files more robustly.

19 years ago* so the ogg vorbis fix broke shoutcast streams :) fixing again.... (tested with...
Derk-Jan Hartman [Fri, 14 Jan 2005 12:11:57 +0000 (12:11 +0000)]
* so the ogg vorbis fix broke shoutcast streams :) fixing again.... (tested with all audio streams i know off)

19 years agoAdded simple motion detect filter.
Jérome Decoodt [Thu, 13 Jan 2005 23:28:36 +0000 (23:28 +0000)]
Added simple motion detect filter.
This filter uses a description file which follows this format :
x1,y1,x2,y2,level,downspeed,upspeed,mrl
...
where x1,y1,x2,y2 describe a sensible rectangle, level is the minimum difference for an active pixel, downspeed an upspeed are to integers.
mrl is a mrl to go when the filter has detected movement in the rectangle.

This is fun with vlm. For example, you should try to launch vlc normaly with vlm and then type :
new camera broadcast
setup camera enabled
setup camera input mrl to your camera
setup camera option filter=motiondetect,transform
#setup camera option transform-type=vflip
#indeed, I did not reach to make this working
control camera play

Have fun ;)

19 years ago* modules/access_out/udp.c: Issue a warning when two PCRs are put inside a
Christophe Massiot [Thu, 13 Jan 2005 19:03:03 +0000 (19:03 +0000)]
* modules/access_out/udp.c: Issue a warning when two PCRs are put inside a
  single UDP frame (may disturb some decoders).

19 years ago* src/misc/threads.c: thread_id is in fact an _unsigned_ int.
Christophe Massiot [Thu, 13 Jan 2005 19:02:04 +0000 (19:02 +0000)]
* src/misc/threads.c: thread_id is in fact an _unsigned_ int.

19 years ago* src/input/es_out.c: EN 300 472 allows the PTS of teletext streams to be
Christophe Massiot [Thu, 13 Jan 2005 19:01:22 +0000 (19:01 +0000)]
* src/input/es_out.c: EN 300 472 allows the PTS of teletext streams to be
  invalid.

19 years ago* DAAP (iTunes shares) services discovery and access module using libopendaap
Clément Stenac [Thu, 13 Jan 2005 18:45:11 +0000 (18:45 +0000)]
* DAAP (iTunes shares) services discovery and access module using libopendaap

http://crazney.net/programs/itunes/libopendaap.html

Problems :
   - At the moment, the file is downloaded entirely in memory before being
     played.
     The library offers another possibility : download the file on
     demand to a pipe, but I don't think it would be a very good idea
     (portability issues ? where to download to ?).
     I hope a "download on demand to memory" feature will be added
   - Sometimes, it looses connection to the peers.

* Increased wx playlist font size

19 years ago* src/misc/configuration.c: fix config_GetType() to handle the new CONFIG_ITEM_MODULE...
Gildas Bazin [Thu, 13 Jan 2005 11:25:58 +0000 (11:25 +0000)]
* src/misc/configuration.c: fix config_GetType() to handle the new CONFIG_ITEM_MODULE_foo types.