| Commit message (Expand) | Author | Age | Files | Lines |
* | Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user. | Carl Eugen Hoyos | 2014-11-09 | 1 | -0/+7 |
* | ffprobe: Add support for color_trc/color_pri/chroma_loc | Michael Niedermayer | 2014-10-19 | 1 | -0/+16 |
* | ffprobe: Simplify by using av_color_range_name() | Michael Niedermayer | 2014-10-10 | 1 | -1/+1 |
* | ffprobe: add pixel format chroma sub-sampling output | Tobias Rapp | 2014-10-07 | 1 | -0/+7 |
* | ffprobe: add pixel format component bit depth output | Tobias Rapp | 2014-10-07 | 1 | -2/+18 |
* | ffprobe: add pixel format flags output | Tobias Rapp | 2014-10-07 | 1 | -1/+22 |
* | ffprobe: add -show_pixel_formats option | Tobias Rapp | 2014-10-07 | 1 | -2/+31 |
* | Print bits_per_raw_sample for ffprobe -show_streams. | Carl Eugen Hoyos | 2014-09-08 | 1 | -0/+2 |
* | ffprobe: add -show_data_hash option. | Nicolas George | 2014-08-17 | 1 | -0/+39 |
* | ffprobe: print some basic information about avframe side data | Michael Niedermayer | 2014-07-30 | 1 | -1/+20 |
* | ffprobe: add color_range and color_space to stream output | Tobias Rapp | 2014-06-24 | 1 | -0/+7 |
* | ffprobe: add rc_max_rate to stream output | Billy Shambrook | 2014-06-09 | 1 | -0/+2 |
* | ffprobe: Use av_malloc_array() | Michael Niedermayer | 2014-05-21 | 1 | -1/+1 |
* | ffprobe: fix crash happening because of new streams occuring | Anshul | 2014-05-18 | 1 | -3/+19 |
* | ffprobe: use the codec descriptor if no decoder was found. | Nicolas George | 2014-04-29 | 1 | -0/+7 |
* | ffprobe: fix scaling of vali in value_string() in case -prefix is selected | Stefano Sabatini | 2014-04-23 | 1 | -0/+1 |
* | ffprobe: do not lose non ascii characters in non utf8 strings | Michael Niedermayer | 2014-04-13 | 1 | -1/+1 |
* | ffprobe: check av_frame_alloc() failure. | Nicolas George | 2013-12-30 | 1 | -0/+4 |
* | ffprobe: Dont clear AVFrame between uses. | Michael Niedermayer | 2013-12-25 | 1 | -1/+0 |
* | ffprobe: drop dependancy on sizeof(AVFrame) | Michael Niedermayer | 2013-12-17 | 1 | -3/+5 |
* | ffprobe: show best_effort_timestamp in the frame section | wm4 | 2013-12-15 | 1 | -0/+2 |
* | ffprobe: only show tags when explicitly requested | Stefano Sabatini | 2013-12-14 | 1 | -5/+22 |
* | ffprobe: add cosmetical empty line | Stefano Sabatini | 2013-12-13 | 1 | -0/+1 |
* | ffprobe: free shared writer context on exit | Stefano Sabatini | 2013-12-03 | 1 | -0/+1 |
* | build: rename version.h to libavutil/ffversion.h | Timothy Gu | 2013-11-30 | 1 | -1/+1 |
* | Revert "configure: add #include "version.h" to config.h" | Michael Niedermayer | 2013-11-28 | 1 | -0/+1 |
* | configure: add #include "version.h" to config.h | Timothy Gu | 2013-11-27 | 1 | -1/+0 |
* | cmdutils: remove this_year constant, use CONFIG_THIS_YEAR instead | Stefano Sabatini | 2013-11-26 | 1 | -1/+1 |
* | ffprobe: add support for subtitle frames | Marton Balint | 2013-11-25 | 1 | -2/+38 |
* | ffprobe: use designated initializer for AVClass | Paul B Mahol | 2013-11-23 | 1 | -8/+7 |
* | ffprobe: remove various useless "," | Stefano Sabatini | 2013-11-22 | 1 | -2/+2 |
* | ffprobe: implement string validation setting | Stefano Sabatini | 2013-11-22 | 1 | -12/+146 |
* | ffprobe: add support for nested options in writer contexts | Stefano Sabatini | 2013-11-22 | 1 | -2/+35 |
* | ffprobe: check for errors, and abort immediately | Stefano Sabatini | 2013-11-22 | 1 | -38/+84 |
* | ffprobe: fix consistency checks in parse_read_intervals() | Stefano Sabatini | 2013-10-21 | 1 | -3/+5 |
* | ffprobe: print stream channel_layout when available | Stefano Sabatini | 2013-10-03 | 1 | -0/+9 |
* | ffprobe: fix uninitialized variable warning | Stefano Sabatini | 2013-09-23 | 1 | -1/+1 |
* | ffprobe: add -read_intervals option | Stefano Sabatini | 2013-09-19 | 1 | -2/+255 |
* | ffprobe: downgrade log level for non fatal errors in open_input_file() | Stefano Sabatini | 2013-09-17 | 1 | -3/+3 |
* | ffprobe: show bitmap subtitles size. | Nicolas George | 2013-09-04 | 1 | -0/+11 |
* | ffprobe: show probe_score in the format section | Stefano Sabatini | 2013-09-01 | 1 | -0/+1 |
* | ffprobe: add -show_programs option | Florent Tribouilloy | 2013-07-28 | 1 | -8/+70 |
* | ffprobe: do not treat array elements as nested in the compact writer | Stefano Sabatini | 2013-07-28 | 1 | -4/+17 |
* | Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb' | Michael Niedermayer | 2013-07-08 | 1 | -3/+3 |
|\ |
|
* | | ffprobe: always exit 1 in case of errors | Stefano Sabatini | 2013-06-27 | 1 | -1/+1 |
* | | ffprobe: reindent after previous commit | Stefano Sabatini | 2013-06-27 | 1 | -44/+43 |
* | | ffprobe: fix exit code with stream specifiers | Nicolas George | 2013-06-27 | 1 | -0/+1 |
* | | ffprobe: simplify branching logic in probe_file() | Stefano Sabatini | 2013-06-27 | 1 | -2/+5 |
* | | ffprobe: show chapter and chapter metadata information | Stefano Sabatini | 2013-06-06 | 1 | -2/+35 |
* | | ffprobe: set writer context to 0 after allocation | Stefano Sabatini | 2013-03-19 | 1 | -1/+1 |