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-09-14ffprobe: kill initializers with nested union field definitionStefano Sabatini
2012-09-14ffprobe: avoid potentially lossy long long int -> double cast in value_string()Stefano Sabatini
2012-09-12ffprobe: print start_pts and duration_ts stream informationStefano Sabatini
2012-09-12ffprobe: add priv_class field to Writer, and factorize writer options initial...Stefano Sabatini
2012-09-11ffprobe: add print_section option to the compact writerStefano Sabatini
2012-09-11ffprobe: add and use DEFINE_WRITER_CLASS macroStefano Sabatini
2012-09-10ffprobe: simplify default printerStefano Sabatini
2012-09-09ffprobe: avoid unsafe usage of the snprintf() return codeMichael Niedermayer
2012-09-09ffprobe: use exp2 instead of pow(2, ...)Michael Niedermayer
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-31Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer
2012-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-20Merge commit 'f8b1e665539010d3ca148f09cb1203c20c1ca174'Michael Niedermayer
2012-08-20Merge commit '7c5012127fb7e18f0616011257bb4248f6a8b608'Michael Niedermayer
2012-08-20Merge commit 'd3810c47fe8c9509c28c65c0244e743c1d353daf'Michael Niedermayer
2012-08-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-06ffprobe: refactor frames decoding.Nicolas George
2012-07-31ffprobe: fix validity error with tags and data.Nicolas George
2012-07-31ffprobe: show audio frame channels and channel_layoutStefano Sabatini
2012-07-30Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer
2012-07-25ffprobe: use av_guess_sample_aspect_ratio() for guessing the aspect ratioStefano Sabatini
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