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-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-11AVOptions: don't return an invalid option when option list is emptyAnton Khirnov
2011-11-11avutil: add av_noreturnMichael Niedermayer
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10aes: Avoid illegal read and don't generate more key than we use.Alex Converse
2011-11-10audioconvert: make av_get_channel_layout accept composite names.Nicolas George
2011-11-08mpegaudiodec: add SSE-optimized imdct36()Vitor Sessak
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-07audioconvert: prefer 5.X over 5.X(side).Nicolas George
2011-11-07x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles
2011-11-06Remove leftover includes of strings.hMartin Storsjö
2011-11-06avutil: Don't allow using strcasecmp/strncasecmpReimar Döffinger
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-06avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger
2011-11-06avstring: Add locale independent implementations of toupper/tolowerLuca Barbato
2011-11-06Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt
2011-11-06audioconvert: use + in av_get_channel_layout_string.Nicolas George
2011-11-06av_lzo1x_decode: properly handle negative buffer length.Reimar Döffinger
2011-11-05color_table array should be const.Reimar Döffinger
2011-11-05Put strings inside struct instead of extra indirection.Reimar Döffinger
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