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
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02opt: remove attribute_deprecated from several functions that do not have adeq...Michael Niedermayer
2011-11-02HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert
2011-11-02Replace some forgotten FFmpeg references by Libav.Diego Biurrun
2011-10-22Check for cbrtf() and provide fallbackMans Rullgard
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-10-21sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19AVOptions: add documentation.Anton Khirnov
2011-10-18lavu: update minor number and add APIchanges entry after recent av_strtok() a...Stefano Sabatini
2011-10-18lavu: add av_strtok()Stefano Sabatini
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-18parseutils: fix various cast qualifier warnings.Michael Niedermayer
2011-10-18dict: fix assignment discards qualifiers from pointer target type warnings.Michael Niedermayer
2011-10-18avstring: fix return discards qualifiers from pointer target type.Michael Niedermayer
2011-10-17avoptions: Fix av_opt_flag_is_setMartin Storsjö
2011-10-17AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov
2011-10-17av_tempfile: dont try the current directory with mkstemp() unless we are on w...Michael Niedermayer
2011-10-17av_tempfile: change mode for fallback to 0600 to match mkstemp()Michael Niedermayer
2011-10-16av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer
2011-10-16av_tempfile: fix error codesMichael Niedermayer
2011-10-16av_tempfile: use O_EXCLMichael Niedermayer
2011-10-16av_tempfile: try tempnam(NULL) firstMichael Niedermayer
2011-10-16av_tempfile: handle missing O_BINARYMichael Niedermayer
2011-10-16av_tempfile: fix alloc type for !HAVE_MKSTEMPMichael Niedermayer
2011-10-16Move av_tempfile() into libavutil, it is a generically usefull thing and its ...Michael Niedermayer
2011-10-14opt: handle AV_OPT_TYPE_CONST tooMichael Niedermayer
2011-10-13eval: add mathematical constants (PI, E, PHI).Nicolas George
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-13log.h: make AVClass a named structJindrich Makovicka
2011-10-12AVOptions: bump minor and add APIchanges entry.Anton Khirnov
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12Remove all uses of deprecated AVOptions API.Anton Khirnov
2011-10-12AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov
2011-10-12AVOptions: add functions for evaluating option strings.Anton Khirnov
2011-10-12AVOptions: split get_number().Anton Khirnov
2011-10-12AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov
2011-10-12AVOptions: add av_opt_set*().Anton Khirnov
2011-10-12AVOptions: add new API for enumerating children.Anton Khirnov
2011-10-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12mem: fix memalign hack av_realloc()Michael Niedermayer
2011-10-11arm: fix av_clipl_int32() asmMichael Niedermayer
2011-10-11intfloat_readwrite: fix signed addition overflowsMans Rullgard
2011-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-10AVOptions: refactor set_number/write_numberAnton Khirnov
2011-10-10AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov
2011-10-10AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov
2011-10-10AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov