131 Commits (baf8651d563bd42b27738e5215c0d822638c0a9b)

Author SHA1 Message Date
James Almer 2987c65caa avutil/opt: add a note about the av_opt_{get,set}_chlayout() behavior 6 months ago
James Almer d053290d8d avutil/opt: add an unsigned option type 7 months ago
Marcus B Spencer 5e7180864f
avutil/opt: Clarify type of integers 7 months ago
Andrew Sayers 99e43a6dfe
lavu/opt: Clarify the scope of AVOptions 7 months ago
James Almer 8616cfe089 avutil/opt: add support for children objects in av_opt_serialize 7 months ago
Anton Khirnov efe4478778 lavu/opt: add array options 8 months ago
Anton Khirnov fc706276c0 lavu/opt: distinguish between native and foreign access for AVOption fields 8 months ago
Andreas Rheinhardt be54923abc avutil/opt: Don't use AV_OPT_TYPE_FLAGS for sentinels 8 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
Anton Khirnov 6456dd50a6 lavu/opt: cosmetics, group option reading function together 9 months ago
Anton Khirnov 2a3a33d04b lavu/opt: cosmetics, group option setting function together 9 months ago
Anton Khirnov cc0bd9da70 lavu/opt: cosmetics, group (un)init and management functions together 9 months ago
Anton Khirnov 067fde4966 lavu/opt: document AVOption.flags 9 months ago
Anton Khirnov 39a3a1c69b lavu/opt: cosmetics, move AV_OPT_FLAG_* out of AVOption 9 months ago
Anton Khirnov 105a1bc150 lavu/opt: cosmetics, change option flags to (1 << N) style 9 months ago
Anton Khirnov 08bebeb1be Revert "all: Don't set AVClass.item_name to its default value" 10 months ago
Andreas Rheinhardt 0c6203c97a all: Don't set AVClass.item_name to its default value 11 months ago
Anton Khirnov f423497b45 lavu: support AVChannelLayout AVOptions 3 years ago
Andreas Rheinhardt 8c53b14599 avutil/opt: Document actual behaviour of av_opt_copy a bit more 3 years ago
Andreas Rheinhardt e7bd47e657 Remove obsolete version.h inclusions 3 years ago
James Almer 0bf3a7361d avutil: remove deprecated AVClass.child_class_next 4 years ago
Anton Khirnov 1b4a98b029 lavu/opt: add a more general child class iteration API 5 years ago
Marton Balint af9e622776 avutil/opt: add AV_OPT_FLAG_CHILD_CONSTS 5 years ago
Marton Balint 5edacc4609 avutil/opt: add full support for AV_OPT_TYPE_DICT 5 years ago
Paul B Mahol f3746d31f9 avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flag 5 years ago
Clément Bœsch 5be0410cb3 lavu/opt: add AV_OPT_FLAG_DEPRECATED 7 years ago
Jun Zhao e0e72539cf lavu/opt: add AV_OPT_FLAG_BSF_PARAM 7 years ago
wm4 474194a8d0 avutil/opt: remove ABI hacks 7 years ago
Vittorio Giovara 619a433eca lavu: Drop deprecated option type 8 years ago
Michael Niedermayer 2f935baa7d avutil/opt: Add AV_OPT_TYPE_UINT64 8 years ago
Kacper Michajłow 69630f4d30 libavutil/opt: Small bugfix in example. 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Michael Niedermayer 564b4591bb opt: Add av_opt_copy() 9 years ago
Lukasz Marek 8833f1508b opt: Add const to av_opt_next 9 years ago
Rodger Combs 0562f95902 lavu/opt: add flag to return NULL when applicable in av_opt_get 9 years ago
Rodger Combs f36baeebc5 lavu/opt: switch AV_OPT flags to shift-based formatting 9 years ago
Clément Bœsch 9117748cff avutil/opt: add AV_OPT_TYPE_BOOL 9 years ago
Hendrik Leppkes 237cf3786e lavu: Drop old deprecated AVOption API 9 years ago
Hendrik Leppkes 545559e43d Remove FF_CONST_AVUTIL55 cruft 9 years ago
Ronald S. Bultje 3285005347 Undeprecate av_opt_set_defaults2(). 9 years ago
Ronald S. Bultje ad45121d56 options: mark av_get_{int,double,q} as deprecated. 9 years ago
Andreas Cadhalpun 28efeb6502 doc: avoid incorrect phrase 'allows to' 10 years ago
Lukasz Marek 0cb994dfe3 lavu/opt: add escaping to av_opt_serialize 10 years ago
Lukasz Marek f00e9c4b10 lavu/opt: add consts where possible 10 years ago
Lukasz Marek bee5844ddd lavu/opt: introduce av_opt_serialize() 10 years ago
Lukasz Marek eec693328a lavu/opt: introduce av_opt_is_set_to_default() 10 years ago
Luca Barbato c6074a30ba opt: Fix the documentation mentioning av_set_string3 10 years ago
Lukasz Marek 457204ee15 lavu/opt: document av_opt_copy function 10 years ago
James Almer 71718de814 avutil: remove obsolete FF_API_FIND_OPT cruft 10 years ago
Andrew Stone a8c104a511 AVOption: add support for dictionary types. 10 years ago