James Almer
131dbb9a7a
ffprobe: add missing separator when printing side data in compact output
...
Should fix ticket #7153
Signed-off-by: James Almer <jamrial@gmail.com>
3 years ago
softworkz
939711905a
fftools/ffprobe: print size of attachment streams (extradata_size)
...
Signed-off-by: softworkz <softworkz@hotmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
3 years ago
Nicolas Gaullier
8a3f8afa4e
avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264
...
Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris>
Signed-off-by: James Almer <jamrial@gmail.com>
3 years ago
James Almer
fbbca7b8fa
fate: update some missing refs
...
Forgotten in 590a7e02f0
Signed-off-by: James Almer <jamrial@gmail.com>
3 years ago
Gyan Doshi
d905af0c24
avformat/mov: add AVFMT_SHOW_IDS flag
...
The MOV muxer can store streamids as track ids but they aren't
visible when probing the result via lavf/dump or ffprobe due to
lack of this flag in the demuxer.
3 years ago
James Almer
44d5e12c8f
ffprobe: remove references to frame->pkt_pts
...
The field was removed during the last major bump.
Signed-off-by: James Almer <jamrial@gmail.com>
3 years ago
Andreas Rheinhardt
7b6012efaa
avformat/mov, movenc: Stop exporting rotation via metadata
...
Deprecated in ddef3d902f
.
(The reference file of the mov-zombie test needed to be updated, because
a rotate metadata tag is no longer exported; the side-data is of course
still present.)
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
James Almer
67ed3cddf1
ffprobe: only print exported private decoder options
...
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
James Almer
ebdc7d78c9
avcodec/h264dec: add missing flags to is_avc and nal_length_size AVOptions
...
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Andreas Rheinhardt
461d04d956
fftools/ffprobe: Add missing dispositions
...
Reviewed-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
4 years ago
Anton Khirnov
313c91beb8
ffprobe: stop printing deprecated fields
...
The FF_API macros are private and must not be used by external callers.
As the fields in question are to be removed without replacement, just
drop them.
The fields are:
AVPacket.convergence_duration
AVCodecContext.time_base
AVCodecContext.timecode_frame_start
AV_PIX_FMT_FLAG_PSEUDOPAL pixel descriptor flag
4 years ago
Thierry Foucu
4d97acfe33
libavformat/mov.c: export vendor id as metadata
4 years ago
Limin Wang
4b3b217e30
avcodec/h264: create user data unregistered SEI side data for H.264
...
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
4 years ago
vectronic
a75924ec88
fftools/ffprobe: show closed caption info in the stream dump
...
Signed-off-by: vectronic <hello.vectronic@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Gyan Doshi
8aa6d9a8d3
avformat/mov: only set handler_name from mdia->hdlr
...
6 FATE references updated.
Fixes #7104
6 years ago
Michael Niedermayer
b197d83ca3
avformat/utils: Look at the first 3 frames if timestamps indicate frame reorder but decoder delay does not
...
Fixes: Ticket6487
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
7 years ago
Vittorio Giovara
d24a82d2e2
ffprobe: Print color properties from show_frames
...
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
7 years ago
Vittorio Giovara
21a8e751ad
fate: Do not report side data size
...
This field is of little value, and interferes with testing side data,
since sizes can be different on multiple architectures.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
8 years ago
Michael Niedermayer
26e9efab1e
fate: Remove show_formats for fate-mov-zombie test
...
This includes the absolute path
Found-by: jamrial
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago
Michael Niedermayer
5dc237aaaa
fate: add zombie test
...
This test tests some odd sample with odd aspect ratio
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago