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-07-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-15ffprobe: reindent after the previous commitStefano Sabatini
2012-07-15ffprobe: only decode frame if the codec is availableStefano Sabatini
2012-07-14ffprobe: add frame metadata printingStefano Sabatini
2012-07-06cosmetics: various spelling fixesLou Logan
2012-06-18ffprobe: dump AVPacket.convergence_duration.Nicolas George
2012-06-18ffprobe: add -show_data option.Nicolas George
2012-06-16ffprobe: add writer_print_rational()Stefano Sabatini
2012-06-07ffprobe: show packet duration in frameStefano Sabatini
2012-06-07ffprobe: honour special value for durationStefano Sabatini
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-04ffprobe/flat: add escape for '`' and '$'.Clément Bœsch
2012-06-01ffprobe: add flat output format.Clément Bœsch
2012-06-01ffprobe/xml: use writer multiple_sections instead of local context variable.Clément Bœsch
2012-06-01ffprobe: move packets_and_frames work to writer context.Clément Bœsch
2012-05-30ffprobe: fix C escaping.Clément Bœsch
2012-05-29ffprobe: make -of an alias for -print_format.Clément Bœsch
2012-05-29ffprobe: fix chapter printing, fix JSON outputStefano Sabatini
2012-05-29ffprobe: add INI writerStefano Sabatini
2012-05-29ffprobe: add multiple_sections field to WriterContextStefano Sabatini
2012-05-29ffprobe: add support to '\b' and '\f' escaping in c_escape_str()Stefano Sabatini
2012-05-29ffprobe: make c_escape_str() documentation terserStefano Sabatini
2012-05-27ffprobe: reduce the number of AVBPrint resets.Clément Bœsch
2012-05-26ffprobe: display the codec profile in show_stream()Christian Schmidt
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