1. 07 Sep, 2003 9 commits
  2. 05 Sep, 2003 2 commits
  3. 03 Sep, 2003 3 commits
  4. 02 Sep, 2003 7 commits
    • Gildas Bazin's avatar
      · 446d5679
      Gildas Bazin authored
      * modules/codec/theora.c: oops, introduced a bug in pts calculation.
      446d5679
    • Sigmund Augdal Helberg's avatar
    • Gildas Bazin's avatar
      · 7bb574fd
      Gildas Bazin authored
      * ALL: Introduction of a new api for decoders.
         The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance.
         Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported.
      
         Don't hold your breath, there is still much work to do before we reach this goal.
      
      * modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c:
         Converted to the new api.
         Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication).
         New dts and theora packetizers (merged in their respective decoders).
      7bb574fd
    • Gildas Bazin's avatar
      · 8fd7c421
      Gildas Bazin authored
      * src/audio_output/input.c: don't try to play sound if the input pipeline couldn't be created.
      8fd7c421
    • Gildas Bazin's avatar
      * modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files.... · 7102ee9b
      Gildas Bazin authored
      * modules/mux/mp4.c: mp4 muxer now produces quicktime player readable files. Only works with mpeg4 video and audio right now, also currently won't work when transcoding as the DecoderSpecificInfo is not available.
      
      7102ee9b
    • Sam Hocevar's avatar
      * debian/rules: · b6e18dc3
      Sam Hocevar authored
          + Disabled familiar plugin.
        * debian/changelog:
          + Updated for 0.6.2 packages.
      b6e18dc3
    • Sam Hocevar's avatar
  5. 01 Sep, 2003 2 commits
  6. 31 Aug, 2003 3 commits
  7. 30 Aug, 2003 4 commits
    • Gildas Bazin's avatar
      · f5808afe
      Gildas Bazin authored
      * modules/gui/wxwindows/messages.cpp: forgot to initialize b_verbose ;)
      f5808afe
    • Gildas Bazin's avatar
      · d246063a
      Gildas Bazin authored
      * include/vlc_config.h: removed unused config stuff.
      * include/vlc_interface.h, modules/gui/wxwindows/interface.cpp: new common INTF_ABOUT_MSG message shared by interfaces.
      d246063a
    • Gildas Bazin's avatar
      · 0de1ee71
      Gildas Bazin authored
      * modules/access/v4l/v4l.c: fixed uninitialized variable.
      * modules/gui/wxwindows/streamout.cpp: cosmetic change in the gui.
      0de1ee71
    • Laurent Aimar's avatar
      67f11e24
  8. 29 Aug, 2003 6 commits
  9. 28 Aug, 2003 4 commits
    • Gildas Bazin's avatar
      · 6c7682e3
      Gildas Bazin authored
      * src/video_output/*, src/libvlc.h, include/video_output.h: added an --align option to allow modifying the alignment of a video inside its window (very useful for the wall filter).
      * modules/video_output/x11/xcommon.c: small cosmetic change.
      * modules/access/v4l/v4l.c: clean-up (removed old references to encoders).
      6c7682e3
    • Laurent Aimar's avatar
      * standard : · 4fd953bd
      Laurent Aimar authored
       - when muxer or access or both are missing try to do a guess (based on the
       other one or the extention).
       - if both are still missing -> abort.
       - it forces asfh when using mmsh
       - it issues a error message with non working couple (like udp/avi, ...)
       (but it doesn't fail)
      4fd953bd
    • Gildas Bazin's avatar
      · 881e69ce
      Gildas Bazin authored
      * Makefile.am: zip files have a .zip extension ;)
      881e69ce
    • Gildas Bazin's avatar
      · d5714f96
      Gildas Bazin authored
      * Makefile.am: grrr, should have tested my last commit ;)
      d5714f96