Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-30ffprobe: introduce output format writers.Clément Bœsch
2011-08-26ffprobe: fix deprecated call to av_find_stream_info.Clément Bœsch
2011-08-20ffprobe: use av_get_media_type_string() in media_type_string(), simplifyStefano Sabatini
2011-08-17ffprobe: in value_string(), do not print trailing space in case of no suffixStefano Sabatini
2011-08-10NoMerge commit '4d58e4cb4ca8e04317fecea432ea3272a445877c'Michael Niedermayer
2011-08-09Rename ffprobe to avprobe.Anton Khirnov
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21ffprobe: display bitstream level.Thierry Foucu
2011-07-11Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer
2011-07-10lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov
2011-07-03Fix segmentation fault in ffprobeGavin Kinsey
2011-07-02ffprobe: flush stdout after each group.Nicolas George
2011-07-01ffprobe: fix opt_pretty() signatureStefano Sabatini
2011-06-30Make all option parsing functions match the function pointer type through whi...Jeff Downs
2011-06-21ffprobe: remove duplicate avformat_alloc_context()Michael Niedermayer
2011-06-21Fix segmentation fault in ffprobeGavin Kinsey
2011-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-16ffprobe: use new avformat_open_* API.Anton Khirnov
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-05ffprobe: implement -i FILE optionStefano Sabatini
2011-06-05cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-28cmdutils: remove OPT_FUNC2Stefano Sabatini
2011-05-12ffprobe: tweak error message in open_input_file()Stefano Sabatini
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23Lowercase all ff* program names.Diego Biurrun
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-03-26ffprobe: provide format parameters to av_open_input_file()Stefano Sabatini
2011-03-21ffprobe: tweak error message in open_input_file()Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-18lavf: add av_ prefix to dump_format()Anton Khirnov
2011-02-17lavf: add av_ prefix to dump_format()Anton Khirnov
2010-10-16Make ffprobe print stream language only once, also remove usage of theAnton Khirnov
2010-10-16ffmpeg.c/ffprobe.c: remove all uses of av_metadata_conv()Anton Khirnov
2010-09-30User application side of Codec specific parameters.Michael Niedermayer
2010-09-25Make ffprobe able to set AVFormatContext options.Stefano Sabatini
2010-07-29Implement ffprobe -show_packets.Stefano Sabatini
2010-06-02Implement av_get_codec_tag_string() and use it in ffprobe.Stefano Sabatini
2010-04-28Reindent after the last commit.Stefano Sabatini
2010-04-28Make ffprobe show sample_aspect_ratio and display_aspect_ratio only ifStefano Sabatini
2010-04-26Make ffprobe show stream->nb_frames if that info is known.Robert Krüger
2010-04-14Fix computation of the display aspect ratio.Robert Krüger
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-28Implement -convert_tags option, which converts showed tag names to theStefano Sabatini
2010-03-2710l: Initialize tag to NULL in show_stream, fix metadata showing inStefano Sabatini
2010-03-08Remove hacks not required since HAVE_AV_CONFIG_H was unset for the appsMåns Rullgård
2010-03-06Add support to input devices in ffprobe.Stefano Sabatini
2010-03-05Cosmetics: use consistent spacing in the ffprobe.c options table.Stefano Sabatini