1. 30 Dec, 2001 1 commit
    • Sam Hocevar's avatar
      · ca6c02a2
      Sam Hocevar authored
        * Fixed a segfault at EOF in input_es.c and input_ts.c (when i_read == 0).
        * Improved error recovery and avoided memleaks in the various input plugins.
        * Fixed a deadloop inserted by someone else into input_vcd.c :-)
      ca6c02a2
  2. 29 Dec, 2001 6 commits
  3. 27 Dec, 2001 2 commits
  4. 26 Dec, 2001 1 commit
  5. 20 Dec, 2001 3 commits
    • Christophe Massiot's avatar
      Fixed a typo. · 089b1c05
      Christophe Massiot authored
      089b1c05
    • Sam Hocevar's avatar
      · e48d6195
      Sam Hocevar authored
        * Added Jeffrey Baker to the AUTHORS file.
        * Fixed a PPC compilation issue.
      e48d6195
    • Sam Hocevar's avatar
      · 48b30bb9
      Sam Hocevar authored
        * Mouse wheel seek patch for XVideo courtesy of Peter Surda.
        * Ported to SDL.
      48b30bb9
  6. 19 Dec, 2001 6 commits
    • Sam Hocevar's avatar
      · 3475fc64
      Sam Hocevar authored
         * Heavy butchery in the VCD plugin. It should no longer segfault when
           reaching end of title.
      3475fc64
    • Sam Hocevar's avatar
      · 7756c6e8
      Sam Hocevar authored
        * --filter distort:ripple (Ok, ok, I promise it's the last one !! :-)
      7756c6e8
    • Sam Hocevar's avatar
      · 36644229
      Sam Hocevar authored
        * Fixed compilation with dvdcss disabled.
        * Fixed compilation with plugins disabled.
        * Removed useless variables in the VCD and DVD plugins.
        * Fixed a function which was returning "struct foo" in the VCD plugin.
        * Fixed the old � XVideo eats more and more CPU � bug I mistakenly
          reintroduced in my first vout4 commit.
      36644229
    • Christophe Massiot's avatar
    • Johan Bilien's avatar
      ba2dbc41
    • Sam Hocevar's avatar
      · 2d90188b
      Sam Hocevar authored
        * Initialize SDL before opening the SDL audio output.
        * Prevent two SDL video outputs or audio outputs to be spawned at the
          same time to avoid ugly crashes.
        * The SDL plugin now says whether we are using software or hardware YUV
          in its window title.
        * We now stop at the first ':' when looking for a module name, to easily
          pass information to the modules. Possible example: --vout sdl:software,
          implementation of such an option is left as an exercise.
        * Merged filter_bob and filter_bob422 into filter_bob. Use --filter bob
          to deinterlace 422 into 420 as well.
        * Factorized code common to most filters and the video output, optimized
          a few filters by aligning data and reading 64 bits at a time.
        * Two new absolutely useless, CPU-eating, resource-wasting, but fun
          filters: enjoy `transform', which performs flips and 90� rotations, and
          `distort', which performs animated image effects (currently only a naive
          sine wave is implemented). Usage examples:
             --filter transform:hflip
             --filter transform:vflip
             --filter transform:90
             --filter transform:180
             --filter transform:270
             --filter distort:wave
      2d90188b
  7. 18 Dec, 2001 2 commits
    • Sam Hocevar's avatar
      · 8acfd9b4
      Sam Hocevar authored
        * Ultimate fixes to the win32 package generation.
      8acfd9b4
    • Sam Hocevar's avatar
      · 00201762
      Sam Hocevar authored
        * Fixed Win32 build. You still need --disable-directx --disable-nls though.
      00201762
  8. 17 Dec, 2001 5 commits
    • Christophe Massiot's avatar
      Added missing XSync(). · 04c1d9fc
      Christophe Massiot authored
      04c1d9fc
    • Sam Hocevar's avatar
      · 21a68e65
      Sam Hocevar authored
        * TS input: bugfix in DecodePAT and minor optimizations elsewhere.
      21a68e65
    • Sam Hocevar's avatar
      · 792a0ddf
      Sam Hocevar authored
        * TS input: we now check that the contents of the PAT has changed
          before updating it, instead of just relying on its version number.
      792a0ddf
    • Sam Hocevar's avatar
      · d4a83aef
      Sam Hocevar authored
        * Pathetic attempt at a 4:2:2 renderer and deinterlacer, combining the
          most awful line dropping techniques of both BOB and 422 to 420
          downscaling. Don't worry, it should only survive for a couple of days.
      d4a83aef
    • Sam Hocevar's avatar
      · c1ba1b49
      Sam Hocevar authored
        * CPU detection under BeOS.
        * Fixed XVideo port selection.
        * New stupid plugin: "--filter wall" for split-image playback :-)
           (will evolve into a real image wall plugin when I have time)
      c1ba1b49
  9. 16 Dec, 2001 2 commits
    • Sam Hocevar's avatar
      libdvdcss changes: · 22899aa9
      Sam Hocevar authored
        * Support for REPORT_TITLE_KEY and RPC commands by H�kan Hjort
          <d95hjort@dtek.chalmers.se>.
      
      vlc changes:
        * Minor coding style fixes (please avoid tabs).
      22899aa9
    • Sam Hocevar's avatar
      · 14047fa1
      Sam Hocevar authored
        * Filter plugins. Not very polished (please don't look at how the dates are
          calculated!), but worth a try. Use the following flags:
           "--filter invert" for inverse video
           "--filter bob" for BOB deinterlacing
        * Fixed a potential segfault if the subtitle stream was encountered
          before the video stream.
        * Misc vout4 fixes.
      14047fa1
  10. 13 Dec, 2001 4 commits
  11. 12 Dec, 2001 6 commits
  12. 11 Dec, 2001 2 commits
    • Sam Hocevar's avatar
      · abd8a376
      Sam Hocevar authored
        * Don't try to use gettext if we don't have GNU gettext. This may change
          in the future though (most GNU software seems to include a local copy of
          gettext in case the operating system doesn't provide it).
      abd8a376
    • Sam Hocevar's avatar
      · db648a57
      Sam Hocevar authored
        * Fixed an issue in Makefile.dep causing to rebuild unnecessary files
          in the gtk/gnome and x11/xvideo plugins.
        * Fixed CFLAGS_XVIDEO.
      db648a57