• Gyan Doshi's avatar
    avformat/segment: populate empty outer stream extradata from packet · eae251ea
    Gyan Doshi authored
    At present, if the outer stream extradata is empty but first packet
    has extradata as a side data element, then only the first segment's
    muxer instance may be able to extract this side data and use it.
    For all other segments, extradata in packet side data could be missing
    and generated segments may be invalid or unplayable in some apps
    e.g. for an ADTS AAC stream segmented to MP4, the adtstoasc BSF will
    add extradata to the first packet. The MOV muxer for the first segment
    will add this to codecpar for the inner stream and write
    Decoder Specific Information within the esds box. For other segments,
    their esds' will not have this decSpecificInfo and they can't be opened
    in Quicktime player or by services like nginx-vod-module.
    eae251ea
Name
Last commit
Last update
compat Loading commit data...
doc Loading commit data...
ffbuild Loading commit data...
fftools Loading commit data...
libavcodec Loading commit data...
libavdevice Loading commit data...
libavfilter Loading commit data...
libavformat Loading commit data...
libavresample Loading commit data...
libavutil Loading commit data...
libpostproc Loading commit data...
libswresample Loading commit data...
libswscale Loading commit data...
presets Loading commit data...
tests Loading commit data...
tools Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
COPYING.GPLv2 Loading commit data...
COPYING.GPLv3 Loading commit data...
COPYING.LGPLv2.1 Loading commit data...
COPYING.LGPLv3 Loading commit data...
CREDITS Loading commit data...
Changelog Loading commit data...
INSTALL.md Loading commit data...
LICENSE.md Loading commit data...
MAINTAINERS Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
RELEASE Loading commit data...
configure Loading commit data...