1. 08 12月, 2014 4 次提交
  2. 07 12月, 2014 1 次提交
  3. 05 12月, 2014 1 次提交
  4. 04 12月, 2014 1 次提交
  5. 03 12月, 2014 1 次提交
  6. 02 12月, 2014 7 次提交
  7. 29 11月, 2014 1 次提交
  8. 28 11月, 2014 6 次提交
  9. 27 11月, 2014 3 次提交
  10. 26 11月, 2014 2 次提交
    • M
      movenc: Expose the fragment index as an avoption · 234fb81e
      Martin Storsjö 提交于
      This allows setting the right fragment number if doing
      random-access writing of fragments, and also allows reading the
      current sequence number.
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      234fb81e
    • M
      movenc: Add a flag for indicating a discontinuous fragment · ee37620b
      Martin Storsjö 提交于
      This allows creating a later mp4 fragment without sequentially
      writing the earlier ones before (when called from a segmenter).
      
      Normally when writing a fragmented mp4 file sequentially, the
      first timestamps of a fragment are adjusted to match the
      end of the previous fragment, to make sure the timestamp is the
      same, even if it is calculated as the sum of previous fragment
      durations. (And for the first packet in a file, the offset of
      the first packet is written using an edit list.)
      
      When writing an individual mp4 fragment discontinuously like this
      (with potentially writing the earlier fragments separately later),
      there's a risk of getting a gap in the timeline if the duration
      field of the last packet in the previous fragment doesn't match up
      with the start time of the next fragment.
      
      Using this requires setting -avoid_negative_ts make_non_negative
      (or -avoid_negative_ts 0).
      Signed-off-by: NMartin Storsjö <martin@martin.st>
      ee37620b
  11. 25 11月, 2014 3 次提交
  12. 24 11月, 2014 3 次提交
  13. 23 11月, 2014 3 次提交
  14. 21 11月, 2014 1 次提交
  15. 19 11月, 2014 2 次提交
  16. 18 11月, 2014 1 次提交