1. 14 Mar, 2012 5 commits
    • Michael Niedermayer's avatar
      cmdutils: Fix cpuflags so the flags dont pull in and out other flags. · f43a1604
      Michael Niedermayer authored
      Note, this doesnt break compatibility with libav, as libav
      has implemented a incompatible and more limited system under the same
      -cpuflags command line option we used since some time.
      
      The differences to libav for example are we can do things like
      ffmpeg -cpuflags -sse+mmx -cpuflags +3dnow
      Its also possible in our system to force flags that have not been
      detected as available
      And our -cpuflags works with all tools not just 1
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      f43a1604
    • Baptiste Coudurier's avatar
      vf_fspp: fix compilation with llvm · fa35ade8
      Baptiste Coudurier authored
      fa35ade8
    • Aaron Colwell's avatar
      matroskaenc: change cluster_pos to use -1 as the "I'm not currently working on... · bda5b662
      Aaron Colwell authored
      matroskaenc: change cluster_pos to use -1 as the "I'm not currently working on a cluster" signal instead of 0.
      
      This avoids problems
      where avio_tell() returns 0. I've updated all the checks against
      cluster_pos
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      bda5b662
    • Michael Niedermayer's avatar
      72301160
    • Michael Niedermayer's avatar
      Merge remote-tracking branch 'qatar/master' · 6968a7d1
      Michael Niedermayer authored
      * qatar/master:
        doc/general: update supported devices table.
        doc/general: add missing @tab to codecs table.
        h264: Fix invalid interlaced/progressive MB combinations for direct mode prediction.
        avconv: reindent
        avconv: link '-passlogfile' option to libx264 'stats' AVOption.
        libx264: add 'stats' private option for setting 2pass stats filename.
        libx264: fix help text for slice-max-size option.
        http: Clear the auth state on redirects
        http: Retry auth if it failed due to being stale
        rtsp: Resend new keepalive commands if they used stale auth
        rtsp: Retry authentication if failed due to being stale
        httpauth: Parse the stale field in digest auth
        dxva2_vc1: pass the overlap flag to the decoder
        dxva2_vc1: fix decoding of BI frames
        FATE: add shorthand to wavpack test
        dfa: convert to bytestream2 API
        anm decoder: move buffer allocation from decode_init() to decode_frame()
        h264: improve parsing of broken AVC SPS
      
      Conflicts:
      	ffmpeg.c
      	libavcodec/anm.c
      	libavcodec/dfa.c
      	libavcodec/h264.c
      	libavcodec/h264_direct.c
      	libavcodec/h264_ps.c
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      6968a7d1
  2. 13 Mar, 2012 27 commits
  3. 12 Mar, 2012 8 commits