[FFmpeg-devel] [PATCH 00/11] MXF decoder fixes/improvements.

Alexis Ballier aballier at gentoo.org
Wed Oct 21 18:00:54 CEST 2015


Main patch is patch 4/11 fixing 2 tickets.

Patches 5+ are not very useful by themselves but since I wrote the code
for them trying to understand the issue, I thought I'd just send them anyway.
Those can be dropped without any problem.

Alexis Ballier (11):
  libavformat/mxfdec.c: klv_read_packet: Properly check
    klv_decode_ber_length return value.
  libavformat/mxfdec.c: cosmetics: Add missing space after '?' in log
    message.
  libavformat/mxfdec.c: Report dark metadata keys only when they match
    no parser at all, not everytime they fail to match one.
  libavformat/mxfdec.c: Try to increment current edit before rejecting a
    klv that spans onto next edit unit.
  libavformat/mxfdec.c: Fix typo in named struct definition.
  libavformat/mxfdec.c: Parse source clip data_definition_ul.
  libavformat/mxfdec.c: Parse timecode component data_definition_ul and
    duration.
  libavformat/mxfdec.c: Parse track position.
  libavformat/mxfdec.c: Parse index table segment slice_count.
  libavformat/mxfdec.c: Parse index table segment DeltaEntryArray.
  libavformat/mxfdec.c: Log unknown metadata tags. This should help in
    seeing missing features.

 libavformat/mxfdec.c | 106 +++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 98 insertions(+), 8 deletions(-)

-- 
2.6.2



More information about the ffmpeg-devel mailing list