89623 Commits (039007c928b4207b8bdde31c80c57dc7b917dd2f)
 

Author SHA1 Message Date
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
James Darnley e2218ed8ce avutil: add alignment needed for AVX-512 7 years ago
James Darnley 4783a01c11 avutil: detect when AVX-512 is available 7 years ago
James Darnley 8b81eabe57 avutil: add AVX-512 flags 7 years ago
James Darnley b7a3d1f249 configure: test whether x86 assembler supports AVX-512 7 years ago
Aman Gupta 207e98b4e5 avformat/hls: fix SEGV in previous commit 7 years ago
Aman Gupta b33cf73507 avformat/hls: fix memory leak with non-http segments 7 years ago
Aman Gupta 3d95868d1b avformat/hls: fix CID 1426930 7 years ago
Paul B Mahol 5533cbfc84 avfilter/vf_convolve: fix various issues 7 years ago
Paul B Mahol 175122fcd5 avfilter/vf_convolve: fix convolution of borders 7 years ago
Aman Gupta 9e5e3236f4 avformat/internal: fix compile error with some versions of g++ 7 years ago
Paul B Mahol b5958ff82e avfilter/vf_convolve: unbreak non-power of 2 width&height filtering 7 years ago
Paul B Mahol b943bc343d avfilter/vf_fftfilt: support >8 bit depth formats 7 years ago
Paul B Mahol f6608f4725 avfilter/vf_aspect: change outlink sample aspect ratio instead of inlink 7 years ago
Paul B Mahol 4754d70a23 avfilter/video: pick sar from link 7 years ago
Vishwanath Dixit d02289c386 avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attribute 7 years ago
Aman Gupta 4c78bbd313 avformat/internal: log underlying error with ff_rename failure 7 years ago
Aman Gupta 5f4a32a6e3 avformat/hls: hide misleading warning when http reconnect is required 7 years ago
Aman Gupta 54d0ef1738 avformat/http: return EOF from ff_http_do_new_request if previous response said Connection:close 7 years ago
Aman Gupta 1f0eaa02aa avformat/hls: add http_multiple option 7 years ago
Aman Gupta 03765aa6fa avformat/hls: allow open_input to be re-used 7 years ago