Skip to content
Snippets Groups Projects
  1. Mar 01, 2013
  2. Feb 01, 2013
  3. Nov 17, 2012
  4. Nov 12, 2012
  5. Oct 15, 2012
  6. Sep 11, 2012
  7. Sep 04, 2012
  8. Sep 02, 2012
  9. Sep 01, 2012
    • 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: default avatarMichael Niedermayer <michaelni@gmx.at>
      c0daa73a
  10. Aug 31, 2012
  11. Aug 07, 2012
  12. Aug 03, 2012
  13. Jul 30, 2012
  14. Jul 29, 2012
  15. Jul 05, 2012
  16. Jul 03, 2012
  17. Jun 28, 2012
  18. Jun 19, 2012
  19. Jun 03, 2012
  20. May 23, 2012
    • 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: default avatarMartin Storsjö <martin@martin.st>
      1e8561e3
  21. May 21, 2012
  22. May 01, 2012
  23. Apr 16, 2012
  24. Apr 06, 2012
  25. Mar 20, 2012
  26. Feb 27, 2012
  27. Feb 25, 2012
  28. Feb 22, 2012
  29. Jan 31, 2012
  30. Jan 30, 2012
  31. Jan 27, 2012
  32. Jan 04, 2012
  33. Jan 02, 2012
  34. Dec 31, 2011
  35. Dec 30, 2011
Loading