summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Replace all strcasecmp/strncasecmp usages.Reimar Döffinger2011-11-034-4/+46
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-032-7/+5
|\
| * Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-022-8/+5
* | opt: remove attribute_deprecated from several functions that do not have adeq...Michael Niedermayer2011-11-021-3/+3
* | HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.Sebastien Zwickert2011-11-023-1/+9
* | Check for cbrtf() and provide fallbackMans Rullgard2011-10-221-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-223-0/+39
|\ \ | |/
| * fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-211-0/+12
| * sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-212-0/+26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-0/+183
|\ \ | |/
| * AVOptions: add documentation.Anton Khirnov2011-10-191-0/+183
* | lavu: update minor number and add APIchanges entry after recent av_strtok() a...Stefano Sabatini2011-10-181-1/+1
* | lavu: add av_strtok()Stefano Sabatini2011-10-182-0/+53
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-181-1/+3
|\ \ | |/
| * avoptions: Fix av_opt_flag_is_setMartin Storsjö2011-10-171-1/+2
| * AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov2011-10-171-0/+3
* | parseutils: fix various cast qualifier warnings.Michael Niedermayer2011-10-171-4/+4
* | dict: fix assignment discards qualifiers from pointer target type warnings.Michael Niedermayer2011-10-171-2/+2
* | avstring: fix return discards qualifiers from pointer target type.Michael Niedermayer2011-10-171-2/+2
* | av_tempfile: dont try the current directory with mkstemp() unless we are on w...Michael Niedermayer2011-10-161-0/+2
* | av_tempfile: change mode for fallback to 0600 to match mkstemp()Michael Niedermayer2011-10-161-1/+1
* | av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-162-4/+5
* | av_tempfile: fix error codesMichael Niedermayer2011-10-161-2/+3
* | av_tempfile: use O_EXCLMichael Niedermayer2011-10-161-1/+4
* | av_tempfile: try tempnam(NULL) firstMichael Niedermayer2011-10-161-1/+3
* | av_tempfile: handle missing O_BINARYMichael Niedermayer2011-10-161-0/+3
* | av_tempfile: fix alloc type for !HAVE_MKSTEMPMichael Niedermayer2011-10-161-1/+4
* | Move av_tempfile() into libavutil, it is a generically usefull thing and its ...Michael Niedermayer2011-10-162-0/+40
* | opt: handle AV_OPT_TYPE_CONST tooMichael Niedermayer2011-10-141-0/+2
* | eval: add mathematical constants (PI, E, PHI).Nicolas George2011-10-131-0/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-134-137/+489
|\ \ | |/
| * log.h: make AVClass a named structJindrich Makovicka2011-10-121-1/+1
| * AVOptions: bump minor and add APIchanges entry.Anton Khirnov2011-10-121-1/+1
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-122-80/+91
| * Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-121-16/+18
| * AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-122-1/+19
| * AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-122-0/+39
| * AVOptions: split get_number().Anton Khirnov2011-10-121-16/+26
| * AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-122-13/+127
| * AVOptions: add av_opt_set*().Anton Khirnov2011-10-122-19/+90
| * AVOptions: add new API for enumerating children.Anton Khirnov2011-10-123-9/+96
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-121-2/+2
|\ \ | |/
| * intfloat_readwrite: fix signed addition overflowsMans Rullgard2011-10-111-2/+2
* | mem: fix memalign hack av_realloc()Michael Niedermayer2011-10-111-1/+3
* | arm: fix av_clipl_int32() asmMichael Niedermayer2011-10-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-112-102/+120
|\ \ | |/
| * AVOptions: refactor set_number/write_numberAnton Khirnov2011-10-101-14/+11
| * AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov2011-10-101-3/+3
| * AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov2011-10-101-12/+12
| * AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov2011-10-102-81/+102
OpenPOWER on IntegriCloud