1. 07 May, 2003 11 commits
  2. 06 May, 2003 8 commits
  3. 05 May, 2003 14 commits
  4. 04 May, 2003 7 commits
    • Gildas Bazin's avatar
      · cc0c54f9
      Gildas Bazin authored
      * src/audio_output/output.c: fixed warning.
      cc0c54f9
    • Christophe Massiot's avatar
    • Gildas Bazin's avatar
      · 36b12ceb
      Gildas Bazin authored
      * po/POTFILES.in: added the new modules since 0.5.3
      36b12ceb
    • Gildas Bazin's avatar
      · 30336bba
      Gildas Bazin authored
      * src/misc/variables.c, ALL: improvements to the object variables api.
         - added another argument to var_Change().
         - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change()
           that are used to set/get a friendly name to an object variable.
         - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve
           the number of availabel choices without having to get their value
           as well.
         - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign
           a friendly name to the choice value.
         - VLC_VAR_GETCHOICES retrieves the choices values and their friendly
           names.
      
      * modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
      30336bba
    • Christophe Massiot's avatar
      baa735b3
    • Laurent Aimar's avatar
      * transcode: follow the same logic for ab than vb. (ie for a small value · 4e86c7a6
      Laurent Aimar authored
      it's used as kb/s for higher ones it's b/s).
      Just a remember, transcode options are:
      acodec= mpga,a52
          ab (kb/s)
      vcodec= mpgv,mp4v,h263,DIV1,DIV2,DIV3,I420,I422,I444,RV24,YUY2
          width
          height
          vb (kb/s)
          vt (b/s)
          deinterlace
          croptop
          cropbottom
          cropleft
          cropright
          keyint
          hq
          qmin (between 1 and 32)
          qmax (between 1 and 32)
      only acodec and/or vcodec are mandatories (and it's a good idea to always
      define vb,vt, and/or ab)
      4e86c7a6
    • Christophe Massiot's avatar
      * modules/audio_output/coreaudio.c: worked around a CoreAudio bug (should · cdd8ef24
      Christophe Massiot authored
        fix the "sound drops after half an hour" bug)
      * modules/audio_filter/resampler/coreaudio.c: reenabled the coreaudio
        resampler which works perfectly fine here
      Please test that I didn't break S/PDIF output on OS X.
      cdd8ef24