]> git.sesse.net Git - vlc/log
vlc
18 years ago* port of the WX-advanded-GUI to OSX (refs #268)
Felix Paul Kühne [Thu, 4 Aug 2005 23:24:50 +0000 (23:24 +0000)]
* port of the WX-advanded-GUI to OSX (refs #268)
- the adjust-image-filter and the audio-filters are completely useable

ToDo:
- complete i18n support
- video-filters
- loading the settings from the prefs correctly
- probably minor layout tweaks, etc.

18 years ago* configure.ac: another fix for libavutil detection.
Gildas Bazin [Thu, 4 Aug 2005 21:58:02 +0000 (21:58 +0000)]
* configure.ac: another fix for libavutil detection.

18 years ago* configure.ac: support for latest ffmpeg changes (introduction of libavutil).
Gildas Bazin [Thu, 4 Aug 2005 21:49:00 +0000 (21:49 +0000)]
* configure.ac: support for latest ffmpeg changes (introduction of libavutil).

18 years agoCompile fix
Christophe Mutricy [Thu, 4 Aug 2005 19:22:10 +0000 (19:22 +0000)]
Compile fix

18 years ago * modules/control/http.c: New option --http-charset to specify which
Christophe Massiot [Thu, 4 Aug 2005 19:15:33 +0000 (19:15 +0000)]
 * modules/control/http.c: New option --http-charset to specify which
   charset the HTML pages will be transformed into (default no transform,
   ie. UTF-8). Call vlc_fix_readdir_charset whenever necessary, the
   http intf should now work under Mac OS X with non-ascii filenames.
   When using the 'add' command (MVLC_ADD), add an extra paramater 'name'
   besides 'mrl' to specify which name to use in the playlist.

18 years agoInitialize iconv at The Right Times
Rémi Denis-Courmont [Thu, 4 Aug 2005 19:14:06 +0000 (19:14 +0000)]
Initialize iconv at The Right Times

18 years ago * modules/access/directory.c: Call vlc_fix_readdir_charset() whenever
Christophe Massiot [Thu, 4 Aug 2005 19:11:07 +0000 (19:11 +0000)]
 * modules/access/directory.c: Call vlc_fix_readdir_charset() whenever
   needed. This fixes the directory access module under Mac OS X.

18 years ago * extras/contrib/src: Patched libiconv to handle UTF-8-MAC (format
Christophe Massiot [Thu, 4 Aug 2005 19:10:21 +0000 (19:10 +0000)]
 * extras/contrib/src: Patched libiconv to handle UTF-8-MAC (format
   returned by Darwin's readdir). Probably we should send this upstream.

18 years ago * src/misc/charset.c: New function vlc_fix_readdir_charset. It is used
Christophe Massiot [Thu, 4 Aug 2005 19:09:15 +0000 (19:09 +0000)]
 * src/misc/charset.c: New function vlc_fix_readdir_charset. It is used
   under Mac OS X to transform UTF-8-MAC returned by readdir() into
   UTF-8. Darwin always uses UTF-8 internally, so we vlc_current_charset
   should always return UTF-8. Also made vlc_current_charset()
   thread-safe and added a few missing const's.

18 years ago * include/network.h: Fixed vlc_UrlEncode with non-ASCII characters.
Christophe Massiot [Thu, 4 Aug 2005 19:06:29 +0000 (19:06 +0000)]
 * include/network.h: Fixed vlc_UrlEncode with non-ASCII characters.

18 years ago * src/libvlc.c: Fixed segfault introduced in #12010 when current_charset is
Christophe Massiot [Thu, 4 Aug 2005 19:05:21 +0000 (19:05 +0000)]
 * src/libvlc.c: Fixed segfault introduced in #12010 when current_charset is
   UTF-8.

18 years agoFix question marks insertion
Rémi Denis-Courmont [Thu, 4 Aug 2005 19:03:28 +0000 (19:03 +0000)]
Fix question marks insertion

18 years agoDon't call vlc_current_charset and vlc_iconv_open at every conversion
Rémi Denis-Courmont [Thu, 4 Aug 2005 18:14:40 +0000 (18:14 +0000)]
Don't call vlc_current_charset and vlc_iconv_open at every conversion

18 years agoCompile fix
Christophe Mutricy [Thu, 4 Aug 2005 17:18:13 +0000 (17:18 +0000)]
Compile fix

18 years agoFix heap buffer overflow
Rémi Denis-Courmont [Thu, 4 Aug 2005 17:03:42 +0000 (17:03 +0000)]
Fix heap buffer overflow

18 years agofix spelling of "unsupported"
Rémi Denis-Courmont [Thu, 4 Aug 2005 16:50:18 +0000 (16:50 +0000)]
fix spelling of "unsupported"

18 years agoSpeed up LocaleFree()
Rémi Denis-Courmont [Thu, 4 Aug 2005 16:47:04 +0000 (16:47 +0000)]
Speed up LocaleFree()

18 years ago * reimplement EnableUTF8 without iconv
Rémi Denis-Courmont [Thu, 4 Aug 2005 16:38:57 +0000 (16:38 +0000)]
 * reimplement EnableUTF8 without iconv
 * move Unicode stuff to a separate file

18 years ago * modules/control/http.c : specify UTF-8 as charset (closes #236)
Rémi Denis-Courmont [Thu, 4 Aug 2005 14:58:44 +0000 (14:58 +0000)]
 * modules/control/http.c : specify UTF-8 as charset (closes #236)
 * share/html/* : sepcify UTF-8 as XML encoding
 * httpd.c : add a bunch of "const"

18 years agoAdd stub httpd_ServerIP when httpd is not compiled
Rémi Denis-Courmont [Thu, 4 Aug 2005 14:45:59 +0000 (14:45 +0000)]
Add stub httpd_ServerIP when httpd is not compiled

18 years ago* disable the compilation of ffplay (solves a SDL compilation issue)
Felix Paul Kühne [Thu, 4 Aug 2005 12:47:04 +0000 (12:47 +0000)]
* disable the compilation of ffplay (solves a SDL compilation issue)

18 years ago* really fix the patch....
Felix Paul Kühne [Thu, 4 Aug 2005 12:11:15 +0000 (12:11 +0000)]
* really fix the patch....

18 years ago* fix the patch file
Felix Paul Kühne [Thu, 4 Aug 2005 11:55:52 +0000 (11:55 +0000)]
* fix the patch file

18 years ago* fix compilation of libopendaap on 10.2
Felix Paul Kühne [Thu, 4 Aug 2005 11:49:36 +0000 (11:49 +0000)]
* fix compilation of libopendaap on 10.2

18 years ago* removed unneeded ifdef, which broke the compilation on Darwin 8.x
Felix Paul Kühne [Thu, 4 Aug 2005 10:04:35 +0000 (10:04 +0000)]
* removed unneeded ifdef, which broke the compilation on Darwin 8.x

18 years ago* config.in: wxwindows -> wxwidgets. Added a HTTPD option
Cyril Deguet [Wed, 3 Aug 2005 22:44:45 +0000 (22:44 +0000)]
* config.in: wxwindows -> wxwidgets. Added a HTTPD option

18 years ago* implemented transcoding when streaming -- might need some testing, if anyone on...
Felix Paul Kühne [Wed, 3 Aug 2005 21:47:47 +0000 (21:47 +0000)]
* implemented transcoding when streaming -- might need some testing, if anyone on OSX got the time (refs #271)

18 years ago* modules/gui/wxwidgets/interface.cpp: bring back text wrapping on win32 for the...
Gildas Bazin [Wed, 3 Aug 2005 21:42:04 +0000 (21:42 +0000)]
* modules/gui/wxwidgets/interface.cpp: bring back text wrapping on win32 for the about dialog box.

18 years ago* src/misc/modules.c: reverted 11984 which breaks the plugins cache.
Gildas Bazin [Wed, 3 Aug 2005 21:33:37 +0000 (21:33 +0000)]
* src/misc/modules.c: reverted 11984 which breaks the plugins cache.

18 years ago* src/libvlc.c: compilation fix.
Gildas Bazin [Wed, 3 Aug 2005 21:23:04 +0000 (21:23 +0000)]
* src/libvlc.c: compilation fix.

18 years ago * skins2/vars/playlist.cpp: compilation fix
Olivier Teulière [Wed, 3 Aug 2005 21:00:03 +0000 (21:00 +0000)]
 * skins2/vars/playlist.cpp: compilation fix

18 years ago * M3U: make sure strings are UTF8
Rémi Denis-Courmont [Wed, 3 Aug 2005 19:09:58 +0000 (19:09 +0000)]
 * M3U: make sure strings are UTF8
 * old: convert

18 years agoHandle NULL pointer properly in Unicode conversion thingy
Rémi Denis-Courmont [Wed, 3 Aug 2005 19:07:09 +0000 (19:07 +0000)]
Handle NULL pointer properly in Unicode conversion thingy

18 years agoUse UTF-8 internally (closes #16 and introduces lots of yet to be uncovered bugs)
Rémi Denis-Courmont [Wed, 3 Aug 2005 19:01:44 +0000 (19:01 +0000)]
Use UTF-8 internally (closes #16 and introduces lots of yet to be uncovered bugs)

* libvlc: Conversion functions (needs performance improvement)
          Convert filenames from command line
* SAP, Skins2: no perform own UTF-8 conversion
* file, playlistold : convert
* wx, winCE : assume UTF-8

18 years ago* modules/video_output/wingdi.c: compilation fix when compiled as plugin.
Gildas Bazin [Wed, 3 Aug 2005 18:26:11 +0000 (18:26 +0000)]
* modules/video_output/wingdi.c: compilation fix when compiled as plugin.

18 years agoForgot to change a few variable names (refs #80)
Christophe Mutricy [Wed, 3 Aug 2005 16:57:29 +0000 (16:57 +0000)]
Forgot to change a few variable names (refs #80)

18 years agoThere is no "=~" operator in C (it simply means "= ~").
Rémi Denis-Courmont [Wed, 3 Aug 2005 16:18:38 +0000 (16:18 +0000)]
There is no "=~" operator in C (it simply means "= ~").
I assume the intent was "&= ~" which is not the same.

Needs review.

18 years agoModule bank memleak
Rémi Denis-Courmont [Wed, 3 Aug 2005 15:58:31 +0000 (15:58 +0000)]
Module bank memleak

18 years agoFix the message queue memleak
Rémi Denis-Courmont [Wed, 3 Aug 2005 15:45:21 +0000 (15:45 +0000)]
Fix the message queue memleak

18 years agoRenaming of wxwidgets options. Close the renaming (refs #80)
Christophe Mutricy [Wed, 3 Aug 2005 15:31:26 +0000 (15:31 +0000)]
Renaming of wxwidgets options. Close the renaming (refs #80)

18 years agowxWindows -> wxWidgets step 3 (refs #80)
Christophe Mutricy [Wed, 3 Aug 2005 15:03:23 +0000 (15:03 +0000)]
wxWindows -> wxWidgets step 3 (refs #80)

18 years ago * src/misc/image.c: Really fixed the segfault on unsupported image type.
Christophe Massiot [Wed, 3 Aug 2005 14:52:17 +0000 (14:52 +0000)]
 * src/misc/image.c: Really fixed the segfault on unsupported image type.

18 years agowxWindows -> wxWidgets in configure.ac and renaming the dir.
Christophe Mutricy [Wed, 3 Aug 2005 14:33:59 +0000 (14:33 +0000)]
wxWindows -> wxWidgets in configure.ac and renaming the dir.

NB: Likely to break your cache and preferences

18 years ago* implemented MMS-support (refs #271)
Felix Paul Kühne [Wed, 3 Aug 2005 13:07:46 +0000 (13:07 +0000)]
* implemented MMS-support (refs #271)

18 years ago * extras/contrib: Added libSDL and libSDL_image to the contrib system,
Christophe Massiot [Wed, 3 Aug 2005 12:58:53 +0000 (12:58 +0000)]
 * extras/contrib: Added libSDL and libSDL_image to the contrib system,
   along with libjpeg and libtiff. SDL has been heavily patched not to
   hijack main() on Darwin, you should do the same for other platforms.
   Also fixed a huge number of typos in the Makefile, and reverted to
   an old version of ffmpeg because our friends there are breaking
   everything again.
 * Makefile.am: Re-added the "Default" directory for Xcode 2.1.

18 years ago * modules/codec/ffmpeg/encoder.c: Avoid a useless warning.
Christophe Massiot [Wed, 3 Aug 2005 12:48:10 +0000 (12:48 +0000)]
 * modules/codec/ffmpeg/encoder.c: Avoid a useless warning.

18 years ago* var_manager.cpp: explicit object destruction order to avoid access
Cyril Deguet [Tue, 2 Aug 2005 23:26:22 +0000 (23:26 +0000)]
* var_manager.cpp: explicit object destruction order to avoid access
to an already destroyed map ! (and a crash with MSVC runtime...)

18 years ago* rv32.c: new basic video filter to convert RV24 to RV32
Cyril Deguet [Tue, 2 Aug 2005 21:27:53 +0000 (21:27 +0000)]
* rv32.c: new basic video filter to convert RV24 to RV32
  (remove the dependency of skins2 to ffmpeg for PNG loading)

18 years agoUse new network modules semantics (closes #283)
Rémi Denis-Courmont [Tue, 2 Aug 2005 19:11:23 +0000 (19:11 +0000)]
Use new network modules semantics (closes #283)
but it is even more ugly than before

18 years agoAdd some sections
Christophe Mutricy [Tue, 2 Aug 2005 18:31:32 +0000 (18:31 +0000)]
Add some sections

18 years agoRename wxWindows to wxWidgets (refs #80)
Rémi Denis-Courmont [Tue, 2 Aug 2005 17:59:33 +0000 (17:59 +0000)]
Rename wxWindows to wxWidgets (refs #80)
(keep backward compatible shortcuts, of course)

18 years ago * src/stream_output/sap.c: Fixed small memory leak.
Christophe Massiot [Tue, 2 Aug 2005 17:43:34 +0000 (17:43 +0000)]
 * src/stream_output/sap.c: Fixed small memory leak.

18 years agoMinor bugfix and cleanup
Rémi Denis-Courmont [Tue, 2 Aug 2005 17:31:33 +0000 (17:31 +0000)]
Minor bugfix and cleanup

18 years ago* packages.mak: Updated the download server of libopendaap and the used version....
Felix Paul Kühne [Tue, 2 Aug 2005 16:53:43 +0000 (16:53 +0000)]
* packages.mak: Updated the download server of libopendaap and the used version. 0.4.0 is entirely free on the contrary to previous versions, since it uses a free mdns-library instead of Apple's own now.
* Makefile:
    - Our patch was applied upstream, so we don't need it anymore.
    - Fixed a copy&paste typo, which prevented the dist-clean of 9 libraries

18 years ago- When both IPv4 and IPv6 plugins return a socket, use the IPv6 one if
Rémi Denis-Courmont [Tue, 2 Aug 2005 15:31:47 +0000 (15:31 +0000)]
- When both IPv4 and IPv6 plugins return a socket, use the IPv6 one if
  IPV6_ONLY can be turned off. It is supposed to be off by default, and
  it actually is. Unfortunately, OpenBSD and NetBSD people think
  network software programmer like us are too stupid to use this
  feature properly, so they just removed it. Lets say the most stupid
  are not always the ones one think. Also, Windows doesn't support this
  yet. On all these OSes, keep the old behavior; that is prefer IPv4.
  Closes #166.

- Windows protection level compile fix

18 years agoFix typo in previous commit
Rémi Denis-Courmont [Tue, 2 Aug 2005 15:23:46 +0000 (15:23 +0000)]
Fix typo in previous commit

18 years ago * modules/codec/ffmpeg: More locking around avcodec_open() and avcodec_close().
Christophe Massiot [Tue, 2 Aug 2005 14:17:01 +0000 (14:17 +0000)]
 * modules/codec/ffmpeg: More locking around avcodec_open() and avcodec_close().

18 years ago* SDK shouldn't be enabled yet.
Derk-Jan Hartman [Tue, 2 Aug 2005 10:30:59 +0000 (10:30 +0000)]
* SDK shouldn't be enabled yet.

18 years ago* Fix mpeg2dec download
Derk-Jan Hartman [Tue, 2 Aug 2005 10:28:54 +0000 (10:28 +0000)]
* Fix mpeg2dec download

18 years ago- add libvlc.a at the end of the linking chain, so that --disable-plugins works for...
Damien Fouilleul [Tue, 2 Aug 2005 09:02:49 +0000 (09:02 +0000)]
- add libvlc.a at the end of the linking chain, so that --disable-plugins works for the ActiveX Plugin (ref. #276)

18 years agosome more suggestions by trax
Sigmund Augdal Helberg [Mon, 1 Aug 2005 21:12:22 +0000 (21:12 +0000)]
some more suggestions by trax

18 years agoadd François Seigner
Antoine Cellerier [Mon, 1 Aug 2005 19:50:19 +0000 (19:50 +0000)]
add François Seigner

18 years agomux/asf.c: codec description fixes suggested by trax
Sigmund Augdal Helberg [Mon, 1 Aug 2005 19:47:12 +0000 (19:47 +0000)]
mux/asf.c: codec description fixes suggested by trax

18 years agoadd TTL option in streamout dialog. Patch by seingier françois plus some
Antoine Cellerier [Mon, 1 Aug 2005 19:45:47 +0000 (19:45 +0000)]
add TTL option in streamout dialog. Patch by seingier françois plus some
layout and initial value fixes.

18 years agoI'll have more commits than courmisch today ! One again
Christophe Massiot [Mon, 1 Aug 2005 19:33:46 +0000 (19:33 +0000)]
I'll have more commits than courmisch today ! One again

18 years agoaccess/http.c: fixed icy with metadata
Sigmund Augdal Helberg [Mon, 1 Aug 2005 19:23:00 +0000 (19:23 +0000)]
access/http.c: fixed icy with metadata

18 years ago * wxwindows/bookmarks.cpp: cosmetics + removed a debug message
Olivier Teulière [Mon, 1 Aug 2005 18:36:09 +0000 (18:36 +0000)]
 * wxwindows/bookmarks.cpp: cosmetics + removed a debug message

18 years ago * src/input/input.c: Fixed segfault when using :programs= or the VLM.
Christophe Massiot [Mon, 1 Aug 2005 18:35:33 +0000 (18:35 +0000)]
 * src/input/input.c: Fixed segfault when using :programs= or the VLM.

18 years ago- Kludge to be able to use strerror() with Winsock
Rémi Denis-Courmont [Mon, 1 Aug 2005 18:27:44 +0000 (18:27 +0000)]
- Kludge to be able to use strerror() with Winsock
  (should fix IPv6 error reporting on Win32)
- Some cleanup

18 years ago * modules/access/fake.c: New --fake-duration option ; useful to do a
Christophe Massiot [Mon, 1 Aug 2005 17:58:22 +0000 (17:58 +0000)]
 * modules/access/fake.c: New --fake-duration option ; useful to do a
   slide-show.

18 years agoDon't reinvent strchr()
Rémi Denis-Courmont [Mon, 1 Aug 2005 17:54:14 +0000 (17:54 +0000)]
Don't reinvent strchr()

18 years agoremove compile warning
Antoine Cellerier [Mon, 1 Aug 2005 17:28:16 +0000 (17:28 +0000)]
remove compile warning

18 years agoDon't attempt to listen to link-local scope SAP address because it doesn't work
Rémi Denis-Courmont [Mon, 1 Aug 2005 17:26:37 +0000 (17:26 +0000)]
Don't attempt to listen to link-local scope SAP address because it doesn't work

18 years agofileinfo : patch by Jonas A. Larsen to remove empty fields
Antoine Cellerier [Mon, 1 Aug 2005 17:21:22 +0000 (17:21 +0000)]
fileinfo : patch by Jonas A. Larsen to remove empty fields
bookmarks : remove compile warning

18 years agoshout.c: fixed shoutcast discovery (added www. to hostname)
Sigmund Augdal Helberg [Mon, 1 Aug 2005 17:13:05 +0000 (17:13 +0000)]
shout.c: fixed shoutcast discovery (added www. to hostname)

18 years ago * modules/codec/fake.c: New obscure options to allow for maximum width
Christophe Massiot [Mon, 1 Aug 2005 16:40:24 +0000 (16:40 +0000)]
 * modules/codec/fake.c: New obscure options to allow for maximum width
   and height while keeping the aspect ratio of the original picture. New
   options to deinterlace the picture on loading.

18 years ago * src/misc/image.c: New image_Filter call to apply a filter on a picture_t
Christophe Massiot [Mon, 1 Aug 2005 16:38:56 +0000 (16:38 +0000)]
 * src/misc/image.c: New image_Filter call to apply a filter on a picture_t
   (for instance deinterlace filter).

18 years ago * extras/contrib/bootstrap: Really fixed it this time.
Christophe Massiot [Mon, 1 Aug 2005 14:58:14 +0000 (14:58 +0000)]
 * extras/contrib/bootstrap: Really fixed it this time.

18 years ago * extras/contrib/bootstrap: Typo.
Christophe Massiot [Mon, 1 Aug 2005 14:53:22 +0000 (14:53 +0000)]
 * extras/contrib/bootstrap: Typo.

18 years ago * modules/codec/twolame.c, modules/codec/ffmpeg/encoder.c: Added sanity
Christophe Massiot [Mon, 1 Aug 2005 14:50:42 +0000 (14:50 +0000)]
 * modules/codec/twolame.c, modules/codec/ffmpeg/encoder.c: Added sanity
   checks for frequencies and bitrates in MPEG audio.

18 years ago * modules/control/http.c: Add an 'ext' field to file structures in
Christophe Massiot [Mon, 1 Aug 2005 14:44:08 +0000 (14:44 +0000)]
 * modules/control/http.c: Add an 'ext' field to file structures in
   order to get the file extension.

18 years ago * Makefile.am: fix build location of Mac OS X bundle for Darwin8.
Christophe Massiot [Mon, 1 Aug 2005 14:40:53 +0000 (14:40 +0000)]
 * Makefile.am: fix build location of Mac OS X bundle for Darwin8.

18 years ago * extras/contrib/src/packages.mak: Reverted [11913] for libmpeg2
Christophe Massiot [Mon, 1 Aug 2005 12:51:00 +0000 (12:51 +0000)]
 * extras/contrib/src/packages.mak: Reverted [11913] for libmpeg2
   because the new location doesn't exist.

18 years agoFix wrong uninstall key
Jean-Paul Saman [Mon, 1 Aug 2005 11:10:19 +0000 (11:10 +0000)]
Fix wrong uninstall key

18 years ago * wxwindows: do not save the position of minimized windows. Closes #282.
Olivier Teulière [Sun, 31 Jul 2005 20:58:43 +0000 (20:58 +0000)]
 * wxwindows: do not save the position of minimized windows. Closes #282.
   We cannot do better (i.e. save the position when the window is minimized)
   because we cannot be notified of such event with the wxWindows API.

18 years ago- Put IP6 instead of IP4 when appropriate
Rémi Denis-Courmont [Sun, 31 Jul 2005 19:04:29 +0000 (19:04 +0000)]
- Put IP6 instead of IP4 when appropriate
  (closes #270)
- strlen( static string ) => sizeof
  using strlen with static strings is lame

18 years agoAdd const
Rémi Denis-Courmont [Sun, 31 Jul 2005 19:01:09 +0000 (19:01 +0000)]
Add const

18 years agofree stuff and add mutex (will be needed when RSS feed get updated)
Antoine Cellerier [Sun, 31 Jul 2005 16:29:04 +0000 (16:29 +0000)]
free stuff and add mutex (will be needed when RSS feed get updated)

18 years agoadd update checker and rss subfilter
Antoine Cellerier [Sun, 31 Jul 2005 00:25:10 +0000 (00:25 +0000)]
add update checker and rss subfilter

18 years agochange option names so users can have different settings for marq and rss modules
Antoine Cellerier [Sun, 31 Jul 2005 00:15:54 +0000 (00:15 +0000)]
change option names so users can have different settings for marq and rss modules

18 years ago * rss.c : add new rss module (sub filter)
Antoine Cellerier [Sun, 31 Jul 2005 00:07:48 +0000 (00:07 +0000)]
 * rss.c  : add new rss module (sub filter)
Still needs much work
example command line :
./vlc -vvv --color --sub-filter rss --rss-urls "http://kernel.org/kdist/rss.xml,http://fxfeeds.mozilla.org/rss20.xml

 * motiondetect.c : propset ... Id

18 years ago--sub-filter should appear in vlc -H without needing --advanced
Antoine Cellerier [Sat, 30 Jul 2005 22:14:16 +0000 (22:14 +0000)]
--sub-filter should appear in vlc -H without needing --advanced

18 years agosvn propset svn:keywords Id
Antoine Cellerier [Sat, 30 Jul 2005 20:01:33 +0000 (20:01 +0000)]
svn propset svn:keywords Id

18 years agoremove tabs and trailing spaces
Antoine Cellerier [Sat, 30 Jul 2005 19:59:19 +0000 (19:59 +0000)]
remove tabs and trailing spaces

18 years ago* forwardport [11919]
Derk-Jan Hartman [Sat, 30 Jul 2005 12:39:57 +0000 (12:39 +0000)]
* forwardport [11919]

18 years ago* Add options for SDK building. (not enabled yet) and fix liba52 downlaod
Derk-Jan Hartman [Sat, 30 Jul 2005 12:07:09 +0000 (12:07 +0000)]
* Add options for SDK building. (not enabled yet) and fix liba52 downlaod

18 years ago* modules/audio_output/waveout.c: get rid of roundf() which isn't supported on WinCE.
Gildas Bazin [Sat, 30 Jul 2005 11:30:51 +0000 (11:30 +0000)]
* modules/audio_output/waveout.c: get rid of roundf() which isn't supported on WinCE.

18 years ago* include/network.h, modules/access/mms/mmstu.c, src/stream_output/acl.c: WinCE build...
Gildas Bazin [Sat, 30 Jul 2005 10:49:52 +0000 (10:49 +0000)]
* include/network.h, modules/access/mms/mmstu.c, src/stream_output/acl.c: WinCE build fixes.

18 years ago* Update some sourceforge download locations to use the mirror
Derk-Jan Hartman [Sat, 30 Jul 2005 01:22:35 +0000 (01:22 +0000)]
* Update some sourceforge download locations to use the mirror

18 years agoFix some memleaks
Rémi Denis-Courmont [Fri, 29 Jul 2005 19:04:46 +0000 (19:04 +0000)]
Fix some memleaks