summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cbs_h265: Detect more reference combinations which would overflow the DPBMark Thompson2021-03-12
* avcodec/cbs_h26[45]: Remove redundant enum constantsAndreas Rheinhardt2021-03-12
* avcodec/cbs_sei: Fix leak of AVBufferRef on errorAndreas Rheinhardt2021-03-12
* avcodec/cbs_sei: Don't use -1th element of arrayAndreas Rheinhardt2021-03-12
* avcodec/cbs: Remove redundant checks for CodedBitstreamContext.codecAndreas Rheinhardt2021-03-12
* avcodec/nvenc: base timestamps on frameIntervalPMartin Storsjö2021-03-12
* avfilter/vf_uspp: Fix leak of packet side dataAndreas Rheinhardt2021-03-12
* avfilter/vf_uspp: Fix leak of qp-table on errorAndreas Rheinhardt2021-03-12
* avcodec/decode: ReindentationAndreas Rheinhardt2021-03-12
* avcodec/decode: Remove always-true checkAndreas Rheinhardt2021-03-12
* avformat/adp, svs: Remove redundant av_shrink_packet()Andreas Rheinhardt2021-03-12
* avformat/gopher: Add support for Gopher over TLSparazyd2021-03-11
* avformat/gopher: Add default_whitelist to ff_gopher_protocolparazyd2021-03-11
* avcodec/gifenc: Actually use the shrunk paletteDerek Buitenhuis2021-03-11
* avcodec/h264_slice: don't copy frame data during error concealmentJames Almer2021-03-11
* avdevice/decklink: add missing include for buffer_size_tJames Almer2021-03-11
* avisynth: fix audio on big endianStephen Hutchinson2021-03-11
* avisynth: populate field orderemcodem2021-03-11
* avisynth: more intelligent RGB flippingStephen Hutchinson2021-03-11
* avformat/rawenc: Use init instead of write_header functionAndreas Rheinhardt2021-03-11
* avcodec/4xm: Check pre_gb in decode_i_block()Michael Niedermayer2021-03-11
* avutil/buffer_internal: Include internal for buffer_size_tAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_mathbinary: Fix leak upon errorAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Don't pretend convolution can failAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Check thread creation for errorsAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Check allocationAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Avoid separate, unchecked allocationsAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Fix memleak on errorAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Avoid allocation when single-threadedAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Join two arrays, avoid allocationAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native_layer_conv2d: Fix memleak on realloc failureAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Fix typo in log messageAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Don't use asserts for checksAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Fix leak in case parsing options failsAndreas Rheinhardt2021-03-11
* dnn/dnn_backend_native: Avoid allocation for checking file magicAndreas Rheinhardt2021-03-11
* Doc: Tech Resolution ProcessJean-Baptiste Kempf2021-03-11
* avcodec/libilbc: Support newer libiLBC versionsAndreas Rheinhardt2021-03-11
* avutil: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avfilter: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avdevice: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avcodec: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avformat/utils: change AVStream side data related public function and struct ...James Almer2021-03-10
* avcodec/packet: change side data related public function and struct size type...James Almer2021-03-10
* avutil/frame: change av_frame_new_side_data() size parameter type to size_tJames Almer2021-03-10
* avutil/buffer: change public function and struct size parameter types to size_tJames Almer2021-03-10
* avfilter/af_dynaudnorm: make better check for available samplesPaul B Mahol2021-03-10
* avfilter/vf_nnedi: Fix use of uninitialized valueAndreas Rheinhardt2021-03-10
* fftools/ffplay: do not write out of rdft visualization textureMarton Balint2021-03-10
* avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwareOnly() when availablesfan52021-03-10