]> git.sesse.net Git - ffmpeg/history - ffprobe.c
Correctly support pal8 with alpha in libswscale, fix png pal8 with alpha.
[ffmpeg] / ffprobe.c
2011-04-27 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-26 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-25 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-24 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-23 Diego BiurrunLowercase all ff* program names.
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-22 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-21 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-20 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-19 Anton Khirnovlavc: remove the FF_API_SET_STRING_OLD cruft.
2011-04-19 Michael NiedermayerMerge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
2011-04-17 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-16 Michael NiedermayerMerge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
2011-04-16 Michael NiedermayerMerge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
2011-04-15 Michael NiedermayerMerge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-04 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-03 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-01 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-31 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-30 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-29 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-27 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-26 Stefano Sabatiniffprobe: provide format parameters to av_open_input_file()
2011-03-26 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-25 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-24 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-23 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-21 Stefano Sabatiniffprobe: tweak error message in open_input_file()
2011-03-21 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Michael NiedermayerMerge remote-tracking branch 'newdev/master'
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-18 Anton Khirnovlavf: add av_ prefix to dump_format()
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.