OSDN Git Service

Add WebM to the Matroska demuxer name.
[coroid/ffmpeg_saccubus.git] / ffprobe.c
2010-07-28 Stefano SabatiniImplement ffprobe -show_packets.
2010-06-02 Stefano SabatiniImplement av_get_codec_tag_string() and use it in ffprobe.
2010-04-27 Stefano SabatiniReindent after the last commit.
2010-04-27 Stefano SabatiniMake ffprobe show sample_aspect_ratio and display_aspec...
2010-04-25 Robert KrügerMake ffprobe show stream->nb_frames if that info is...
2010-04-13 Robert KrügerFix computation of the display aspect ratio.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-28 Stefano SabatiniImplement -convert_tags option, which converts showed...
2010-03-27 Stefano Sabatini10l: Initialize tag to NULL in show_stream, fix metadat...
2010-03-07 Måns RullgårdRemove hacks not required since HAVE_AV_CONFIG_H was...
2010-03-06 Stefano SabatiniAdd support to input devices in ffprobe.
2010-03-04 Stefano SabatiniCosmetics: use consistent spacing in the ffprobe.c...
2010-03-01 Stefano SabatiniClarify the error message issued by ffprobe in case...
2010-02-25 Stefano Sabatini10l: add prefix "TAG:" to the metadata tags key showed...
2010-02-25 Stefano SabatiniCosmetics: replace "filename" to "arg" for the name...
2010-02-24 Ramiro PollaFFprobe: take only one input file.
2010-02-21 Stefano SabatiniAdd support to an option -f which forces the format...
2010-02-21 Reimar DöffingerAvoid using log2, it is not available everywhere.
2010-02-21 Stefano SabatiniAdd FFprobe tool.