OSDN Git Service

Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets instead
[coroid/ffmpeg_saccubus.git] / ffprobe.c
2011-04-23 Diego BiurrunLowercase all ff* program names.
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-16 Anton Khirnovlavf: add av_ prefix to dump_format()
2010-10-16 Anton KhirnovMake ffprobe print stream language only once, also...
2010-10-16 Anton Khirnovffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()
2010-09-29 Michael NiedermayerUser application side of Codec specific parameters.
2010-09-25 Stefano SabatiniMake ffprobe able to set AVFormatContext options.
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.