summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* av_lzo1x_decode: properly handle negative buffer length.Reimar Döffinger2011-11-05
* color_table array should be const.Reimar Döffinger2011-11-05
* Put strings inside struct instead of extra indirection.Reimar Döffinger2011-11-05
* Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-03
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\
| * Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-02
* | opt: remove attribute_deprecated from several functions that do not have adeq...Michael Niedermayer2011-11-02
* | HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert2011-11-02
* | Check for cbrtf() and provide fallbackMans Rullgard2011-10-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-22
|\|
| * fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-21
| * sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-20
|\|
| * AVOptions: add documentation.Anton Khirnov2011-10-19
* | lavu: update minor number and add APIchanges entry after recent av_strtok() a...Stefano Sabatini2011-10-18
* | lavu: add av_strtok()Stefano Sabatini2011-10-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-18
|\|
| * avoptions: Fix av_opt_flag_is_setMartin Storsjö2011-10-17
| * AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov2011-10-17
* | parseutils: fix various cast qualifier warnings.Michael Niedermayer2011-10-17
* | dict: fix assignment discards qualifiers from pointer target type warnings.Michael Niedermayer2011-10-17
* | avstring: fix return discards qualifiers from pointer target type.Michael Niedermayer2011-10-17
* | av_tempfile: dont try the current directory with mkstemp() unless we are on w...Michael Niedermayer2011-10-16
* | av_tempfile: change mode for fallback to 0600 to match mkstemp()Michael Niedermayer2011-10-16
* | av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-16
* | av_tempfile: fix error codesMichael Niedermayer2011-10-16
* | av_tempfile: use O_EXCLMichael Niedermayer2011-10-16
* | av_tempfile: try tempnam(NULL) firstMichael Niedermayer2011-10-16
* | av_tempfile: handle missing O_BINARYMichael Niedermayer2011-10-16
* | av_tempfile: fix alloc type for !HAVE_MKSTEMPMichael Niedermayer2011-10-16
* | Move av_tempfile() into libavutil, it is a generically usefull thing and its ...Michael Niedermayer2011-10-16
* | opt: handle AV_OPT_TYPE_CONST tooMichael Niedermayer2011-10-14
* | eval: add mathematical constants (PI, E, PHI).Nicolas George2011-10-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\|
| * log.h: make AVClass a named structJindrich Makovicka2011-10-12
| * AVOptions: bump minor and add APIchanges entry.Anton Khirnov2011-10-12
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
| * Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-12
| * AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-12
| * AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-12
| * AVOptions: split get_number().Anton Khirnov2011-10-12
| * AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-12
| * AVOptions: add av_opt_set*().Anton Khirnov2011-10-12
| * AVOptions: add new API for enumerating children.Anton Khirnov2011-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\|
| * intfloat_readwrite: fix signed addition overflowsMans Rullgard2011-10-11
* | mem: fix memalign hack av_realloc()Michael Niedermayer2011-10-11
* | arm: fix av_clipl_int32() asmMichael Niedermayer2011-10-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-11
|\|
| * AVOptions: refactor set_number/write_numberAnton Khirnov2011-10-10