1. 09 May, 2022 1 commit
  2. 26 Apr, 2022 1 commit
  3. 03 Dec, 2021 1 commit
  4. 25 Jun, 2021 1 commit
  5. 31 May, 2021 2 commits
  6. 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
  7. 17 Feb, 2021 1 commit
  8. 16 Feb, 2021 3 commits
  9. 17 Jan, 2021 1 commit
  10. 10 Jan, 2021 1 commit
  11. 01 Jan, 2021 1 commit
  12. 21 Sep, 2020 1 commit
  13. 01 Jul, 2020 2 commits
  14. 05 May, 2020 1 commit
  15. 26 Mar, 2020 1 commit
  16. 19 Mar, 2020 1 commit
  17. 16 Mar, 2020 2 commits
  18. 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
  19. 12 Mar, 2020 2 commits
  20. 17 Feb, 2020 1 commit
  21. 04 Feb, 2020 2 commits
  22. 01 Feb, 2020 2 commits
  23. 18 Jan, 2020 3 commits
  24. 05 Jul, 2019 1 commit
  25. 04 Jul, 2019 2 commits
  26. 17 Jun, 2019 2 commits
  27. 03 Apr, 2019 1 commit
  28. 08 Mar, 2019 1 commit