[FFmpeg-devel] [PATCH 0/5] Extended ASF functionality

Vadim Belov vadim.belov at gmail.com
Wed Jul 1 12:12:28 CEST 2015


ASF streams metadata copy

Vadim Belov (3):
  ASF write indexing object with duration
  ASF write indexing object with duration
  tabs to spaces and comments

unknown (2):
  Metadata attribute passing in ASF
  copy stream metadata when using concat

 ffmpeg.c                         |   7 +-
 libavformat/Makefile             |   2 +-
 libavformat/asf.c                |   4 +
 libavformat/asf.h                |  12 ++-
 libavformat/asf_ex.h             |  58 ++++++++++
 libavformat/asf_trim.c           | 228 +++++++++++++++++++++++++++++++++++++++
 libavformat/asf_trim.h           |  95 ++++++++++++++++
 libavformat/asfdec.c             |  17 ++-
 libavformat/asfenc.c             |  64 ++++++++++-
 libavformat/cache.c              |   6 +-
 libavformat/concatdec.c          |   2 +
 libavformat/dashenc.c            |   6 +-
 libavformat/file.c               |   6 +-
 libavformat/hdsenc.c             |   6 +-
 libavformat/hlsenc.c             |   6 +-
 libavformat/smoothstreamingenc.c |   6 +-
 libavutil/file.c                 |   6 +-
 libavutil/file_open.c            |   6 +-
 libavutil/log.c                  |   6 +-
 libavutil/random_seed.c          |   6 +-
 libavutil/time.c                 |   6 +-
 tests/ref/fate/sub-aqtitle       |  90 ++++++++--------
 tests/ref/fate/sub-charenc       | 124 ++++++++++-----------
 tests/ref/fate/sub-jacosub       |  46 ++++----
 tests/ref/fate/sub-microdvd      |  44 ++++----
 tests/ref/fate/sub-movtext       |  30 +++---
 tests/ref/fate/sub-mpl2          |  32 +++---
 tests/ref/fate/sub-mpsub         |  66 ++++++------
 tests/ref/fate/sub-mpsub-frames  |  28 ++---
 tests/ref/fate/sub-pjs           |  30 +++---
 tests/ref/fate/sub-realtext      |  34 +++---
 tests/ref/fate/sub-sami          |  42 ++++----
 tests/ref/fate/sub-srt           |  98 ++++++++---------
 tests/ref/fate/sub-stl           |  58 +++++-----
 tests/ref/fate/sub-subripenc     |   4 +-
 tests/ref/fate/sub-subviewer     |  30 +++---
 tests/ref/fate/sub-subviewer1    |  44 ++++----
 tests/ref/fate/sub-vplayer       |  30 +++---
 tests/ref/fate/sub-webvtt        |  54 +++++-----
 39 files changed, 954 insertions(+), 485 deletions(-)
 create mode 100644 libavformat/asf_ex.h
 create mode 100644 libavformat/asf_trim.c
 create mode 100644 libavformat/asf_trim.h

-- 
1.9.5.msysgit.1



More information about the ffmpeg-devel mailing list