1. 21 Jun, 2014 1 commit
  2. 16 Jun, 2014 1 commit
  3. 01 Jun, 2014 1 commit
  4. 27 Apr, 2014 1 commit
  5. 23 Apr, 2014 4 commits
  6. 12 Mar, 2014 1 commit
  7. 11 Jan, 2014 1 commit
    • Benjamin Larsson's avatar
      flv: Workaround for buggy Omnia A/XE encoder · 547f8345
      Benjamin Larsson authored
      The Omnia A/XE encoder writes the explicit extra data incorrectly
      and wrongly disables parametric stereo. Truncating the extra data
      by setting the size to 2 works around this. The AAC extra data
      parser will then only parse the correct parts.
      
      Bug-id: 599
      547f8345
  8. 10 Jan, 2014 1 commit
  9. 25 Dec, 2013 1 commit
  10. 15 Dec, 2013 1 commit
  11. 18 Oct, 2013 1 commit
  12. 13 Oct, 2013 1 commit
  13. 21 Sep, 2013 1 commit
  14. 16 Sep, 2013 1 commit
  15. 27 Aug, 2013 1 commit
  16. 02 Aug, 2013 1 commit
  17. 01 Aug, 2013 3 commits
  18. 27 Jul, 2013 1 commit
  19. 30 Jun, 2013 1 commit
  20. 07 Jun, 2013 1 commit
  21. 16 Apr, 2013 1 commit
  22. 03 Apr, 2013 1 commit
  23. 28 Mar, 2013 2 commits
  24. 01 Mar, 2013 2 commits
  25. 01 Feb, 2013 1 commit
  26. 17 Nov, 2012 1 commit
  27. 12 Nov, 2012 1 commit
  28. 15 Oct, 2012 1 commit
  29. 11 Sep, 2012 1 commit
  30. 04 Sep, 2012 1 commit
  31. 02 Sep, 2012 1 commit
  32. 01 Sep, 2012 1 commit
    • Roman Arutyunyan's avatar
      fix flv new stream handling after head already parsed · c0daa73a
      Roman Arutyunyan authored
      This fixes stream lookup in flv demuxer. When used with librtmp
      protocol streams are sometimes added after head arrived. If the
      first stream added in flv header reader is Audio stream then it
      is messed with Video stream added later in the code patched.
      The result is I have 2 Audio streams (first of them is said to have
      a video codec like h264) instead of Audio/Video pair.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      c0daa73a
  33. 31 Aug, 2012 1 commit