1. 11 Mar, 2014 1 commit
  2. 17 Feb, 2014 1 commit
  3. 03 Jan, 2014 2 commits
  4. 02 Jan, 2014 1 commit
  5. 25 Dec, 2013 1 commit
  6. 13 Oct, 2013 1 commit
  7. 01 Feb, 2013 2 commits
  8. 21 Nov, 2012 1 commit
  9. 12 Nov, 2012 1 commit
  10. 07 Aug, 2012 1 commit
  11. 09 Jun, 2012 1 commit
  12. 10 Feb, 2012 1 commit
  13. 27 Jan, 2012 1 commit
  14. 30 Nov, 2011 1 commit
  15. 19 Oct, 2011 2 commits
  16. 14 Sep, 2011 1 commit
  17. 17 Jul, 2011 1 commit
  18. 06 Jul, 2011 1 commit
  19. 20 Jun, 2011 1 commit
    • Ivan Kalvachev's avatar
      Fix bink audio playback outside of FFmpeg. · 093768c9
      Ivan Kalvachev authored
      There are 2 known Bink audio codecs. Additionally they have
      a different flavor if they are found inside Bink-b "BIKb" file.
      In order to guess the correct flavor, the demuxer sets the audio
      codec_tag to be the same as the file format tag.
      This causes problem because same tag is used for both audio codecs.
      The hack works in FFmpeg because audio codecs are identified by their
      codec_id, but other players rely on standard behavior.
      
      This fix removes the codec_tag hack and instead uses artificial
      extradata format to signal the codec flavor. This would also
      allow proper embedding of Bink audio in other containers.
      Signed-off-by: 's avatarIvan Kalvachev <ikalvachev@gmail.com>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      093768c9
  20. 03 Apr, 2011 1 commit
  21. 19 Mar, 2011 1 commit
  22. 17 Mar, 2011 1 commit
  23. 03 Mar, 2011 2 commits
  24. 01 Mar, 2011 2 commits
  25. 26 Feb, 2011 2 commits
  26. 25 Feb, 2011 2 commits
  27. 22 Feb, 2011 1 commit
  28. 21 Feb, 2011 1 commit
  29. 20 Feb, 2011 2 commits
  30. 28 Jan, 2011 1 commit
  31. 26 Jan, 2011 1 commit
  32. 20 Apr, 2010 1 commit