314 Commits (5e50a56b9c4998838005ddaaed1422a9d717c50f)

Author SHA1 Message Date
Anton Khirnov 31b5b3badc lavu/opt: deprecate av_opt_ptr() 4 weeks ago
Anton Khirnov 0548ab2e42 lavu/log,opt: detect setting non-runtime options post-init 2 months ago
Anton Khirnov 3785b27b76 lavu/opt: consolidate common prologue for av_opt_set*() 2 months ago
Anton Khirnov 0d09645cfe lavu/opt: combine option type size+name into a single descriptor 2 months ago
Anton Khirnov 505fea34e5 lavu/opt: avoid accidentally propagating spurious errors 2 months ago
Anton Khirnov 9b764e9b49 lavu/opt: add missing 'else' 2 months ago
Marvin Scholz 8a314e3f11 lavu/opt: Fix return of uninitialised value 2 months ago
Marvin Scholz b4e64b86ad lavu/opt: av_opt_set_array: fix uninitialised return 2 months ago
Timo Rothenpieler 7e35aeda03 lavu/opt: properly initialize av_opt_set_array return value 2 months ago
Anton Khirnov 4ef149249a lavu/opt: handle UINT options as the POD they are 2 months ago
Anton Khirnov 450a3f58ed lavu/opt: add API for setting array-type option values 2 months ago
Anton Khirnov d89930f866 lavu/opt: add API for retrieving array-type option values 3 months ago
Anton Khirnov 4a5bb84515 lavu/opt: forward av_opt_get_video_rate() to av_opt_get_q() 3 months ago
James Almer 4e069ba80a avutil/opt: free the temporary layout in av_opt_is_set_to_default() 6 months ago
James Almer ae0293ee41 avutil/opt: propagate av_dict_copy() errors in av_opt_{get,set}_dict_val() 6 months ago
James Almer 9614efc258 avutil/opt: don't set a channel layout if the option is flagged as read only 6 months ago
James Almer d053290d8d avutil/opt: add an unsigned option type 6 months ago
James Almer 8616cfe089 avutil/opt: add support for children objects in av_opt_serialize 7 months ago
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 8 months ago
Andreas Rheinhardt ba7980d9c0 avutil/opt: Avoid av_uninit 8 months ago
Andreas Rheinhardt c85477f78d avutil/opt: Don't cast when the result might be misaligned 8 months ago
Andreas Rheinhardt aa7d6520e6 avutil/opt: Avoid av_strdup(NULL) 8 months ago
Anton Khirnov efe4478778 lavu/opt: add array options 8 months ago
Anton Khirnov c259f80315 lavu/opt: factor per-type dispatch out of av_opt_copy() 8 months ago
Anton Khirnov 2cd89194b0 libavutil/opt: rework figuring out option sizes 8 months ago
Anton Khirnov 85797886fe lavu/opt: factor per-type dispatch out of av_opt_set() 8 months ago
Anton Khirnov a1be08ba05 lavu/opt: factor per-type dispatch out of av_opt_get() 8 months ago
James Almer 65ddc74988 avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUT 8 months ago
Anton Khirnov 200f82e3f8 lavu/opt: get rid of useless read_number() calls 9 months ago
Anton Khirnov 1ffa657a03 lavu/opt: simplify error handling in get_number() 9 months ago
Anton Khirnov 84ba46fa5e lavu/opt: drop an always-NULL argument to get_number() 9 months ago
Anton Khirnov 9fabdd64b2 lavu/opt: drop useless handling of NULL return from get_bool_name() 9 months ago
Anton Khirnov 333cc9bff8 lavu/opt: factor out printing option default from opt_list() 9 months ago
Anton Khirnov 8904f35133 lavu/opt: simplify printing option type in opt_list() 9 months ago
Andreas Rheinhardt f705b8b5b4 avutil/opt: Use correct function pointer type 9 months ago
Andreas Rheinhardt ed56ca856c avutil/opt: Fix AV_OPT_TYPE_CONST default value 9 months ago
Anton Khirnov 5c36f4ef84 lavu/opt: use AV_DICT_MULTIKEY in av_opt_set_dict2() 2 years ago
Marvin Scholz 81747b5259 avutil: use av_dict_iterate 2 years ago
Andreas Rheinhardt 8d7d52721a avutil/opt: Combine multiple av_log statements 2 years ago
James Almer 327efa6633 avutil/opt: add missing case for AV_OPT_TYPE_CHLAYOUT in av_opt_free() 3 years ago
Anton Khirnov f423497b45 lavu: support AVChannelLayout AVOptions 3 years ago
Soft Works 99a49f9147 avutil/opt: fix mis-alignment of option and constant values for filter help 3 years ago
Zhao Zhili 9fd2b39428 avutil/opt: handle whole range of int64_t in av_opt_get_int 3 years ago
Andreas Rheinhardt 386a4989df avutil/opt: Remove outdated version check 3 years ago
Andreas Rheinhardt 3df34e7bf7 avutil/opt: Simplify av_opt_set_dict2() 3 years ago
Andreas Rheinhardt 3ba1bbf8d0 avutil/opt: Also warn for deprecated named constants 3 years ago
Andreas Rheinhardt 7e03d962a4 avutil/opt: Check directly for av_dict_copy() failure 3 years ago
James Almer 0bf3a7361d avutil: remove deprecated AVClass.child_class_next 4 years ago
Limin Wang 48235c8263 avutil/opt: add AV_OPT_FLAG_DEPRECATED option 4 years ago
Limin Wang 200c9b1c96 avutil/opt: check return value of av_bprint_finalize() 4 years ago