1. 23 Jun, 2014 1 commit
  2. 22 Mar, 2014 1 commit
  3. 10 Dec, 2013 1 commit
  4. 28 Oct, 2013 1 commit
  5. 03 Oct, 2013 1 commit
  6. 23 Jul, 2013 2 commits
  7. 15 May, 2013 1 commit
  8. 13 Mar, 2013 1 commit
  9. 08 Mar, 2013 1 commit
  10. 12 Feb, 2013 1 commit
  11. 04 Dec, 2012 1 commit
  12. 12 Oct, 2012 1 commit
  13. 17 Sep, 2012 7 commits
  14. 07 Aug, 2012 1 commit
  15. 01 Jul, 2012 1 commit
  16. 06 Apr, 2012 1 commit
  17. 28 Mar, 2012 1 commit
  18. 05 Mar, 2012 1 commit
  19. 17 Feb, 2012 1 commit
  20. 15 Feb, 2012 1 commit
  21. 28 Jan, 2012 1 commit
  22. 02 Dec, 2011 2 commits
    • Janne Grunau's avatar
      latmdec: fix audio specific config parsing · fd095539
      Janne Grunau authored
      Pass the correct size in bits to mpeg4audio_get_config and add a flag
      to disable parsing of the sync extension when the size is not known.
      
      Latm with AudioMuxVersion 0 does not specify the size of the audio
      specific config. Data after the audio specific config can be
      misinterpreted as sync extension resulting in random and wrong configs.
      fd095539
    • 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
  23. 22 Oct, 2011 1 commit
  24. 20 Oct, 2011 1 commit
  25. 29 Jul, 2011 1 commit
  26. 20 Jun, 2011 1 commit
  27. 19 Mar, 2011 1 commit
  28. 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
  29. 29 Jan, 2011 2 commits
  30. 26 Jan, 2011 1 commit
  31. 06 Dec, 2010 1 commit