1. 01 Jul, 2011 1 commit
  2. 29 Jun, 2011 1 commit
  3. 28 Jun, 2011 1 commit
  4. 23 Jun, 2011 2 commits
  5. 22 Jun, 2011 1 commit
  6. 20 Jun, 2011 1 commit
  7. 19 Jun, 2011 1 commit
  8. 16 Jun, 2011 1 commit
  9. 10 Jun, 2011 1 commit
  10. 08 Jun, 2011 1 commit
  11. 07 Jun, 2011 2 commits
  12. 05 Jun, 2011 1 commit
  13. 28 May, 2011 3 commits
  14. 27 May, 2011 2 commits
  15. 26 May, 2011 1 commit
  16. 25 May, 2011 3 commits
  17. 24 May, 2011 1 commit
    • Justin Ruggles's avatar
      ac3enc: add channel coupling support · 7f3a7b5c
      Justin Ruggles authored
      Channel coupling is an optional AC-3 feature that increases quality by
      combining high frequency information from multiple channels into a
      single channel. The per-channel high frequency information is sent with
      less accuracy in both the frequency and time domains. This allows more
      bits to be used for lower frequencies while preserving enough
      information to reconstruct the high frequencies.
      7f3a7b5c
  18. 18 May, 2011 2 commits
  19. 12 May, 2011 1 commit
    • Diego Biurrun's avatar
      configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. · 046f081b
      Diego Biurrun authored
      Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems
      since it causes certain system functions to be hidden on some (BSD) systems.
      The solution is to only add the flag on systems that really require it, i.e.
      glibc-based ones.
      
      This change makes BSD systems compile out-of-the-box without the need for
      adding specific flags manually.  It also allows dropping a number of flags
      set manually on a file-per-file basis, but were only present to work around
      breakage introduced by the presence of _POSIX_C_SOURCE.
      
      Also add _XOPEN_SOURCE to CPPFLAGS for glibc systems.  We use XSI extensions
      in several places already, so it is preferable to define it globally instead
      of littering source files with individual #defines only needed for glibc.
      046f081b
  20. 11 May, 2011 3 commits
  21. 10 May, 2011 1 commit
  22. 07 May, 2011 2 commits
  23. 04 May, 2011 1 commit
  24. 01 May, 2011 3 commits
  25. 26 Apr, 2011 3 commits