1. 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
  2. 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
  3. 13 Dec, 2001 4 commits
  4. 12 Dec, 2001 6 commits
  5. 11 Dec, 2001 5 commits
  6. 10 Dec, 2001 7 commits
    • Gildas Bazin's avatar
      · 4d2a1b46
      Gildas Bazin authored
        * configure.in was broken for win32
      4d2a1b46
    • Christophe Massiot's avatar
      Fixed possible segfault with --input. · 3328bef8
      Christophe Massiot authored
      3328bef8
    • Christophe Massiot's avatar
      Fix for EOF of ES-only streams. · 9caec944
      Christophe Massiot authored
      9caec944
    • Sam Hocevar's avatar
      · a7592866
      Sam Hocevar authored
        * (very old) russian translation courtesy of Valek Filippov <frob@df.ru>.
        * Fixed a charset issue in the french translation.
      a7592866
    • Sam Hocevar's avatar
      * Removed more unused code. · 45281e62
      Sam Hocevar authored
        * Updated config.guess and config.sub from GNU's latest versions (bozo,
          you may want to update them in vls as well).
        * Added vlc.pot skeleton for translators.
      45281e62
    • Christophe Massiot's avatar
      * MPEG-1 aspect ratio patch, courtesy of Vladimir Chernyshov · 72d43142
      Christophe Massiot authored
        <greengrass@writeme.com> ;
      * Seeking patch for X11, courtesy of Peter Surda <shurdeek@panorama.sth.ac.at>.
      72d43142
    • Sam Hocevar's avatar
      · 003c2ab3
      Sam Hocevar authored
        * Removed unused code (intf_channels.c, keystrokes.h).
        * Put common_win32.h back into common.h -- it wasn't that big and we
          should not multiply header files.
        * Added gettext support by Thomas Graf <reeler@reeler.org>, may be
          broken on other platforms but we'll only see it when I'm finished
          with vout 4 :-)
        * Fixed a segfault on exit when no fast_memcpy module was found.
      003c2ab3
  7. 09 Dec, 2001 2 commits
    • Sam Hocevar's avatar
      · 6dc23238
      Sam Hocevar authored
        * Fixed Debian package builds.
      6dc23238
    • Sam Hocevar's avatar
      · 2be07191
      Sam Hocevar authored
        * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
          for my nevrotic and destructive pulsions during the next few hours!
      
        * If you want to test vlc, please use the v0_2_92_branch branch.
      
        * Stuff currently working:
           - direct to YUV buffer decoding
           - non-ugly subtitle blending
           - XVideo and SDL video output
      
        * Stuff currently utterly broken:
           - aspect ratio
           - software rendering (ie, all other video output plugins)
      
        * Additional misc changes:
           - Renamed spu_dec to spudec and mad_adec to mad to stay coherent with
             other plugins. Also, renamed mpeg to mpeg_system.
           - Added jobi to the AUTHORS file.
           - Factored code common to vout_x11.c and vout_xvideo.c.
      2be07191
  8. 07 Dec, 2001 4 commits
  9. 06 Dec, 2001 5 commits