1. 21 5月, 2011 1 次提交
  2. 20 5月, 2011 2 次提交
  3. 19 5月, 2011 2 次提交
  4. 18 5月, 2011 1 次提交
  5. 15 5月, 2011 2 次提交
  6. 13 5月, 2011 1 次提交
  7. 12 5月, 2011 3 次提交
    • M
      configure: Enable libpostproc automatically if GPL code is enabled. · ced9556b
      Måns Rullgård 提交于
      Enabling libpostproc automatically should give it more compile coverage
      and save the FATE box maintainers some configuration hassles.
      ced9556b
    • S
      configure: sort filter deps entries · 92fe2587
      Stefano Sabatini 提交于
      Signed-off-by: NAnton Khirnov <anton@khirnov.net>
      92fe2587
    • D
      configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. · 046f081b
      Diego Biurrun 提交于
      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
  8. 10 5月, 2011 1 次提交
  9. 07 5月, 2011 1 次提交
  10. 06 5月, 2011 1 次提交
  11. 05 5月, 2011 3 次提交
  12. 28 4月, 2011 1 次提交
  13. 24 4月, 2011 2 次提交
  14. 23 4月, 2011 1 次提交
    • A
      Remove RDFT dependency from AAC decoder. · cfc2a0cf
      Alex Converse 提交于
      $subj
      
      >From 557176d961c70604c2a96d81aff4bd6faa670d8a Mon Sep 17 00:00:00 2001
      From: Alex Converse <aconverse@google.com>
      Date: Thu, 21 Apr 2011 12:11:42 -0700
      Subject: [PATCH] Remove RDFT dependency from AAC decoder.
      MIME-Version: 1.0
      Content-Type: multipart/mixed; boundary="------------1"
      
      This is a multi-part message in MIME format.
      --------------1
      Content-Type: text/plain; charset=UTF-8; format=fixed
      Content-Transfer-Encoding: 8bit
      
      It was used for an old implementation of the SBR filterbank.
      
      ./configure --disable-everything --disable-ffplay --enable-decoder=aac works.
      cfc2a0cf
  15. 21 4月, 2011 1 次提交
  16. 13 4月, 2011 1 次提交
  17. 11 4月, 2011 2 次提交
  18. 05 4月, 2011 1 次提交
  19. 04 4月, 2011 1 次提交
  20. 31 3月, 2011 1 次提交
  21. 30 3月, 2011 2 次提交
  22. 28 3月, 2011 1 次提交
  23. 27 3月, 2011 1 次提交
  24. 26 3月, 2011 1 次提交
  25. 25 3月, 2011 2 次提交
  26. 24 3月, 2011 3 次提交
  27. 23 3月, 2011 1 次提交