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-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
2012-01-04ffprobe: reindent after the last commitStefano Sabatini
2012-01-04ffprobe: change order of operations in probe_file()Stefano Sabatini
2012-01-04ffprobe: prefer av_log to fprintf(stderr)Stefano Sabatini
2011-12-27ffprobe: add XML writerStefano Sabatini
2011-12-27ffprobe: add show_private_data optionStefano Sabatini
2011-12-27ff* tools: move descriptions from copyright header to @file doxyStefano Sabatini
2011-12-21ff*: Fix duplicatedly printed version info with -versionMichael Niedermayer
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-28ffprobe: print codec timecode if available.Clément Bœsch
2011-11-25ffprobe: always print int values with print_val()Stefano Sabatini
2011-11-18ffprobe: make writer_print_integer support long long int valuesStefano Sabatini
2011-11-16ffprobe: small align cosmetic in json writer struct init.Clément Bœsch
2011-11-16ffprobe: make Writers constant.Clément Bœsch
2011-11-16ffprobe: apply misc cosmetics to compact writer definitionStefano Sabatini
2011-11-16ffprobe: add csv writerStefano Sabatini
2011-11-16ffprobe: add compact writerStefano Sabatini
2011-11-16ffprobe: force display of missing fields, depending on writer.flagsStefano Sabatini
2011-11-11ffprobe: use av_noreturnMichael Niedermayer
2011-11-07ffprobe: refactor value_string() to accept an unit_value structStefano Sabatini
2011-11-07ffprobe: introduce print_val() macro, ease readabilityStefano Sabatini
2011-11-07ffprobe: implement and use print_time and print_ts macrosStefano Sabatini
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-05ffprobe: use avio_size() instead of deprecated file_size attribute.Clément Bœsch
2011-11-05ffprobe: fix const compiler warning.Clément Bœsch
2011-11-04ffprobe: Print format specific variables of codecs.Michael Niedermayer
2011-10-18ffprobe: prefer av_freep() over av_free() for global print_format option.Clément Bœsch