| Commit message (Expand) | Author | Age | Files | Lines |
* | opt: add AV_OPT_TYPE_PIXEL_FMT. | Nicolas George | 2012-06-07 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-26 | 1 | -0/+1 |
|\ |
|
| * | opt: Add av_opt_set_bin() | Samuel Pitoiset | 2012-05-26 | 1 | -0/+1 |
* | | opt: add AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 1 | -0/+1 |
* | | AVoption doxy: clarify a few needs in relation to AVClass less structs. | Michael Niedermayer | 2012-04-18 | 1 | -2/+2 |
* | | Fix compilation for C++ applications | Gavin Kinsey | 2011-12-05 | 1 | -1/+1 |
* | | av_opt: add av_opt_ptr() to return a pointer to a field of a object based on | Michael Niedermayer | 2011-12-05 | 1 | -0/+11 |
* | | avutil: revert project name messing | Michael Niedermayer | 2011-11-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-23 | 1 | -1/+2 |
|\| |
|
| * | doxy: provide a start page and document libavutil | Luca Barbato | 2011-11-22 | 1 | -1/+2 |
* | | opt: remove attribute_deprecated from several functions that do not have adeq... | Michael Niedermayer | 2011-11-02 | 1 | -3/+3 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-13 | 1 | -9/+158 |
|\| |
|
| * | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 1 | -1/+12 |
| * | AVOptions: add av_opt_next, deprecate av_next_option. | Anton Khirnov | 2011-10-12 | 1 | -1/+12 |
| * | AVOptions: add functions for evaluating option strings. | Anton Khirnov | 2011-10-12 | 1 | -0/+24 |
| * | AVOptions: add av_opt_get*, deprecate av_get*. | Anton Khirnov | 2011-10-12 | 1 | -5/+28 |
| * | AVOptions: add av_opt_set*(). | Anton Khirnov | 2011-10-12 | 1 | -3/+42 |
| * | AVOptions: add new API for enumerating children. | Anton Khirnov | 2011-10-12 | 1 | -0/+41 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-11 | 1 | -3/+1 |
|\| |
|
| * | AVOptions: split av_set_string3 into opt type-specific functions | Anton Khirnov | 2011-10-10 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-07 | 1 | -0/+9 |
|\| |
|
| * | AVOptions: deprecate av_opt_set_defaults2 | Anton Khirnov | 2011-09-07 | 1 | -0/+4 |
| * | AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h | Anton Khirnov | 2011-09-07 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-04 | 1 | -1/+10 |
|\| |
|
| * | AVOptions: fix av_set_string3() doxy to match reality. | Anton Khirnov | 2011-09-03 | 1 | -1/+1 |
| * | AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). | Anton Khirnov | 2011-09-03 | 1 | -0/+9 |
* | | opt: do not crash in av_set_options_string() if opts == NULL | Stefano Sabatini | 2011-06-19 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-18 | 1 | -0/+48 |
|\| |
|
| * | AVOptions: add av_opt_find() as a replacement for av_find_opt. | Anton Khirnov | 2011-06-16 | 1 | -0/+31 |
| * | AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context. | Anton Khirnov | 2011-06-16 | 1 | -0/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-11 | 1 | -0/+10 |
|\| |
|
| * | avoptions: Add an av_opt_flag_is_set function for inspecting flag fields | Martin Storsjö | 2011-06-10 | 1 | -0/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-06 | 1 | -0/+5 |
|\| |
|
| * | AVOptions: add av_opt_free convenience function. | Anton Khirnov | 2011-06-05 | 1 | -0/+5 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -0/+3 |
|\| |
|
| * | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-05-10 | 1 | -51/+4 |
* | | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' | Michael Niedermayer | 2011-05-01 | 1 | -51/+1 |
|\ \ |
|
| * | | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-04-30 | 1 | -51/+3 |
| |/ |
|
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Move av_set_options_string() from libavfilter to libavutil. | Stefano Sabatini | 2010-09-27 | 1 | -0/+19 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -0/+207 |