1. 14 Feb, 2015 1 commit
  2. 24 Nov, 2014 1 commit
  3. 21 Oct, 2014 2 commits
  4. 13 Aug, 2014 2 commits
  5. 01 Aug, 2014 1 commit
  6. 01 Jun, 2014 1 commit
  7. 23 Apr, 2014 3 commits
  8. 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
  9. 21 Sep, 2013 1 commit
  10. 16 Sep, 2013 1 commit
  11. 27 Aug, 2013 1 commit
  12. 01 Aug, 2013 3 commits
  13. 27 Jul, 2013 1 commit
  14. 28 Mar, 2013 2 commits
  15. 01 Mar, 2013 2 commits
  16. 12 Nov, 2012 1 commit
  17. 11 Sep, 2012 1 commit
  18. 04 Sep, 2012 1 commit
  19. 07 Aug, 2012 1 commit
  20. 30 Jul, 2012 1 commit
  21. 29 Jul, 2012 1 commit
  22. 05 Jul, 2012 2 commits
  23. 03 Jul, 2012 1 commit
  24. 28 Jun, 2012 1 commit
  25. 19 Jun, 2012 1 commit
  26. 03 Jun, 2012 1 commit
  27. 23 May, 2012 1 commit
    • Martin Storsjö's avatar
      flvdec: Make sure sample_rate is set to the updated value · 1e8561e3
      Martin Storsjö authored
      The sample_rate variable is used for checks for audio format
      changes at the end of the function.
      
      This fixes cases where the sample rate was set from the codec
      id by flv_set_audio_codec (as for nellymoser 8 kHz/16 kHz),
      so the value set to last_sample_rate wasn't equal to sample_rate
      at this point. This caused the demuxer otherwise reports a spurious
      change to 5512 Hz and back to the correct one.
      
      Updating channels in the same way is only done for consistency.
      Currently, flv_set_audio_codec doesn't update that value.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      1e8561e3
  28. 06 Apr, 2012 1 commit
  29. 27 Feb, 2012 2 commits
  30. 22 Feb, 2012 1 commit