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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-10-18ffprobe: fix weird alignStefano Sabatini
2011-10-18ffprobe: prefer av_strtok() over av_get_token() for parsing print_format stringStefano Sabatini
2011-10-18ffprobe: move up ESCAPE_CHECK_SIZE and ESCAPE_REALLOC_BUF macrosStefano Sabatini
2011-10-18ffprobe: redesign json_escape_str(), to make use of a global bufferStefano Sabatini
2011-10-15ffprobe: add AVClass to writersStefano Sabatini
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12ffprobe: show sample_fmt in the stream sectionStefano Sabatini
2011-10-11ffprobe: prefer lowercase section names over uppercase onesStefano Sabatini
2011-10-09ffprobe: parse arguments for -print_format writerStefano Sabatini
2011-10-09ffprobe: extend writers API, and move the writers up in the fileStefano Sabatini
2011-09-28ffprobe: fix trailing '=' in stream id.Clément Bœsch
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-22ffprobe: remove misplaced and pointless comment.Clément Bœsch
2011-09-22ffprobe: use av_get_pix_fmt_name() instead of accessing av_pix_fmt_descriptors.Clément Bœsch
2011-09-22ffprobe: remove media_type_string() by inlining av_x_if_null().Clément Bœsch
2011-09-16ffprobe: fix crash with -h.Clément Bœsch
2011-09-14ffprobe: rename print_{int,str}_f callbacks to print_{integer,string}.Clément Bœsch
2011-09-14ffprobe: add JSON output printing format.Clément Bœsch
2011-09-14ffprobe: replace fmt callback with str callback.Clément Bœsch
2011-09-09ffprobe: replace specific ## GNU cpp extension with __VA_ARGS__.Clément Bœsch
2011-09-09ffprobe: replace simple string printing with the appropriate helper.Clément Bœsch
2011-09-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-02ffprobe: directly use va args in print fmt callbacks.Clément Bœsch
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