1. 25 Jul, 2010 15 commits
  2. 23 Jul, 2010 1 commit
  3. 21 Jul, 2010 4 commits
  4. 20 Jul, 2010 13 commits
  5. 19 Jul, 2010 3 commits
    • Max Kellermann's avatar
      Merge release 0.15.11 from branch 'v0.15.x · 2bc5161e
      Max Kellermann authored
      Conflicts:
      	NEWS
      	configure.ac
      	src/decoder/ffmpeg_decoder_plugin.c
      	src/decoder/mikmod_decoder_plugin.c
      	src/decoder/mp4ff_decoder_plugin.c
      	src/decoder/vorbis_decoder_plugin.c
      	src/directory_print.c
      	src/playlist_control.c
      	src/tag_ape.c
      2bc5161e
    • Max Kellermann's avatar
      decoder/ffmpeg: fix libavformat 0.6 by using av_open_input_stream() · e2e8d0d2
      Max Kellermann authored
      libavformat 0.6 does not pass the original URI pointer to the "open"
      method, which leads to a crash because MPD was using a dirty hack to
      pass a pointer to that method.
      
      This patch switches to av_open_input_stream() with a custom
      ByteIOContext class, instead of doing the URI string hack with
      av_open_input_file().
      
      Loosely based on a patch from Jasper St. Pierre.
      e2e8d0d2
    • Max Kellermann's avatar
      decoder/ffmpeg: manual format probing · b2e3c075
      Max Kellermann authored
      Use the libavformat function av_probe_input_format() to probe the
      AVInputFormat, instead of letting av_open_input_file() do it
      implicitly.  We will switch to av_open_input_stream() very soon, which
      does not have the probing code.
      
      Loosely based on a patch from Jasper St. Pierre.
      b2e3c075
  6. 15 Jul, 2010 2 commits
  7. 12 Jul, 2010 2 commits