]> git.sesse.net Git - vlc/log
vlc
17 years agoWarning fix.
Laurent Aimar [Fri, 2 Mar 2007 19:54:17 +0000 (19:54 +0000)]
Warning fix.

17 years agoPacketizers should trash all blocks with DISCONTINUITY or CORRUPTED flag set.
Laurent Aimar [Fri, 2 Mar 2007 19:51:20 +0000 (19:51 +0000)]
Packetizers should trash all blocks with DISCONTINUITY or CORRUPTED flag set.

As a side effect, this workaround the AAC decoding problem after pause/seek
when going through our packetizer (eg: pause/seek with vlc VOD).

But the bug is still there : faad will stop decoding audio forever after
receiving a buffer full of 0 (at least with faad2-2.5 from
audiocoding.com, faad2 from mplayer svn does not show this problem)

17 years agoOn pause and rate change from normal rate, call input_EsOutDiscontinuity
Laurent Aimar [Fri, 2 Mar 2007 19:42:22 +0000 (19:42 +0000)]
On pause and rate change from normal rate, call input_EsOutDiscontinuity
as soon as possible to allow decoders to flush (well that part need to
be implemented ;)

17 years agoImplemented sout-keep per media support.
Laurent Aimar [Fri, 2 Mar 2007 19:19:35 +0000 (19:19 +0000)]
Implemented sout-keep per media support.
You have to use sout-keep option on your broadcast media using
 > setup your_media option sout-keep
The default value is no-sout-keep and command line option --sout-keep
will not activate it (on purpose).

17 years agoReally fixed 'gather' segfault.
Laurent Aimar [Fri, 2 Mar 2007 19:08:06 +0000 (19:08 +0000)]
Really fixed 'gather' segfault.

17 years ago Do not use private VLM function (fixed in an ugly way). It should fix build
Laurent Aimar [Fri, 2 Mar 2007 19:03:52 +0000 (19:03 +0000)]
 Do not use private VLM function (fixed in an ugly way). It should fix build
of libvlc-control (what's that ?).
 It will need to be rewritten when VLM API is fixed.

17 years agoCompile fix + define undefined error value
Christophe Mutricy [Fri, 2 Mar 2007 18:51:48 +0000 (18:51 +0000)]
Compile fix + define undefined error value

17 years agoSupport other displays fade out. Change video-device to point to the unique screen ID.
Pierre d'Herbemont [Fri, 2 Mar 2007 18:21:44 +0000 (18:21 +0000)]
Support other displays fade out. Change video-device to point to the unique screen ID.

17 years ago- log.c: fix for negative message count
Damien Fouilleul [Fri, 2 Mar 2007 17:44:24 +0000 (17:44 +0000)]
- log.c: fix for negative message count

17 years agoRemove unuseful setFullscreen: as it has been deleted in r19115.
Pierre d'Herbemont [Fri, 2 Mar 2007 17:33:31 +0000 (17:33 +0000)]
Remove unuseful setFullscreen: as it has been deleted in r19115.

17 years agoZoom fullscreen effect on Mac OS X 10.4.
Pierre d'Herbemont [Fri, 2 Mar 2007 17:28:00 +0000 (17:28 +0000)]
Zoom fullscreen effect on Mac OS X 10.4.

17 years ago* added ugly, but working support for future, powerpc-based darwin releases. this...
Felix Paul Kühne [Fri, 2 Mar 2007 17:24:49 +0000 (17:24 +0000)]
* added ugly, but working support for future, powerpc-based darwin releases. this doesn't support intel-Macs yet

17 years ago- Return errors in case of overflow
Rémi Denis-Courmont [Fri, 2 Mar 2007 17:14:38 +0000 (17:14 +0000)]
- Return errors in case of overflow
- Do not use non-thread-safe stuff

17 years agoRemove dead code:
Rémi Denis-Courmont [Fri, 2 Mar 2007 17:05:24 +0000 (17:05 +0000)]
Remove dead code:
VLC never resolves network service names, it only uses port numbers.

17 years agoFix handling of EINTR in sleeping functions.
Rémi Denis-Courmont [Fri, 2 Mar 2007 16:17:30 +0000 (16:17 +0000)]
Fix handling of EINTR in sleeping functions.
This will not change your life.

17 years agoDo not pass too much argument to sprintf
Christophe Mutricy [Fri, 2 Mar 2007 14:52:51 +0000 (14:52 +0000)]
Do not pass too much argument to sprintf

17 years ago- libvlc ABIs: test that demux is available before accessing it in libvlc_input_get_fps()
Damien Fouilleul [Fri, 2 Mar 2007 13:55:22 +0000 (13:55 +0000)]
- libvlc ABIs: test that demux is available before accessing it in libvlc_input_get_fps()

17 years ago* don't compile x264 with debug code on Macs. especially for releases, this isn't...
Felix Paul Kühne [Fri, 2 Mar 2007 13:17:58 +0000 (13:17 +0000)]
* don't compile x264 with debug code on Macs. especially for releases, this isn't the best idea ;)

17 years agoFixed a small memory leak (password)
Laurent Aimar [Fri, 2 Mar 2007 00:11:14 +0000 (00:11 +0000)]
Fixed a small memory leak (password)

17 years agoFixed memory leak with input_ItemClean.
Laurent Aimar [Fri, 2 Mar 2007 00:09:14 +0000 (00:09 +0000)]
Fixed memory leak with input_ItemClean.

17 years agoPut the Simple Prefs Icons one above the other.
Jean-Baptiste Kempf [Fri, 2 Mar 2007 00:02:59 +0000 (00:02 +0000)]
Put the Simple Prefs Icons one above the other.

17 years agoQt4 - SPrefs : Subtitles... Almost the end ?
Jean-Baptiste Kempf [Thu, 1 Mar 2007 23:18:54 +0000 (23:18 +0000)]
Qt4 - SPrefs : Subtitles... Almost the end ?

17 years agoQt4 - SPrefs : Interface Panel.
Jean-Baptiste Kempf [Thu, 1 Mar 2007 23:11:16 +0000 (23:11 +0000)]
Qt4 - SPrefs : Interface Panel.

17 years agoFixed statistic counter leaks per host.
Laurent Aimar [Thu, 1 Mar 2007 23:10:30 +0000 (23:10 +0000)]
Fixed statistic counter leaks per host.

17 years agoFixed a small memleak per ES.
Laurent Aimar [Thu, 1 Mar 2007 23:05:17 +0000 (23:05 +0000)]
Fixed a small memleak per ES.

17 years agoFixed a small memleak.
Laurent Aimar [Thu, 1 Mar 2007 23:03:26 +0000 (23:03 +0000)]
Fixed a small memleak.

17 years agoFixed es_format_Clean (when called multiple times with the same es_format).
Laurent Aimar [Thu, 1 Mar 2007 23:01:59 +0000 (23:01 +0000)]
Fixed es_format_Clean (when called multiple times with the same es_format).

17 years agoFixed a memleak per packetizer module_Need.
Laurent Aimar [Thu, 1 Mar 2007 23:00:02 +0000 (23:00 +0000)]
Fixed a memleak per packetizer module_Need.

17 years agoOops.
Antoine Cellerier [Thu, 1 Mar 2007 22:54:12 +0000 (22:54 +0000)]
Oops.

17 years ago * Fix forbiden windows characters list. (in fact it's not windows only, but fat32...
Antoine Cellerier [Thu, 1 Mar 2007 22:44:16 +0000 (22:44 +0000)]
 * Fix forbiden windows characters list. (in fact it's not windows only, but fat32/ntfs ... but noone cares)

17 years agoQt4 - SPrefs : Input Panel. almost all implementations, but not the macro-ones (netwo...
Jean-Baptiste Kempf [Thu, 1 Mar 2007 22:43:30 +0000 (22:43 +0000)]
Qt4 - SPrefs : Input Panel. almost all implementations, but not the macro-ones (network-caching and disk-device )

17 years agoFixed a small memleak.
Laurent Aimar [Thu, 1 Mar 2007 22:12:06 +0000 (22:12 +0000)]
Fixed a small memleak.

17 years agoQt4 - SimplePrefs - Audio: Small fixes and normalization for volume.
Jean-Baptiste Kempf [Thu, 1 Mar 2007 21:51:39 +0000 (21:51 +0000)]
Qt4 - SimplePrefs - Audio: Small fixes and normalization for volume.

17 years agoCompile fix
Christophe Mutricy [Thu, 1 Mar 2007 21:50:53 +0000 (21:50 +0000)]
Compile fix

17 years agoFix a hang when quitting vlc on Mac OS X. This hang is due to the signal thread that...
Pierre d'Herbemont [Thu, 1 Mar 2007 21:38:58 +0000 (21:38 +0000)]
Fix a hang when quitting vlc on Mac OS X. This hang is due to the signal thread that isn't cancelled properly, because Mac OS X's sigwait is not a pthread cancellation point as it ought to be according to POSIX.1.

17 years agoDots are allowed in filenames (even on WIN32...). Thanks to Dugal Harris for noticing...
Antoine Cellerier [Thu, 1 Mar 2007 21:27:47 +0000 (21:27 +0000)]
Dots are allowed in filenames (even on WIN32...). Thanks to Dugal Harris for noticing this bug.

17 years agoQt4 : Spref - Audio: Use a doubleBox not a slider for normalizer
Jean-Baptiste Kempf [Thu, 1 Mar 2007 20:43:28 +0000 (20:43 +0000)]
Qt4 : Spref - Audio: Use a doubleBox not a slider for normalizer

17 years agoFixed a typo (INTF_DIALOG_VLM is not the same than INTF_DIALOG_BOOKMARKS)
Laurent Aimar [Thu, 1 Mar 2007 20:37:54 +0000 (20:37 +0000)]
Fixed a typo (INTF_DIALOG_VLM is not the same than INTF_DIALOG_BOOKMARKS)

17 years agoStart cleaning up VLM + fixed vlm_New() race condition.
Laurent Aimar [Thu, 1 Mar 2007 20:36:11 +0000 (20:36 +0000)]
Start cleaning up VLM + fixed vlm_New() race condition.

17 years agoDeactivated VLM control by wx while I clean it. (It uses private fields
Laurent Aimar [Thu, 1 Mar 2007 20:34:12 +0000 (20:34 +0000)]
Deactivated VLM control by wx while I clean it. (It uses private fields
of VLM that should not have been public)

17 years agoCache system clock in userland to save a few avoidable sleeps.
Rémi Denis-Courmont [Thu, 1 Mar 2007 20:16:49 +0000 (20:16 +0000)]
Cache system clock in userland to save a few avoidable sleeps.
Also restore (albeit not hard-coded this time) the old Linux custom
of not waiting for a delay shorter than the scheduler precision

17 years agoFix race condition and simplify SigHandler
Rémi Denis-Courmont [Thu, 1 Mar 2007 20:09:41 +0000 (20:09 +0000)]
Fix race condition and simplify SigHandler
Missing piece pointed out by Pierre d'H.

17 years agoFix abortion if killing signals are re-used.
Rémi Denis-Courmont [Thu, 1 Mar 2007 17:52:11 +0000 (17:52 +0000)]
Fix abortion if killing signals are re-used.
Of course, VLC has no bugs, so you never need to abort it that way,
so that this fixes nothing.

17 years ago- mp4 demux: support for iTunes/Quicktime META info
Damien Fouilleul [Thu, 1 Mar 2007 16:52:12 +0000 (16:52 +0000)]
- mp4 demux: support for iTunes/Quicktime META info

17 years agoRemoving a warning never solved a problem (revert [11778])
Rémi Denis-Courmont [Thu, 1 Mar 2007 16:38:45 +0000 (16:38 +0000)]
Removing a warning never solved a problem (revert [11778])

17 years agoFix incorrect string fix (revert [15025])
Rémi Denis-Courmont [Thu, 1 Mar 2007 16:36:54 +0000 (16:36 +0000)]
Fix incorrect string fix (revert [15025])

17 years agoFix file name representation of the video output window on Mac OS X. (Reviewed by...
Pierre d'Herbemont [Thu, 1 Mar 2007 01:00:07 +0000 (01:00 +0000)]
Fix file name representation of the video output window on Mac OS X. (Reviewed by hartman)

17 years agonone-sematic changes:
Sigmund Augdal Helberg [Thu, 1 Mar 2007 00:06:21 +0000 (00:06 +0000)]
none-sematic changes:
clock.c: replace a magic number with the appropriate constant
vlc_include.h: fix a comment to match reality

17 years agoQt4 - SimplePrefs : Simple Fix to simple Problem. Should repair Win32 breakage. So...
Jean-Baptiste Kempf [Thu, 1 Mar 2007 00:01:14 +0000 (00:01 +0000)]
Qt4 - SimplePrefs : Simple Fix to simple Problem. Should repair Win32 breakage. So sorry.

17 years agodisable clock_nanosleep for mwait for now. Fixes dvd and vob playback
Sigmund Augdal Helberg [Wed, 28 Feb 2007 23:52:48 +0000 (23:52 +0000)]
disable clock_nanosleep for mwait for now. Fixes dvd and vob playback
for me.

17 years agoQt4 : Simple Preferences. Add a slider widget to pref_widget, because it is nicer...
Jean-Baptiste Kempf [Wed, 28 Feb 2007 23:38:48 +0000 (23:38 +0000)]
Qt4 : Simple Preferences. Add a slider widget to pref_widget, because it is nicer than  a QSpinBox.
Could you look please on that commit cause I don't understand if it is the good way to do it (I guess not) and why do I had to add this 'bool' to the methods.

zorglub, dionoea?

17 years agoReworked/improved the way sout-keep works. (VLM sout-keep does not
Laurent Aimar [Wed, 28 Feb 2007 22:45:02 +0000 (22:45 +0000)]
Reworked/improved the way sout-keep works. (VLM sout-keep does not
work again yet )

17 years ago* src/playlist/loadsave.c: create directory before saving Media Library
Yoann Peronneau [Wed, 28 Feb 2007 20:41:01 +0000 (20:41 +0000)]
* src/playlist/loadsave.c: create directory before saving Media Library

17 years ago* make vobsubs downloadable from http/ftp etc. closes #567
Derk-Jan Hartman [Wed, 28 Feb 2007 20:05:59 +0000 (20:05 +0000)]
* make vobsubs downloadable from http/ftp etc. closes #567
 - NOTE: this will not work on user/password protected locations.

17 years agoPatch by xxcv: Don't change fmt_last.audio.i_rate when FOURCC is mp4a
Jean-Paul Saman [Wed, 28 Feb 2007 19:38:02 +0000 (19:38 +0000)]
Patch by xxcv: Don't change fmt_last.audio.i_rate when FOURCC is mp4a

17 years ago * src/text/iso-639_def.h: Add original audio pseudo-language (reported
Christophe Massiot [Wed, 28 Feb 2007 17:16:42 +0000 (17:16 +0000)]
 * src/text/iso-639_def.h: Add original audio pseudo-language (reported
   by Francesc Pinyol Margalef).

17 years agoMeaningfull typo
Christophe Mutricy [Wed, 28 Feb 2007 16:56:57 +0000 (16:56 +0000)]
Meaningfull typo

17 years agotypo
Rémi Denis-Courmont [Wed, 28 Feb 2007 16:35:19 +0000 (16:35 +0000)]
typo

17 years agoFix POL.*HUP handling: POLLHUP is for writing,
Rémi Denis-Courmont [Wed, 28 Feb 2007 16:23:21 +0000 (16:23 +0000)]
Fix POL.*HUP handling: POLLHUP is for writing,
POLLRDHUP is for reading (and also non-standard)

17 years ago* rawvideo.c: Do not use visible_pitch when walking trough the lines. fixes #1021
Derk-Jan Hartman [Wed, 28 Feb 2007 12:36:15 +0000 (12:36 +0000)]
* rawvideo.c: Do not use visible_pitch when walking trough the lines. fixes #1021

17 years agosap.c: win32 fix for IPv6 local-link zone identifier
Damien Fouilleul [Wed, 28 Feb 2007 12:07:45 +0000 (12:07 +0000)]
sap.c: win32 fix for IPv6 local-link zone identifier

17 years ago* matroska bug. don't use block, in case when it can be ( block || simpleblock)
Derk-Jan Hartman [Wed, 28 Feb 2007 12:07:05 +0000 (12:07 +0000)]
* matroska bug. don't use block, in case when it can be ( block || simpleblock)

17 years agothis was renamed in [19013]
Christophe Mutricy [Tue, 27 Feb 2007 23:43:04 +0000 (23:43 +0000)]
this was renamed in [19013]

17 years ago*.po: Update slovenian and portuguese l10n
Christophe Mutricy [Tue, 27 Feb 2007 23:42:59 +0000 (23:42 +0000)]
*.po: Update slovenian and portuguese l10n
POTFILES.in: some new files, some ones renamed

17 years ago* Qt4 - Simple Preferences: Start to bind the keys to the preferences. Lots of them...
Jean-Baptiste Kempf [Tue, 27 Feb 2007 22:30:36 +0000 (22:30 +0000)]
* Qt4 - Simple Preferences: Start to bind the keys to the preferences. Lots of them still don't work. Why ?

17 years agoFixed wrong type used in mp4 parsing.
Laurent Aimar [Tue, 27 Feb 2007 21:45:41 +0000 (21:45 +0000)]
Fixed wrong type used in mp4 parsing.

17 years ago*Ahem* compile testing is good, but it only works
Rémi Denis-Courmont [Tue, 27 Feb 2007 21:27:06 +0000 (21:27 +0000)]
*Ahem* compile testing is good, but it only works
if I actually look at the result

17 years agoSimplification
Rémi Denis-Courmont [Tue, 27 Feb 2007 21:25:11 +0000 (21:25 +0000)]
Simplification

17 years ago- Support for customizing the checksum coverage
Rémi Denis-Courmont [Tue, 27 Feb 2007 21:15:49 +0000 (21:15 +0000)]
- Support for customizing the checksum coverage
- Make UDP-Lite an option rather than a distinct shortcut

17 years ago* Fix subtitle detection. utf8_stat returns 0 if file is present.
Derk-Jan Hartman [Tue, 27 Feb 2007 20:57:56 +0000 (20:57 +0000)]
* Fix subtitle detection. utf8_stat returns 0 if file is present.
  P.S. this bug was present for 3 months, without anyone noticing it. That's just BAD people.

17 years agoDo not assume RTP frequency is that of TS for RTCP
Rémi Denis-Courmont [Tue, 27 Feb 2007 20:43:05 +0000 (20:43 +0000)]
Do not assume RTP frequency is that of TS for RTCP

17 years agoRemoved dead code.
Laurent Aimar [Tue, 27 Feb 2007 20:37:07 +0000 (20:37 +0000)]
Removed dead code.

17 years agoDo not force a default TTL value (the value 1 will be used in SDP only).
Laurent Aimar [Tue, 27 Feb 2007 20:25:52 +0000 (20:25 +0000)]
Do not force a default TTL value (the value 1 will be used in SDP only).

17 years agoIP6 "MUST NOT" have a TTL.
Rémi Denis-Courmont [Tue, 27 Feb 2007 20:17:31 +0000 (20:17 +0000)]
IP6 "MUST NOT" have a TTL.
This will be parsed as an address counter on the receiver,
with disastrous consequences

17 years agoRemoved debug left over.
Laurent Aimar [Tue, 27 Feb 2007 20:07:54 +0000 (20:07 +0000)]
Removed debug left over.

17 years agoAdded vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode.
Laurent Aimar [Tue, 27 Feb 2007 20:04:01 +0000 (20:04 +0000)]
Added vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode.

17 years agoFixed H264 rtp packetization.
Laurent Aimar [Tue, 27 Feb 2007 20:02:15 +0000 (20:02 +0000)]
Fixed H264 rtp packetization.
Force a TTL value of 1 if not defined instead of refusing to start.
(Any suggestion about a better failsafe value ?)

17 years agoAdded all missing case for "Detection of the first VCL NAL unit of a primary coded...
Laurent Aimar [Tue, 27 Feb 2007 19:39:41 +0000 (19:39 +0000)]
Added all missing case for "Detection of the first VCL NAL unit of a primary coded picture".
Fixed prepend of SPS/PPS per I frame.

17 years agolibvlc-common.c: revert r19040
Damien Fouilleul [Tue, 27 Feb 2007 17:13:16 +0000 (17:13 +0000)]
libvlc-common.c: revert r19040

17 years agoExpatriate myself
Rémi Denis-Courmont [Tue, 27 Feb 2007 17:00:42 +0000 (17:00 +0000)]
Expatriate myself

17 years agoListen to link-local SAP announces too
Rémi Denis-Courmont [Tue, 27 Feb 2007 16:54:38 +0000 (16:54 +0000)]
Listen to link-local SAP announces too

17 years ago* Don't VLC_EXPORT net_Close now that it's a #define
Derk-Jan Hartman [Tue, 27 Feb 2007 16:14:21 +0000 (16:14 +0000)]
* Don't VLC_EXPORT net_Close now that it's a #define
* update vlc_symbols.h

courmisch, can you please check ?

17 years ago- libvlc: make sure that p_static_libvlc always point to the first libvlc instance...
Damien Fouilleul [Tue, 27 Feb 2007 12:16:55 +0000 (12:16 +0000)]
- libvlc: make sure that p_static_libvlc always point to the first libvlc instance (actually, is it still used ?)

17 years ago- libvlc control: uninitialiazed mutex and variables, was prevent browser plugins...
Damien Fouilleul [Tue, 27 Feb 2007 12:15:52 +0000 (12:15 +0000)]
- libvlc control: uninitialiazed mutex and variables, was prevent browser plugins from adding elements in playlist

17 years ago* Fix implementation of net_Close. it returns void, not int (like close).
Derk-Jan Hartman [Tue, 27 Feb 2007 01:30:26 +0000 (01:30 +0000)]
* Fix implementation of net_Close. it returns void, not int (like close).

17 years agoLink fix. Proper one this time hopefully
Christophe Mutricy [Mon, 26 Feb 2007 23:14:19 +0000 (23:14 +0000)]
Link fix. Proper one this time hopefully

17 years agoLink fix
Christophe Mutricy [Mon, 26 Feb 2007 22:38:04 +0000 (22:38 +0000)]
Link fix

17 years agoCompile fix for old ffmpeg
Christophe Mutricy [Mon, 26 Feb 2007 22:14:49 +0000 (22:14 +0000)]
Compile fix for old ffmpeg

17 years agoFixed a deadlock between VLM and httpd. (Issue all VLM command
Laurent Aimar [Mon, 26 Feb 2007 19:30:49 +0000 (19:30 +0000)]
Fixed a deadlock between VLM and httpd. (Issue all VLM command
 from the httpd callback in its own thread)

17 years agoForce VLM stream to not use sout-keep.
Laurent Aimar [Mon, 26 Feb 2007 19:27:35 +0000 (19:27 +0000)]
Force VLM stream to not use sout-keep.
Fixed race condition with sout-keep.
Fixed broken sout-keep behaviour (currently active sout can be used
 twice or destroyed..., it might fixed segfaults reported by xxcv))

17 years agoImproved vout_Request when using a vout attached to playlist.
Laurent Aimar [Mon, 26 Feb 2007 19:21:03 +0000 (19:21 +0000)]
Improved vout_Request when using a vout attached to playlist.
(Avoid a possible race condition)

17 years agoAdded missing const qualifier to vod_MediaControl.
Laurent Aimar [Mon, 26 Feb 2007 19:19:18 +0000 (19:19 +0000)]
Added missing const qualifier to vod_MediaControl.
Improved TAB_* protection and added TAB_INIT/CLEAN.

17 years ago-activex: implement _NewEnum property on log.messages collection to allow for "For...
Damien Fouilleul [Mon, 26 Feb 2007 19:15:32 +0000 (19:15 +0000)]
-activex: implement _NewEnum property on log.messages collection to allow for "For each message in log.messages" construct in VB and other languages

17 years agoHarmless typo
Rémi Denis-Courmont [Mon, 26 Feb 2007 16:54:38 +0000 (16:54 +0000)]
Harmless typo

17 years agoSimplify shutdown() portability
Rémi Denis-Courmont [Mon, 26 Feb 2007 16:54:05 +0000 (16:54 +0000)]
Simplify shutdown() portability

17 years agonet_Close() is a one-liner, so inline it
Rémi Denis-Courmont [Mon, 26 Feb 2007 16:42:53 +0000 (16:42 +0000)]
net_Close() is a one-liner, so inline it

17 years agoDo what the previous commit pretended to do
Rémi Denis-Courmont [Mon, 26 Feb 2007 16:38:58 +0000 (16:38 +0000)]
Do what the previous commit pretended to do

17 years agoRemove net_ReadNonBlock(),
Rémi Denis-Courmont [Mon, 26 Feb 2007 16:38:21 +0000 (16:38 +0000)]
Remove net_ReadNonBlock(),
it was merely a slower (and buggier) recv() nowadays.

17 years ago- Fix handling of POLLHUP and POLLNVAL events
Rémi Denis-Courmont [Mon, 26 Feb 2007 15:44:23 +0000 (15:44 +0000)]
- Fix handling of POLLHUP and POLLNVAL events
- Minor optimization for POLLHUP case

17 years agoConfigure: should repair --with-libtwolame-tree detection.
Jean-Baptiste Kempf [Mon, 26 Feb 2007 06:46:16 +0000 (06:46 +0000)]
Configure: should repair --with-libtwolame-tree detection.