1. 21 Nov, 2003 4 commits
    • Jean-Paul Saman's avatar
      PDA Interface: · 9b889a6a
      Jean-Paul Saman authored
      - Code cleanup and fixes for file view widget.
      9b889a6a
    • Laurent Aimar's avatar
      ca9786f7
    • Gildas Bazin's avatar
      · 40c4b640
      Gildas Bazin authored
      * modules/codec/flac.c: complete rewrite of the flac decoder + new packetizer.
      * modules/demux/flac.c: rewrite of the flac demuxer which makes use of the flac packetizer.
      40c4b640
    • Gildas Bazin's avatar
      · 231d0470
      Gildas Bazin authored
      * include/vlc_common.h: include stdlib.h
      * include/ninput.h, src/input/stream.c, src/input/input.c:
          new stream_Block() function to read a block_t from the input.
          es_out_Send() takes a block_t as input, for PES (deprecated) use es_out_SendPES().
      * modules/demux/*: changed to new es_out_Send(). asf.c and avi.c still use es_out_SendPES() though.
      231d0470
  2. 20 Nov, 2003 12 commits
  3. 19 Nov, 2003 9 commits
  4. 18 Nov, 2003 11 commits
  5. 17 Nov, 2003 4 commits
    • Benjamin Pracht's avatar
      - Use NSTextField instead of NSSearchfield for the playlist search, since it... · fffdde54
      Benjamin Pracht authored
      - Use NSTextField instead of NSSearchfield for the playlist search, since it is not supported on MacOS < X.3.
      
      - Search now restarts at the beginning of the playlist when reaching the end.
      
      fffdde54
    • Gildas Bazin's avatar
      · 2a176d97
      Gildas Bazin authored
      * modules/demux/ogg.c: support for FLAC in Ogg.
         And by the way, putting the FLAC STREAMINFO metadata in the second ogg packet is really convoluted!
      2a176d97
    • Derk-Jan Hartman's avatar
      * fix the search field and cleanup of the checkboxes init. · 32cc6dcf
      Derk-Jan Hartman authored
        - currently we don't seek in playlist position 0->currently selected
          wxwindows doesn't do this either.
        - bigben: for the state of the checkboxes look at callbacks (see playlistChanged in intf.m)
      32cc6dcf
    • Gildas Bazin's avatar
      · 5078da2a
      Gildas Bazin authored
      * modules/packetizer/mpeg4video.c: ported to the new packetizers api (This packetizer really ought to be rewritten from scratch).
      5078da2a