Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-20Merge commit 'c661cb6672af5ebcb900ec8766b24761bd2ab011'Michael Niedermayer
2012-12-20cmdutils: implement debug/fdebug log level update differently.Michael Niedermayer
2012-12-20Merge commit '77bd1bc73a1946b0f0ce09a7cbb242a65e138d06'Michael Niedermayer
2012-12-20Merge commit '0ec1642b60a5b1a4d913e2b9e3899173dff77e7a'Michael Niedermayer
2012-12-20Merge commit '8c9af5b2051b9927f845c7afdfeb30b82670ee77'Michael Niedermayer
2012-12-20Merge commit 'a01c02bcff755a7891f777706b27452203aac71e'Michael Niedermayer
2012-12-20cmdutils: pass number of groups to split_commandline().Anton Khirnov
2012-12-18cmdutils: don't log an error in opt_default().Anton Khirnov
2012-12-18cmdutils: add a commandline pre-parser.Anton Khirnov
2012-12-18cmdutils: split parse_option().Anton Khirnov
2012-12-16lavu: make sure av_pix_fmt_desc_next returns a valid pix fmt.Clément Bœsch
2012-12-05Merge commit 'ff953fecffd3b9a616a046723fb9d4690be032a6'Michael Niedermayer
2012-12-05lavc: set frame properties in ff_get_buffer().Anton Khirnov
2012-11-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-29cmdutils: Use a configure check for enabling CommandLineToArgvWMartin Storsjö
2012-11-23replace av_log(0, by av_log(NULL,Michael Niedermayer
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-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
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