Skip to content
Snippets Groups Projects
  1. Oct 04, 2003
    • Christophe Massiot's avatar
      Fixed dyld commit. · 5692fbd8
      Christophe Massiot authored
      5692fbd8
    • Samuel Hocevar's avatar
    • gbazin's avatar
      · d3daf21f
      gbazin authored
      * modules/packetizer/mpegaudio.c: updated mpegaudio to the new decoder api.
      * modules/packetizer/mpegaudio.c: moved the packetizer with the decoder (they share most of their code).
      d3daf21f
    • gbazin's avatar
      · 12336778
      gbazin authored
      * modules/codec/a52old/*, modules/codec/mpeg_audio/*, modules/codec/mpeg_video/*: got rid of deprecated decoders.
      12336778
    • Samuel Hocevar's avatar
      * configure.ac: · 2d3c9c2c
      Samuel Hocevar authored
          + First try to detect the OS X native dynamic linker before falling
            back to dlfcn.h.
          + Enhanced the dlopen-style loader detection.
          + Added a check for HP-UX's shl_* functins.
        * src/misc/modules_plugin.h.in:
          + Support for the dylib dynamic loader on OS X.
          + Support for the shl dynamic loader on HP-UX.
      2d3c9c2c
    • gbazin's avatar
      · 782cc32b
      gbazin authored
      * configure.ac: added --with-ffmpeg-faac for when using an ffmpeg which is compiled with faac support.
      * modules/stream_out/transcode.c: added mp4a fourcc for MPEG AAC audio transcoding support.
      782cc32b
  2. Oct 03, 2003
  3. Oct 02, 2003
  4. Oct 01, 2003
  5. Sep 30, 2003
    • gbazin's avatar
      · a1b3ffae
      gbazin authored
      * include/vlc_block_helper.h, modules/codec/a52.c: same as thedj ;)
      a1b3ffae
    • gbazin's avatar
      · a4ee4477
      gbazin authored
      * include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec.
      * include/vlc_block_helper.h: implemented bytestream reading helper functions for chained blocks.
      * modules/codec/a52.c: modified to use the bytestream reading functions.
        The flexibility added by these functions makes the code simpler and better at detecting synchro code emulations.
      a4ee4477
    • hartman's avatar
      * compile before you commit · ebc29b88
      hartman authored
      ebc29b88
    • hartman's avatar
      * src/input/input.c: fixed usage of sub-file variable. · 9f797e41
      hartman authored
      * modules/misc/freetype.c: i_render_height and not i_window_height.
      9f797e41
    • hartman's avatar
  6. Sep 29, 2003
    • gbazin's avatar
      · 6877b7be
      gbazin authored
      * modules/mux/ogg.c: always backup the vorbis/theora headers so we can resend them if we close/reopen the stream (chaining).
        fixes for text subtitles muxing.
      * modules/packetizer/copy.c: support for text subtitles.
      6877b7be
    • gbazin's avatar
      · 9517d76e
      gbazin authored
      * include/os_specific.h: oops, fixed my last commit.
      9517d76e
    • gbazin's avatar
      · 08e5a1f7
      gbazin authored
      * include/os_specific.h, src/libvlc.[c,h], src/misc/win32_specific.c: new win32 specific option (--one-instance) to have only one instance of vlc running at once.
       Running another vlc (with --one-instance as well) will only transfer the requested playlist items to the first instance.
      08e5a1f7
    • sigmunau's avatar
      Doxyfile: · 1b6aa2c8
      sigmunau authored
       * changed project name from 'vlc' to 'VLC'
       * excluded src/extras from the documentation
      src/misc/variables.c, include/variables.h:
       * Doxygen-documented most of the vlc variables code
      1b6aa2c8
  7. Sep 28, 2003
    • gbazin's avatar
      · 7088ecec
      gbazin authored
      * modules/mux/ogg.c: proper fps and ogg packet granulepos when embedding mp4v/div3 (mplayer can play the file now).
      7088ecec
    • gbazin's avatar
      · a4d9dd4e
      gbazin authored
      * modules/codec/theora.c: don't forget to delete the sout instance.
      * modules/mux/ogg.c: fix for embedding theora in Ogg.
      a4d9dd4e
    • gbazin's avatar
      · 9fbf506f
      gbazin authored
      * modules/mux/ogg.c: each ogg stream has to be cleared in OggCreateHeader().
      9fbf506f
    • gbazin's avatar
      · bff03e0b
      gbazin authored
      * modules/demux/ogg.c, modules/codec/vorbis.c: misc small fixes.
      * modules/mux/ogg.c: support for inserting/removing elementary streams on the fly (really handy for the --sout-keep option). This will produce a chained Ogg bitstream.
      bff03e0b
  8. Sep 27, 2003
    • gbazin's avatar
      · f5012c55
      gbazin authored
      * modules/demux/ogg.c: support for DEMUX_GET_TIME. External subtitles files should work fine with ogg files now.
      f5012c55
Loading