1. 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
  2. 11 Nov, 2011 1 commit
  3. 10 Nov, 2011 1 commit
  4. 02 Oct, 2011 2 commits
  5. 29 Jul, 2011 1 commit
  6. 19 May, 2011 1 commit
  7. 19 Mar, 2011 1 commit
  8. 16 Feb, 2011 1 commit
  9. 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
  10. 06 Feb, 2011 2 commits
  11. 28 Jan, 2011 1 commit
  12. 26 Jan, 2011 1 commit
  13. 21 Nov, 2010 1 commit
  14. 15 Nov, 2010 1 commit
  15. 12 Nov, 2010 1 commit
  16. 20 Apr, 2010 1 commit
  17. 30 Mar, 2010 1 commit
  18. 28 Jan, 2010 2 commits
  19. 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
  20. 14 May, 2009 1 commit
  21. 20 Apr, 2009 1 commit
  22. 17 Apr, 2009 1 commit
  23. 13 Apr, 2009 1 commit
  24. 07 Apr, 2009 1 commit
  25. 08 Mar, 2009 1 commit
  26. 01 Feb, 2009 1 commit
  27. 18 Jan, 2009 1 commit
  28. 14 Jan, 2009 1 commit
  29. 13 Jan, 2009 1 commit
  30. 19 Nov, 2008 1 commit
  31. 31 Jul, 2008 1 commit
  32. 12 Jun, 2008 1 commit
  33. 09 May, 2008 1 commit
  34. 29 Apr, 2008 1 commit
  35. 27 Apr, 2008 1 commit
  36. 21 Mar, 2008 1 commit
  37. 13 Feb, 2008 1 commit