summaryrefslogtreecommitdiffstats
path: root/ffprobe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-111-1/+1
|\
| * lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-101-1/+1
| * Fix segmentation fault in ffprobeGavin Kinsey2011-07-031-0/+1
* | ffprobe: flush stdout after each group.Nicolas George2011-07-021-0/+3
* | ffprobe: fix opt_pretty() signatureStefano Sabatini2011-07-011-1/+2
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-301-1/+2
* | ffprobe: remove duplicate avformat_alloc_context()Michael Niedermayer2011-06-211-2/+0
* | Fix segmentation fault in ffprobeGavin Kinsey2011-06-211-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-8/+8
|\ \ | |/
| * ffprobe: use new avformat_open_* API.Anton Khirnov2011-06-161-5/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-4/+5
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-4/+5
| * cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-3/+4
| * ffprobe: tweak error message in open_input_file()Stefano Sabatini2011-05-121-1/+1
* | ffprobe: implement -i FILE optionStefano Sabatini2011-06-051-0/+1
* | cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini2011-06-051-1/+2
* | cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-3/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-241-2/+2
|\ \ | |/
| * Lowercase all ff* program names.Diego Biurrun2011-04-231-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-1/+1
|\ \ | |/
| * lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-191-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-161-1/+1
* | ffprobe: provide format parameters to av_open_input_file()Stefano Sabatini2011-03-261-1/+4
* | ffprobe: tweak error message in open_input_file()Stefano Sabatini2011-03-211-1/+1
* | lavf: add av_ prefix to dump_format()Anton Khirnov2011-02-181-1/+1
|/
* Make ffprobe print stream language only once, also remove usage of theAnton Khirnov2010-10-161-2/+0
* ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()Anton Khirnov2010-10-161-4/+0
* User application side of Codec specific parameters.Michael Niedermayer2010-09-291-1/+1
* Make ffprobe able to set AVFormatContext options.Stefano Sabatini2010-09-251-1/+14
* Implement ffprobe -show_packets.Stefano Sabatini2010-07-281-0/+46
* Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini2010-06-021-11/+3
* Reindent after the last commit.Stefano Sabatini2010-04-271-8/+8
* Make ffprobe show sample_aspect_ratio and display_aspect_ratio only ifStefano Sabatini2010-04-271-0/+2
* Make ffprobe show stream->nb_frames if that info is known.Robert Krüger2010-04-251-0/+2
* Fix computation of the display aspect ratio.Robert Krüger2010-04-131-2/+7
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-10/+10
* Implement -convert_tags option, which converts showed tag names to theStefano Sabatini2010-03-281-0/+4
* 10l: Initialize tag to NULL in show_stream, fix metadata showing inStefano Sabatini2010-03-271-1/+1
* Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård2010-03-071-1/+0
* Add support to input devices in ffprobe.Stefano Sabatini2010-03-061-0/+6
* Cosmetics: use consistent spacing in the ffprobe.c options table.Stefano Sabatini2010-03-041-3/+3
* Clarify the error message issued by ffprobe in case of more than oneStefano Sabatini2010-03-011-1/+2
* 10l: add prefix "TAG:" to the metadata tags key showed for each stream.Stefano Sabatini2010-02-251-1/+1
* Cosmetics: replace "filename" to "arg" for the name of the argument ofStefano Sabatini2010-02-251-5/+5
* FFprobe: take only one input file.Ramiro Polla2010-02-241-0/+4
* Add support to an option -f which forces the format to use for openingStefano Sabatini2010-02-211-1/+12
* Avoid using log2, it is not available everywhere.Reimar Döffinger2010-02-211-1/+1
* Add FFprobe tool.Stefano Sabatini2010-02-211-0/+333
OpenPOWER on IntegriCloud