1. 27 Sep, 2019 1 commit
  2. 29 Mar, 2017 1 commit
  3. 21 Mar, 2017 1 commit
  4. 14 Mar, 2017 1 commit
  5. 09 Mar, 2017 1 commit
  6. 03 Mar, 2017 1 commit
  7. 24 Feb, 2017 1 commit
  8. 22 Feb, 2017 1 commit
  9. 20 Feb, 2017 1 commit
  10. 17 Feb, 2017 1 commit
  11. 23 Dec, 2016 1 commit
  12. 27 Oct, 2016 1 commit
  13. 22 May, 2016 1 commit
  14. 04 May, 2016 1 commit
  15. 28 Mar, 2016 1 commit
  16. 11 Jan, 2016 1 commit
  17. 03 Jan, 2016 1 commit
  18. 12 Dec, 2015 1 commit
  19. 04 Dec, 2015 1 commit
  20. 30 Sep, 2015 1 commit
    • wm4's avatar
      avcodec/mp3: fix skipping zeros · cb1da9fb
      wm4 authored
      Commits 43bc5cf9 and c5371f77 add code for skipping initial zeros in mp3
      packets. This code forgot to report to the user that data was skipped at
      all.
      
      Since audio codecs allow partial packet decoding, the user application
      has to rely on the return value. It will remove the data reported as
      consumed by the decoder, and feed it to the decoder again. This resulted
      in the mp3 frame after the zero region to be decoded over and over
      again, until the zero region was finally skipped by the application.
      
      Fix this by including the amount of skipped bytes to the number of
      consumed bytes returned by the decode call.
      
      Fixes trac ticket #4890.
      cb1da9fb
  21. 27 Jul, 2015 1 commit
  22. 26 Jun, 2015 1 commit
  23. 20 Jun, 2015 1 commit
    • nu774's avatar
      mp3: enable packed main_data decoding in MP4 · 6ec688e1
      nu774 authored
      14496-3 suggests packing main_data of MP3 that is usually scattered
      into multiple frames due to bit reservoir.
      
      However, after packing main_data into a access unit, bitrate index
      in the MPEG audio frame header doesn't match with actual frame size.
      
      In order to accept this, this patch removes unnecessary frame size
      checking on mp3 decoder.
      
      Also, mov demuxer was changed to use MP3 parser only on special cases
      (QT MOV with specific sample description) to avoid re-packetizing.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      6ec688e1
  24. 19 Apr, 2015 1 commit
  25. 17 Apr, 2015 1 commit
  26. 05 Dec, 2014 1 commit
  27. 03 Dec, 2014 1 commit
  28. 19 Oct, 2014 1 commit
  29. 15 Aug, 2014 2 commits
  30. 05 Jun, 2014 1 commit
  31. 09 May, 2014 1 commit
  32. 14 Jan, 2014 2 commits
  33. 02 Jan, 2014 1 commit
  34. 12 Dec, 2013 1 commit
  35. 03 Dec, 2013 1 commit
  36. 23 Nov, 2013 1 commit
  37. 03 Oct, 2013 1 commit
  38. 19 Sep, 2013 1 commit