89653 Commits (9e25fe420410c0e1b77cc68f53cc0cd2f79ba30a)
 

Author SHA1 Message Date
Karthick Jeyapal 9e25fe4204 avformat/hlsenc: Modularized audio rendition playlist write to allow reuse 7 years ago
Carl Eugen Hoyos d01eeef4a2 configure: libvmaf depends on pthreads. 7 years ago
Carl Eugen Hoyos e867b7b11a fate: Fix ffprobe dependency for fate-mov-guess-delay-*. 7 years ago
Michael Niedermayer 3d23f7a096 avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed() 7 years ago
Michael Niedermayer d135f3c514 avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w() 7 years ago
Michael Niedermayer 560daf8891 avcodec/flacdec: avoid undefined shift 7 years ago
Steven Liu be4dfbf7b7 avformat/avio: check input URLContext value NULL 7 years ago
Carl Eugen Hoyos 658bdc6771 lavc/jpeg2000dec: Support reading 64-bit atom size. 7 years ago
Carl Eugen Hoyos ad73b32d29 lavfi/minterpolate: Split struct Pixel to allow higher resolutions. 7 years ago
James Almer 2f96190732 Merge commit 'c6558e8840fbb2386bf8742e4d68dd6e067d262e' 7 years ago
James Almer aa6f43c2e9 Merge commit '2beba58e0e4bda688bf96e12413231607ceafdd4' 7 years ago
James Almer fa2d28567e Merge commit 'ddea22a684611c1fec9d8b5c70d835e983a9252e' 7 years ago
James Almer efb63e4316 configure: add missing avcodec dep to avfilter for de/convolve filters 7 years ago
Luca Barbato c6558e8840 x264: Support version 153 7 years ago
Paul B Mahol aff1678477 configure: note (de)convolve filter dependency 7 years ago
Paul B Mahol 8c9a91ac82 avfilter: add deconvolve filter 7 years ago
Paul B Mahol 87f148d526 avfilter/vf_convolve: remove padding, its unused and not needed 7 years ago
Paul B Mahol caacbfa773 avfilter/vf_convolve: cosmetics 7 years ago
wm4 8f9024f2ca lavc: remove uneffective attribute_deprecated on enum 7 years ago
Aman Gupta 1dd82edea5 avformat/hls: enable http_multiple only for http/1.1 servers 7 years ago
Aman Gupta 039007c928 avformat/http: export http_version from response 7 years ago
Aman Gupta ac19e63b18 avformat/hls: respect http_persistent only for http playlist urls 7 years ago
Aman Gupta 11f989945e avformat/http: avoid ff_http_do_new_request after http/1.0 response 7 years ago
Aman Gupta a232a72d77 avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not available 7 years ago
Aman Gupta 2f9ca64556 avformat/hls: remove repeated http proto_name checks in open_url() 7 years ago
James Almer 7e60c74329 avcodec/libx264: set supported pix_fmts at runtime rather than build time 7 years ago
Mark Thompson e6a1dfc9ce mpeg4videodec: Fix unused variable warning 7 years ago
Michael Niedermayer 0c9ab5ef9c avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant) 7 years ago
Michael Niedermayer 4d70fbeec8 avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0() 7 years ago
James Almer 2a111c99a6 avcodec/libx264: fix compilation with x264 builds >= 153 7 years ago
James Almer 89f704caba avcodec/libx264: use the pixfmt descriptor to check for high bit depths 7 years ago
James Almer 613f789c19 w32pthreads: remove some remaining superfluous checks 7 years ago
wm4 cf57cb3ae4 h264: add AVOption to set x264_build default 7 years ago
wm4 4ed66517c6 lavc: remove complex debug code around avcodec init locking 7 years ago
wm4 86a13bf2ff lavc, lavf: move avformat static mutex from avcodec to avformat 7 years ago
wm4 e24f192a9f ffplay: drop lock manager use 7 years ago
wm4 a04c2c707d lavc: replace and deprecate the lock manager 7 years ago
wm4 9b121dfc32 w32pthreads: always use Vista+ API, drop XP support 7 years ago
Steven Liu 2aee5a8723 avformat/hlsenc: fix resource leak 7 years ago
Paul B Mahol e712d30173 avfilter/vf_convolve: add threading for complex multiplication 7 years ago
Paul B Mahol c59e49f9b2 avfilter/vf_convolve: implement slice threading 7 years ago
Paul B Mahol f9f1b2a927 avfilter/vf_convolve: split input/output operations from fft 7 years ago
Paul B Mahol 86e3eebfb7 avfilter/vf_convolve: use shorter variants for pointers 7 years ago
Paul B Mahol ec6608f51b avfilter/vf_convolve: clear coefficients only when needed 7 years ago
Karthick Jeyapal be2da4c522 avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_close() 7 years ago
Karthick Jeyapal 6848201f70 avformat/http: Avoid calling http_shutdown() if end of chunk is signalled already 7 years ago
James Almer 90d216cb90 x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled but not used 7 years ago
James Darnley 40d4b13228 checkasm: support for AVX-512 functions 7 years ago
Henrik Gramner f7197f68dc x86inc: AVX-512 support 7 years ago
James Darnley 8f86e66238 avcodec: add stride alignment needed for AVX-512 7 years ago