1. 09 Sep, 2012 1 commit
  2. 13 Aug, 2012 1 commit
  3. 07 Aug, 2012 1 commit
  4. 06 Aug, 2012 3 commits
  5. 17 Jun, 2012 1 commit
  6. 09 Jun, 2012 1 commit
    • Kostya Shishkov's avatar
      iac: generate codec tables as they are supposed to be · cac4760b
      Kostya Shishkov authored
      Unlike its predecessor, Indeo Audio codec generates tables depending on
      sampling rate. Previously decoder used pre-generated tables for 22050 Hz
      which obviously doesn't work with other frequencies.
      
      Many thanks to Maxim Poliakovsky for providing all needed information
      for this.
      cac4760b
  7. 05 Jun, 2012 3 commits
  8. 25 May, 2012 1 commit
  9. 20 May, 2012 1 commit
  10. 06 Apr, 2012 1 commit
  11. 15 Feb, 2012 1 commit
  12. 16 Dec, 2011 1 commit
    • Mans Rullgard's avatar
      get_bits: remove A32 variant · a1e98f19
      Mans Rullgard authored
      The A32 bitstream reader variant is only used on ARMv5 and for
      Prores due to the larger bit cache this decoder requires.
      
      In benchmarks on ARMv5 (Marvell Sheeva) with gcc 4.6, the only
      statistically significant difference between ALT and A32 is
      a 4% advantage for ALT in FLAC decoding.  There is thus no (longer)
      any reason to keep the A32 reader from this point of view.
      
      This patch adds an option to the ALT reader increasing the bit
      cache to 32 bits as required by the Prores decoder.  Benchmarking
      shows no significant change in speed on Intel i7.  Again, the
      A32 reader fails to justify its existence.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      a1e98f19
  13. 02 Dec, 2011 1 commit
    • Justin Ruggles's avatar
      Add avcodec_decode_audio4(). · 0eea2129
      Justin Ruggles authored
      Deprecate avcodec_decode_audio3().
      Implement audio support in avcodec_default_get_buffer().
      Implement the new audio decoder API in all audio decoders.
      0eea2129
  14. 02 Nov, 2011 7 commits
  15. 26 Apr, 2011 1 commit
  16. 20 Mar, 2011 1 commit
  17. 19 Mar, 2011 2 commits
  18. 16 Feb, 2011 1 commit
  19. 15 Feb, 2011 1 commit
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      Signed-off-by: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  20. 06 Feb, 2011 2 commits
  21. 28 Jan, 2011 1 commit
  22. 26 Jan, 2011 1 commit
  23. 12 Nov, 2010 1 commit
  24. 19 Aug, 2010 1 commit
  25. 16 Jul, 2010 1 commit
  26. 10 Jul, 2010 1 commit
  27. 20 Apr, 2010 1 commit
  28. 30 Mar, 2010 1 commit