summaryrefslogtreecommitdiff
path: root/ffprobe.c
Commit message (Expand)AuthorAge
* all: fix -Wextra-semi reported on clangGanesh Ajjanagadde2015-10-24
* ffprobe: use AV_OPT_TYPE_BOOL for writers optionsClément Bœsch2015-09-12
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* ffprobe: check av_asprintf() for failureMichael Niedermayer2015-06-13
* ffprobe: print stream_index with frame dataDave Rice2015-05-27
* ffprobe: Use av_packet_side_data_name() to find the side data nameMichael Niedermayer2015-05-07
* ffprobe: support printing AVStream and AVPacket side dataMichael Niedermayer2015-05-03
* ffprobe: Add Support to print information about AV_FRAME_DATA_DISPLAYMATRIXMichael Niedermayer2015-05-03
* ffprobe: add writer_print_integers() to allow printing formated 1d and 2d arr...Michael Niedermayer2015-05-03
* Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f'Michael Niedermayer2015-03-08
|\
* | ffprobe: Change string_validation to int, its accessed via AVOption as intMichael Niedermayer2015-03-02
* | Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e'Michael Niedermayer2015-02-14
|\|
* | stop embedding the build dateAndreas Cadhalpun2015-02-02
* | ffprobe: fix memleaks on errorsMichael Niedermayer2015-01-21
* | ffprobe: Support extracting the number of reference framesMichael Niedermayer2014-12-30
* | Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.Carl Eugen Hoyos2014-11-09
* | ffprobe: Add support for color_trc/color_pri/chroma_locMichael Niedermayer2014-10-19
* | ffprobe: Simplify by using av_color_range_name()Michael Niedermayer2014-10-10
* | ffprobe: add pixel format chroma sub-sampling outputTobias Rapp2014-10-07
* | ffprobe: add pixel format component bit depth outputTobias Rapp2014-10-07
* | ffprobe: add pixel format flags outputTobias Rapp2014-10-07
* | ffprobe: add -show_pixel_formats optionTobias Rapp2014-10-07
* | Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos2014-09-08
* | ffprobe: add -show_data_hash option.Nicolas George2014-08-17
* | ffprobe: print some basic information about avframe side dataMichael Niedermayer2014-07-30
* | ffprobe: add color_range and color_space to stream outputTobias Rapp2014-06-24
* | ffprobe: add rc_max_rate to stream outputBilly Shambrook2014-06-09
* | ffprobe: Use av_malloc_array()Michael Niedermayer2014-05-21
* | ffprobe: fix crash happening because of new streams occuringAnshul2014-05-18
* | ffprobe: use the codec descriptor if no decoder was found.Nicolas George2014-04-29
* | ffprobe: fix scaling of vali in value_string() in case -prefix is selectedStefano Sabatini2014-04-23
* | ffprobe: do not lose non ascii characters in non utf8 stringsMichael Niedermayer2014-04-13
* | ffprobe: check av_frame_alloc() failure.Nicolas George2013-12-30
* | ffprobe: Dont clear AVFrame between uses.Michael Niedermayer2013-12-25
* | ffprobe: drop dependancy on sizeof(AVFrame)Michael Niedermayer2013-12-17
* | ffprobe: show best_effort_timestamp in the frame sectionwm42013-12-15
* | ffprobe: only show tags when explicitly requestedStefano Sabatini2013-12-14
* | ffprobe: add cosmetical empty lineStefano Sabatini2013-12-13
* | ffprobe: free shared writer context on exitStefano Sabatini2013-12-03
* | build: rename version.h to libavutil/ffversion.hTimothy Gu2013-11-30
* | Revert "configure: add #include "version.h" to config.h"Michael Niedermayer2013-11-28
* | configure: add #include "version.h" to config.hTimothy Gu2013-11-27
* | cmdutils: remove this_year constant, use CONFIG_THIS_YEAR insteadStefano Sabatini2013-11-26
* | ffprobe: add support for subtitle framesMarton Balint2013-11-25
* | ffprobe: use designated initializer for AVClassPaul B Mahol2013-11-23
* | ffprobe: remove various useless ","Stefano Sabatini2013-11-22
* | ffprobe: implement string validation settingStefano Sabatini2013-11-22
* | ffprobe: add support for nested options in writer contextsStefano Sabatini2013-11-22
* | ffprobe: check for errors, and abort immediatelyStefano Sabatini2013-11-22
* | ffprobe: fix consistency checks in parse_read_intervals()Stefano Sabatini2013-10-21