1. 25 6月, 2019 15 次提交
  2. 24 6月, 2019 3 次提交
    • B
      avformat/hlsenc: better error log message for var_stream_map content · 2045dd00
      Bela Bodecs 提交于
      When multiple variant streams are specified by var_stream_map option,
      %v is expected either in the filename or in the last sub-directory name,
      but only in one of them. When both of them contains %v string, current
      error message only states half of the truth.
      And even %v may appears several times inside the last sub-directory name
      or in filename pattern.
      This patch clarifies this in the log message and in the doc also.
      Signed-off-by: NBela Bodecs <bodecsb@vivanet.hu>
      2045dd00
    • A
      avformat/matroskadec: Treat SimpleBlock as EBML_BIN · bc3306fd
      Andreas Rheinhardt 提交于
      Up until now, the SimpleBlock was treated specially: It basically had
      its own EBML category and it was also included in the BlockGroup EBML
      syntax (although a SimpleBlock must not exist in a BlockGroup according
      to the Matroska specifications). The latter fact also meant that
      a MatroskaBlock's buffer was always unreferenced twice.
      This has been changed: The type of a SimpleBlock is now an EBML_BIN.
      The only way in which SimpleBlocks are still different is that they
      share their associated structure with another unit (namely BlockGroup).
      This is also used to unref the block: It is always unreferenced via the
      BlockGroup syntax.
      Signed-off-by: NAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
      bc3306fd
    • C
      lavc/tableprint_vlc: Remove avpriv_request_sample() from included files. · c8232e50
      Carl Eugen Hoyos 提交于
      Fixes compilation with --enable-hardcoded-tables.
      Fixes ticket #7962.
      c8232e50
  3. 23 6月, 2019 9 次提交
  4. 22 6月, 2019 10 次提交
  5. 21 6月, 2019 3 次提交