1. 17 Sep, 2022 1 commit
  2. 09 May, 2022 1 commit
  3. 26 Apr, 2022 1 commit
  4. 03 Dec, 2021 1 commit
  5. 25 Jun, 2021 1 commit
  6. 31 May, 2021 2 commits
  7. 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
  8. 17 Feb, 2021 1 commit
  9. 16 Feb, 2021 3 commits
  10. 17 Jan, 2021 1 commit
  11. 10 Jan, 2021 1 commit
  12. 01 Jan, 2021 1 commit
  13. 21 Sep, 2020 1 commit
  14. 01 Jul, 2020 2 commits
  15. 05 May, 2020 1 commit
  16. 26 Mar, 2020 1 commit
  17. 19 Mar, 2020 1 commit
  18. 16 Mar, 2020 2 commits
  19. 13 Mar, 2020 1 commit
    • Rosen Penev's avatar
      replace stddef.h with cstddef · 2db8bcc3
      Rosen Penev authored
      The former is deprecated with C++14. The standard says both are the same:
      
      The contents and meaning of the header<cstddef>are the same as the C
      standard library header<stddef.h>,except that it does not declare the type
      wchar_t, that it also declares the type byte and its associated
      operations (21.2.5), and as noted in 21.2.3 and 21.2.4.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      2db8bcc3
  20. 12 Mar, 2020 2 commits
  21. 17 Feb, 2020 1 commit
  22. 04 Feb, 2020 2 commits
  23. 01 Feb, 2020 2 commits
  24. 18 Jan, 2020 3 commits
  25. 05 Jul, 2019 1 commit
  26. 04 Jul, 2019 2 commits
  27. 17 Jun, 2019 2 commits
  28. 03 Apr, 2019 1 commit