1. 23 Jul, 2002 5 commits
    • Laurent Aimar's avatar
      * cinepak: add a new fourcc · 6f67ff83
      Laurent Aimar authored
       * ffmpeg and mp4: some clean up and change the way ffmpeg is
      initialised.
      6f67ff83
    • Tony Castley's avatar
      Fixed code for subtitle and audio selection, still probs but looking. · d5eeda89
      Tony Castley authored
      Implemented muting
      d5eeda89
    • Tony Castley's avatar
      Changes to ensure BeOS plugins compile and function · 2a2cf8b1
      Tony Castley authored
      Implemented a intf_vlc_wrapper to "shield" the BeOS code from the underlying
      vlc structurs, yet to be completed.
      Attempted to fix subtitle and audio selection, currently not working.
      2a2cf8b1
    • Sam Hocevar's avatar
      * ALL: decoders now use a fourcc as a probe value. · 64d33dc9
      Sam Hocevar authored
        * include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills
          its purpose.
        * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc.
        * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is
          always valid.
      
        * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see
          vlc --help for more information.
      
        * include/video.h: removed fourcc values which should _not_ be global
          (thanks fenrir for convincing me).
        * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs.
        * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to
          input_ChangeES.
      
         Things I'm not sure about and need comments:
          - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values.
          - I also introduced "spu ", "lpcm" and "ac3 ".
          - I removed for instance "MP4_GetCodec" because it wasn't really
            used except for the description string. I hope this change did not
            break anything really important.
          - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
      64d33dc9
    • Sam Hocevar's avatar
      * ./src/input/input_info.c, ./src/misc/messages.c: initialized the first · 97bf3e7d
      Sam Hocevar authored
          vasprintf arguments to NULL for extra safety.
      97bf3e7d
  2. 22 Jul, 2002 10 commits
  3. 21 Jul, 2002 12 commits
  4. 20 Jul, 2002 3 commits
  5. 19 Jul, 2002 2 commits
  6. 18 Jul, 2002 7 commits
  7. 17 Jul, 2002 1 commit