[FFmpeg-devel] [PATCH 1/5] Metadata attribute passing in ASF
Hendrik Leppkes
h.leppkes at gmail.com
Wed Jul 1 13:31:13 CEST 2015
On Wed, Jul 1, 2015 at 1:27 PM, Vadim Belov <vadim.belov at gmail.com> wrote:
> ---
> ffmpeg.c | 7 ++-
> libavformat/asf.h | 9 ++-
> libavformat/asfdec.c | 32 +++++++++-
> libavformat/asfenc.c | 60 ++++++++++++++++---
> libavformat/cache.c | 6 +-
> 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 ++++++++---------
> 33 files changed, 569 insertions(+), 489 deletions(-)
>
This patch is full of unrelated changes, and not even reviewable
properly right now.
Please make sure only essential changes are included in the patch.
- Hendrik
More information about the ffmpeg-devel
mailing list