1. 31 May, 2021 1 commit
  2. 15 May, 2021 1 commit
    • John Regan's avatar
      flac encoder: enable Ogg FLAC and Ogg chaining · 87fa6bca
      John Regan authored
      refactors GenerateOggSerial into a generic GenerateSerial
      utility, under the util lib.
      
      libFLAC may be encoded without Ogg support. If Ogg support is disabled,
      libFLAC will still export Ogg-related methods (like setting a serial
      number), and throw a runtime error when initializing an Ogg stream.
      
      GenerateOggSerial does not depend on libogg. Refactoring it into
      a generic GenerateSerial prevents having to add build-time checks
      for libogg within the FLAC encoder plugin.
      87fa6bca
  3. 01 Jan, 2021 1 commit
  4. 21 Sep, 2020 1 commit
  5. 16 Mar, 2020 1 commit
  6. 12 Mar, 2020 1 commit
  7. 01 Feb, 2020 1 commit
  8. 18 Jan, 2020 2 commits
  9. 04 Jul, 2019 1 commit
  10. 17 Jun, 2019 1 commit
  11. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  12. 31 Oct, 2018 1 commit
  13. 16 Jul, 2018 1 commit
  14. 14 Nov, 2017 1 commit
    • Max Kellermann's avatar
      encoder/vorbis: default to quality 3 · aea37e46
      Max Kellermann authored
      Don't require a quality or bitrate setting.  If nothing is set, don't
      fail startup - just go with a good default.  A quality setting of 3 is
      what "oggenc" defaults to as well.
      aea37e46
  15. 03 Jan, 2017 1 commit
  16. 07 Nov, 2016 1 commit
  17. 28 Oct, 2016 1 commit
  18. 09 May, 2016 5 commits
  19. 04 May, 2016 5 commits
  20. 03 May, 2016 1 commit
  21. 01 Mar, 2016 1 commit
  22. 26 Feb, 2016 1 commit
  23. 21 Jan, 2015 1 commit
  24. 01 Jan, 2015 1 commit
  25. 26 Dec, 2014 1 commit
  26. 04 Dec, 2014 1 commit
  27. 02 Dec, 2014 1 commit
  28. 12 Jul, 2014 1 commit
  29. 23 Jan, 2014 2 commits
  30. 13 Jan, 2014 1 commit