1. 09 Apr, 2011 3 commits
    • Kharkov Alexander's avatar
      Fix support for flvtool2 "keyframes based" generated index in FLV format decoder · ba667e60
      Kharkov Alexander authored
      Current keyframes data parser unconditionally rewind metadata to the end
      at the end of function. As result ALL metadata located after keyframes
      index not parsed,
      and as metadata object can have ANY placement inside metadata it can
      lead to unpredictable result
      (bitrate can not be found, etc.). As result FLV movie will not play at
      all in such situation.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      ba667e60
    • Lou Logan's avatar
      Replace outdated info on the FAQ · f7f9e24d
      Lou Logan authored
      FAQ could use some work. This updates a few little details.
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      f7f9e24d
    • Michael Niedermayer's avatar
      Merge remote branch 'qatar/master' · d4d09329
      Michael Niedermayer authored
      * qatar/master:
        lavf: bump minor and add an APIChanges entry for avformat cleanup
        lavf: get rid of ffm-specific stuff in avformat.h
      Not pulled:  avio: deprecate av_protocol_next().
        avio: add a function for iterating though protocol names.
        lavf: rename a parameter of av_sdp_create from buff->buf
        lavf: rename avf_sdp_create to av_sdp_create.
        lavf: make av_guess_image2_codec internal
        avio: make URLProtocol internal.
        avio: make URLContext internal.
        lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.
        lavf: use designated initializers for all protocols
        applehttp: don't use deprecated url_ functions.
        avio: move two ff_udp_* functions from avio_internal to url.h
        asfdec: remove a forgotten declaration of nonexistent function
        avio: deprecate the typedef for URLInterruptCB
      Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      d4d09329
  2. 08 Apr, 2011 19 commits
  3. 07 Apr, 2011 18 commits