summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vdpau_mpeg4: fix order of quant matrix coefficientsrelease/4.0Hendrik Leppkes2023-05-151-2/+3
* avcodec/vdpau_mpeg12: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* avcodec/nvdec_mpeg4: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* avcodec/nvdec_mpeg2: fix order of quant matrix coefficientsHendrik Leppkes2023-05-151-2/+3
* swscale: aarch64: Fix yuv2rgb with negative stridesMartin Storsjö2022-11-041-4/+4
* configure: extend SDL check to accept all 2.x versionsChristopher Degawa2022-06-101-1/+1
* configure: Add missing libshine->mpegaudioheader dependencyAndreas Rheinhardt2022-01-061-1/+1
* avcodec/cuviddec: backport extradata fixesTimo Rothenpieler2020-10-011-5/+6
* avcodec/cuviddec: handle arbitrarily sized extradataTimo Rothenpieler2020-09-301-16/+24
* lavf/tls_gnutls: check for interrupt inside handshake loopBłażej Szczygieł2020-09-041-0/+5
* lavf/tls_gnutls: retry gnutls_handshake on non fatal errorsRemita Amine2020-09-041-5/+7
* avformat/tls_schannel: immediately return decrypted data if availableJan Ekström2020-09-041-1/+6
* avformat/tls_schannel: always decrypt all received dataJan Ekström2020-09-041-1/+1
* avformat/tls_schannel: Fix use of uninitialized variablePaweł Wegner2020-09-041-1/+1
* Changelog: updaten4.0.6Michael Niedermayer2020-07-031-0/+76
* avcodec/dstdec: Replace AC overread check by sample rate checkMichael Niedermayer2020-07-031-0/+6
* avcodec/hevc_mp4toannexb_bsf: Check NAL size against available inputAndreas Rheinhardt2020-07-021-1/+5
* lavf/webm_chunk: Fix NULL dereferenceAndreas Rheinhardt2020-07-021-21/+23
* avcodec/ttaenc: Fix undefined shiftAndreas Rheinhardt2020-07-021-1/+1
* fftools/ffmpeg: Free swresample dictionary during cleanupAndreas Rheinhardt2020-07-021-0/+1
* avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt2020-07-021-1/+1
* avfilter/vf_hqx: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-021-1/+1
* avcodec/jpeg2000dwt: Fix undefined shifts of negative numbersAndreas Rheinhardt2020-07-021-1/+1
* avcodec/ituh263dec: Fix undefined left shift of negative numberAndreas Rheinhardt2020-07-021-1/+1
* avcodec/dnxhdenc: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-021-3/+3
* swscale/utils: Fix invalid left shifts of negative numbersAndreas Rheinhardt2020-07-021-1/+1
* swscale/x86/swscale: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-021-2/+2
* avcodec/exr: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-021-1/+1
* avformat/movenc: Fix undefined shiftAndreas Rheinhardt2020-07-021-1/+2
* avcodec/pcm: Fix undefined shiftsAndreas Rheinhardt2020-07-021-2/+2
* avcodec/wavpackenc: Fix undefined shiftsAndreas Rheinhardt2020-07-021-3/+3
* avcodec/ac3enc: Fix invalid shiftAndreas Rheinhardt2020-07-021-1/+1
* avcodec/tdsc: Fix undefined shiftsAndreas Rheinhardt2020-07-021-3/+3
* fftools/ffmpeg_opt: Fix signed integer overflowAndreas Rheinhardt2020-07-021-2/+4
* avformat/mov: Fix reel_name size checkAndreas Rheinhardt2020-07-021-1/+1
* avformat/mov: Fix memleak upon encountering repeating tagsAndreas Rheinhardt2020-07-021-0/+3
* avformat/matroskaenc: Don't use NULL for %s format stringAndreas Rheinhardt2020-07-021-1/+3
* avformat/webvttdec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-0/+2
* avformat/vplayerdec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-1/+3
* avformat/tedcaptionsdec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-4/+4
* avformat/subviewerdec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-0/+2
* avformat/subviewer1dec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-1/+3
* avformat/stldec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-1/+3
* avformat/srtdec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-0/+2
* avformat/sccdec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-1/+4
* avformat/samidec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-0/+2
* avformat/pjsdec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-1/+3
* avformat/mpsubdec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-2/+4
* avformat/mpl2dec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-1/+3
* avformat/microdvddec: Fix memleak upon read header failureAndreas Rheinhardt2020-07-021-5/+12