aboutsummaryrefslogtreecommitdiffstats
path: root/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes2016-08-131-0/+2
* ffprobe: Deprecate stream timecode field and add frame side data timecode fieldDerek Buitenhuis2016-02-011-0/+6
* ffprobe: avoid unnecessary pow and exp2 callsGanesh Ajjanagadde2015-12-291-8/+19
* ffprobe: use print_val to print the frame pkt_size valueStefano Sabatini2015-12-161-1/+2
* ffprobe: Do not print profile names in -bitexactTimothy Gu2015-12-061-3/+9
* ffprobe: add support for printing packet strings metadata as packet tagsMarton Balint2015-10-301-1/+15
* ffprobe: Remove abort()Michael Niedermayer2015-10-281-1/+0
* Merge commit 'f0ca6ffa0ae5d5564516ee7a18aa1e234751444a'Hendrik Leppkes2015-10-271-1/+1
|\
* | all: fix -Wextra-semi reported on clangGanesh Ajjanagadde2015-10-241-10/+10
* | ffprobe: use AV_OPT_TYPE_BOOL for writers optionsClément Bœsch2015-09-121-22/+22
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* | ffprobe: check av_asprintf() for failureMichael Niedermayer2015-06-131-0/+3
* | ffprobe: print stream_index with frame dataDave Rice2015-05-271-0/+1
* | ffprobe: Use av_packet_side_data_name() to find the side data nameMichael Niedermayer2015-05-071-4/+5
* | ffprobe: support printing AVStream and AVPacket side dataMichael Niedermayer2015-05-031-2/+47
* | ffprobe: Add Support to print information about AV_FRAME_DATA_DISPLAYMATRIXMichael Niedermayer2015-05-031-0/+6
* | ffprobe: add writer_print_integers() to allow printing formated 1d and 2d arr...Michael Niedermayer2015-05-031-0/+27
* | Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f'Michael Niedermayer2015-03-081-0/+2
|\|
* | ffprobe: Change string_validation to int, its accessed via AVOption as intMichael Niedermayer2015-03-021-1/+1
* | Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e'Michael Niedermayer2015-02-141-4/+4
|\|
* | stop embedding the build dateAndreas Cadhalpun2015-02-021-2/+0
* | ffprobe: fix memleaks on errorsMichael Niedermayer2015-01-211-7/+12
* | ffprobe: Support extracting the number of reference framesMichael Niedermayer2014-12-301-0/+1
* | Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.Carl Eugen Hoyos2014-11-091-0/+7
* | ffprobe: Add support for color_trc/color_pri/chroma_locMichael Niedermayer2014-10-191-0/+16
* | ffprobe: Simplify by using av_color_range_name()Michael Niedermayer2014-10-101-1/+1
* | ffprobe: add pixel format chroma sub-sampling outputTobias Rapp2014-10-071-0/+7
* | ffprobe: add pixel format component bit depth outputTobias Rapp2014-10-071-2/+18
* | ffprobe: add pixel format flags outputTobias Rapp2014-10-071-1/+22
* | ffprobe: add -show_pixel_formats optionTobias Rapp2014-10-071-2/+31
* | Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos2014-09-081-0/+2
* | ffprobe: add -show_data_hash option.Nicolas George2014-08-171-0/+39
* | ffprobe: print some basic information about avframe side dataMichael Niedermayer2014-07-301-1/+20
* | ffprobe: add color_range and color_space to stream outputTobias Rapp2014-06-241-0/+7
* | ffprobe: add rc_max_rate to stream outputBilly Shambrook2014-06-091-0/+2
* | ffprobe: Use av_malloc_array()Michael Niedermayer2014-05-211-1/+1
* | ffprobe: fix crash happening because of new streams occuringAnshul2014-05-181-3/+19
* | ffprobe: use the codec descriptor if no decoder was found.Nicolas George2014-04-291-0/+7
* | ffprobe: fix scaling of vali in value_string() in case -prefix is selectedStefano Sabatini2014-04-231-0/+1
* | ffprobe: do not lose non ascii characters in non utf8 stringsMichael Niedermayer2014-04-131-1/+1
* | ffprobe: check av_frame_alloc() failure.Nicolas George2013-12-301-0/+4
* | ffprobe: Dont clear AVFrame between uses.Michael Niedermayer2013-12-251-1/+0
* | ffprobe: drop dependancy on sizeof(AVFrame)Michael Niedermayer2013-12-171-3/+5
* | ffprobe: show best_effort_timestamp in the frame sectionwm42013-12-151-0/+2
* | ffprobe: only show tags when explicitly requestedStefano Sabatini2013-12-141-5/+22
* | ffprobe: add cosmetical empty lineStefano Sabatini2013-12-131-0/+1
* | ffprobe: free shared writer context on exitStefano Sabatini2013-12-031-0/+1
* | build: rename version.h to libavutil/ffversion.hTimothy Gu2013-11-301-1/+1
* | Revert "configure: add #include "version.h" to config.h"Michael Niedermayer2013-11-281-0/+1
* | configure: add #include "version.h" to config.hTimothy Gu2013-11-271-1/+0