]> git.sesse.net Git - vlc/log
vlc
19 years agoMake compilation of mozilla plugin easier on different distributions. Removed fixed...
Jean-Paul Saman [Sat, 16 Apr 2005 14:10:00 +0000 (14:10 +0000)]
Make compilation of mozilla plugin easier on different distributions. Removed fixed include paths from mozilla/Makefile.am. XPIDL_INCL is automatically determined from ${MOZILLA_CONFIG}.
Configure and compile with XPIDL=<path_to_xpidl> application of your mozilla version, eg for mozilla-1.7.6 use: XPIDL=/usr/lib/mozilla-1.7.6/xpidl ./configure <rest of line> && make

19 years agoClean up thread_{begin,end}
Rémi Denis-Courmont [Sat, 16 Apr 2005 12:30:45 +0000 (12:30 +0000)]
Clean up thread_{begin,end}

19 years ago- fix invalid free of root object
Rémi Denis-Courmont [Sat, 16 Apr 2005 12:24:32 +0000 (12:24 +0000)]
- fix invalid free of root object

19 years agoSmall mem leak
Rémi Denis-Courmont [Sat, 16 Apr 2005 10:53:36 +0000 (10:53 +0000)]
Small mem leak

19 years agoClean up
Rémi Denis-Courmont [Sat, 16 Apr 2005 10:33:13 +0000 (10:33 +0000)]
Clean up

19 years ago* src/misc/configuration.c: YAF (yet another fix).
Gildas Bazin [Sat, 16 Apr 2005 10:01:18 +0000 (10:01 +0000)]
* src/misc/configuration.c: YAF (yet another fix).

19 years agowx/playlist.cpp: invalidate the FindItem cache when needed (should fix some random...
Sigmund Augdal Helberg [Sat, 16 Apr 2005 09:56:26 +0000 (09:56 +0000)]
wx/playlist.cpp: invalidate the FindItem cache when needed (should fix some random crashes)

19 years agoForce conversion from UTF-8 when announce is incorrectly encoded
Rémi Denis-Courmont [Sat, 16 Apr 2005 09:06:48 +0000 (09:06 +0000)]
Force conversion from UTF-8 when announce is incorrectly encoded

19 years ago* modules/gui/wxwindows/video.cpp: fixes.
Gildas Bazin [Sat, 16 Apr 2005 00:01:38 +0000 (00:01 +0000)]
* modules/gui/wxwindows/video.cpp: fixes.

19 years ago* src/misc/modules.c: added sub-version number to cache data (used to detect cache...
Gildas Bazin [Fri, 15 Apr 2005 22:35:21 +0000 (22:35 +0000)]
* src/misc/modules.c: added sub-version number to cache data (used to detect cache layout changes in the development version).

19 years agoplaylist: fixed two more occurences of the previous error
Sigmund Augdal Helberg [Fri, 15 Apr 2005 22:32:04 +0000 (22:32 +0000)]
playlist: fixed two more occurences of the previous error

19 years agoplaylist/item-ext.c: fixed off-by-one error causing a crash in ItemGetById
Sigmund Augdal Helberg [Fri, 15 Apr 2005 22:28:24 +0000 (22:28 +0000)]
playlist/item-ext.c: fixed off-by-one error causing a crash in ItemGetById

19 years agoFix next
Clément Stenac [Fri, 15 Apr 2005 22:21:08 +0000 (22:21 +0000)]
Fix next

19 years ago* modules/gui/wxwindows/timer.cpp: cleanup.
Gildas Bazin [Fri, 15 Apr 2005 22:17:04 +0000 (22:17 +0000)]
* modules/gui/wxwindows/timer.cpp: cleanup.

19 years ago* modules/gui/wxwindows: bunch of small improvements to the embedded mode + enabled...
Gildas Bazin [Fri, 15 Apr 2005 22:08:02 +0000 (22:08 +0000)]
* modules/gui/wxwindows: bunch of small improvements to the embedded mode + enabled saving size with --wxwin-autosize.

19 years ago- demux with much bigger buffers to avoid performance issue
Rémi Denis-Courmont [Fri, 15 Apr 2005 21:56:14 +0000 (21:56 +0000)]
- demux with much bigger buffers to avoid performance issue
- fix silences handling

19 years ago* src/misc/configuration.c: fixed a few recent bugs.
Gildas Bazin [Fri, 15 Apr 2005 20:58:06 +0000 (20:58 +0000)]
* src/misc/configuration.c: fixed a few recent bugs.

19 years ago * ALL: converted the video output module "picture" to a stream output
Christophe Massiot [Fri, 15 Apr 2005 20:01:19 +0000 (20:01 +0000)]
 * ALL: converted the video output module "picture" to a stream output
   module "mosaic-bridge".

19 years ago * include/vlc_video.h: Added a p_next pointer to link pictures.
Christophe Massiot [Fri, 15 Apr 2005 19:51:23 +0000 (19:51 +0000)]
 * include/vlc_video.h: Added a p_next pointer to link pictures.

19 years ago * configure.ac: Support for x86_64 architecture.
Christophe Massiot [Fri, 15 Apr 2005 19:02:14 +0000 (19:02 +0000)]
 * configure.ac: Support for x86_64 architecture.

19 years ago * ALL: x86-64 fixes.
Christophe Massiot [Fri, 15 Apr 2005 18:06:51 +0000 (18:06 +0000)]
 * ALL: x86-64 fixes.

19 years ago More to ignore
Eric Petit [Fri, 15 Apr 2005 16:56:51 +0000 (16:56 +0000)]
 More to ignore

19 years ago* modules/gui/wxwindows: disable last commit for now since we don't seem to be able...
Gildas Bazin [Fri, 15 Apr 2005 15:22:17 +0000 (15:22 +0000)]
* modules/gui/wxwindows: disable last commit for now since we don't seem to be able to retrieve the right size values.

19 years ago* modules/gui/wxwindows: save size of video window when in non-autosize mode.
Gildas Bazin [Fri, 15 Apr 2005 15:13:02 +0000 (15:13 +0000)]
* modules/gui/wxwindows: save size of video window when in non-autosize mode.

19 years agosupport for non-global statically defined SAP IPv4 multicast addresses
Rémi Denis-Courmont [Fri, 15 Apr 2005 14:53:59 +0000 (14:53 +0000)]
support for non-global statically defined SAP IPv4 multicast addresses
(Trivial patch)

19 years ago* src/misc/modules.c: oups, stupid bug.
Gildas Bazin [Fri, 15 Apr 2005 14:31:58 +0000 (14:31 +0000)]
* src/misc/modules.c: oups, stupid bug.

19 years ago* src/misc/configuration.c, ALL: support for auto-saveable config options (saved...
Gildas Bazin [Fri, 15 Apr 2005 14:01:27 +0000 (14:01 +0000)]
* src/misc/configuration.c, ALL: support for auto-saveable config options (saved automatically on exit).

19 years ago* modules/gui/wxwindows/timer.cpp: reduced the one shot timers length.
Gildas Bazin [Fri, 15 Apr 2005 10:38:01 +0000 (10:38 +0000)]
* modules/gui/wxwindows/timer.cpp: reduced the one shot timers length.

19 years ago* modules/gui/wxwindows/video.cpp: only set background color when necessary.
Gildas Bazin [Fri, 15 Apr 2005 10:30:56 +0000 (10:30 +0000)]
* modules/gui/wxwindows/video.cpp: only set background color when necessary.

19 years ago* modules/gui/wxwindows: small cleanup + renamed wxwin-size-to-video into wxwin-autosize.
Gildas Bazin [Fri, 15 Apr 2005 09:58:33 +0000 (09:58 +0000)]
* modules/gui/wxwindows: small cleanup + renamed wxwin-size-to-video into wxwin-autosize.

19 years agoAllow resizing of video when autofit is enabled
Clément Stenac [Fri, 15 Apr 2005 09:34:29 +0000 (09:34 +0000)]
Allow resizing of video when autofit is enabled

19 years ago* modules/gui/wxwindows/video.cpp: some fixes for the recent breakage.
Gildas Bazin [Fri, 15 Apr 2005 09:13:24 +0000 (09:13 +0000)]
* modules/gui/wxwindows/video.cpp: some fixes for the recent breakage.

19 years agomkv.cpp: preliminary support for segments with no content, only chapter commands
Steve Lhomme [Thu, 14 Apr 2005 21:49:34 +0000 (21:49 +0000)]
mkv.cpp: preliminary support for segments with no content, only chapter commands

19 years agomkv.cpp: store the chapter codec data for later use
Steve Lhomme [Wed, 13 Apr 2005 21:06:16 +0000 (21:06 +0000)]
mkv.cpp: store the chapter codec data for later use
code cleaning

19 years agomkv.cpp: stronger type checking
Steve Lhomme [Wed, 13 Apr 2005 20:03:49 +0000 (20:03 +0000)]
mkv.cpp: stronger type checking

19 years agoDon't autoplay SAP items
Clément Stenac [Wed, 13 Apr 2005 19:31:45 +0000 (19:31 +0000)]
Don't autoplay SAP items

19 years ago* Playlist :
Clément Stenac [Wed, 13 Apr 2005 17:43:12 +0000 (17:43 +0000)]
* Playlist :
  - fix crash when deleting current item
  - SAP: don't store pointers
  - don't pass pointers to interface in item-appended
  - remove VIEW_SIMPLE that was confusing and bug-generating

* wx:
  - Fix open layout
  - Fix slider behaviour, patch by Greg Hazel

19 years ago * csa: decrypt only when payload >= 8 bytes.
Laurent Aimar [Wed, 13 Apr 2005 08:27:34 +0000 (08:27 +0000)]
 * csa: decrypt only when payload >= 8 bytes.

19 years ago* po/de.po: small fix.
Gildas Bazin [Wed, 13 Apr 2005 07:27:37 +0000 (07:27 +0000)]
* po/de.po: small fix.

19 years ago* src/libvlc.h: added Chinese Traditional to the list of languages
Felix Paul Kühne [Tue, 12 Apr 2005 22:48:27 +0000 (22:48 +0000)]
* src/libvlc.h: added Chinese Traditional to the list of languages
* modules/access/v4l/v4l.c: fixed l10n-strings (we use American English in l10n-strings)
* de.po: first update to the German translation

19 years ago* ALL: removed l10n of various untranslatable strings such as 'ffmpeg' or 'Vorbis'
Felix Paul Kühne [Tue, 12 Apr 2005 22:47:36 +0000 (22:47 +0000)]
* ALL:  removed l10n of various untranslatable strings such as 'ffmpeg' or 'Vorbis'

19 years ago* Patch by Gregory Hazel :
Clément Stenac [Tue, 12 Apr 2005 21:55:32 +0000 (21:55 +0000)]
* Patch by Gregory Hazel :
  - Fix gui flickering on video size change
  - provide a no-auto-resize mode

* Patch by Christophe Mutricy : fix M3U export

Thanks to both !

19 years ago* sorry, this file wasn't supposed to be commited in r10663, reverted to r10352
Felix Paul Kühne [Tue, 12 Apr 2005 21:11:46 +0000 (21:11 +0000)]
* sorry, this file wasn't supposed to be commited in r10663, reverted to r10352

19 years ago* updated the po-files on request by Jonas Larsen
Felix Paul Kühne [Tue, 12 Apr 2005 21:08:00 +0000 (21:08 +0000)]
* updated the po-files on request by Jonas Larsen

19 years ago* added Chinese Traditional translation by Frank Chao <frank0624 (at) gmail.com>
Felix Paul Kühne [Tue, 12 Apr 2005 18:51:14 +0000 (18:51 +0000)]
* added Chinese Traditional translation by Frank Chao <frank0624 (at) gmail.com>

19 years agoUpdate the info displayed in the playlist when you change the play mode in the menu...
Benjamin Pracht [Tue, 12 Apr 2005 18:46:26 +0000 (18:46 +0000)]
Update the info displayed in the playlist when you change the play mode in the menu (had this ever worked ?)

19 years ago* ALL: fixed a handful of bugs and memory leaks.
Gildas Bazin [Tue, 12 Apr 2005 18:15:33 +0000 (18:15 +0000)]
* ALL: fixed a handful of bugs and memory leaks.

19 years ago* Fix two cases where p_playlist->status.p_item was NULL (this fixes last issues...
Derk-Jan Hartman [Tue, 12 Apr 2005 16:43:55 +0000 (16:43 +0000)]
* Fix two cases where p_playlist->status.p_item was NULL (this fixes last issues with adding shoutcast SD to OSX playlist)

19 years ago* Now works with http 1.0. Someone better check this to make sure I didn't mess up. :D
Derk-Jan Hartman [Tue, 12 Apr 2005 16:20:55 +0000 (16:20 +0000)]
* Now works with http 1.0. Someone better check this to make sure I didn't mess up. :D

19 years agoSimplifying
Rémi Denis-Courmont [Tue, 12 Apr 2005 14:43:01 +0000 (14:43 +0000)]
Simplifying

19 years ago* fixed fullscreen on osx with multiple vouts.
Derk-Jan Hartman [Tue, 12 Apr 2005 14:41:47 +0000 (14:41 +0000)]
* fixed fullscreen on osx with multiple vouts.
* different way to remember fullscreen state.
* update the playlist on item-append and item-deleted calls.
* fixed video-on-top with opengl vouts on OSX.

19 years ago* intf.* : try to restore an a bit more intelligent behavior for the playlist toggle...
Benjamin Pracht [Tue, 12 Apr 2005 14:31:14 +0000 (14:31 +0000)]
* intf.* : try to restore an a bit more intelligent behavior for the playlist toggle button (remeber previous state, for instance)
* misc.* : get rid of unused code.

19 years ago* modules/video_output/opengl.c: fixed snapshots in opengl mode.
Gildas Bazin [Tue, 12 Apr 2005 14:11:04 +0000 (14:11 +0000)]
* modules/video_output/opengl.c: fixed snapshots in opengl mode.

19 years ago* src/video_output/vout_subpictures.c: fixed recent breakage with aspect-ratio and...
Gildas Bazin [Tue, 12 Apr 2005 14:09:12 +0000 (14:09 +0000)]
* src/video_output/vout_subpictures.c: fixed recent breakage with aspect-ratio and subpictures.

19 years agoRempaces 95 by [o_window minSize].height everywhere. That fixes some visual bugs...
Benjamin Pracht [Tue, 12 Apr 2005 13:19:23 +0000 (13:19 +0000)]
Rempaces 95 by [o_window minSize].height everywhere. That fixes some visual bugs ans should help keep consistancy.

Please test if I didn't break anything...

19 years agoadd option to select the limit of shoutcast streams to be displayed
Antoine Cellerier [Mon, 11 Apr 2005 22:53:55 +0000 (22:53 +0000)]
add option to select the limit of shoutcast streams to be displayed

19 years agoall: remove items from pp_all_items when needed. Hopefully gives a more
Sigmund Augdal Helberg [Mon, 11 Apr 2005 21:53:33 +0000 (21:53 +0000)]
all: remove items from pp_all_items when needed. Hopefully gives a more
stable playlist

19 years agomkv.cpp: store the translation between segment IDs for each chapter codec
Steve Lhomme [Mon, 11 Apr 2005 20:07:05 +0000 (20:07 +0000)]
mkv.cpp: store the translation between segment IDs for each chapter codec

19 years agoRemove bridge from preferences panel + fix description, patch by Chritophe Mutricy
Clément Stenac [Mon, 11 Apr 2005 17:43:08 +0000 (17:43 +0000)]
Remove bridge from preferences panel + fix description, patch by Chritophe Mutricy

19 years ago beos/PreferencesWindow*: fixed widgets
Eric Petit [Mon, 11 Apr 2005 15:35:41 +0000 (15:35 +0000)]
 beos/PreferencesWindow*: fixed widgets

19 years ago-added "pmt-program" variable to configure PMT program number
Damien Fouilleul [Mon, 11 Apr 2005 14:29:18 +0000 (14:29 +0000)]
-added "pmt-program" variable to configure PMT program number

19 years ago* included wrong time.h
Derk-Jan Hartman [Mon, 11 Apr 2005 14:13:41 +0000 (14:13 +0000)]
* included wrong time.h

19 years agoTODO: Added some todo items related to playlist that should be done, but I don't...
Sigmund Augdal Helberg [Mon, 11 Apr 2005 12:04:14 +0000 (12:04 +0000)]
TODO: Added some todo items related to playlist that should be done, but I don't have time to do right now.

19 years ago* include time.h when using it.
Derk-Jan Hartman [Sun, 10 Apr 2005 23:05:44 +0000 (23:05 +0000)]
* include time.h when using it.

19 years ago* Fix for the disabled menu's under Tiger.
Derk-Jan Hartman [Sun, 10 Apr 2005 22:29:35 +0000 (22:29 +0000)]
* Fix for the disabled menu's under Tiger.

Apparently menu's got smarter in Tiger. As a workaround for the old version, you should first open the Help menu and then drag to the other menu's.

This still isn't the correct way to fix it. We should attach a callback function to the autogenerated menu's and have the callback function update the menu. (but this will work for now).

19 years ago* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at gmail dot com>
Clément Stenac [Sun, 10 Apr 2005 18:40:52 +0000 (18:40 +0000)]
* Fixes for wx2.5.5, patch by Greg Hazel <ghazel at gmail dot com>

I only changed two things in the patch
* added a check for wx2.4 that does not seem to have sizer->Detach
* commented out the wxCheckVersion in open.cpp, which broke layouting under wx2.5.3
  (what was the intended behaviour ?)

* Added core support for a sorted by genre view

19 years ago beos/*: first pass at fixing the BeOS prefs
Eric Petit [Sun, 10 Apr 2005 18:18:22 +0000 (18:18 +0000)]
 beos/*: first pass at fixing the BeOS prefs

19 years agofixed three major problems pointed to by Trax
Sigmund Augdal Helberg [Sun, 10 Apr 2005 17:48:41 +0000 (17:48 +0000)]
fixed three major problems pointed to by Trax

19 years agoFix invalid free() on exit
Rémi Denis-Courmont [Sun, 10 Apr 2005 16:13:40 +0000 (16:13 +0000)]
Fix invalid free() on exit

19 years agoFix a segmentation fault in case of error
Rémi Denis-Courmont [Sun, 10 Apr 2005 16:12:57 +0000 (16:12 +0000)]
Fix a segmentation fault in case of error

19 years agoplaylist/item-ext.c: more elegant binary search in playlist_ItemGetById()
Sigmund Augdal Helberg [Sun, 10 Apr 2005 14:44:52 +0000 (14:44 +0000)]
playlist/item-ext.c: more elegant binary search in playlist_ItemGetById()

19 years agowx/playlist.cpp: reintroduced the caching in FindItem, giving unknown speed increases
Sigmund Augdal Helberg [Sun, 10 Apr 2005 14:42:39 +0000 (14:42 +0000)]
wx/playlist.cpp: reintroduced the caching in FindItem, giving unknown speed increases

19 years ago externrun.c: compile fix
Eric Petit [Sun, 10 Apr 2005 14:00:40 +0000 (14:00 +0000)]
 externrun.c: compile fix

19 years agoshout.c: set svn properties, fixed copyright, author and a string
Sigmund Augdal Helberg [Sun, 10 Apr 2005 12:46:30 +0000 (12:46 +0000)]
shout.c: set svn properties, fixed copyright, author and a string

19 years agodemux/playlist/*: Added a special "shoutcast" mode to b4s parser
Sigmund Augdal Helberg [Sun, 10 Apr 2005 11:55:16 +0000 (11:55 +0000)]
demux/playlist/*: Added a special "shoutcast" mode to b4s parser
rest: new services discovery module to get channels from shoutcast

19 years agosrc/playlist/item-ext.c: fixed a recent bug in playlist_ItemGetById
Sigmund Augdal Helberg [Sun, 10 Apr 2005 11:52:24 +0000 (11:52 +0000)]
src/playlist/item-ext.c: fixed a recent bug in playlist_ItemGetById

19 years agoplaylist: support for sorting a node based on numerical iterpretation of the
Sigmund Augdal Helberg [Sun, 10 Apr 2005 11:03:57 +0000 (11:03 +0000)]
playlist: support for sorting a node based on numerical iterpretation of the
title

19 years agoplaylist/item.c, include/vlc_playlist.h: introduced playlist_ItemCopy
Sigmund Augdal Helberg [Sun, 10 Apr 2005 08:19:49 +0000 (08:19 +0000)]
playlist/item.c, include/vlc_playlist.h: introduced playlist_ItemCopy
playlist/item-ext.c: O(log(N)) playlist_GetItemById()

19 years agoCrash on quit fixed.
Rocky Bernstein [Sun, 10 Apr 2005 01:51:44 +0000 (01:51 +0000)]
Crash on quit fixed.
Add Track length mode.
Entry slider fixed update fixed.
Some small memory leaks fixed.

19 years ago* gcc 4.0 fixes for libgcrypt
Derk-Jan Hartman [Sat, 9 Apr 2005 23:36:48 +0000 (23:36 +0000)]
* gcc 4.0 fixes for libgcrypt

19 years ago* Fix vlc compilation on gcc-4.0 (only one patch how easy was that)
Derk-Jan Hartman [Sat, 9 Apr 2005 23:31:47 +0000 (23:31 +0000)]
* Fix vlc compilation on gcc-4.0 (only one patch how easy was that)

19 years ago* src/input/access.c: fixed segfaults.
Gildas Bazin [Sat, 9 Apr 2005 16:55:47 +0000 (16:55 +0000)]
* src/input/access.c: fixed segfaults.

19 years ago* Fix a spelling error of a define
Derk-Jan Hartman [Sat, 9 Apr 2005 16:02:45 +0000 (16:02 +0000)]
* Fix a spelling error of a define

19 years agoFix bugs in disc-view slider. (May still have a couple left)
Rocky Bernstein [Sat, 9 Apr 2005 15:36:41 +0000 (15:36 +0000)]
Fix bugs in disc-view slider. (May still have a couple left)

Fix bug in paranoia mode. Now allow two kinds of paranoia - overlap and full.

libcddb 0.96 has regexp memory leaks in - 1.0.0 won't. Be leak free if using
1.0.0.

19 years agoplaylist.c: removed a stray mutex_unlock
Sigmund Augdal Helberg [Sat, 9 Apr 2005 15:15:57 +0000 (15:15 +0000)]
playlist.c: removed a stray mutex_unlock

19 years agowx/playlist: never store the pointer to p_item when the playlist lock isn't
Sigmund Augdal Helberg [Sat, 9 Apr 2005 14:57:23 +0000 (14:57 +0000)]
wx/playlist: never store the pointer to p_item when the playlist lock isn't
held. store p_playlist in wxvlc::Playlist since the class can't work without
p_playlist anyway. Strictly lock playlist when needed.

adds a lot of playlist_ItemGetById, and removes a lot of vlc_object_find
VLC_OBJECT_PLAYLIST).

This should fix a lot of potential deadlocks and crashes, including a few I
could reproduce

19 years agoClient should now be able to authenticate
Rémi Denis-Courmont [Sat, 9 Apr 2005 14:54:44 +0000 (14:54 +0000)]
Client should now be able to authenticate

19 years agoplaylist: added a pp_all_items to playlist_t allowing GetItemById to return
Sigmund Augdal Helberg [Sat, 9 Apr 2005 14:53:38 +0000 (14:53 +0000)]
playlist: added a pp_all_items to playlist_t allowing GetItemById to return
nodes as well as items.
made playlist_Control not take the playlist lock, and created a
playlist_LockControl that does the same but takes the lock

19 years ago* modules/gui/wxwindows/dialogs.cpp: fixed open directory dialog.
Gildas Bazin [Sat, 9 Apr 2005 14:43:02 +0000 (14:43 +0000)]
* modules/gui/wxwindows/dialogs.cpp: fixed open directory dialog.

19 years agoFix addition of several filters
Clément Stenac [Sat, 9 Apr 2005 14:02:55 +0000 (14:02 +0000)]
Fix addition of several filters

19 years ago- optional SSL hostname verification
Rémi Denis-Courmont [Sat, 9 Apr 2005 12:30:34 +0000 (12:30 +0000)]
- optional SSL hostname verification

19 years ago* src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags...
Gildas Bazin [Sat, 9 Apr 2005 11:27:23 +0000 (11:27 +0000)]
* src/input/demux.c: skip header id3tag in the core before loading the demux (id3tags have a tendency to mess probing).
* modules/demux/flac.c, modules/demux/mpeg/m4a.c,mpga.c: update id3tag parsing.
* modules/demux/util/id3tag.c: id3tag parsing doesn't need to skip the id3tag header anymore.
* modules/demux/util/id3.c: module removed because id3tag header skipping isn't needed anymore.

19 years ago* modules/demux/aac.c: removed deprecated aac demux (replaced by the m4a demux which...
Gildas Bazin [Sat, 9 Apr 2005 11:15:18 +0000 (11:15 +0000)]
* modules/demux/aac.c: removed deprecated aac demux (replaced by the m4a demux which uses the m4a packetizer).

19 years agoClient-side server credentials verification
Rémi Denis-Courmont [Sat, 9 Apr 2005 11:03:56 +0000 (11:03 +0000)]
Client-side server credentials verification

19 years ago* modules/demux/ty.c: fixed probing bug.
Gildas Bazin [Sat, 9 Apr 2005 09:53:06 +0000 (09:53 +0000)]
* modules/demux/ty.c: fixed probing bug.

19 years agoNot an executable
Rémi Denis-Courmont [Sat, 9 Apr 2005 09:27:27 +0000 (09:27 +0000)]
Not an executable

19 years ago* configure.ac: don't include externrun in the wince build.
Gildas Bazin [Sat, 9 Apr 2005 09:26:41 +0000 (09:26 +0000)]
* configure.ac: don't include externrun in the wince build.

19 years ago* fix libebml patch
Derk-Jan Hartman [Sat, 9 Apr 2005 09:02:36 +0000 (09:02 +0000)]
* fix libebml patch

19 years agoCosmetic fixes
Rémi Denis-Courmont [Sat, 9 Apr 2005 08:07:50 +0000 (08:07 +0000)]
Cosmetic fixes

19 years ago- <unistd.h> is needed for fork and execl
Rémi Denis-Courmont [Sat, 9 Apr 2005 08:06:00 +0000 (08:06 +0000)]
- <unistd.h> is needed for fork and execl
- use execlp instead of execl
- perform process replacement in the child process, not the parent
- wait for process termination (to avoid zombies)
- do not return value from void function
- more verbose