1. 01 Nov, 2009 1 commit
    • Max Kellermann's avatar
      text_file: allocate line buffers dynamically · 9bcfd3a4
      Max Kellermann authored
      Use a single GString buffer object in all functions loading the
      database.  Enlarge it automatically for long lines.  This eliminates
      the maximum line length for tag values.  There is still an upper limit
      of 512 kB to prevent denial of service, but that's reasonable I guess.
      9bcfd3a4
  2. 26 Oct, 2009 1 commit
  3. 24 Oct, 2009 2 commits
  4. 23 Oct, 2009 1 commit
  5. 22 Oct, 2009 2 commits
  6. 21 Oct, 2009 3 commits
  7. 20 Oct, 2009 2 commits
  8. 16 Oct, 2009 1 commit
  9. 14 Oct, 2009 1 commit
  10. 13 Oct, 2009 4 commits
  11. 12 Oct, 2009 3 commits
  12. 25 Sep, 2009 1 commit
  13. 24 Sep, 2009 2 commits
  14. 06 Sep, 2009 1 commit
  15. 26 Aug, 2009 1 commit
  16. 24 Aug, 2009 1 commit
  17. 28 Jul, 2009 3 commits
  18. 19 Jul, 2009 4 commits
  19. 15 Jul, 2009 1 commit
  20. 14 Jul, 2009 2 commits
  21. 07 Jul, 2009 1 commit
  22. 06 Jul, 2009 2 commits
    • Max Kellermann's avatar
      Makefile.am: disable test/run_encoder without plugins · 971fbe5d
      Max Kellermann authored
      If the encoder plugin API is disabled at compile time, don't compile
      test/run_encoder.c.
      971fbe5d
    • Max Kellermann's avatar
      output: use the software mixer plugin · 0275690b
      Max Kellermann authored
      Do all the software volume stuff inside each output thread, not in the
      player thread.  This allows one software mixer per output device, and
      also allows the user to configure the mixer type (hardware or
      software) for each audio output.
      
      This moves the global "mixer_type" setting into the "audio_output"
      section, deprecating the "mixer_enabled" flag.
      0275690b