1. 20 Jan, 2003 4 commits
  2. 19 Jan, 2003 6 commits
  3. 18 Jan, 2003 4 commits
  4. 17 Jan, 2003 13 commits
  5. 16 Jan, 2003 13 commits
    • Sam Hocevar's avatar
      c92a0496
    • Boris Dorès's avatar
      - my previous fix was a bad fix :( · caefa425
      Boris Dorès authored
      caefa425
    • Loïc Minier's avatar
      * configure.ac.in: · ec06c01a
      Loïc Minier authored
          . renamed access_slp to slp
          . slp is enabled by default if slp.h is present
        * modules/access/slp.c:
          . slp is now an access and a demux and forces the use of itself
          . cleanups and bug corrections
          . disappears of the playlist
            Thanks to fenrir for the help in debugging!
      ec06c01a
    • Christophe Massiot's avatar
      * Bumped up revision number to 0.5.0-test3, · 1e97f6ad
      Christophe Massiot authored
      * Rearranged fields in the OS X interface to accomodate for translations,
      * modules/access/dvd/ifo.c: fixed a crash with bad streams,
      * Auto-updated po files,
      * Manually updated fr.po.
      1e97f6ad
    • Boris Dorès's avatar
      - input.c : doesn't even try to use the headphone filter for · 0f1869c5
      Boris Dorès authored
                  unsupported format (S/PDIF, ...)
      - m3u.c : support for MRLs
                better detection of absolute path under Windows
      - configure.ac.in : off_t was defined twice for mingw32
      - fr.po : translation of headphone filter strings
      0f1869c5
    • Loïc Minier's avatar
      * typo · 0acdca90
      Loïc Minier authored
      0acdca90
    • Eric Petit's avatar
      * InterfaceWindow.cpp : fixed DVD drag & drop · 1b5ab075
      Eric Petit authored
       * PreferencesWindow.* : added the possibility not to use DVD menus
      1b5ab075
    • Christophe Massiot's avatar
      ba6cada9
    • Yves Duret's avatar
      * codec/mad plugin is replaced by audio_filter/mpgatofixed32. · 71e90525
      Yves Duret authored
      * new demux/m4v and mux/avi plugins
      71e90525
    • Sam Hocevar's avatar
    • Christophe Massiot's avatar
      * modules/codec/mpeg_audio.c: attempt at fixing free-bitrate mp3, though · 0bbce5b5
      Christophe Massiot authored
        I do not have any file to test ; more precise PTS handling when losing
        sync.
      * src/audio_output/intf.c: fixed a warning.
      0bbce5b5
    • Derk-Jan Hartman's avatar
      * ALL: · 9ad04be7
      Derk-Jan Hartman authored
      - integrated play/pause toggled button
      - global shortcut for play/pause by use of spacebar
      - new pause.png
      - removed pause button
      - close button in intf window. register window in Window menuitem.
      - rearranged the menu
      - changed some key-combo's to be more OSX compliant/consistent
      - The time text-field is no longer selectable
      - The faster/slower/ff/stop etc button are only available during playback
      - added .bin filetype to Project Target (allows drag and drop of .bin files on program icon.
      - Added Add/Remove buttons to the llaylist.
      - Made the drawer 10 pixels smaller. Looks much better.
      - added a volume slider.
      9ad04be7
    • Derk-Jan Hartman's avatar
      * ./modules/gui/macosx/controls.m: · 6484d33c
      Derk-Jan Hartman authored
        - Added a volumeslider
        - removed pause button
        - added a fast forward action (increases speed in time)
        - changed the play method to allow for a toggled play pause button
        - volumeUp and VolumeDown take the state of the Mute Menuitem into account
        - volumeUp and VolumeDown take the volumeSlider into account
      * ./modules/gui/macosx/intf.h:
        - added references for the volumeslider, new menuitems
      * ./modules/gui/macosx/intf.m:
        - correct init of volumeslider and other new intf elements
        - new title for Controller window
        - the state of buttons is dependant on a movie being played
        - toggle the play/pause button if a play/pause action is detected.
      * ./modules/gui/macosx/playlist.h: added add/remove buttons to playlist
      * ./modules/gui/macosx/vout.m:
        - removed some control keys which were no longer necesarry
        - give the window the title of the item being played
      6484d33c