104748 Commits (83ae589359203e83a7e9c1e96eb3f02f5a5bfa6b)
 

Author SHA1 Message Date
Limin Wang 4f5352d5fe avformat/rtpenc: adds partial support for the RFC 4175 3 years ago
Limin Wang 05b0c66313 avformat/rtpdec_rfc4175: support for yuv420p format 3 years ago
Limin Wang 3399bbab4d avformat/rtpdec_rfc4175: use rawvideo for uyvy422 3 years ago
Matt Oliver 1a5930b554 libvpxdec: Correct linking against variables. 3 years ago
Wu Jianhua 7e9e2cf93b avutil/hwcontext_vulkan: check if created before destroying the instance 3 years ago
Wu Jianhua c2a356d583 avutil/hwcontext_vulkan: check if created before destroying the device 3 years ago
Anton Khirnov 9dd104f6e2 ffmpeg: drop obsolete rotation API remnants 3 years ago
Anton Khirnov 823cea5197 ffmpeg: drop -isync, which did nothing since 2012 3 years ago
Anton Khirnov 84cb255c20 ffmpeg: drop -sameq/-samequant options 3 years ago
Anton Khirnov 5ebdf9bb50 ffmpeg: drop the -tvstd option 3 years ago
Anton Khirnov a44098152b ffmpeg: drop the -vc option 3 years ago
Anton Khirnov d013453caa ffmpeg: drop the -deinterlace option 3 years ago
Anton Khirnov 9d4e290ec4 ffmpeg: drop the -intra option 3 years ago
Anton Khirnov e8380bbae6 ffmpeg: do not copy chroma_sample_location from the input stream 3 years ago
Limin Wang 0e22d2e59b avcodec/libaomenc: remove the redundant initialization 3 years ago
Timo Rothenpieler 2de6cd4ba4 avutil/hwcontext_cuda: return more useful error codes from init functions 3 years ago
Timo Rothenpieler b1f1de0844 avutil/hwcontext_cuda: add option to use primary device context 3 years ago
Gyan Doshi 203b0e3561 avformat/mov: make STTS duration unsigned int 3 years ago
Andreas Rheinhardt 18f22bfb27 avcodec/h263: Inline constant 3 years ago
Andreas Rheinhardt 645f705d6a av(codec|device): Don't cast pointers to int 3 years ago
Andreas Rheinhardt 40cf317d09 avcodec/smcenc: Move PutByteContext to stack 3 years ago
Lynne b159975e80
hwcontext_vulkan: check for non-flagged transfer queue families 3 years ago
Lynne 135e1c0adf
lavu/vulkan: check for initialization when freeing buffers 3 years ago
Andreas Rheinhardt a132614bba fftools/ffmpeg: Avoid temporary frame 3 years ago
Andreas Rheinhardt 01923579f4 avfilter/vf_huesaturation: Remove dead store 3 years ago
Andreas Rheinhardt 53c8b16c19 avformat/utils: Remove duplicated AV_DISPOSITION_FOO <-> "foo" table 3 years ago
Andreas Rheinhardt 17c8533745 avcodec/dnxhddata: Unavpriv dnxhd_get_(hr_|)_frame_size() 3 years ago
Andreas Rheinhardt b9a26b9d55 avformat/mxfenc: Remove redundant DNXHD frame size checks 3 years ago
Andreas Rheinhardt 6a3df0dfa9 avcodec/dnxhddata: Remove avpriv_dnxhd_get_interlaced() 3 years ago
Andreas Rheinhardt 4586de94a7 avformat/mxfenc: Store locally whether DNXHD profile is interlaced 3 years ago
James Almer 405685dec7 ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStream 3 years ago
James Almer 379f8b8ec6 ffmpeg: remove unused hwaccel_get_buffer function pointer 3 years ago
Andreas Rheinhardt ce8f77a903 avformat/nullenc: Use ff_interleave_packet_passthrough() 3 years ago
Andreas Rheinhardt 52d13d54e1 avformat/mux: Avoid overhead of packet list in case of single streams 3 years ago
Andreas Rheinhardt c03e53aea7 avformat/mux: Store pointer to interleavement func in FFFormatContext 3 years ago
Wu Jianhua 3188b606d7 avfilter: add a vflip_vulkan filter 3 years ago
Wu Jianhua d313cb5a2f avfilter: add a hflip_vulkan filter 3 years ago
Wu Jianhua ff82bd5a00 avutil/vulkan_glslang: fix compiling failure issue 3 years ago
Wu Jianhua 999048b6b1 avfilter/overlay_vulkan: call av_vkfmt_from_pixfmt only one time 3 years ago
Wu Jianhua 067da5c87e avfilter/scale_vulkan: call av_vkfmt_from_pixfmt only one time 3 years ago
Wu Jianhua 404a58d5be avfilter/scale_vulkan: call av_pix_fmt_count_planes only one time 3 years ago
Wu Jianhua 6e4efe439f avfilter/chromaber_vulkan: call av_vkfmt_from_pixfmt only one time 3 years ago
Wu Jianhua 9f2b204461 avfilter/avgblur_vulkan: call av_vkfmt_from_pixfmt only one time 3 years ago
Wu Jianhua 14f78d6234 avfilter/overlay_vulkan: use FF_ARRAY_ELEMS instead of magic number 3 years ago
Wu Jianhua 8763bdc8cf avfilter/scale_vulkan: use FF_ARRAY_ELEMS instead of magic number 3 years ago
Wu Jianhua 766b1c170b avfilter/chromaber_vulkan: use FF_ARRAY_ELEMS instead of magic number 3 years ago
Wu Jianhua 6a2284711e avfilter/avgblur_vulkan: use FF_ARRAY_ELEMS instead of magic number 3 years ago
Wu Jianhua a1d1663458 avfilter/avgblur_vulkan: check if shader is created with success 3 years ago
Lynne da72aca7b0
lavu/vulkan: add support for using libshaderc as a GLSL compiler 3 years ago
Lynne 1d06084171
vulkan: fix checkheaders 3 years ago