| Commit message (Expand) | Author | Age | Files | Lines |
* | opt: remove attribute_deprecated from several functions that do not have adeq... | Michael Niedermayer | 2011-11-02 | 1 | -3/+3 |
* | HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X. | Sebastien Zwickert | 2011-11-02 | 3 | -1/+9 |
* | Check for cbrtf() and provide fallback | Mans Rullgard | 2011-10-22 | 1 | -0/+5 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-22 | 3 | -0/+39 |
|\ |
|
| * | fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 1 | -0/+12 |
| * | sws/pixfmt/pixdesc: add support for yuv420p9le/be. | Ronald S. Bultje | 2011-10-21 | 2 | -0/+26 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -0/+183 |
|\ \
| |/ |
|
| * | AVOptions: add documentation. | Anton Khirnov | 2011-10-19 | 1 | -0/+183 |
* | | lavu: update minor number and add APIchanges entry after recent av_strtok() a... | Stefano Sabatini | 2011-10-18 | 1 | -1/+1 |
* | | lavu: add av_strtok() | Stefano Sabatini | 2011-10-18 | 2 | -0/+53 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-18 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | avoptions: Fix av_opt_flag_is_set | Martin Storsjö | 2011-10-17 | 1 | -1/+2 |
| * | AVOptions: don't segfault on NULL parameter in av_set_options_string() | Anton Khirnov | 2011-10-17 | 1 | -0/+3 |
* | | parseutils: fix various cast qualifier warnings. | Michael Niedermayer | 2011-10-17 | 1 | -4/+4 |
* | | dict: fix assignment discards qualifiers from pointer target type warnings. | Michael Niedermayer | 2011-10-17 | 1 | -2/+2 |
* | | avstring: fix return discards qualifiers from pointer target type. | Michael Niedermayer | 2011-10-17 | 1 | -2/+2 |
* | | av_tempfile: dont try the current directory with mkstemp() unless we are on w... | Michael Niedermayer | 2011-10-16 | 1 | -0/+2 |
* | | av_tempfile: change mode for fallback to 0600 to match mkstemp() | Michael Niedermayer | 2011-10-16 | 1 | -1/+1 |
* | | av_tempfile: Pass int log_offset, void *log_ctx | Michael Niedermayer | 2011-10-16 | 2 | -4/+5 |
* | | av_tempfile: fix error codes | Michael Niedermayer | 2011-10-16 | 1 | -2/+3 |
* | | av_tempfile: use O_EXCL | Michael Niedermayer | 2011-10-16 | 1 | -1/+4 |
* | | av_tempfile: try tempnam(NULL) first | Michael Niedermayer | 2011-10-16 | 1 | -1/+3 |
* | | av_tempfile: handle missing O_BINARY | Michael Niedermayer | 2011-10-16 | 1 | -0/+3 |
* | | av_tempfile: fix alloc type for !HAVE_MKSTEMP | Michael Niedermayer | 2011-10-16 | 1 | -1/+4 |
* | | Move av_tempfile() into libavutil, it is a generically usefull thing and its ... | Michael Niedermayer | 2011-10-16 | 2 | -0/+40 |
* | | opt: handle AV_OPT_TYPE_CONST too | Michael Niedermayer | 2011-10-14 | 1 | -0/+2 |
* | | eval: add mathematical constants (PI, E, PHI). | Nicolas George | 2011-10-13 | 1 | -0/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 4 | -137/+489 |
|\ \
| |/ |
|
| * | log.h: make AVClass a named struct | Jindrich Makovicka | 2011-10-12 | 1 | -1/+1 |
| * | AVOptions: bump minor and add APIchanges entry. | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 2 | -80/+91 |
| * | Remove all uses of deprecated AVOptions API. | Anton Khirnov | 2011-10-12 | 1 | -16/+18 |
| * | AVOptions: add av_opt_next, deprecate av_next_option. | Anton Khirnov | 2011-10-12 | 2 | -1/+19 |
| * | AVOptions: add functions for evaluating option strings. | Anton Khirnov | 2011-10-12 | 2 | -0/+39 |
| * | AVOptions: split get_number(). | Anton Khirnov | 2011-10-12 | 1 | -16/+26 |
| * | AVOptions: add av_opt_get*, deprecate av_get*. | Anton Khirnov | 2011-10-12 | 2 | -13/+127 |
| * | AVOptions: add av_opt_set*(). | Anton Khirnov | 2011-10-12 | 2 | -19/+90 |
| * | AVOptions: add new API for enumerating children. | Anton Khirnov | 2011-10-12 | 3 | -9/+96 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-12 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | intfloat_readwrite: fix signed addition overflows | Mans Rullgard | 2011-10-11 | 1 | -2/+2 |
* | | mem: fix memalign hack av_realloc() | Michael Niedermayer | 2011-10-11 | 1 | -1/+3 |
* | | arm: fix av_clipl_int32() asm | Michael Niedermayer | 2011-10-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-11 | 2 | -102/+120 |
|\ \
| |/ |
|
| * | AVOptions: refactor set_number/write_number | Anton Khirnov | 2011-10-10 | 1 | -14/+11 |
| * | AVOptions: cosmetics, rename static av_set_number2() to write_number(). | Anton Khirnov | 2011-10-10 | 1 | -3/+3 |
| * | AVOptions: cosmetics, move and rename static av_set_number(). | Anton Khirnov | 2011-10-10 | 1 | -12/+12 |
| * | AVOptions: split av_set_string3 into opt type-specific functions | Anton Khirnov | 2011-10-10 | 2 | -81/+102 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | crc: fix signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |
* | | lavu: bump micro after gcd(), random(), and hypot() additions in eval | Stefano Sabatini | 2011-10-09 | 1 | -1/+1 |