1. 06 7月, 2019 1 次提交
  2. 05 7月, 2019 3 次提交
  3. 04 7月, 2019 2 次提交
  4. 03 7月, 2019 3 次提交
  5. 01 7月, 2019 3 次提交
  6. 30 6月, 2019 2 次提交
  7. 28 6月, 2019 3 次提交
  8. 27 6月, 2019 2 次提交
  9. 26 6月, 2019 1 次提交
  10. 25 6月, 2019 10 次提交
  11. 24 6月, 2019 2 次提交
    • 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
  12. 23 6月, 2019 7 次提交
  13. 22 6月, 2019 1 次提交