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
2012-05-21ffprobe: remove ad-hoc behavior when nb_fmt_entries_to_show is 1Stefano Sabatini
2012-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-16ffprobe: remove unused variable i in probe_file()Stefano Sabatini
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-15ffprobe: add default_writer priv_size.Michael Niedermayer
2012-05-14ffprobe: replace fast_asprintf() with bprint utils.Clément Bœsch
2012-05-14ffprobe: add "nokey" option to default writerStefano Sabatini
2012-05-14ffprobe: add "noprint_wrappers" option to default writerStefano Sabatini
2012-05-14ffprobe: simplify/fix logic for the -show_format_entry optionStefano Sabatini
2012-05-14ffprobe: remove unused print_format_entry() functionStefano Sabatini
2012-05-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21ffprobe: do not try to decode empty packets.Nicolas George
2012-04-08ffprobe: use avbprint APIStefano Sabatini
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-20ffprobe: report bit rate in stream descriptionMatthieu Bouron
2012-02-19ffprobe: fix crash if the file can't be opened.Clément Bœsch
2012-02-17ffprobe: add count_frames and count_packets optionsMatthieu Bouron
2012-02-06ffprobe: fix typo in ESCAPE_CHECK_SIZEStefano Sabatini
2012-02-02ffprobe: use av_mpegtc_to_timecode_string().Clément Bœsch
2012-01-20ffprobe: increase precision for the shown float valuesStefano Sabatini
2012-01-20ffprobe: fix value_string() prefix printing for values with negative logarithmStefano Sabatini
2012-01-20ffprobe: reindent after previous commitStefano Sabatini
2012-01-20ffprobe: factorize common code in value_string()Stefano Sabatini
2012-01-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-18ffprobe: add more safe casts in value_string()Stefano Sabatini
2012-01-18ffprobe: use safer type for index variable in value_string()Stefano Sabatini
2012-01-18ffprobe: fix printing of unit values which cannot be contained in an intStefano Sabatini
2012-01-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-12ffprobe: reindent after previous commitStefano Sabatini
2012-01-12ffprobe: add support to audio frame information printingStefano Sabatini
2012-01-12ffprobe: set AV_LOG_SKIP_REPEATED log flagStefano Sabatini
2012-01-12ffprobe: fix leak in show_packets()Stefano Sabatini
2012-01-12ffprobe: replace av_destruct_packet() with av_free_packet()Stefano Sabatini
2012-01-11ffprobe: use av_toupper() in upcase_string()Stefano Sabatini
2012-01-10ffprobe: add compact option to JSON writerStefano Sabatini
2012-01-10ffprobe: add -show_program_version and -show_library_versions optionsStefano Sabatini
2012-01-10ffprobe: make upcase_string() ignore non-ASCII charactersStefano Sabatini
2012-01-09ffprobe: change formatting logic in the JSON writerStefano Sabatini
2012-01-09ffprobe: implement generic reindent logic in the JSON writerStefano Sabatini
2012-01-08ffprobe: use more meaningful names for writer chapter/section header/footer f...Stefano Sabatini
2012-01-08ffprobe: use "%*" printf syntax in XML_INDENT() in place of a loopStefano Sabatini
2012-01-08ffprobe: add support to video frame information printingStefano Sabatini
2012-01-07ffprobe: move header and trailer print from probe_file() to main()Stefano Sabatini
2012-01-07ffprobe: move writer context registration and initialization in main()Stefano Sabatini
2012-01-07cmdutils: make show_usage() use av_log()Stefano Sabatini
2012-01-06ffprobe: exit in case generic options are incompatible with strict XML outputStefano Sabatini
2012-01-06ffprobe: fix NULL pointer dereference in writer_close()Stefano Sabatini
2012-01-04ffprobe: add support to option -show_errorStefano Sabatini
2012-01-04ffprobe: remove unused variable in show_format()Stefano Sabatini