1. 16 May, 2001 2 commits
    • Renaud Dartus's avatar
      * Add 3D Now! imdct · 5f232025
      Renaud Dartus authored
      * Remove kmudge for ac3 on MacOS X
      5f232025
    • Sam Hocevar's avatar
      · 1ac785a2
      Sam Hocevar authored
        * We now do pthread detection for FreeBSD like the XMMS guys do. It
          works even better.
      1ac785a2
  2. 15 May, 2001 4 commits
    • Sam Hocevar's avatar
      · 23a4ece1
      Sam Hocevar authored
        * FreeBSD pthread fixes.
      23a4ece1
    • Sam Hocevar's avatar
      · 501cb1ba
      Sam Hocevar authored
        * AC3 IMDCT and downmix functions are now in plugins, --imdct and
          --downmix options added.
      501cb1ba
    • Stéphane Borel's avatar
      *Bugfixes, cleanings in gtk. · 32ef13cf
      Stéphane Borel authored
      32ef13cf
    • Stéphane Borel's avatar
      *initialization bugfixes in input_dvd · 9530fc9f
      Stéphane Borel authored
      *added a b_stopped flag to interface playlist to have a stop function in
      interface plugins. As a consequence, the playlist no longer loops on end
      but wait for the user to press 'play' or to add another item (gtk/gnome
      interface). I think that other plugins are broken but it shouldn't be
      difficult to repair: just add a 'p_main->p_playlist->b_stopped = 0' in
      play functions and 'p_main->p_playlist->b_stopped = 1' when you have to
      stop.
      
      *Updated gtk interface so that it has the same features as gnome. I
      think I will merge the code so that we don't have to copy and paste each
      change. Only the .glade file would be different.
      9530fc9f
  3. 14 May, 2001 1 commit
    • Renaud Dartus's avatar
      * Begin of SSE/3DNow! support for imdct and downmix · db7b0421
      Renaud Dartus authored
      If you have a PIII or a Athlon and you want to try this, just comment #if 0
      in ac3_downmix.c and ac3_imdct.c and add in AC3_DECODER section of Makefile :
      	src/ac3_decoder/ac3_imdct_sse.o \
      	src/ac3_decoder/ac3_srfft_sse.o \
      	src/ac3_decoder/ac3_downmix_sse.o \
      	src/ac3_decoder/ac3_downmix_3dn.o \
      db7b0421
  4. 12 May, 2001 1 commit
    • Henri Fallon's avatar
      · c1df8159
      Henri Fallon authored
      Put a little note in the doc about "dvd devices"
      c1df8159
  5. 11 May, 2001 2 commits
  6. 10 May, 2001 1 commit
    • Sam Hocevar's avatar
      · 3a52d41f
      Sam Hocevar authored
        * Added SPU cropping.
        * Gnome interface segfault fix.
        * BeOS interface segfault fix by AnEvilYak (what's you real name btw?).
      
        Note: if you want to have a look at the currently buggy YUV subpictures,
              uncomment line 1999 of src/video_output/video_output.c. Don't report
              bugs about this, I _know_ it's a quick hack.
      3a52d41f
  7. 08 May, 2001 5 commits
  8. 07 May, 2001 4 commits
  9. 06 May, 2001 3 commits
    • Stéphane Borel's avatar
    • Stéphane Borel's avatar
      *Much work on the gnome interface: added oct's playlist from gtk plugin, · bc118e19
      Stéphane Borel authored
      tuned appearence, added preferences window (with no features yet), jump
      window to go to specified time (not functionnal yet), and fixed some
      bugs.
      
      *moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
      toggling fullscreen in sdl in x11/xvideo output (using p_vout->i_ch
      nges) so that an interface plugin can toogle fullscreen (implemented
      in gnome)
      
      *added p_input->stream.p_selected_area->i_tell in input TS so that the
      slider work with ts files ( however, the time counter doesn't since we
      have no mux_rate )
      
      *improved ac3 spdif output ( and made it work again :)). It uses a true
      blank frame now, and it allows to switch languages like a traditionnal
      output. It doesn't support multiplexing though, neither can we switch
      between spdif/analogical mode on-the-fly.
      
      *beginning of the back port of gnome to gtk for those who do not have
      gnome.
      bc118e19
    • Sam Hocevar's avatar
      · c8c99b21
      Sam Hocevar authored
        * Fixed a few warnings with gcc 3.0.
        * aout and vout are now allocated in banks, making it possible to have
          several of them at the same time.
        * configure now checks for MMX and MMX EXT support in the assembler.
        * Removed all MMX code from the main program and moved it to the
          existing idct modules (Closes: Debian bug #96036).
      
          Don't forget to make distclean before building vlc again.
      c8c99b21
  10. 05 May, 2001 1 commit
  11. 02 May, 2001 2 commits
    • Sam Hocevar's avatar
      · d072e40d
      Sam Hocevar authored
        * FreeBSD CSS decryption support.
      d072e40d
    • Henri Fallon's avatar
      · 5e0ca682
      Henri Fallon authored
      * Corrected vlc-howto thanks to Arnaud Gomes-do-Vale
      * Fixed a segfault in TS input. Some stream still do not work, or
        work very slowly with many error messages. I'll try to have a look.
      5e0ca682
  12. 01 May, 2001 3 commits
    • Sam Hocevar's avatar
      · f367feac
      Sam Hocevar authored
        * Fixed a remaining buffer overflow in the Gnome interface and applied
          the patches to the Gtk+ interface.
      f367feac
    • Sam Hocevar's avatar
      · 54355637
      Sam Hocevar authored
        * Fixed a segfault in the SPU decoder initialization.
      54355637
    • Sam Hocevar's avatar
      · a70f8bb3
      Sam Hocevar authored
        * Mandatory step for video output IV and the audio output quality
          fix: the output threads are now spawned when a decoder needs one,
          so it can decide the audio frequency or the video window size. Still
          under heavy construction, so don't get too excited at finding bugs
          in it yet.
      
          Note: this change broke the XVideo module, so I made its score much
          lower than before. I suspect xvideo.so had a bug before which only
          appears now. Other video output plugins may be broken as well, but
          again this might be due to old existing bugs showing their ugly head.
      
        * Fixed a few buffer overflows in the Gnome interface.
        * The module bank is now a global variable. The video output bank and
          the audio output bank might follow (when they exist).
        * Coding style and organization fixes to the spdif decoder.
        * autoconf and Makefile changes by Arnaud Gomes-do-Vale
          <arnaud@carrosse.frmug.org>.
      a70f8bb3
  13. 30 Apr, 2001 4 commits
  14. 29 Apr, 2001 5 commits
    • Stéphane Borel's avatar
      -Fixed the title-change-with-no-input-restart in dvd. · 5d51b9be
      Stéphane Borel authored
      -I haven't forgotten the chagelog this time :)
      5d51b9be
    • Sam Hocevar's avatar
      · 2cc08ef1
      Sam Hocevar authored
        * BeOS crash fix by Wade Majors <guru@startrek.com>.
      
          Please, try no to forget the ChangeLog when commiting!
      2cc08ef1
    • Stéphane Borel's avatar
      -slight modification in ClockManageRef: after a synchro reinit, we still · dcca341b
      Stéphane Borel authored
      do the mwait and re-init last-cr so that there no date irregularity.
      Such a thing is necessary for dvd playback at cell change ; however,
      Meuuh, could you look at that since you might think we should do
      otherwise.
      
      -turned the "bitsream callback discontinuity" message to debug.
      
      -removed modification of the title environnement variable in input dvd
      at title change since we no longer restart the input at title change.
      dcca341b
    • Stéphane Borel's avatar
      Forgot one file. · d857773c
      Stéphane Borel authored
      d857773c
    • Stéphane Borel's avatar
      -new audio output using direct ac3 pass-through with some sound · e5c6a7af
      Stéphane Borel authored
      cards: it sends raw ac3 frames to an external ac3 decoder. It is very
      experimental yet, hasn't any synchro ... but it works well with my
      sblive and my dtt3500 speakers (note that you need a patched emu10k1
      driver for this to work).
      
      -bug fix in gnome intf thanks to Shane Harper.
      
      -bug fix in input_dvd for chapter change.
      e5c6a7af
  15. 28 Apr, 2001 2 commits
    • Henri Fallon's avatar
      · d3aacbfc
      Henri Fallon authored
      - Fixed a bug in TS input. It should be more smooth now
      - Fixed the pace control. Meuuh, could you check ?
      d3aacbfc
    • Sam Hocevar's avatar
      · 44344f9c
      Sam Hocevar authored
        * Updated debian control files and disabled ALSA for this version.
      44344f9c