ffmpeg/libavformat
Vittorio Giovara 7010ebdf1f mov: Evaluate the movie display matrix
This matrix needs to be applied after all others have (currently only
display matrix from trak), but cannot be handled in movie box, since
streams are not allocated yet. So store it in main context, and apply
it when appropriate, that is after parsing the tkhd one.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-11-30 12:18:58 -05:00
..
tests FATE: Add test for muxing discontinuous MP4 fragments with large timestamps 2016-10-19 13:25:21 +02:00
.gitignore
3dostr.c
4xm.c
a64.c
aacdec.c lavf/aacdec: Do not autodetect a single frame inside the file. 2016-09-24 18:33:55 +02:00
aadec.c
ac3dec.c
acm.c
act.c
adp.c
ads.c
adtsenc.c
adxdec.c adxdec: validate sample_rate 2016-11-07 00:51:49 +01:00
aea.c
afc.c
aiff.h
aiffdec.c aiff: check block_align in aiff_read_packet 2016-10-21 19:40:59 +02:00
aiffenc.c lavf/aiffenc: Write extradata also for qcelp. 2016-10-11 09:52:34 +02:00
aixdec.c
allformats.c avformat: Add fifo pseudo-muxer 2016-08-22 22:03:37 +02:00
amr.c
anm.c
apc.c
ape.c
apetag.c
apetag.h
apngdec.c Revert "apngdec: use side data to pass extradata to the decoder" 2016-11-18 12:24:28 -03:00
apngenc.c avformat/apngenc: use the stream parameters extradata if available 2016-11-18 12:26:44 -03:00
aqtitledec.c
asf.c
asf.h
asfcrypt.c
asfcrypt.h
asfdec_f.c
asfdec_o.c
asfenc.c
assdec.c
assenc.c
ast.c
ast.h
astdec.c astdec: fix division by zero 2016-10-17 20:41:26 +02:00
astenc.c
async.c
au.c
audiointerleave.c
audiointerleave.h
avc.c
avc.h
avformat.h avformat/utils: add av_stream_add_side_data() 2016-11-18 22:17:13 -03:00
avformatres.rc
avi.h
avidec.c avidec: fix leaking extradata 2016-11-30 02:22:50 +01:00
avienc.c
avio_internal.h avformat/avio: add a crc callback function for CRC-32 IEEE-LE 2016-08-04 16:25:32 -03:00
avio.c
avio.h
aviobuf.c lavf/aviobuf.c: Adapt avio_accept and avio_handshake to new AVIOContext API 2016-10-03 23:28:48 +02:00
avisynth.c avformat/avisynth.c: Use new safe dlopen code. 2016-11-05 18:08:53 +11:00
avlanguage.c
avlanguage.h
avr.c
avs.c
bethsoftvid.c
bfi.c bfi: validate sample_rate 2016-11-07 00:51:49 +01:00
bink.c lavf/bink.c: fix warning due to misleading indentation 2016-10-03 15:42:27 +01:00
bintext.c
bit.c
bluray.c
bmv.c
boadec.c
brstm.c
c93.c
cache.c
caf.c
caf.h
cafdec.c
cafenc.c
cavsvideodec.c
cdg.c
cdxl.c
chromaprint.c
cinedec.c
concat.c
concatdec.c avformat/concatdec: don't call open_file when seek position within a file 2016-09-28 20:31:22 +02:00
crcenc.c
crypto.c avformat/crypto: add seeking support on read 2016-08-30 17:14:28 +02:00
cutils.c
dashenc.c lavf/movenc+dashenc: add automatic bitstream filtering 2016-10-24 03:53:23 -05:00
data_uri.c
dauddec.c
daudenc.c
dcstr.c dcstr: fix division by zero 2016-10-21 19:41:09 +02:00
dfa.c
diracdec.c
dnxhddec.c avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a header 2016-07-25 12:19:39 -03:00
dsfdec.c
dsicin.c
dss.c
dtsdec.c
dtshddec.c
dump.c
dv.c
dv.h
dvbsub.c
dvbtxt.c
dvenc.c
dxa.c
eacdata.c
electronicarts.c
epafdec.c
ffm.h
ffmdec.c ffmdec: validate codec parameters 2016-11-20 20:08:35 +01:00
ffmenc.c
ffmeta.h
ffmetadec.c
ffmetaenc.c
fifo.c lavf/fifo: fix undefined behaviour in deinit when destroying mutex 2016-11-13 03:10:36 +01:00
file_open.c
file.c
filmstripdec.c filmstripdec: correctly check image dimensions 2016-11-13 19:18:14 +01:00
filmstripenc.c
flac_picture.c
flac_picture.h
flacdec.c
flacenc_header.c
flacenc.c
flacenc.h
flic.c
flv.h
flvdec.c refine avformat/flvdec set bit_rate 2016-11-26 11:28:22 +08:00
flvenc.c avformat/flvenc: fix ticket 5976 and use old commit 2016-11-26 08:52:19 +08:00
format.c
framecrcenc.c
framehash.c avformat/framehash: also print channel layout as a string 2016-11-05 22:42:22 -03:00
frmdec.c
fsb.c
ftp.c
g722.c
g723_1.c
g729dec.c
genh.c
gif.c
gifdec.c
golomb_tab.c
gopher.c
gsmdec.c
gxf.c
gxf.h
gxfenc.c
h261dec.c
h263dec.c
h264dec.c
hashenc.c
hdsenc.c
hevc.c
hevc.h
hevcdec.c
hls.c hls: fix leaking avio_opts on hls_read_header error 2016-11-07 19:44:41 +01:00
hlsenc.c increment initial_prog_date_time when removing old segments 2016-11-12 17:15:28 +08:00
hlsproto.c
hnm.c
http.c avformat/http: Fix #ifdef FF_API_HTTP_USER_AGENT 2016-09-17 20:14:10 +02:00
http.h
httpauth.c lavf/httpauth: Do case-insensitive http header checks. 2016-09-03 13:56:40 +02:00
httpauth.h
icecast.c
icodec.c icodec: correctly check avio_read return value 2016-11-10 22:02:49 +01:00
icoenc.c
id3v1.c
id3v1.h
id3v2.c avformat/id3v2: fix memleak with empty strings 2016-08-11 14:10:19 +02:00
id3v2.h
id3v2enc.c
idcin.c
idroqdec.c idroqdec: fix leaking pkt on failure 2016-11-30 00:22:45 +01:00
idroqenc.c
iff.c
ilbc.c
img2_alias_pix.c
img2_brender_pix.c
img2.c
img2.h
img2dec.c lavf/img2dec: Skip DQT segment when auto-detecting jpg. 2016-09-03 13:38:16 +02:00
img2enc.c Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam" 2016-11-01 23:03:24 +01:00
ingenientdec.c
internal.h Merge commit '785c25443b56adb6dbbb78d68cccbd9bd4a42e05' 2016-11-13 22:57:02 +01:00
ipmovie.c
ircam.c
ircam.h
ircamdec.c
ircamenc.c
isom.c Add experimental muxing support for FLAC in ISO BMFF (MP4). 2016-11-21 15:36:42 -03:00
isom.h mov: Evaluate the movie display matrix 2016-11-30 12:18:58 -05:00
iss.c
iv8.c
ivfdec.c
ivfenc.c ivfenc: Add VPX codec tags. 2016-09-10 16:40:47 -07:00
jacosubdec.c
jacosubenc.c
jvdec.c
latmenc.c
libavformat.v
libgme.c
libmodplug.c
libnut.c
libopenmpt.c
librtmp.c librtmp: Avoid an infiniloop setting connection arguments 2016-07-26 12:05:29 -07:00
libsmbclient.c
libssh.c
lmlm4.c
loasdec.c
log2_tab.c
lrc.c
lrc.h
lrcdec.c
lrcenc.c
lvfdec.c
lxfdec.c
m4vdec.c
Makefile lavf/Makefile: Fix rule for the data muxer. 2016-11-14 13:33:22 +01:00
matroska.c avformat/matroska: use av_stream_add_side_data() for stereo3d side data 2016-11-19 12:20:50 -03:00
matroska.h avformat/matroskadec: support parsing Chroma Location elements 2016-10-18 20:39:07 -03:00
matroskadec.c matroskadec: prevent access of elements after freeing 2016-11-30 01:15:38 +01:00
matroskaenc.c avformat/matroskaenc: write updated STREAMINFO metadata for FLAC streams if available 2016-11-20 19:31:32 -03:00
md5proto.c
metadata.c
metadata.h
mgsts.c
microdvddec.c
microdvdenc.c
mkvtimestamp_v2.c
mlpdec.c
mlvdec.c
mm.c
mmf.c
mms.c
mms.h
mmsh.c lavf: forward protocol_whitelist for the remaining cases 2016-08-05 16:18:49 +02:00
mmst.c
mov_chan.c
mov_chan.h
mov.c mov: Evaluate the movie display matrix 2016-11-30 12:18:58 -05:00
movenc.c avformat/movenc: Restrict experimental VP9 support to MODE_MP4. 2016-11-21 16:07:14 -03:00
movenc.h Merge commit '4f7723cb3b913c577842a5bb088c804ddacac8df' 2016-11-17 14:54:51 +01:00
movenccenc.c
movenccenc.h
movenchint.c
mp3dec.c
mp3enc.c Merge commit 'e72d6fa08a3c1876109149401753a8d2c736d418' 2016-11-14 11:20:15 +01:00
mpc8.c
mpc.c
mpeg.c avformat/mpeg: Adjust vid probe threshold to correct mis-detection 2016-11-23 00:54:45 +01:00
mpeg.h
mpegenc.c
mpegts.c mpegts: prevent division by zero 2016-11-08 22:27:11 +01:00
mpegts.h
mpegtsenc.c lavf/mpegtsenc: write metadata descriptor for timed ID3 packets 2016-11-06 12:36:51 +01:00
mpegvideodec.c
mpjpeg.c
mpjpegdec.c
mpl2dec.c
mpsubdec.c
msf.c avformat/msf: add support for ATRAC3 codec 2016-09-15 16:59:31 +02:00
msnwc_tcp.c
mtaf.c
mtv.c
musx.c
mux.c lavf/mux: don't warn about missing timestamps on attached pictures 2016-11-14 01:45:02 -06:00
mvdec.c mvdec: validate sample_rate 2016-11-07 00:51:49 +01:00
mvi.c
mxf.c
mxf.h
mxfdec.c mxfdec: fix NULL pointer dereference in mxf_read_packet_old 2016-11-23 00:40:52 +01:00
mxfenc.c lavf/mxfenc: Do not print a useless error message. 2016-10-11 09:45:37 +02:00
mxg.c
ncdec.c
network.c
network.h
nistspheredec.c
nsvdec.c
nullenc.c
nut.c nut: add gray12 support 2016-11-10 01:18:43 +01:00
nut.h
nutdec.c
nutenc.c
nuv.c nuv: validate sample_rate 2016-11-07 00:51:49 +01:00
oggdec.c
oggdec.h avformat/oggdec: Fix integer overflow with invalid pts 2016-08-03 16:09:03 +02:00
oggenc.c
oggparsecelt.c
oggparsedaala.c
oggparsedirac.c
oggparseflac.c
oggparseogm.c
oggparseopus.c
oggparseskeleton.c
oggparsespeex.c oggparsespeex: validate sample_rate 2016-11-07 00:51:49 +01:00
oggparsetheora.c
oggparsevorbis.c
oggparsevp8.c lavf: fix typos 2016-10-09 20:09:00 +02:00
oma.c
oma.h
omadec.c
omaenc.c
options_table.h lavf: add a flag to enable/disable automatic bitstream filtering 2016-09-12 21:50:32 -05:00
options.c avformat/mux: implement AVFMT_FLAG_SHORTEST 2016-09-11 23:17:31 +02:00
os_support.c
os_support.h
paf.c
pcm.c
pcm.h
pcmdec.c lavf/pcmdec: Try to fix msvc compilation after 4c42d306. 2016-08-18 09:45:25 +02:00
pcmenc.c
pjsdec.c
pmpdec.c
prompeg.c avformat: Add Pro-MPEG CoP #3-R2 FEC protocol 2016-11-13 11:38:15 +01:00
protocols.c avformat: Add Pro-MPEG CoP #3-R2 FEC protocol 2016-11-13 11:38:15 +01:00
psxstr.c
pva.c
pvfdec.c
qcp.c
qtpalette.c
qtpalette.h
r3d.c
rawdec.c
rawdec.h
rawenc.c Merge commit 'e72d6fa08a3c1876109149401753a8d2c736d418' 2016-11-14 11:20:15 +01:00
rawenc.h
rawutils.c
rawvideodec.c
rdt.c
rdt.h
realtextdec.c
redspark.c
replaygain.c
replaygain.h
riff.c lavf/riff: Document the interleaving of VSM4 video. 2016-10-19 23:39:19 +02:00
riff.h
riffdec.c
riffenc.c lavf/riffenc: Always write unexpected channel_mask. 2016-10-12 12:34:48 +02:00
rl2.c
rm.c
rm.h
rmdec.c rmdec: validate block alignment 2016-11-23 00:57:10 +01:00
rmenc.c avformat/rmenc: Check framerate before storing 2016-11-27 23:28:23 +01:00
rmsipr.c
rmsipr.h
rpl.c
rsd.c rsd: limit number of channels 2016-10-20 19:54:54 +02:00
rso.c
rso.h
rsodec.c
rsoenc.c
rtmp.h
rtmpcrypt.c
rtmpcrypt.h
rtmpdh.c
rtmpdh.h
rtmphttp.c lavf: forward protocol_whitelist for the remaining cases 2016-08-05 16:18:49 +02:00
rtmppkt.c
rtmppkt.h
rtmpproto.c avformat/rtmpproto: Fix RTMP control message handling error in listen mode. 2016-10-21 16:16:32 +02:00
rtp.c
rtp.h
rtpdec_ac3.c
rtpdec_amr.c
rtpdec_asf.c libavformat/rtpdec_asf: zero initialize the AVIOContext struct 2016-07-25 19:39:13 +02:00
rtpdec_dv.c
rtpdec_formats.h lavf/rtpdec_g726: Map mime type G726 to g726le. 2016-10-22 03:53:38 +02:00
rtpdec_g726.c lavf/rtpdec_g726: Map mime type G726 to g726le. 2016-10-22 03:53:38 +02:00
rtpdec_h261.c
rtpdec_h263_rfc2190.c
rtpdec_h263.c
rtpdec_h264.c
rtpdec_hevc.c
rtpdec_ilbc.c
rtpdec_jpeg.c
rtpdec_latm.c
rtpdec_mpa_robust.c
rtpdec_mpeg4.c
rtpdec_mpeg12.c
rtpdec_mpegts.c
rtpdec_qcelp.c
rtpdec_qdm2.c
rtpdec_qt.c
rtpdec_svq3.c
rtpdec_vc2hq.c
rtpdec_vp8.c
rtpdec_vp9.c
rtpdec_xiph.c
rtpdec.c avformat/rtpdec: Add support for 24 bit RTSP audio playback 2016-11-05 17:21:57 +01:00
rtpdec.h
rtpenc_aac.c
rtpenc_amr.c
rtpenc_chain.c
rtpenc_chain.h
rtpenc_h261.c
rtpenc_h263_rfc2190.c
rtpenc_h263.c
rtpenc_h264_hevc.c
rtpenc_jpeg.c
rtpenc_latm.c
rtpenc_mpegts.c
rtpenc_mpv.c
rtpenc_vc2hq.c
rtpenc_vp8.c
rtpenc_vp9.c
rtpenc_xiph.c
rtpenc.c
rtpenc.h
rtpproto.c avformat: Add Pro-MPEG CoP #3-R2 FEC protocol 2016-11-13 11:38:15 +01:00
rtpproto.h
rtsp.c lavf/rtsp: Fix a crash with the RTSP muxer. 2016-09-15 13:50:57 +02:00
rtsp.h
rtspcodes.h
rtspdec.c
rtspenc.c
samidec.c
sapdec.c
sapenc.c
sauce.c
sauce.h
sbgdec.c sbgdec: prevent NULL pointer access 2016-11-23 01:16:42 +01:00
sctp.c
sdp.c
sdr2.c
segafilm.c
segment.c lavf/segment: fix autobsf 2016-11-02 01:16:23 -05:00
shortendec.c
sierravmd.c
siff.c
smacker.c
smjpeg.c
smjpeg.h
smjpegdec.c
smjpegenc.c
smoothstreamingenc.c
smush.c
sol.c
sox.h
soxdec.c
soxenc.c
spdif.c
spdif.h
spdifdec.c
spdifenc.c
srtdec.c
srtenc.c
srtp.c
srtp.h
srtpproto.c
stldec.c
subfile.c
subtitles.c
subtitles.h
subviewer1dec.c
subviewerdec.c
supdec.c
svag.c
swf.c
swf.h
swfdec.c lavf: fix typos 2016-10-09 20:09:00 +02:00
swfenc.c
takdec.c
tcp.c avformat/tcp: Put struct sockaddr_in6 under #if 2016-11-06 21:29:12 +01:00
tedcaptionsdec.c
tee_common.c avformat/tee: Factor parse_slave_options() out 2016-08-02 20:22:55 +02:00
tee_common.h avformat/tee: Factor parse_slave_options() out 2016-08-02 20:22:55 +02:00
tee.c avformat/tee: Copy interrupt callback and flags to slave 2016-09-29 17:17:26 +02:00
teeproto.c avformat/teeproto: set forgotten url_close() 2016-08-05 18:59:21 +02:00
thp.c
tiertexseq.c
tls_gnutls.c
tls_openssl.c openssl: Allow newer TLS versions than TLSv1 2016-10-30 13:18:45 +00:00
tls_schannel.c
tls_securetransport.c
tls.c
tls.h
tmv.c
tta.c avformat/tta: remove custom crc callback function 2016-08-04 16:25:36 -03:00
ttaenc.c avformat: add a TTA Muxer 2016-08-04 16:25:40 -03:00
tty.c
txd.c
udp.c lavf/udp: Do not use MCAST_* for multicast on tvOS. 2016-09-03 15:18:40 +02:00
uncodedframecrcenc.c
unix.c
url.c
url.h
urldecode.c
urldecode.h
utils.c avformat/utils: Fix type mismatch 2016-11-27 04:08:00 +01:00
v210.c
vag.c
vc1dec.c
vc1test.c
vc1testenc.c
version.h lavf/flvdec: Set avg_frame_rate for video streams. 2016-11-25 11:06:14 +01:00
vivo.c
voc_packet.c voc_packet: validate sample_rate 2016-11-07 00:51:49 +01:00
voc.c
voc.h
vocdec.c
vocenc.c
vorbiscomment.c
vorbiscomment.h
vpcc.c
vpcc.h
vpk.c
vplayerdec.c
vqf.c
w64.c
w64.h
wavdec.c
wavenc.c
wc3movie.c
webm_chunk.c libavformat/webm_chunk: Option to specify HTTP header 2016-09-16 03:13:21 +02:00
webmdashenc.c
webpenc.c
webvttdec.c
webvttenc.c
westwood_aud.c westwood_aud: prevent division by zero 2016-10-17 20:42:18 +02:00
westwood_vqa.c
wsddec.c
wtv_common.c
wtv.h
wtvdec.c avformat/wtvdec: Check pointer before use 2016-08-21 21:31:46 +02:00
wtvenc.c
wv.c
wv.h
wvdec.c
wvedec.c
wvenc.c
xa.c
xmv.c xmv: validate sample_rate 2016-11-07 00:51:49 +01:00
xvag.c
xwma.c
yop.c
yuv4mpeg.h
yuv4mpegdec.c
yuv4mpegenc.c