1. 13 May, 2019 3 commits
  2. 12 May, 2019 17 commits
  3. 11 May, 2019 4 commits
  4. 10 May, 2019 4 commits
  5. 09 May, 2019 10 commits
  6. 08 May, 2019 2 commits
    • Andreas Rheinhardt's avatar
      avformat/matroskaenc: Reduce usage of ebml_master · 48539b62
      Andreas Rheinhardt authored
      After the last few commits, the functions for writing master elements
      with CRC-32 elements didn't really make use of the ebml_master
      structure any more, so remove these parameters from the functions.
      
      The only things that still need to be kept are the positions of the
      level 1 elements that are written preliminarily and updated later.
      These positions are stored in the MatroskaMuxContext and
      replace the corresponding ebml_master structures.
      Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
      Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
      48539b62
    • Andreas Rheinhardt's avatar
      avformat/matroskaenc: Improve log messages for blocks · 9b932a85
      Andreas Rheinhardt authored
      Up until now, a block's relative offset has been reported as the offset
      in the log messages output when writing blocks; given that it is
      impossible to know the real offset from the beginning of the file at
      this point due to the fact that it is not yet known how many bytes will
      be used for the containing cluster's length field both the relative
      offset in the cluster as well as the offset of the containing cluster
      will be reported from now on.
      
      Furthermore, the TrackNumber of the written block has been added to the
      log output.
      
      Also, the log message for writing vtt blocks has been brought in line
      with the message for normal blocks.
      Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
      Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
      9b932a85