summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | avfilter: add deconvolve filterPaul B Mahol2017-12-27
* | avfilter/vf_convolve: remove padding, its unused and not neededPaul B Mahol2017-12-27
* | avfilter/vf_convolve: cosmeticsPaul B Mahol2017-12-27
* | lavc: remove uneffective attribute_deprecated on enumwm42017-12-27
* | avformat/hls: enable http_multiple only for http/1.1 serversAman Gupta2017-12-26
* | avformat/http: export http_version from responseAman Gupta2017-12-26
* | avformat/hls: respect http_persistent only for http playlist urlsAman Gupta2017-12-26
* | avformat/http: avoid ff_http_do_new_request after http/1.0 responseAman Gupta2017-12-26
* | avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not ava...Aman Gupta2017-12-26
* | avformat/hls: remove repeated http proto_name checks in open_url()Aman Gupta2017-12-26
* | avcodec/libx264: set supported pix_fmts at runtime rather than build timeJames Almer2017-12-26
* | mpeg4videodec: Fix unused variable warningMark Thompson2017-12-26
* | avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant)Michael Niedermayer2017-12-26
* | avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD13...Michael Niedermayer2017-12-26
* | avcodec/libx264: fix compilation with x264 builds >= 153James Almer2017-12-26
* | avcodec/libx264: use the pixfmt descriptor to check for high bit depthsJames Almer2017-12-25
* | w32pthreads: remove some remaining superfluous checksJames Almer2017-12-25
* | h264: add AVOption to set x264_build defaultwm42017-12-26
* | lavc: remove complex debug code around avcodec init lockingwm42017-12-26
* | lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-26
* | ffplay: drop lock manager usewm42017-12-26
* | lavc: replace and deprecate the lock managerwm42017-12-26
* | w32pthreads: always use Vista+ API, drop XP supportwm42017-12-26
* | avformat/hlsenc: fix resource leakSteven Liu2017-12-25
* | avfilter/vf_convolve: add threading for complex multiplicationPaul B Mahol2017-12-25
* | avfilter/vf_convolve: implement slice threadingPaul B Mahol2017-12-25
* | avfilter/vf_convolve: split input/output operations from fftPaul B Mahol2017-12-25
* | avfilter/vf_convolve: use shorter variants for pointersPaul B Mahol2017-12-25
* | avfilter/vf_convolve: clear coefficients only when neededPaul B Mahol2017-12-25
* | avformat/hlsenc: Signal http end of chunk(http_shutdown) during hlsenc_io_clo...Karthick Jeyapal2017-12-25
* | avformat/http: Avoid calling http_shutdown() if end of chunk is signalled alr...Karthick Jeyapal2017-12-25
* | x86inc: set the correct amount of simd regs in x86_64 when avx512 is enabled ...James Almer2017-12-24
* | checkasm: support for AVX-512 functionsJames Darnley2017-12-24
* | x86inc: AVX-512 supportHenrik Gramner2017-12-24
* | avcodec: add stride alignment needed for AVX-512James Darnley2017-12-24
* | avutil: add alignment needed for AVX-512James Darnley2017-12-24
* | avutil: detect when AVX-512 is availableJames Darnley2017-12-24
* | avutil: add AVX-512 flagsJames Darnley2017-12-24
* | configure: test whether x86 assembler supports AVX-512James Darnley2017-12-24
* | avformat/hls: fix SEGV in previous commitAman Gupta2017-12-24
* | avformat/hls: fix memory leak with non-http segmentsAman Gupta2017-12-24
* | avformat/hls: fix CID 1426930Aman Gupta2017-12-24
* | avfilter/vf_convolve: fix various issuesPaul B Mahol2017-12-24
* | avfilter/vf_convolve: fix convolution of bordersPaul B Mahol2017-12-24
* | avformat/internal: fix compile error with some versions of g++Aman Gupta2017-12-23
* | avfilter/vf_convolve: unbreak non-power of 2 width&height filteringPaul B Mahol2017-12-23
* | avfilter/vf_fftfilt: support >8 bit depth formatsPaul B Mahol2017-12-23
* | avfilter/vf_aspect: change outlink sample aspect ratio instead of inlinkPaul B Mahol2017-12-23
* | avfilter/video: pick sar from linkPaul B Mahol2017-12-23
* | avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit2017-12-23