Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-13avformat/hlsenc: deprecate hls_ts_options optionSteven Liu
2021-12-13avformat/hlsenc: add hls_segment_options correct the segment options nameSteven Liu
2021-12-12avcodec/mmaldec: Deduplicate AVClassesAndreas Rheinhardt
2021-12-12avcodec/mmaldec: Avoid creating unnecessary reference, simplify codeAndreas Rheinhardt
2021-12-12avcodec/mmaldec: fix pointer type warningHo Ming Shun
2021-12-12avcodec/mmaldec: re-use AVPacket for extra_dataHo Ming Shun
2021-12-12avcodec/mmaldec: use decoupled dataflowHo Ming Shun
2021-12-12avfilter: add audio dynamic equalizer filterPaul B Mahol
2021-12-12avformat/img2enc: do not ignore IO errorsMarton Balint
2021-12-12avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint
2021-12-12fftools/ffmpeg: close output files before cleanupMarton Balint
2021-12-12avformat/aviobuf: return stored AVIO context error on avio_closeMarton Balint
2021-12-12avformat/file: use proper return value in file_closeMarton Balint
2021-12-11avcodec/movtextenc: Check for existence of font name before using itCharlie Monroe
2021-12-11avcodec/movtextdec: Fix wrong error codeAndreas Rheinhardt
2021-12-11avcodec/movtextdec: Switch to pointer comparisons and bytestream APIAndreas Rheinhardt
2021-12-11avcodec/movtextdec: Redo TextSampleModifierBox size checksAndreas Rheinhardt
2021-12-11avcodec/movtextdec: Use const where appropriateAndreas Rheinhardt
2021-12-11avcodec/movtextdec: Improve size checkAndreas Rheinhardt
2021-12-11avcodec/movtextdec: Switch to smaller typeAndreas Rheinhardt
2021-12-10avfilter/vf_transpose_vulkan: simplify config_props_output functionWu Jianhua
2021-12-10avfilter/vf_transpose_vulkan: add clock and cclock optionWu Jianhua
2021-12-10hwcontext_vulkan: wait on semaphores when exporting to DRMLynne
2021-12-10lavu: bump minor version and add doc/APIchanges entry for Vulkan changesLynne
2021-12-10hwcontext_vulkan: stricter semaphore number requirementsLynne
2021-12-10hwcontext_vulkan: support creating DRM-tiled images and autodetecting modifiersWenbin Chen
2021-12-10hwcontext_vulkan: add support for mapping frames with planes in a single VkDe...Wenbin Chen
2021-12-10hwcontext_vulkan: add support for allocating all planes in a single allocationWenbin Chen
2021-12-10libavutil/hwcontext_vaapi: Add a new nv12 format map to support vulkan frameWenbin Chen
2021-12-10hwcontext_vaapi: Use PRIME_2 memory type for modifiers.Bas Nieuwenhuizen
2021-12-10avfilter: add a transpose_vulkan filterWu Jianhua
2021-12-10avfilter/vf_transpose: fix un-checked potential memory allocation failureWu Jianhua
2021-12-09avformat/mxfdec: Check for duplicate mxf_read_index_entry_array()Michael Niedermayer
2021-12-09avcodec/apedec: Change avg to uint32_tMichael Niedermayer
2021-12-09avcodec/targa: Do not return images when there is no image in the tgaMichael Niedermayer
2021-12-09avformat/mxfdec: Check component_depth in mxf_get_color_range()Michael Niedermayer
2021-12-09libswresample/swresamplec: Err num(negative-size) was used as a function para...Yu Yang
2021-12-09avformat/utils: Add const where appropriateAndreas Rheinhardt
2021-12-09avformat/utils: Fix wrong indentationAndreas Rheinhardt
2021-12-09avcodec/bitpacked_enc: suppport for frame thread encodeLimin Wang
2021-12-09avcodec/bitpacked_dec: support for frame thread decodeLimin Wang
2021-12-09avcodec/bitpacked_dec: setting pict_type and key_frame after decode()Limin Wang
2021-12-09avcodec/bitpacked_dec: remove AV_CODEC_CAP_EXPERIMENTAL capabilitiesLimin Wang
2021-12-08avcodec/movtextdec: Sanitize style entriesAndreas Rheinhardt
2021-12-08avcodec/movtextdec: Perform RGB->BGR color conversion earlyAndreas Rheinhardt
2021-12-08avcodec/movtextdec: Deduplicate parsing of StyleRecordsAndreas Rheinhardt
2021-12-08avcodec/movtextdec: Rename several structure elementsAndreas Rheinhardt
2021-12-08avformat/mov: Simplify data->hex conversionAndreas Rheinhardt
2021-12-08avformat/md5proto: Simplify data->hex conversionAndreas Rheinhardt
2021-12-08avutil/aes_ctr: Avoid allocation of AVAES structAndreas Rheinhardt