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-23cmdutils: sort codec lists.Nicolas George
2012-09-19Fix segfault with -filters optionBobby Bingham
2012-09-16msvc: Add a va_copy compatability macro for msvcDerek Buitenhuis
2012-08-31Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer
2012-08-30avtools: remove the distinction between func_arg and func2_arg.Anton Khirnov
2012-08-30cmdutils: make -codecs print lossy/lossless flags.Anton Khirnov
2012-08-28cmdutils: add -layouts option.Nicolas George
2012-08-25Fix one of the problems with -codecs, -encoders and -decoders.Carl Eugen Hoyos
2012-08-24Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer
2012-08-24cmdutils: fix a memleak when specifying an option twice.Anton Khirnov
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-19avconv: split printing "main options" into global and per-file.Anton Khirnov
2012-08-19avtools: add -h demuxer/muxerAnton Khirnov
2012-08-19cmdutils: extend -h to allow printing codec details.Anton Khirnov
2012-08-19cmdutils: change semantics of show_help_options() and document it.Anton Khirnov
2012-08-19avtools: move some newlines to show_help_options().Anton Khirnov
2012-08-19avtools: fix show_foo() signatures.Anton Khirnov
2012-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-18cmdutils: refactor -codecs option.Anton Khirnov
2012-08-11cmdutils: show options in show_help_children only if the context has optionsStefano Sabatini
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-20cmdutils/alloc_buffer: fix typochinshou
2012-07-20lavf: make cmdutils's check_stream_specifier public.Nicolas George
2012-07-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-19Print full compiler identification, not only version numberMans Rullgard
2012-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-08cmutils: include shellapi.h on Win32 (for CommandLineToArgvW).Ronald S. Bultje
2012-07-05Extend -codecs output.Carl Eugen Hoyos
2012-07-04mdutils: print error message on error get_buffer related errorsMichael Niedermayer
2012-07-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-30cmdutils: Pass the actual chosen encoder to filter_codec_optsMartin Storsjö
2012-06-23codec_release_buffer: fix handling of non user buffersMichael Niedermayer
2012-06-10cmdutils: dont return void from a void functionMichael Niedermayer
2012-06-08cmdutils: include threading caps in codecs listing.Nicolas George
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05avtools: move buffer management code from avconv to cmdutils.Anton Khirnov
2012-06-04options: stop after option is found.Clément Bœsch
2012-05-30cmdutils: replace 1 line #ifs by if()Michael Niedermayer
2012-05-30Allow building of command line utils without swresample libGavin Kinsey
2012-05-20cmdutils: allow to specify a stream by its ID.Nicolas George
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10cmdutils: Add fallback case to switch in check_stream_specifier().Diego Biurrun
2012-05-09lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov
2012-04-30cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps()Michael Niedermayer
2012-04-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-25avconv: use libavresampleJustin Ruggles