James Almer
ef01ab2627
ffprobe: print the non-diegetic stream disposition flag
...
Signed-off-by: James Almer <jamrial@gmail.com>
1 year ago
Andreas Rheinhardt
5c16df1b92
fftools/ffprobe: Report initial and trailing padding
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2 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>
3 years ago
Anton Khirnov
677a030b26
ffprobe: support printing more packet side data types
...
Specifically WebVTT subtitle data, CPB properties, audio service type
and mpegts stream id.
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
Harry Mallon
7031a7beae
avformat/mxfdec: Read color metadata from MXF
...
Reads color_primaries, color_trc and color_space from mxf
headers. ULs are from https://registry.smpte-ra.org/ site.
Signed-off-by: Harry Mallon <harry.mallon@codex.online>
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
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
Marton Balint
f9840cd2b5
avformat/mxfdec: use operational_pattern_ul instead of operational_pattern for metadata
...
This makes it more consistent with other metadata keys.
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Marton Balint
6ed7df5b20
avformat/mxfdec: export operational pattern UL as file metadata
...
Can be useful for API users as ffmpeg/libavformat can't properly support some
operational patterns.
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Tobias Rapp
03a6feb213
fate: Add MXF D10/DNXHD/DV25 probe tests
...
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
8 years ago