1. 01 Oct, 2012 1 commit
  2. 08 Aug, 2012 1 commit
  3. 07 Aug, 2012 1 commit
  4. 06 Aug, 2012 1 commit
  5. 26 Jul, 2012 1 commit
  6. 06 Jun, 2012 1 commit
  7. 05 Jun, 2012 1 commit
    • Kostya Shishkov's avatar
      mpc8: fix maximum bands handling · b56825c4
      Kostya Shishkov authored
      In Musepack SV8 codec property tell the maximum nonzero band, but every
      frame codes maximum band as a limit (i.e. strictly less than given value).
      Synthesis also expects maximum nonzero band, so there's a need to convert
      frame maximum band limit value.
      b56825c4
  8. 03 Jun, 2012 1 commit
  9. 24 Apr, 2012 2 commits
  10. 06 Apr, 2012 1 commit
  11. 15 Feb, 2012 2 commits
  12. 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
  13. 07 Oct, 2011 1 commit
  14. 02 Oct, 2011 1 commit
  15. 25 Sep, 2011 1 commit
  16. 29 Jul, 2011 1 commit
  17. 04 Jun, 2011 1 commit
  18. 19 May, 2011 1 commit
  19. 19 Mar, 2011 1 commit
  20. 16 Feb, 2011 1 commit
  21. 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
  22. 06 Feb, 2011 2 commits
  23. 28 Jan, 2011 1 commit
  24. 26 Jan, 2011 1 commit
  25. 21 Nov, 2010 1 commit
  26. 12 Nov, 2010 1 commit
  27. 20 Apr, 2010 1 commit
  28. 30 Mar, 2010 1 commit
  29. 30 Nov, 2009 1 commit
    • Attila Kinali's avatar
      Fix an issue uncovered by commit 20623: · 76c4a644
      Attila Kinali authored
      The init functions of mpc7 and mpc8 check whether the vlc has been
      initialized already and return early if this is the case (eg by calling
      init a second time).
      But avctx->sample_fmt and channel_layout is set after the vlc initialization,
      causing it not to be set on the second call of init.
      
      Move all manipulations of avctx before the initialization of the vlc,
      so that it is always set.
      
      Originally committed as revision 20668 to svn://svn.ffmpeg.org/ffmpeg/trunk
      76c4a644
  30. 13 Jun, 2009 1 commit
  31. 20 Apr, 2009 1 commit
  32. 17 Apr, 2009 1 commit
  33. 13 Apr, 2009 1 commit
  34. 07 Apr, 2009 1 commit
  35. 08 Mar, 2009 1 commit
  36. 01 Feb, 2009 1 commit
  37. 18 Jan, 2009 1 commit