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-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
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