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-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
2021-12-08avformat/aadec: Use smaller scope for variablesAndreas Rheinhardt
2021-12-08avformat/aadec: Simplify data->hex conversionAndreas Rheinhardt
2021-12-08avformat/aadec: Simplify deriving file keyAndreas Rheinhardt
2021-12-08avformat/aadec: Don't unnecessarily reinitialize AVTEA contextAndreas Rheinhardt
2021-12-08avformat/aadec: Avoid copying data aroundAndreas Rheinhardt
2021-12-08avformat/aadec: Don't use the same loop counter in inner and outer loopAndreas Rheinhardt
2021-12-08avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt
2021-12-08avcodec/libkvazaar: Increase array sizeAndreas Rheinhardt
2021-12-07avformat/rtsp: fix the error code from ffurl_read_complete()Limin Wang
2021-12-07avformat/rtsp: add error code handling for ff_rtsp_skip_packet()Limin Wang
2021-12-07avformat/rtsp: free the alloc memory if failedLimin Wang
2021-12-07avformat/rtsp: remove redundant assignmentLimin Wang
2021-12-07avformat/concatf: ignore trailing whitespacesGyan Doshi
2021-12-07ffmpeg: handle errors in print_sdp()Anton Khirnov
2021-12-07ffmpeg: move setting video sync method to new_video_stream()Anton Khirnov
2021-12-07ffmpeg: deprecate passing numbers to -vsyncAnton Khirnov
2021-12-07FATE: stop using numeric arguments to -vsyncAnton Khirnov
2021-12-07ffmpeg: change vsync value to an enumAnton Khirnov
2021-12-07ffmpeg: drop useless framerate assignmentsAnton Khirnov
2021-12-07lavf/protocols: avoid discarding const in avio_enum_protocols()Anton Khirnov
2021-12-07lavf/img2enc: avoid a useless copy of the urlAnton Khirnov
2021-12-07lavf/ftp: check for truncation in snprintfAnton Khirnov
2021-12-07lavfi/vf_subtitles: stop using deprecated ass_set_aspect_ratio()Anton Khirnov
2021-12-07lavd/v4l2: detect device name truncationAnton Khirnov
2021-12-07lavd/v4l2: reduce variable scopeAnton Khirnov