| Commit message (Expand) | Author | Age | Files | Lines |
* | ffprobe: check av_asprintf() for failure | Michael Niedermayer | 2015-06-13 | 1 | -0/+3 |
* | ffprobe: print stream_index with frame data | Dave Rice | 2015-05-27 | 1 | -0/+1 |
* | ffprobe: Use av_packet_side_data_name() to find the side data name | Michael Niedermayer | 2015-05-07 | 1 | -4/+5 |
* | ffprobe: support printing AVStream and AVPacket side data | Michael Niedermayer | 2015-05-03 | 1 | -2/+47 |
* | ffprobe: Add Support to print information about AV_FRAME_DATA_DISPLAYMATRIX | Michael Niedermayer | 2015-05-03 | 1 | -0/+6 |
* | ffprobe: add writer_print_integers() to allow printing formated 1d and 2d arr... | Michael Niedermayer | 2015-05-03 | 1 | -0/+27 |
* | Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f' | Michael Niedermayer | 2015-03-08 | 1 | -0/+2 |
|\ |
|
* | | ffprobe: Change string_validation to int, its accessed via AVOption as int | Michael Niedermayer | 2015-03-02 | 1 | -1/+1 |
* | | Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e' | Michael Niedermayer | 2015-02-14 | 1 | -4/+4 |
|\| |
|
* | | stop embedding the build date | Andreas Cadhalpun | 2015-02-02 | 1 | -2/+0 |
* | | ffprobe: fix memleaks on errors | Michael Niedermayer | 2015-01-21 | 1 | -7/+12 |
* | | ffprobe: Support extracting the number of reference frames | Michael Niedermayer | 2014-12-30 | 1 | -0/+1 |
* | | 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 |