1. 18 Oct, 2008 3 commits
    • Max Kellermann's avatar
      input_stream: don't declare method typedefs · 98f7177f
      Max Kellermann authored
      The typedefs aren't using by anybody but struct input_stream.  Remove
      them and declare the method type within struct input_stream.
      98f7177f
    • Max Kellermann's avatar
      ffmpeg: make internal functions static · 1dfe9205
      Max Kellermann authored
      The mpdurl_* code is internal, don't expose them.  Also don't
      initialize struct members with NULL.
      1dfe9205
    • Max Kellermann's avatar
      Makefile.am: require automake 1.9 · 90fdf07a
      Max Kellermann authored
      With heavy use of conditionals, I broke Makefile.am for the ancient
      automake version 1.6.  Instead of supporting this automake version
      forever, I'm removing support for it now.  Since automake isn't
      required on the build machine, nobody should have a serious problem
      with that.
      90fdf07a
  2. 17 Oct, 2008 17 commits
  3. 16 Oct, 2008 7 commits
  4. 15 Oct, 2008 13 commits