]> git.sesse.net Git - vlc/log
vlc
18 years agoFix compilation warning
Rémi Denis-Courmont [Sun, 2 Oct 2005 08:00:06 +0000 (08:00 +0000)]
Fix compilation warning

18 years agoDon't reprint messages on quit
Clément Stenac [Sun, 2 Oct 2005 07:54:03 +0000 (07:54 +0000)]
Don't reprint messages on quit

18 years ago * src/misc/cpu.c: oops.
Sam Hocevar [Sat, 1 Oct 2005 23:32:39 +0000 (23:32 +0000)]
  * src/misc/cpu.c: oops.

18 years ago * src/misc/cpu.c: no need to push/pop %rbx before cpuid on x86_64.
Sam Hocevar [Sat, 1 Oct 2005 23:29:56 +0000 (23:29 +0000)]
  * src/misc/cpu.c: no need to push/pop %rbx before cpuid on x86_64.

18 years ago* minor fix (capitalise string at the bottom of the pl, don't create temporary string...
Felix Paul Kühne [Sat, 1 Oct 2005 13:47:58 +0000 (13:47 +0000)]
* minor fix (capitalise string at the bottom of the pl, don't create temporary strings if you don't use stringWithFormat)

18 years agomkv.cpp: added option "mkv-preload-local-dir", disable when there are broken files...
Steve Lhomme [Sat, 1 Oct 2005 13:40:27 +0000 (13:40 +0000)]
mkv.cpp: added option "mkv-preload-local-dir", disable when there are broken files in the same dir (eMule)

18 years agomkv.cpp: better timecode sent by the demuxer (doesn't seem right with native MPEG4.2)
Steve Lhomme [Sat, 1 Oct 2005 13:23:13 +0000 (13:23 +0000)]
mkv.cpp: better timecode sent by the demuxer (doesn't seem right with native MPEG4.2)

18 years agoAdd Install.wince in the tar
Christophe Mutricy [Sat, 1 Oct 2005 11:15:36 +0000 (11:15 +0000)]
Add Install.wince in the tar

18 years agoAdd some sed in the package-win32 rules (closes #372)
Christophe Mutricy [Sat, 1 Oct 2005 10:57:40 +0000 (10:57 +0000)]
Add some sed in the package-win32 rules (closes #372)

18 years agoavoid declaration collision on MSVC
Steve Lhomme [Sat, 1 Oct 2005 09:58:52 +0000 (09:58 +0000)]
avoid declaration collision on MSVC

18 years agoFix typo
Jean-Paul Saman [Sat, 1 Oct 2005 08:58:10 +0000 (08:58 +0000)]
Fix typo

18 years ago* modules/audio_filter/resampler/bandlimited.c: re-enabled the bandlimited resampler...
Gildas Bazin [Fri, 30 Sep 2005 19:36:22 +0000 (19:36 +0000)]
* modules/audio_filter/resampler/bandlimited.c: re-enabled the bandlimited resampler. Commit 12102 is actually bogus since the problem is in fact created by the audio output pipeline introducing more latency than what can be compensated by the default input caching.

18 years ago* Cleaner url parsing
Benjamin Pracht [Fri, 30 Sep 2005 17:18:45 +0000 (17:18 +0000)]
* Cleaner url parsing

18 years ago* Some freetype renderer hacks as suggested by Sigmund to improve the current outline.
Derk-Jan Hartman [Fri, 30 Sep 2005 00:05:32 +0000 (00:05 +0000)]
* Some freetype renderer hacks as suggested by Sigmund to improve the current outline.
  Sigmund says that YUVP rendering sucks and that he wants his 256 YUVA renderer back.
  Who exactly remembers why this one was removed ???

18 years agoHandle correctly some more error cases
Benjamin Pracht [Thu, 29 Sep 2005 19:42:35 +0000 (19:42 +0000)]
Handle correctly some more error cases

18 years ago* The PTS/PCR repeats we test for should at least continue for 1s before we consider...
Derk-Jan Hartman [Thu, 29 Sep 2005 15:21:40 +0000 (15:21 +0000)]
* The PTS/PCR repeats we test for should at least continue for 1s before we consider it to be the EOF of a QTSS VoD session.

18 years agoRemove trailing whitespace
Jean-Paul Saman [Thu, 29 Sep 2005 14:33:21 +0000 (14:33 +0000)]
Remove trailing whitespace

18 years agoRemove trailing whitespace
Jean-Paul Saman [Thu, 29 Sep 2005 14:32:54 +0000 (14:32 +0000)]
Remove trailing whitespace

18 years agoRemove trailing whitespace
Jean-Paul Saman [Thu, 29 Sep 2005 14:31:26 +0000 (14:31 +0000)]
Remove trailing whitespace

18 years agoRemove trailing whitespace
Jean-Paul Saman [Thu, 29 Sep 2005 14:30:53 +0000 (14:30 +0000)]
Remove trailing whitespace

18 years agoRemove trailing whitespace
Jean-Paul Saman [Thu, 29 Sep 2005 14:30:26 +0000 (14:30 +0000)]
Remove trailing whitespace

18 years agoFix compiler warning, remove unused variables
Jean-Paul Saman [Thu, 29 Sep 2005 14:29:59 +0000 (14:29 +0000)]
Fix compiler warning, remove unused variables

18 years agoremove trailing whitespace
Jean-Paul Saman [Thu, 29 Sep 2005 14:28:51 +0000 (14:28 +0000)]
remove trailing whitespace

18 years ago* forgot to handle initial pcr == 0 case
Derk-Jan Hartman [Wed, 28 Sep 2005 22:19:38 +0000 (22:19 +0000)]
* forgot to handle initial pcr == 0 case

18 years ago* if a PTS keeps repeating for a while we assume EOF. This fixes QTSS VoD which VLC...
Derk-Jan Hartman [Wed, 28 Sep 2005 21:30:19 +0000 (21:30 +0000)]
* if a PTS keeps repeating for a while we assume EOF. This fixes QTSS VoD which VLC kept open after it was finished.
  The limit i chose in Demux() is 5 loops of Demux() with the same pcr. It's based on nothing, but I assumed it was more safe then checking for a single repeat of a PTS value. That might be allowed in some cases????

18 years agoCreate some WinCE package target (Gibalou please review them)
Christophe Mutricy [Wed, 28 Sep 2005 19:36:15 +0000 (19:36 +0000)]
Create some WinCE package target (Gibalou please review them)

18 years ago * trailing spaces removal (this commit is really useless)
Antoine Cellerier [Wed, 28 Sep 2005 19:03:28 +0000 (19:03 +0000)]
 * trailing spaces removal (this commit is really useless)

18 years ago * warning fixes
Antoine Cellerier [Wed, 28 Sep 2005 19:00:42 +0000 (19:00 +0000)]
 * warning fixes

18 years ago * remove signedness gcc warnings (lots of cast from char * to uint8_t
Antoine Cellerier [Wed, 28 Sep 2005 18:56:36 +0000 (18:56 +0000)]
 * remove signedness gcc warnings (lots of cast from char * to uint8_t
   and the other way arround. Shouldn't change anything about how the
   thing is run)

18 years agoDocument the access/demux://MRL format
Christophe Mutricy [Wed, 28 Sep 2005 18:51:17 +0000 (18:51 +0000)]
Document the access/demux://MRL format

18 years ago * fix signedness gcc warning
Antoine Cellerier [Wed, 28 Sep 2005 18:49:52 +0000 (18:49 +0000)]
 * fix signedness gcc warning

18 years ago* Streamming -> Streaming
Derk-Jan Hartman [Wed, 28 Sep 2005 14:57:31 +0000 (14:57 +0000)]
* Streamming -> Streaming

18 years ago* Now uses the fullscreen variable instead of setting i_changes |= FULLSCREEN_CHANGE...
Derk-Jan Hartman [Wed, 28 Sep 2005 14:56:49 +0000 (14:56 +0000)]
* Now uses the fullscreen variable instead of setting i_changes |= FULLSCREEN_CHANGE since this is not handled by vout filters, and variables are.

18 years ago* Fix a double free and the size of a memory allocation
Benjamin Pracht [Tue, 27 Sep 2005 16:18:11 +0000 (16:18 +0000)]
* Fix a double free and the size of a memory allocation
* Only call gnome_vfs_escape_path_string on the path part of the uri, since the functions in gnomevfs that are supposed to make the host/user/path separation are broken (they will escape passwords too)
* Trying to open a file with http on a system with non latin1 encoding may still fail (testing welcomed).
* Don't call gnome_vfs_make_uri_from_input_with_dirs since this will fail on a path with special caracters, but gnome_vfs_expand_initial_tilde and gnome_vfs_make_uri_from_shell_arg

18 years ago* ts.c: print Stream Identifier descriptor information
Derk-Jan Hartman [Tue, 27 Sep 2005 01:10:56 +0000 (01:10 +0000)]
* ts.c: print Stream Identifier descriptor information

18 years agoTHANKS and AUTHORS were converted to UTF-8
Felix Paul Kühne [Mon, 26 Sep 2005 21:46:01 +0000 (21:46 +0000)]
THANKS and AUTHORS were converted to UTF-8

18 years ago* modules/demux/ogg.c: discard subtitles header packets (not sure this is the right...
Gildas Bazin [Mon, 26 Sep 2005 21:00:27 +0000 (21:00 +0000)]
* modules/demux/ogg.c: discard subtitles header packets (not sure this is the right fix though).

18 years ago * forgot some stuff
Antoine Cellerier [Mon, 26 Sep 2005 18:45:44 +0000 (18:45 +0000)]
 * forgot some stuff

18 years ago * 0.8.4-test1
Antoine Cellerier [Mon, 26 Sep 2005 18:34:52 +0000 (18:34 +0000)]
 * 0.8.4-test1

18 years ago beos/*: update the playlist properly
Eric Petit [Mon, 26 Sep 2005 15:03:39 +0000 (15:03 +0000)]
 beos/*: update the playlist properly

18 years ago * extras/contrib/src/Makefile: additional fix for the livedotcom snapshot.
Sam Hocevar [Mon, 26 Sep 2005 10:42:11 +0000 (10:42 +0000)]
  * extras/contrib/src/Makefile: additional fix for the livedotcom snapshot.

18 years ago * configure.ac: re-enabled i420_rgb_mmx on amd64.
Sam Hocevar [Mon, 26 Sep 2005 10:15:44 +0000 (10:15 +0000)]
  * configure.ac: re-enabled i420_rgb_mmx on amd64.

18 years ago * modules/video_chroma/i420_rgb16.c: fixed compiler warnings.
Sam Hocevar [Mon, 26 Sep 2005 10:15:02 +0000 (10:15 +0000)]
  * modules/video_chroma/i420_rgb16.c: fixed compiler warnings.

18 years ago * modules/video_chroma/i420_rgb_mmx.h: use RIP-related code on amd64.
Sam Hocevar [Mon, 26 Sep 2005 10:14:46 +0000 (10:14 +0000)]
  * modules/video_chroma/i420_rgb_mmx.h: use RIP-related code on amd64.

18 years ago * extras/contrib/src/packages.mak: updated livedotcom location.
Sam Hocevar [Mon, 26 Sep 2005 06:08:13 +0000 (06:08 +0000)]
  * extras/contrib/src/packages.mak: updated livedotcom location.

18 years ago * debian/rules: toupétééé
Sam Hocevar [Sun, 25 Sep 2005 23:47:23 +0000 (23:47 +0000)]
  * debian/rules: toupétééé

18 years ago * debian/rules: build x264 in PIC mode whenever possible
Sam Hocevar [Sun, 25 Sep 2005 23:10:50 +0000 (23:10 +0000)]
  * debian/rules: build x264 in PIC mode whenever possible

18 years agoUndo coding style fixes to make syncing with Xine code easier
Jean-Paul Saman [Sun, 25 Sep 2005 18:25:57 +0000 (18:25 +0000)]
Undo coding style fixes to make syncing with Xine code easier

18 years ago* toolbox: added a --update-vc7 option to generate projects for Visual Studio .NET
Cyril Deguet [Sun, 25 Sep 2005 17:10:55 +0000 (17:10 +0000)]
* toolbox: added a --update-vc7 option to generate projects for Visual Studio .NET

18 years agoAnother bunch of memory leaks in realrtsp plugin
Jean-Paul Saman [Sun, 25 Sep 2005 17:06:08 +0000 (17:06 +0000)]
Another bunch of memory leaks in realrtsp plugin

18 years ago- the creation of the audio filter pipeline when specifying user audio
Boris Dorès [Sun, 25 Sep 2005 16:49:40 +0000 (16:49 +0000)]
- the creation of the audio filter pipeline when specifying user audio
  channel mixers was broken (again) in 0.8.1 and 0.8.2; hopefully this
  will fix it for good, by allowing audio filters to request a specific
  format rather than imposing them an arbitrary one
- various other small fixes in the audio output core
- option to force detection of Dolby Surround
- simple module to decode Dolby Surround
- increase spatialization with two center speakers and fix channel
  order for 7.1 streams in the headphone channel mixer

18 years agoFix compiler warnings
Jean-Paul Saman [Sun, 25 Sep 2005 11:16:43 +0000 (11:16 +0000)]
Fix compiler warnings

18 years agoCompile fixes and another memory leak fix
Jean-Paul Saman [Sun, 25 Sep 2005 11:09:54 +0000 (11:09 +0000)]
Compile fixes and another memory leak fix

18 years agoAllow setting video output title under X
Clément Stenac [Sun, 25 Sep 2005 10:14:39 +0000 (10:14 +0000)]
Allow setting video output title under X
Patch by Oscar Perez

18 years agoHandle multicast like unicast in SAP
Clément Stenac [Sun, 25 Sep 2005 10:10:24 +0000 (10:10 +0000)]
Handle multicast like unicast in SAP
I'm really sorry, I couldn't find who sent this patch. Just drop me a mail, I'll add you to the THANKS list.

18 years agoFix several memory leaks and do a bit of coding style cleanup.
Jean-Paul Saman [Sun, 25 Sep 2005 09:52:28 +0000 (09:52 +0000)]
Fix several memory leaks and do a bit of coding style cleanup.

18 years agoUpdate my entry
Jean-Paul Saman [Sat, 24 Sep 2005 16:41:23 +0000 (16:41 +0000)]
Update my entry

18 years ago* Update ffmpeg configure line
Derk-Jan Hartman [Fri, 23 Sep 2005 14:01:20 +0000 (14:01 +0000)]
* Update ffmpeg configure line

18 years ago * debian/rules: removed useless magic in the faad2/x264 build.
Sam Hocevar [Fri, 23 Sep 2005 13:39:26 +0000 (13:39 +0000)]
  * debian/rules: removed useless magic in the faad2/x264 build.

18 years ago * HA! HA! I ARE USING TEH AM_MAINTAINER_MODE!!!1!
Sam Hocevar [Fri, 23 Sep 2005 12:09:46 +0000 (12:09 +0000)]
  * HA! HA! I ARE USING TEH AM_MAINTAINER_MODE!!!1!

18 years ago * bravo sam.
Sam Hocevar [Fri, 23 Sep 2005 11:54:46 +0000 (11:54 +0000)]
  * bravo sam.

18 years ago * bootstrap: issue an error if gettextize is not present.
Sam Hocevar [Fri, 23 Sep 2005 11:47:52 +0000 (11:47 +0000)]
  * bootstrap: issue an error if gettextize is not present.

18 years ago* modules/control/netsync.c: compilation fix.
Gildas Bazin [Thu, 22 Sep 2005 21:23:35 +0000 (21:23 +0000)]
* modules/control/netsync.c: compilation fix.

18 years ago* modules/misc/network/ipv6.c: EVC compilation fixes.
Gildas Bazin [Thu, 22 Sep 2005 21:19:33 +0000 (21:19 +0000)]
* modules/misc/network/ipv6.c: EVC compilation fixes.

18 years ago Fixed build on BeOS R5/BONE and Zeta
Eric Petit [Thu, 22 Sep 2005 21:17:14 +0000 (21:17 +0000)]
 Fixed build on BeOS R5/BONE and Zeta

18 years ago* modules/gui/wince/dialogs.cpp: EVC compilation fix.
Gildas Bazin [Thu, 22 Sep 2005 21:11:38 +0000 (21:11 +0000)]
* modules/gui/wince/dialogs.cpp: EVC compilation fix.

18 years ago* modules/audio_filter/resampler/ugly.c: compilation fix.
Gildas Bazin [Thu, 22 Sep 2005 20:56:57 +0000 (20:56 +0000)]
* modules/audio_filter/resampler/ugly.c: compilation fix.

18 years ago* src/stream_output/sap.c: net_Write() returns an int, not an unsigned.
Gildas Bazin [Thu, 22 Sep 2005 20:49:37 +0000 (20:49 +0000)]
* src/stream_output/sap.c: net_Write() returns an int, not an unsigned.

18 years ago* modules/access/mms/mmstu.c: use net_Write() instead of send().
Gildas Bazin [Thu, 22 Sep 2005 20:48:59 +0000 (20:48 +0000)]
* modules/access/mms/mmstu.c: use net_Write() instead of send().

18 years ago* src/misc/getaddrinfo.c: WinCE implementation + ipv6 support (not tested).
Gildas Bazin [Thu, 22 Sep 2005 20:31:16 +0000 (20:31 +0000)]
* src/misc/getaddrinfo.c: WinCE implementation + ipv6 support (not tested).

18 years ago* ALL: WinCE EVC compilation fixes.
Gildas Bazin [Thu, 22 Sep 2005 20:14:20 +0000 (20:14 +0000)]
* ALL: WinCE EVC compilation fixes.

18 years ago * configure.ac: well well... until GCC is fixed, let's disable i420_rgb_mmx
Sam Hocevar [Thu, 22 Sep 2005 20:09:48 +0000 (20:09 +0000)]
  * configure.ac: well well... until GCC is fixed, let's disable i420_rgb_mmx
    on AMD64.

18 years ago* evc/vlc.vcw: plugin_id3 doesn't exist anymore.
Gildas Bazin [Thu, 22 Sep 2005 19:40:11 +0000 (19:40 +0000)]
* evc/vlc.vcw: plugin_id3 doesn't exist anymore.

18 years ago* include/vlc_common.h: why on earth was off_t not typedefed to int64 anymore under...
Gildas Bazin [Thu, 22 Sep 2005 19:39:38 +0000 (19:39 +0000)]
* include/vlc_common.h: why on earth was off_t not typedefed to int64 anymore under _MSC_VER ?

18 years ago * INSTALL.win32: Added --with-sdl-config-path=/usr/win32/bin.
Christophe Massiot [Thu, 22 Sep 2005 15:39:37 +0000 (15:39 +0000)]
 * INSTALL.win32: Added --with-sdl-config-path=/usr/win32/bin.

18 years ago* modules/codec/x264.c: renamed analyse "all" mode to "slow" and added X264_ANALYSE_I...
Gildas Bazin [Wed, 21 Sep 2005 22:08:00 +0000 (22:08 +0000)]
* modules/codec/x264.c: renamed analyse "all" mode to "slow" and added X264_ANALYSE_I8x8 to "all" mode.

18 years agoDon't use Hal elsewhere than Linux
Christophe Mutricy [Wed, 21 Sep 2005 17:11:02 +0000 (17:11 +0000)]
Don't use Hal elsewhere than Linux

18 years ago * configure.ac: fixed typo that prevented --disable-gnomevfs from working.
Sam Hocevar [Wed, 21 Sep 2005 10:44:17 +0000 (10:44 +0000)]
  * configure.ac: fixed typo that prevented --disable-gnomevfs from working.

18 years ago * src/libvlc.c: cosmetic fix.
Sam Hocevar [Wed, 21 Sep 2005 09:53:14 +0000 (09:53 +0000)]
  * src/libvlc.c: cosmetic fix.

18 years agoIn libcdio < 0.76
Rocky Bernstein [Wed, 21 Sep 2005 02:15:03 +0000 (02:15 +0000)]
In libcdio < 0.76

#include <cdio/cdda.h> /* Pulls in #include <cdio/paranoia.h> */

In libcdio >= 0.76

#include <cdio/paranoia.h> /* Pulls in #include <cdio/cdda.h> */

and

#include <cdio/cdda.h>     /* These lines can be | In either order    */
#include <cdio/paranoia.h> /* in either order    | these lines can be */

So that's what we go with. See the libcdio-devel@gnu.org mailing list
for more information on why the change in 0.76

18 years ago* Autodetect the liveMedia on 10.2 special case. Note that this might break current...
Derk-Jan Hartman [Wed, 21 Sep 2005 01:24:48 +0000 (01:24 +0000)]
* Autodetect the liveMedia on 10.2 special case. Note that this might break current 'sed' patch lines on existing 10.2 installs, since the correct line will be patched by those as well.

18 years ago visual/effects.c: compile fix
Eric Petit [Tue, 20 Sep 2005 22:48:30 +0000 (22:48 +0000)]
 visual/effects.c: compile fix

18 years ago Fixed ffmpeg BeOS cross compile on x86_64 (adapted from [12575])
Eric Petit [Tue, 20 Sep 2005 20:14:48 +0000 (20:14 +0000)]
 Fixed ffmpeg BeOS cross compile on x86_64 (adapted from [12575])

18 years ago speex.patch: fix build with gcc < 3
Eric Petit [Tue, 20 Sep 2005 20:03:11 +0000 (20:03 +0000)]
 speex.patch: fix build with gcc < 3

18 years ago * configuer.ac: grmbl, fixed an old typo breaking the build with gcc-4.x on ppc.
Sam Hocevar [Tue, 20 Sep 2005 17:21:42 +0000 (17:21 +0000)]
  * configuer.ac: grmbl, fixed an old typo breaking the build with gcc-4.x on ppc.

18 years ago * New Debian upload. Uses newer x264 and faad snapshots.
Sam Hocevar [Tue, 20 Sep 2005 13:06:26 +0000 (13:06 +0000)]
  * New Debian upload. Uses newer x264 and faad snapshots.

18 years ago * modules/control/http/rpn.c: don’t crash if stripslashed string ends with \
Sam Hocevar [Tue, 20 Sep 2005 12:25:03 +0000 (12:25 +0000)]
  * modules/control/http/rpn.c: don’t crash if stripslashed string ends with \

18 years ago * modules/video_chroma/i420_rgb_mmx.h: bypassed gcc-3.4's ICEs again.
Sam Hocevar [Tue, 20 Sep 2005 09:55:29 +0000 (09:55 +0000)]
  * modules/video_chroma/i420_rgb_mmx.h: bypassed gcc-3.4's ICEs again.

18 years ago * modules/video_chroma/i420_rgb_mmx.h: work around a GCC 3.4.x bug.
Sam Hocevar [Tue, 20 Sep 2005 00:11:35 +0000 (00:11 +0000)]
  * modules/video_chroma/i420_rgb_mmx.h: work around a GCC 3.4.x bug.
    /* Using i586-mingw32msvc-gcc 3.4.2: */
    uint32_t i; __m64 mm0 = (__m64)(uint64_t)i;           /* ICE */
    uint32_t i; uint64_t tmp = i; __m64 mm0 = (__m64)tmp; /* OK */

18 years ago * debian/copyright: fixed the FSF address and updated copyright.
Sam Hocevar [Mon, 19 Sep 2005 21:49:27 +0000 (21:49 +0000)]
  * debian/copyright: fixed the FSF address and updated copyright.

18 years ago * modules/video_chroma/i420_rgb_mmx.h: wrote an MMX intrinsics version of
Sam Hocevar [Mon, 19 Sep 2005 21:44:49 +0000 (21:44 +0000)]
  * modules/video_chroma/i420_rgb_mmx.h: wrote an MMX intrinsics version of
    the conversion routines. Now that we no longer use inline asm, these
    modules do not generate non-PIC code with -fPIC.

18 years ago* modules/mux/ogg.c: fixed potential buffer overflow.
Gildas Bazin [Mon, 19 Sep 2005 21:32:04 +0000 (21:32 +0000)]
* modules/mux/ogg.c: fixed potential buffer overflow.

18 years ago* modules/demux/real.c: avoid using null pts + removed debug message.
Gildas Bazin [Mon, 19 Sep 2005 21:21:17 +0000 (21:21 +0000)]
* modules/demux/real.c: avoid using null pts + removed debug message.

18 years ago* modules/access/rtsp: fixed problem in BlockRead().
Gildas Bazin [Mon, 19 Sep 2005 21:16:23 +0000 (21:16 +0000)]
* modules/access/rtsp: fixed problem in BlockRead().

18 years ago* modules/access/mms/mmstu.c: reverted broken commit.
Gildas Bazin [Mon, 19 Sep 2005 20:20:07 +0000 (20:20 +0000)]
* modules/access/mms/mmstu.c: reverted broken commit.

18 years ago* modules/codec/realaudio.c: split the audio output buffers in chunks of 1024 samples...
Gildas Bazin [Mon, 19 Sep 2005 20:07:04 +0000 (20:07 +0000)]
* modules/codec/realaudio.c: split the audio output buffers in chunks of 1024 samples because the audio output can't deal with big chunks.

18 years ago* fixed some other signedness-issue (thanks to Trax!)
Felix Paul Kühne [Mon, 19 Sep 2005 19:45:54 +0000 (19:45 +0000)]
* fixed some other signedness-issue (thanks to Trax!)

18 years ago* fixed some 'comparison between signed and unsigned'-warnings
Felix Paul Kühne [Mon, 19 Sep 2005 18:30:36 +0000 (18:30 +0000)]
* fixed some 'comparison between signed and unsigned'-warnings

18 years ago* fixed 2 minor compilation warnings
Felix Paul Kühne [Mon, 19 Sep 2005 18:16:32 +0000 (18:16 +0000)]
* fixed 2 minor compilation warnings

18 years ago * configure.ac: more robust check for MMX intrinsics support. GCC 4.1.0
Sam Hocevar [Mon, 19 Sep 2005 16:06:04 +0000 (16:06 +0000)]
  * configure.ac: more robust check for MMX intrinsics support. GCC 4.1.0
    works, but gcc 4.0.x doesn’t build some constructs properly.
    See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23963