1. 14 Nov, 2002 5 commits
    • Christophe Massiot's avatar
      Major change of the channels management. p_format->i_channels disappeares · 8928554e
      Christophe Massiot authored
      and is replaced by two members : i_physical_channels and i_original_channels.
      i_physical_channels describes the channels which are effectively present
      in the stream (at the current point of the aout pipeline), whereas
      i_original_channels represents the channels we used to constitute the
      stream. For instance a mono stream (FRONT_CENTER) may emanate from a
      FRONT_LEFT channel of a STEREO stream.
      
      Additionally, this contains hooks to dynamically select the audio device
      and the channels configuration. In order to do that, all aout plugins,
      and all interface plug-ins need to be adapted. Currently only SDL
      (partially OSS) and the rc interface have been adapted, please use them
      as a guide. Other aout plug-ins have been temporarily disabled.
      
      IMPORTANT : if you need a working sound output, DO NOT UPDATE YOUR TREE
      for several days until we fix that.
      
      * modules/misc/network/ipv4.c: Fixed a long-standing segfault when saving
        preferences and asking for multicast.
      8928554e
    • Laurent Aimar's avatar
      mms.c: it takes care of --no-audio and --no-video (to reduce bandwith · f5bc3cd8
      Laurent Aimar authored
      usage),  and should not use more than --mms-maxbitrate (when there
      are multiple audio or video streams).
      f5bc3cd8
    • Laurent Aimar's avatar
      asf/* : Convert all u* into uint*_t · 6cd56a27
      Laurent Aimar authored
               Fix playing of some live asf, seek improvement (at least for me ;)
      but it's more some "kludge" with vlc clock than true fixes ...
      
       I will never understand how vlc clock works ....
      6cd56a27
    • Sigmund Augdal Helberg's avatar
    • Gildas Bazin's avatar
      · 2547dac3
      Gildas Bazin authored
      * src/audio_output/intf.c: fixed a bug affecting audio volume initialization.
      2547dac3
  2. 13 Nov, 2002 9 commits
  3. 12 Nov, 2002 7 commits
    • Sigmund Augdal Helberg's avatar
      added a new demux that reads .m3u files and addes the contained items to · 669c88b5
      Sigmund Augdal Helberg authored
      the playlist. Currently only autodetects files that start with #EXTM3U
      otherwise you'll have to force it.
      669c88b5
    • Gildas Bazin's avatar
      · 35b69681
      Gildas Bazin authored
      * include/vlc_playlist.h, src/playlist/playlist.c: added a b_autodeletion
         flag to the playlist item structure. If this flag is set then the playlist
         item will be deleted automatically after it has been played.
      35b69681
    • Gildas Bazin's avatar
      · 90fe4445
      Gildas Bazin authored
      * modules/gui/gtk/gtk_callbacks.c: fixed deadlocks.
      * modules/gui/gtk/gtk.c: fixed uninitialized variables.
      90fe4445
    • Sam Hocevar's avatar
      * ./Makefile.am: fixed rc compilation under mingw32/cygwin. · df7cbb74
      Sam Hocevar authored
        * ./modules/access/http.c: fixed a segfault (unchecked strstr return value).
        * ./src/input/input_ext-plugins.c: removed platform-specific code and put
          it in plugins. This leads to some code duplication but I have an evil
          plan to get rid of that, too.
      df7cbb74
    • Gildas Bazin's avatar
      · 901789ff
      Gildas Bazin authored
      * modules/gui/gtk/gtk.c: small bug-fix for a crash on module loading.
      901789ff
    • Gildas Bazin's avatar
      · a6ca37b6
      Gildas Bazin authored
      * src/extras/libc.c: fixed typo.
      * configure.ac.in: compilation fix on win32 for the mms access plugin (the
         plugin is linked with ws2_32).
      a6ca37b6
    • Laurent Aimar's avatar
      * modules/demux/asf/.cvsignore : put the good one. · 5813fcd8
      Laurent Aimar authored
       * modules/access/mms : add MMS (Microsoft Media Streaming) access (Support
      only TCP, I will try to add UDP and HTTP as well).
       There are some problems with streams selections and we cannot seek, but
      anyway it seems to work. (Usefull for some radio web)
       * other: enable mms access by default.
      5813fcd8
  4. 11 Nov, 2002 3 commits
    • Gildas Bazin's avatar
      · c0e8ae07
      Gildas Bazin authored
      * src/audio_output/filters.c, src/audio_output/input.c, include/aout_internal.h,
         modules/audio_filter/resampler/*: Changes that allow the resamplers to set
         the start and end date of the frame it outputs.
         This allows us for instance to output a smaller frame than what we should, and
         keep the rest of the data to compute the resampling of the next frame.
         In short, we can implement much more complex resampling algorithms than before.
      
      * modules/audio_filter/resampler/linear.c: rewrote the linear resampler. The audio
         quality doesn't seem to be better than the ugly resampler, maybe I shouldn't
         have wasted my time on this...
      c0e8ae07
    • Gildas Bazin's avatar
      · 255b41ac
      Gildas Bazin authored
      * modules/audio_output/file.c: will write a WAV header by default. Can be
         disabled with --no-audiofile-wav.
      * modules/audio_filter/resampler/linear.c: disabled for now, until I actually
         manage to make it work without a problem.
      255b41ac
    • Sam Hocevar's avatar
      * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because · bc061e84
      Sam Hocevar authored
          WIN32 isn't always defined under WinCE, but might be. Grmbl.
        * ./include/*: changed a few u* and s* to uint*_t and int*_t.
      bc061e84
  5. 10 Nov, 2002 7 commits
  6. 09 Nov, 2002 5 commits
  7. 08 Nov, 2002 2 commits
    • Gildas Bazin's avatar
      · 3c60cbd6
      Gildas Bazin authored
      * configure.ac.in, modules/audio_filter/converter/*: added a s8tofloat32.c and
         u8tofloat32.c converter.
      * modules/codec/araw.c: modified to also decode u8 pcm audio samples.
      3c60cbd6
    • Gildas Bazin's avatar
      · d532cf3c
      Gildas Bazin authored
      * ALL: using "%ll" in printf format strings is not portable (notably on win32) so
         we now use the I64Fx familly of macros to print 64 bits numbers (x being
         replaced by d,i,o,u,x or X).
         eg: msg_Dbg( p_this, "sample is "I64Fi" late", ll_time );
      
      * src/misc/messages.c: got rid of ConvertPrintfFormatString().
      d532cf3c
  8. 07 Nov, 2002 2 commits