104854 Commits (8d66a07d657ba7ed8c5e95345d4eec770b55e438)
 

Author SHA1 Message Date
Marton Balint 8d66a07d65 fftools/ffmpeg: close output files before cleanup 3 years ago
Marton Balint 8a40cfa4da avformat/aviobuf: return stored AVIO context error on avio_close 3 years ago
Marton Balint 722d28db12 avformat/file: use proper return value in file_close 3 years ago
Charlie Monroe 34aee50a7f avcodec/movtextenc: Check for existence of font name before using it 3 years ago
Andreas Rheinhardt 41b077762c avcodec/movtextdec: Fix wrong error code 3 years ago
Andreas Rheinhardt bbc866c9c9 avcodec/movtextdec: Switch to pointer comparisons and bytestream API 3 years ago
Andreas Rheinhardt e1044e55e4 avcodec/movtextdec: Redo TextSampleModifierBox size checks 3 years ago
Andreas Rheinhardt efd7b35d06 avcodec/movtextdec: Use const where appropriate 3 years ago
Andreas Rheinhardt b9f5a26a39 avcodec/movtextdec: Improve size check 3 years ago
Andreas Rheinhardt cd693c9ec8 avcodec/movtextdec: Switch to smaller type 3 years ago
Wu Jianhua f176669a37 avfilter/vf_transpose_vulkan: simplify config_props_output function 3 years ago
Wu Jianhua f106c72285 avfilter/vf_transpose_vulkan: add clock and cclock option 3 years ago
Lynne 0c1d47a6b3
hwcontext_vulkan: wait on semaphores when exporting to DRM 3 years ago
Lynne f45cbb775e
lavu: bump minor version and add doc/APIchanges entry for Vulkan changes 3 years ago
Lynne 0747768728
hwcontext_vulkan: stricter semaphore number requirements 3 years ago
Wenbin Chen 83fe28221e hwcontext_vulkan: support creating DRM-tiled images and autodetecting modifiers 3 years ago
Wenbin Chen 0d524b170e hwcontext_vulkan: add support for mapping frames with planes in a single VkDeviceMemory 3 years ago
Wenbin Chen bd6ef73399 hwcontext_vulkan: add support for allocating all planes in a single allocation 3 years ago
Wenbin Chen f3c9847c27 libavutil/hwcontext_vaapi: Add a new nv12 format map to support vulkan frame 3 years ago
Bas Nieuwenhuizen e050959103 hwcontext_vaapi: Use PRIME_2 memory type for modifiers. 3 years ago
Wu Jianhua 58816f6927 avfilter: add a transpose_vulkan filter 3 years ago
Wu Jianhua ceeff7ae8d avfilter/vf_transpose: fix un-checked potential memory allocation failure 3 years ago
Michael Niedermayer 4f44a218e5 avformat/mxfdec: Check for duplicate mxf_read_index_entry_array() 3 years ago
Michael Niedermayer 0ec75723a4 avcodec/apedec: Change avg to uint32_t 3 years ago
Michael Niedermayer 1e85a698c0 avcodec/targa: Do not return images when there is no image in the tga 3 years ago
Michael Niedermayer a4af92d7cb avformat/mxfdec: Check component_depth in mxf_get_color_range() 3 years ago
Yu Yang ac2b34abbf libswresample/swresamplec: Err num(negative-size) was used as a function parameter 3 years ago
Andreas Rheinhardt 408b974796 avformat/utils: Add const where appropriate 3 years ago
Andreas Rheinhardt a33e0ed11e avformat/utils: Fix wrong indentation 3 years ago
Limin Wang b9f4c1231f avcodec/bitpacked_enc: suppport for frame thread encode 3 years ago
Limin Wang d39f667da1 avcodec/bitpacked_dec: support for frame thread decode 3 years ago
Limin Wang 17b434f1ce avcodec/bitpacked_dec: setting pict_type and key_frame after decode() 3 years ago
Limin Wang b51d772a50 avcodec/bitpacked_dec: remove AV_CODEC_CAP_EXPERIMENTAL capabilities 3 years ago
Andreas Rheinhardt cc1251ab81 avcodec/movtextdec: Sanitize style entries 3 years ago
Andreas Rheinhardt cce2765ce9 avcodec/movtextdec: Perform RGB->BGR color conversion early 3 years ago
Andreas Rheinhardt 4b2bc0b8fe avcodec/movtextdec: Deduplicate parsing of StyleRecords 3 years ago
Andreas Rheinhardt 683bbb75db avcodec/movtextdec: Rename several structure elements 3 years ago
Andreas Rheinhardt 17a93fd377 avformat/mov: Simplify data->hex conversion 3 years ago
Andreas Rheinhardt d203f6b4b3 avformat/md5proto: Simplify data->hex conversion 3 years ago
Andreas Rheinhardt fbbe7729f0 avutil/aes_ctr: Avoid allocation of AVAES struct 3 years ago
Andreas Rheinhardt 72745beb44 avformat/aadec: Use smaller scope for variables 3 years ago
Andreas Rheinhardt e5ba554edf avformat/aadec: Simplify data->hex conversion 3 years ago
Andreas Rheinhardt d27b97b043 avformat/aadec: Simplify deriving file key 3 years ago
Andreas Rheinhardt c9b3099210 avformat/aadec: Don't unnecessarily reinitialize AVTEA context 3 years ago
Andreas Rheinhardt a0900a318a avformat/aadec: Avoid copying data around 3 years ago
Andreas Rheinhardt 0a76f8217e avformat/aadec: Don't use the same loop counter in inner and outer loop 3 years ago
Andreas Rheinhardt e38eaf4749 avformat/utils: Make ff_data_to_hex() zero-terminate the string 3 years ago
Andreas Rheinhardt b09ea67b40 avcodec/libkvazaar: Increase array size 3 years ago
Limin Wang f1c8c25832 avformat/rtsp: fix the error code from ffurl_read_complete() 3 years ago
Limin Wang 6d42af02f5 avformat/rtsp: add error code handling for ff_rtsp_skip_packet() 3 years ago