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-11-17cmdutils: free the report file name.Nicolas George
2012-11-16lavu/opt: fix av_opt_get_key_value() API.Nicolas George
2012-11-09PRINT_CODEC_SUPPORTED: fix used variableMichael Niedermayer
2012-11-04cmdutils: allow to set the report file name.Nicolas George
2012-11-04Revert "cmdutils: allow specifying the file for -report"Michael Niedermayer
2012-11-01cmdutils: allow specifying the file for -reportMichael Niedermayer
2012-10-30Merge commit '381dc1a5ec0925b281c573457c413ae643567086'Michael Niedermayer
2012-10-29cmdutils: Conditionally compile libswscale-related bitsDiego Biurrun
2012-10-29cmdutils: avoid using cpp directives within printf macro argumentsLeon van Stuivenberg
2012-10-25cmdutils: fix unclosed file on errorMichael Niedermayer
2012-10-25cmdutils: remove writes in never read variableMichael Niedermayer
2012-10-24Merge commit '80521c1997a23e148edf89e11b939ab8646297ca'Michael Niedermayer
2012-10-23Include sys/time.h before sys/resource.hMans Rullgard
2012-10-23cmdutils: apply option to codec and format contexts if possible.Michael Niedermayer
2012-10-18cmdutils: add missing check for ftell() returnMichael Niedermayer
2012-10-18cmdutils: remove unneeded null checkMichael Niedermayer
2012-10-12Merge commit 'b7f1010c8fce09096057528f7cd29589ea1ae7df'Michael Niedermayer
2012-10-12tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-10Merge commit 'b94e4acb4874843e914fd3cb8e089aff0756bb4a'Michael Niedermayer
2012-10-09cmdutils_read_file: increment *size after writing the trailing \0Janne Grunau
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-02Use atexit() instead of defining a custom exit_program() interface.Diego Elio Pettenò
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-09-15cmdutils: avoid setting data pointers to invalid values in alloc_buffer()Anton Khirnov
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