Michael Niedermayer
|
a75d22445e
ffprobe: check av_asprintf() for failure
|
9 years ago |
Dave Rice
|
09ec31ce3a
ffprobe: print stream_index with frame data
|
9 years ago |
Michael Niedermayer
|
5f0ebe865c
ffprobe: Use av_packet_side_data_name() to find the side data name
|
9 years ago |
Michael Niedermayer
|
a72b61a317
ffprobe: support printing AVStream and AVPacket side data
|
10 years ago |
Michael Niedermayer
|
08152f2df2
ffprobe: Add Support to print information about AV_FRAME_DATA_DISPLAYMATRIX
|
10 years ago |
Michael Niedermayer
|
2a3270b66c
ffprobe: add writer_print_integers() to allow printing formated 1d and 2d arrays of integers
|
10 years ago |
Michael Niedermayer
|
fa14685a57
Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f'
|
10 years ago |
Michael Niedermayer
|
fd8c3277c4
ffprobe: Change string_validation to int, its accessed via AVOption as int
|
10 years ago |
Michael Niedermayer
|
6998400c61
Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e'
|
10 years ago |
Andreas Cadhalpun
|
103e4c5863
stop embedding the build date
|
10 years ago |
Michael Niedermayer
|
47111d366d
ffprobe: fix memleaks on errors
|
10 years ago |
Michael Niedermayer
|
eee9b7a673
ffprobe: Support extracting the number of reference frames
|
10 years ago |
Carl Eugen Hoyos
|
e971eef8c0
Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.
|
10 years ago |
Michael Niedermayer
|
f63d381387
ffprobe: Add support for color_trc/color_pri/chroma_loc
|
10 years ago |
Michael Niedermayer
|
19b4c0ccf9
ffprobe: Simplify by using av_color_range_name()
|
10 years ago |
Tobias Rapp
|
1acc9189b4
ffprobe: add pixel format chroma sub-sampling output
|
10 years ago |
Tobias Rapp
|
7d327d6242
ffprobe: add pixel format component bit depth output
|
10 years ago |
Tobias Rapp
|
b36b2c89df
ffprobe: add pixel format flags output
|
10 years ago |
Tobias Rapp
|
143a8a44f4
ffprobe: add -show_pixel_formats option
|
10 years ago |
Carl Eugen Hoyos
|
42b4da75b7
Print bits_per_raw_sample for ffprobe -show_streams.
|
10 years ago |
Nicolas George
|
4f3e2f107b
ffprobe: add -show_data_hash option.
|
11 years ago |
Michael Niedermayer
|
547d64a49a
ffprobe: print some basic information about avframe side data
|
11 years ago |
Tobias Rapp
|
f6e772f9b5
ffprobe: add color_range and color_space to stream output
|
10 years ago |
Billy Shambrook
|
3c2d9f86c7
ffprobe: add rc_max_rate to stream output
|
10 years ago |
Michael Niedermayer
|
f0211f4189
ffprobe: Use av_malloc_array()
|
10 years ago |
Anshul
|
73a6063314
ffprobe: fix crash happening because of new streams occuring
|
10 years ago |
Nicolas George
|
43ca94a633
ffprobe: use the codec descriptor if no decoder was found.
|
11 years ago |
Stefano Sabatini
|
1ba59b1cbe
ffprobe: fix scaling of vali in value_string() in case -prefix is selected
|
11 years ago |
Michael Niedermayer
|
ca6dd53a73
ffprobe: do not lose non ascii characters in non utf8 strings
|
11 years ago |
Nicolas George
|
a55692a960
ffprobe: check av_frame_alloc() failure.
|
11 years ago |
Michael Niedermayer
|
565f786d1d
ffprobe: Dont clear AVFrame between uses.
|
11 years ago |
Michael Niedermayer
|
bf1c87ee7a
ffprobe: drop dependancy on sizeof(AVFrame)
|
11 years ago |
wm4
|
5f6c21117f
ffprobe: show best_effort_timestamp in the frame section
|
11 years ago |
Stefano Sabatini
|
66a703ea01
ffprobe: only show tags when explicitly requested
|
11 years ago |
Stefano Sabatini
|
65a3429e7a
ffprobe: add cosmetical empty line
|
11 years ago |
Stefano Sabatini
|
704cc5e75d
ffprobe: free shared writer context on exit
|
11 years ago |
Timothy Gu
|
82b2e9cb1d
build: rename version.h to libavutil/ffversion.h
|
11 years ago |
Michael Niedermayer
|
0075a22f41
Revert "configure: add #include "version.h" to config.h"
|
11 years ago |
Timothy Gu
|
ca21116b3f
configure: add #include "version.h" to config.h
|
11 years ago |
Stefano Sabatini
|
8bf7ea8ac2
cmdutils: remove this_year constant, use CONFIG_THIS_YEAR instead
|
11 years ago |
Marton Balint
|
a02860351d
ffprobe: add support for subtitle frames
|
11 years ago |
Paul B Mahol
|
638d79a9d0
ffprobe: use designated initializer for AVClass
|
11 years ago |
Stefano Sabatini
|
d20241c9b1
ffprobe: remove various useless ","
|
11 years ago |
Stefano Sabatini
|
cbba331aa0
ffprobe: implement string validation setting
|
11 years ago |
Stefano Sabatini
|
11cba3ba9d
ffprobe: add support for nested options in writer contexts
|
11 years ago |
Stefano Sabatini
|
e87190f5d2
ffprobe: check for errors, and abort immediately
|
11 years ago |
Stefano Sabatini
|
ddaf33f5bb
ffprobe: fix consistency checks in parse_read_intervals()
|
11 years ago |
Stefano Sabatini
|
f5b27b6d5f
ffprobe: print stream channel_layout when available
|
11 years ago |
Stefano Sabatini
|
7bac6e5cf8
ffprobe: fix uninitialized variable warning
|
11 years ago |
Stefano Sabatini
|
f0606a28de
ffprobe: add -read_intervals option
|
12 years ago |