1. 15 Apr, 2018 1 commit
    • Hendrik Leppkes's avatar
      avcodec/aac_ac3_parser: account for data already in the parsing buffer · 8df8a929
      Hendrik Leppkes authored
      If a frame starts very close to a packet boundary, the start code may
      already have been added to the parsing buffer, indicated by a small
      negative value of "i", while the header is still being tracked in the
      "state" variable.
      
      Reduce the remaining size accordingly, otherwise trying to find the next
      frame could skip over the frame header and lump two frames together as
      one.
      8df8a929
  2. 29 Mar, 2018 1 commit
  3. 27 Apr, 2017 1 commit
    • Vittorio Giovara's avatar
      aac_ac3_parser: Drop in-parser downmix functionality · dd3aa85b
      Vittorio Giovara authored
      request_channel_layout is a decoder option and it makes no sense
      to have it in a parser.
      
      This feature was needed in the past when the decoder was allowed
      to reuse the avctx from the demuxer. Nowadays the decoder receives
      only the parameters from it, already containing the real channel
      layout (and the correct request_channel_layout option).
      
      After initialization the decoder overwrites the channel layout
      with the downmixed one that is actually output, so there is no need
      to preserve this functionality in the parser.
      Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
      dd3aa85b
  4. 27 Feb, 2016 2 commits
  5. 28 Aug, 2015 1 commit
  6. 22 Nov, 2013 1 commit
  7. 19 Nov, 2013 1 commit
  8. 15 Aug, 2012 1 commit
  9. 07 Aug, 2012 1 commit
  10. 20 Feb, 2012 1 commit
  11. 25 Mar, 2011 1 commit
  12. 19 Mar, 2011 1 commit
  13. 04 Mar, 2010 2 commits
  14. 13 May, 2009 2 commits
  15. 19 Apr, 2009 1 commit
  16. 19 Feb, 2009 1 commit
  17. 19 Jan, 2009 1 commit
  18. 29 Oct, 2008 1 commit
  19. 22 Sep, 2008 1 commit
  20. 01 Sep, 2008 1 commit
  21. 03 Aug, 2008 1 commit
  22. 19 Apr, 2008 6 commits
  23. 18 Apr, 2008 1 commit
  24. 09 Apr, 2008 1 commit
  25. 08 Apr, 2008 1 commit
  26. 07 Apr, 2008 1 commit
  27. 05 Apr, 2008 1 commit
  28. 28 Mar, 2008 1 commit
  29. 23 Mar, 2008 1 commit
  30. 05 Jan, 2008 3 commits