1574 Commits (de05e41bfc0ae32b93e45d2b4c215d89f06f3d8f)

Author SHA1 Message Date
Justin Ruggles f2bd8a0786 x86inc: use sse versions of common macros instead of sse2 when applicable 13 years ago
Martin Storsjö 3607ed70d5 Remove leftover includes of strings.h 13 years ago
Reimar Döffinger de8d1940b5 avutil: Don't allow using strcasecmp/strncasecmp 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Reimar Döffinger ba04ecfdac avstring: Add locale independent implementations of strcasecmp/strncasecmp 13 years ago
Luca Barbato 07b172fe8f avstring: Add locale independent implementations of toupper/tolower 13 years ago
Loren Merritt 2f7f2e4b41 Update x86inc.asm to latest x264 version, and add AVX symmetry. 13 years ago
Nicolas George 1125571b73 audioconvert: use + in av_get_channel_layout_string. 13 years ago
Reimar Döffinger b9242fd12f av_lzo1x_decode: properly handle negative buffer length. 13 years ago
Reimar Döffinger bd09fecce2 color_table array should be const. 13 years ago
Reimar Döffinger 5639793be9 Put strings inside struct instead of extra indirection. 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Michael Niedermayer eba0e289ae opt: remove attribute_deprecated from several functions that do not have adequante replacements. 13 years ago
Sebastien Zwickert d66ee6ac48 HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X. 13 years ago
Diego Biurrun f36b390275 Replace some forgotten FFmpeg references by Libav. 13 years ago
Mans Rullgard ab2539708a Check for cbrtf() and provide fallback 13 years ago
Justin Ruggles 4e8e262476 fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm 13 years ago
Ronald S. Bultje dc49bf1270 sws/pixfmt/pixdesc: add support for yuv420p9le/be. 13 years ago
Anton Khirnov 4e64c4d51a AVOptions: add documentation. 13 years ago
Stefano Sabatini 424655f749 lavu: update minor number and add APIchanges entry after recent av_strtok() addition 13 years ago
Stefano Sabatini b35e9e19e9 lavu: add av_strtok() 13 years ago
Michael Niedermayer fe87b2e79c parseutils: fix various cast qualifier warnings. 13 years ago
Michael Niedermayer 8aed90958d dict: fix assignment discards qualifiers from pointer target type warnings. 13 years ago
Michael Niedermayer 68eb35b886 avstring: fix return discards qualifiers from pointer target type. 13 years ago
Martin Storsjö 299234a0a9 avoptions: Fix av_opt_flag_is_set 13 years ago
Anton Khirnov 85afbb1d00 AVOptions: don't segfault on NULL parameter in av_set_options_string() 13 years ago
Michael Niedermayer fd6af5375b av_tempfile: dont try the current directory with mkstemp() unless we are on windows 13 years ago
Michael Niedermayer e8e13358ad av_tempfile: change mode for fallback to 0600 to match mkstemp() 13 years ago
Michael Niedermayer 74dbb5388e av_tempfile: Pass int log_offset, void *log_ctx 13 years ago
Michael Niedermayer 482aabd59a av_tempfile: fix error codes 13 years ago
Michael Niedermayer 4105335c98 av_tempfile: use O_EXCL 13 years ago
Michael Niedermayer 797c2ef970 av_tempfile: try tempnam(NULL) first 13 years ago
Michael Niedermayer 5746f91036 av_tempfile: handle missing O_BINARY 13 years ago
Michael Niedermayer c9833fc33a av_tempfile: fix alloc type for !HAVE_MKSTEMP 13 years ago
Michael Niedermayer 885158c887 Move av_tempfile() into libavutil, it is a generically usefull thing and its small. 13 years ago
Michael Niedermayer da31e537c4 opt: handle AV_OPT_TYPE_CONST too 13 years ago
Nicolas George 40963ea9e9 eval: add mathematical constants (PI, E, PHI). 13 years ago
Jindrich Makovicka 67bbf07fb5 log.h: make AVClass a named struct 13 years ago
Anton Khirnov 492bd1a28f AVOptions: bump minor and add APIchanges entry. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov 3b3ea34655 Remove all uses of deprecated AVOptions API. 13 years ago
Anton Khirnov 8c5dcaad13 AVOptions: add av_opt_next, deprecate av_next_option. 13 years ago
Anton Khirnov dca055be3a AVOptions: add functions for evaluating option strings. 13 years ago
Anton Khirnov 059a037fbd AVOptions: split get_number(). 13 years ago
Anton Khirnov 41d9d51a72 AVOptions: add av_opt_get*, deprecate av_get*. 13 years ago
Anton Khirnov dac66da63d AVOptions: add av_opt_set*(). 13 years ago
Anton Khirnov 641c7afe3c AVOptions: add new API for enumerating children. 13 years ago
Michael Niedermayer fc11927890 mem: fix memalign hack av_realloc() 13 years ago
Michael Niedermayer 96bc6485bc arm: fix av_clipl_int32() asm 13 years ago
Mans Rullgard 88d1e2b2b0 intfloat_readwrite: fix signed addition overflows 13 years ago