James Almer
63d7ea38c7
fftools/ffprobe: print exported stream AVOptions
...
Similar to the decoder AVOptions, this is useful to show values from options
exported by the demuxer.
Signed-off-by: James Almer <jamrial@gmail.com>
2 years ago
rcombs
18cd65998b
ffprobe: report the corrupt flag on packets
...
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2 years ago
Stefano Sabatini
843a446713
ffprobe: fix data hash rendering
...
Print data hash before side data list, fix wrong nesting level of data hash
element.
In particular, fix trac issue:
http://trac.ffmpeg.org/ticket/7217
2 years ago
Andreas Rheinhardt
5c16df1b92
fftools/ffprobe: Report initial and trailing padding
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
3 years ago
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
James Almer
fbbca7b8fa
fate: update some missing refs
...
Forgotten in 590a7e02f0
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Anton Khirnov
471a9e706b
fate-ts-demux: convert to ffprobe
...
It can handle side data cleanly.
4 years ago
Andreas Rheinhardt
f0c7fa2c48
avcodec: Switch AVCPBProperties to 64bits
...
Announced in 2e8b0446c6
.
Two FATE-tests needed to be updated because the checksums of
side data containing an AVCPBProperties struct changed.
buffer_size has also been switched to 64bits because it is a bitsize.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
4 years ago
Nicolas Gaullier
1ec86be79b
avcodec/mpeg12dec: Add CPB coded side data
...
This fixes mpeg2video stream copies to mpeg muxer like this:
ffmpeg -i xdcamhd.mxf -c:v copy output.mpg
Signed-off-by: Anton Khirnov <anton@khirnov.net>
5 years ago
Paul B Mahol
ae92970976
avcodec/eac3: add support for dependent stream
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
James Almer
e8a39f584a
avformat/framehash: also print channel layout as a string
...
This should be more useful for users since numerical values for channel
layout can be confusing and unintuitive.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
8 years ago
James Almer
33aa8a6221
avformat/framecrc: enable new output
...
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
9 years ago
Michael Niedermayer
0de1c1ab86
fate: add demux test for TS with AC3 (Ticket 4864)
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
9 years ago