summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/svq1enc: Move initializing DSP out of svq1enc.cAndreas Rheinhardt2024-03-02
* avcodec/aacenc: Move initializing DSP out of aacenc.cAndreas Rheinhardt2024-03-02
* fftools/ffmpeg_demux, sync_queue: Constify a bitAndreas Rheinhardt2024-03-02
* swresample/swresample: Constify swr_convert()Andreas Rheinhardt2024-03-02
* avutil/timestamp: Constify av_ts_make_time_string()Andreas Rheinhardt2024-03-02
* avformat/avio: Make avio_print_string_array() accept const pointersAndreas Rheinhardt2024-03-02
* avcodec/bsf/mp3_header_decompress: Remove BSFAndreas Rheinhardt2024-03-02
* avutil/hwcontext_vulkan: Allocate pub and priv frames hwctx togetherAndreas Rheinhardt2024-03-01
* avutil/hwcontext_vulkan: Allocate public and priv device hwctx togetherAndreas Rheinhardt2024-03-01
* avutil/hwcontext_cuda: Allocate public and internal device ctx jointlyAndreas Rheinhardt2024-03-01
* avutil/hwcontext_cuda: Don't use AVHWFramesInternal.privAndreas Rheinhardt2024-03-01
* avutil/hwcontext: Clarify documentation of AVHWFramesContext.hwctxAndreas Rheinhardt2024-03-01
* lavu/opt: get rid of useless read_number() callsAnton Khirnov2024-03-01
* lavu/opt: simplify error handling in get_number()Anton Khirnov2024-03-01
* lavu/opt: drop an always-NULL argument to get_number()Anton Khirnov2024-03-01
* lavu/opt: drop useless handling of NULL return from get_bool_name()Anton Khirnov2024-03-01
* lavu/opt: factor out printing option default from opt_list()Anton Khirnov2024-03-01
* lavu/opt: simplify printing option type in opt_list()Anton Khirnov2024-03-01
* lavu/opt: cosmetics, group option reading function togetherAnton Khirnov2024-03-01
* lavu/opt: cosmetics, group option setting function togetherAnton Khirnov2024-03-01
* lavu/opt: cosmetics, group (un)init and management functions togetherAnton Khirnov2024-03-01
* lavu/opt: document AVOption.flagsAnton Khirnov2024-03-01
* lavu/opt: cosmetics, move AV_OPT_FLAG_* out of AVOptionAnton Khirnov2024-03-01
* lavu/opt: cosmetics, change option flags to (1 << N) styleAnton Khirnov2024-03-01
* fftools/ffmpeg: remove options deprecated before 6.0Anton Khirnov2024-03-01
* avutil/hwcontext_opencl: Add map from Videotoolbox to OpenCLZhao Zhili2024-03-01
* avutil/hwcontext_opencl: Fix missing linesize when map from openclZhao Zhili2024-03-01
* avcodec/encode: Fix default setting of bits_per_raw_sampleZhao Zhili2024-03-01
* avformat/mov: Update bits_per_coded_sample after read pcmCZhao Zhili2024-03-01
* avfilter/vf_scale_vulkan: Fix typoZhao Zhili2024-03-01
* avutil/hwcontext_vulkan: Fix memleaks when transfer to vulkanZhao Zhili2024-03-01
* avutil/vulkan: avoid overreads in ff_vk_count_imagesZhao Zhili2024-03-01
* avutil/hwcontext_vulkan: Fix leaks in map_from_drmZhao Zhili2024-03-01
* avutil/hwcontext_vulkan: Fix leaks when semaphore creation failsZhao Zhili2024-03-01
* avutil/hwcontext: Don't assume frames_uninit is reentrantZhao Zhili2024-03-01
* avutil/hwcontext: Don't assume device_uninit is reentrantZhao Zhili2024-03-01
* fftools/ffplay: Fix output color_spaces of filterZhao Zhili2024-03-01
* avcodec/mss[12]: Cleanup generically on init failureAndreas Rheinhardt2024-03-01
* avcodec/decode: Improve validity check a bitAndreas Rheinhardt2024-03-01
* avutil/mem_internal: Remove unneeded headersAndreas Rheinhardt2024-03-01
* avcodec/refstruct: Don't use STRIDE_ALIGN for alignmentAndreas Rheinhardt2024-03-01
* avcodec/libxeve: Use av_dict_iterate()Andreas Rheinhardt2024-03-01
* avcodec/libxevd: Fix "if (ret = ff_foo() < 0)" precedence problemAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Improve included headers a bitAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Use CODEC_LONG_NAME()Andreas Rheinhardt2024-03-01
* avcodec/libxevd: Remove useless AVClassAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Reindent after the previous commitAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Deduplicate codeAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Avoid cloning AVPacketAndreas Rheinhardt2024-03-01
* avcodec/libxevd: Set AV_CODEC_CAP_DR1Andreas Rheinhardt2024-03-01