1. 24 Apr, 2012 12 commits
  2. 23 Apr, 2012 24 commits
  3. 22 Apr, 2012 4 commits
    • Martin Storsjö's avatar
      mpegts: Try seeking back even for nonseekable protocols · 269cb675
      Martin Storsjö authored
      The mpegts demuxer reads 5 KB at startup just for discovering
      the packet size. Since the default avio buffer size is 32 KB,
      the seek back to the start will in most cases be within the
      avio buffer, and will in most cases succeed even if the actual
      protocol isn't seekable.
      
      This makes the demuxer startup faster/with less data when
      reading data from a non-seekable input, by not skipping
      the first few KB.
      
      If it fails, don't warn if the protocol isn't seekable, making
      it behave as before in the failure case.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      269cb675
    • Michael Niedermayer's avatar
      lowres2 support. · 70d54392
      Michael Niedermayer authored
      The new lowres support is limited to decoders where lowres decoding
      is possible in high quality.
      I was not able to measure any speed difference, but if one is found
      the 2-3 lines that might affect speed can be made compile time conditional
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      70d54392
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 92ef4be4
      Michael Niedermayer authored
      * qatar/master:
        ARM: allow runtime masking of CPU features
        dsputil: remove unused functions
        mov: Treat keyframe indexes as 1-origin if starting at non-zero.
        mov: Take stps entries into consideration also about key_off.
        Remove lowres video decoding
      
      Conflicts:
      	ffmpeg.c
      	ffplay.c
      	libavcodec/arm/vp8dsp_init_arm.c
      	libavcodec/libopenjpegdec.c
      	libavcodec/mjpegdec.c
      	libavcodec/mpegvideo.c
      	libavcodec/utils.c
      	libavformat/mov.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      92ef4be4
    • Carl Eugen Hoyos's avatar
      Support flicvideo with 904 bytes extradata. · 2e07f429
      Carl Eugen Hoyos authored
      Fixes ticket #1234.
      2e07f429