Skip to content
Snippets Groups Projects
  1. Jul 20, 2011
  2. Jul 18, 2011
  3. Jul 12, 2011
  4. Jul 11, 2011
  5. Jun 30, 2011
  6. Jun 25, 2011
  7. Jun 23, 2011
  8. Jun 21, 2011
  9. Jun 06, 2011
  10. Jun 01, 2011
  11. May 30, 2011
  12. May 29, 2011
  13. May 27, 2011
  14. May 26, 2011
  15. May 25, 2011
  16. May 19, 2011
  17. May 18, 2011
  18. May 09, 2011
    • Thadeu Lima de Souza Cascardo's avatar
      ffdec: Do not use invalid input timestamp as next timestamp. · a3c56f60
      Thadeu Lima de Souza Cascardo authored
      When input buffer timestamps are invalid, next timestamp are used for
      audio. Then, the next out timestamp is updated with the used timestamp
      and the calculated duration. However, if the used timestamp is invalid,
      it should not be used. Otherwise, the next buffer will use a wrong
      timestamp that is not in the clipped segment, making the buffer to be
      dropped.
      
      This fixes playback with SBTVD MPEG TS streams, using AAC LATM.
      a3c56f60
  19. May 06, 2011
    • Vincent Penquerc'h's avatar
      ffdec: do not try to resync to the next keyframe when late · 920bfb0d
      Vincent Penquerc'h authored
      A keyframe may be quite a while in the future, and the decoder
      has no way of knowing this. A poor decision could mean quite some
      time with no video output.
      This decision should be left to the upstream element: a demuxer
      might know about incoming keyframes, or some other element might
      be able to request a keyframe.
      
      Fixes bug #649372.
      920bfb0d
    • Punya Prakash's avatar
      configure: Fix ac_cs_config handling · cc9d7788
      Punya Prakash authored
      Previously autoconf appended too many additional quotes
      to parameters like --with-ffmpeg-extra-configure=" --target-os=linux
      --extra-cflags='-mfpu=neon -mfloat-abi=softfp'".
      
      Fixes bug #648816.
      cc9d7788
  20. Apr 24, 2011
  21. Apr 22, 2011
  22. Apr 21, 2011
Loading