| Commit message (Expand) | Author | Age | Files | Lines |
* | add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API | Aurelien Jacobs | 2010-09-30 | 1 | -1/+1 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 1 | -175/+1 |
* | Deprecate av_opt_show() in favor of a new function av_opt_show2(), | Stefano Sabatini | 2010-09-24 | 1 | -1/+19 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -2/+2 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Add an experimental AVOption2 that uses an union instead of double for defaul... | Michael Niedermayer | 2009-10-16 | 1 | -0/+52 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 1 | -3/+3 |
* | Document av_set_string3() returned error codes. | Stefano Sabatini | 2009-05-14 | 1 | -2/+5 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | add the necessary include for LIBAV*_VERSION_* | Aurelien Jacobs | 2009-01-13 | 1 | -0/+1 |
* | Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions | Stefano Sabatini | 2008-12-19 | 1 | -0/+2 |
* | Implement av_set_string3(). | Stefano Sabatini | 2008-12-16 | 1 | -4/+13 |
* | s/#AVClass/AVClass/, consistent with the rest of the doxy. | Stefano Sabatini | 2008-12-12 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Complete documentation for av_set_string(). | Stefano Sabatini | 2008-07-27 | 1 | -0/+20 |
* | Fix the av_set_string() free / alloc issue. | Michael Niedermayer | 2008-07-08 | 1 | -1/+11 |
* | Document av_find_opt(). | Stefano Sabatini | 2008-07-06 | 1 | -0/+12 |
* | Clarify/simplify documentation for the default_val field in AVOption. | Stefano Sabatini | 2008-06-30 | 1 | -1/+1 |
* | Fix typo in libavcodec/opt.h. | Stefano Sabatini | 2008-06-23 | 1 | -1/+1 |
* | Extend documentation for AVOption. | Stefano Sabatini | 2008-06-21 | 1 | -3/+17 |
* | minor spelling/grammar fixes | Diego Biurrun | 2008-06-06 | 1 | -3/+3 |
* | Install headers in $prefix/include/$libname | Måns Rullgård | 2008-02-25 | 1 | -1/+1 |
* | Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option | Reimar Döffinger | 2007-12-17 | 1 | -0/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | Replace non-existing @fixme doxygen tags with @todo. | İsmail Dönmez | 2007-07-13 | 1 | -1/+1 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+2 |
* | add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags... | Michael Niedermayer | 2007-03-07 | 1 | -0/+1 |
* | make av_find_opt() available to the public and add a mask+flags parameter to ... | Michael Niedermayer | 2007-03-07 | 1 | -0/+1 |
* | Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka... | Luca Barbato | 2007-01-21 | 1 | -9/+9 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | make AVOptions default value field work. | Panagiotis Issaris | 2006-09-10 | 1 | -0/+1 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+19 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -3/+3 |
* | avoid stdio.h | Michael Niedermayer | 2005-09-11 | 1 | -1/+1 |
* | flags and named constants with type checking of course for AVOption | Michael Niedermayer | 2005-09-11 | 1 | -0/+61 |