1. 28 Feb, 2004 5 commits
  2. 27 Feb, 2004 7 commits
  3. 26 Feb, 2004 10 commits
  4. 25 Feb, 2004 12 commits
  5. 24 Feb, 2004 6 commits
    • Gildas Bazin's avatar
      · 957af4c9
      Gildas Bazin authored
      * modules/gui/wxwindows/menus.cpp: try to display choices menus in a more clever way (hide useless things like empty menus).
      957af4c9
    • Gildas Bazin's avatar
      · 4b029f25
      Gildas Bazin authored
      * modules/demux/dts.c: improved detection of wav dts files.
      4b029f25
    • Clément Stenac's avatar
      Fix problem in playlist update code. · 69ddcc65
      Clément Stenac authored
      Strangely, the "AddPendingEvent" wxwindows call seems to hang, so
      replace it bhy "ProcessEvent" (the playlist update is processed
      immediately in the callback, but it is only the update of one item, so
      it should not be a problem)
      69ddcc65
    • Gildas Bazin's avatar
      · 1a80973e
      Gildas Bazin authored
      * modules/access/cdda.c: added "cddasimple" shortcut.
      1a80973e
    • Gildas Bazin's avatar
      · 2c0ea284
      Gildas Bazin authored
      * modules/stream_out/transcode.c: compilation fixes for ffmpeg-0.4.8.
      2c0ea284
    • Benjamin Pracht's avatar