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-28Revert "ffprobe: Add a few common disposition cases"Michael Niedermayer
2012-09-27ffprobe: fix indentation of the first line of packets_and_frames sections in ...Stefano Sabatini
2012-09-26ffprobe: generalize writer subsection nesting modelStefano Sabatini
2012-09-25ffprobe: drop pointless opaque parameter in writer init callbackStefano Sabatini
2012-09-25ffprobe: reindent after previous commitStefano Sabatini
2012-09-25ffprobe: rework checking logic in writer_print_time() and writer_print_ration...Stefano Sabatini
2012-09-25ffprobe: Consider the chosen separator when doing CSV escapingAlexander Strasser
2012-09-25ffprobe: Rename variable in csv_escape_str()Alexander Strasser
2012-09-25ffprobe: Simplify CSV field quoting codeAlexander Strasser
2012-09-22ffprobe: reindent after the previous commitStefano Sabatini
2012-09-22ffprobe: add -bitexact boolean optionStefano Sabatini
2012-09-21ffprobe: print format long_name only if non-NULLStefano Sabatini
2012-09-21ffprobe: print codec_long_name only when availableStefano Sabatini
2012-09-19ffprobe: fix CSV writer outputStefano Sabatini
2012-09-19ffprobe: Add a few common disposition casesDerek Buitenhuis
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