38 Commits (2483f5369369eb6c347c348f8e2fdbe27d3f25ed)

Author SHA1 Message Date
Gavin Kinsey 4547d883d3 Fix compilation for C++ applications 13 years ago
Michael Niedermayer dff97be808 av_opt: add av_opt_ptr() to return a pointer to a field of a object based on 13 years ago
Michael Niedermayer 313d30c180 avutil: revert project name messing 13 years ago
Luca Barbato 757cd8d876 doxy: provide a start page and document libavutil 13 years ago
Michael Niedermayer eba0e289ae opt: remove attribute_deprecated from several functions that do not have adequante replacements. 13 years ago
Anton Khirnov 4e64c4d51a AVOptions: add documentation. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Anton Khirnov 8c5dcaad13 AVOptions: add av_opt_next, deprecate av_next_option. 13 years ago
Anton Khirnov dca055be3a AVOptions: add functions for evaluating option strings. 13 years ago
Anton Khirnov 41d9d51a72 AVOptions: add av_opt_get*, deprecate av_get*. 13 years ago
Anton Khirnov dac66da63d AVOptions: add av_opt_set*(). 13 years ago
Anton Khirnov 641c7afe3c AVOptions: add new API for enumerating children. 13 years ago
Anton Khirnov c8d787d2ef AVOptions: split av_set_string3 into opt type-specific functions 13 years ago
Anton Khirnov 79eff91325 AVOptions: deprecate av_opt_set_defaults2 13 years ago
Anton Khirnov a7e2b2ccc9 AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h 13 years ago
Anton Khirnov e955a682e1 AVOptions: fix av_set_string3() doxy to match reality. 13 years ago
Anton Khirnov c11fb8288d AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). 13 years ago
Stefano Sabatini 141f03541b opt: do not crash in av_set_options_string() if opts == NULL 14 years ago
Anton Khirnov dc59ec5e79 AVOptions: add av_opt_find() as a replacement for av_find_opt. 14 years ago
Anton Khirnov 7e83e1c511 AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context. 14 years ago
Martin Storsjö cb7c11cc9e avoptions: Add an av_opt_flag_is_set function for inspecting flag fields 14 years ago
Anton Khirnov b39b06233d AVOptions: add av_opt_free convenience function. 14 years ago
Anton Khirnov b66752790a AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Anton Khirnov 85770f2a26 AVOptions: make default_val a union, as proposed in AVOption2. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Stefano Sabatini c85eef4ed8 Move av_set_options_string() from libavfilter to libavutil. 14 years ago
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 14 years ago
Stefano Sabatini e44c01563f Deprecate av_opt_show() in favor of a new function av_opt_show2(), 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Michael Niedermayer f1cb9858b5 Add an experimental AVOption2 that uses an union instead of double for default_val. 15 years ago
Stefano Sabatini bf7e799c9e Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should 16 years ago
Stefano Sabatini 644f8c7670 Document av_set_string3() returned error codes. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs af5f434f8c add the necessary include for LIBAV*_VERSION_* 16 years ago
Stefano Sabatini 64e74b68a4 Put under #if LIBAVCODEC_VERSION_MAJOR < 53 the deprecated functions 16 years ago
Stefano Sabatini 7b1454c439 Implement av_set_string3(). 16 years ago
Stefano Sabatini 8f993c6725 s/#AVClass/AVClass/, consistent with the rest of the doxy. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Stefano Sabatini b211d3ae47 Complete documentation for av_set_string(). 17 years ago
Michael Niedermayer 8dbee6538d Fix the av_set_string() free / alloc issue. 17 years ago
Stefano Sabatini ed76af08a4 Document av_find_opt(). 17 years ago
Stefano Sabatini 6122c92e92 Clarify/simplify documentation for the default_val field in AVOption. 17 years ago
Stefano Sabatini a33a6eb2ce Fix typo in libavcodec/opt.h. 17 years ago
Stefano Sabatini b453924f3c Extend documentation for AVOption. 17 years ago
Diego Biurrun 890f6fd3ec minor spelling/grammar fixes 17 years ago
Måns Rullgård 76a448ed4f Install headers in $prefix/include/$libname 17 years ago
Reimar Döffinger 841f39a7f3 Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
İsmail Dönmez 63e24954be Replace non-existing @fixme doxygen tags with @todo. 18 years ago