aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/lafdec: Check for 0 parametersMichael Niedermayer2023-11-031-1/+3
* avformat/webpenc: Check seeksAndreas Rheinhardt2023-11-031-6/+7
* avformat/mov: Check that is_still_picture_avif has no trak based streamsMichael Niedermayer2023-11-011-0/+4
* avformat/vf_vapoursynth: simplify xyz format checkNiklas Haas2023-10-311-4/+2
* Bump versions after 6.1n6.2-devMichael Niedermayer2023-10-291-1/+1
* Bump versions prior to 6.1Michael Niedermayer2023-10-291-2/+2
* avformat/rtsp: Use rtsp_st->stream_indexMichael Niedermayer2023-10-271-1/+1
* avformat/options: add missing disposition flag to AVStream class optionsJames Almer2023-10-252-1/+2
* avformat/mxfdec: Check klv offsetMichael Niedermayer2023-10-191-5/+8
* avformat/usmdec: do not return 0 when no packet was producedMichael Niedermayer2023-10-161-1/+1
* avformat/tmv: Check video chunk sizeMichael Niedermayer2023-10-151-0/+4
* avformat/matroskadec, mov: Fix declaration-after-statement warningsAndreas Rheinhardt2023-10-092-4/+3
* avformat/asfdec_f: Saturate presentation time in markerMichael Niedermayer2023-10-081-1/+1
* avformat/xwma: sanity check bits_per_coded_sampleMichael Niedermayer2023-10-081-1/+1
* avformat/matroskadec: Check prebuffered_ns for overflowMichael Niedermayer2023-10-081-1/+5
* avformat/wavdec: Check left avio_tell for overflowMichael Niedermayer2023-10-081-0/+2
* avformat/tta: Better totalframes checkMichael Niedermayer2023-10-081-1/+1
* avformat/rpl: Check for number_of_chunks overflowMichael Niedermayer2023-10-081-0/+3
* avformat/mov: compute absolute dts difference without overflow in mov_find_ne...Michael Niedermayer2023-10-081-2/+3
* avformat/jacosubdec: Check timeresMichael Niedermayer2023-10-081-4/+7
* avformat/jacosubdec: avoid signed integer overflows in get_shift()Michael Niedermayer2023-10-081-2/+6
* avformat/jacosubdec: Factorize code in get_shift() a bitMichael Niedermayer2023-10-081-9/+5
* avformat/mov: Disallow more than one meta box for AVIFVignesh Venkatasubramanian via ffmpeg-devel2023-10-081-0/+2
* avformat/sbgdec: Check for negative duration or un-representable end ptsMichael Niedermayer2023-10-081-0/+7
* avformat/wavdec: w64: do not error out for broken files if data start is foundPaul B Mahol2023-10-071-2/+16
* avformat/avformat: use the side data from AVStream.codecparJames Almer2023-10-0625-250/+329
* avformat/avs: Check if return code is representableMichael Niedermayer2023-10-031-0/+4
* avformat/westwood_vqa: Check chunk sizeMichael Niedermayer2023-10-031-4/+6
* avformat/sbgdec: Check for period overflowMichael Niedermayer2023-10-031-1/+4
* avformat/concatdec: Check in/outpoint for overflowMichael Niedermayer2023-10-031-1/+3
* lavf/gifdec: do not mark as notimestampsAnton Khirnov2023-10-031-1/+1
* lavf/demux: restrict video parser duration handling to just GIFAnton Khirnov2023-10-031-1/+1
* avformat/avformat: Deprecate AVFMT_ALLOW_FLUSHAndreas Rheinhardt2023-10-0313-5/+126
* avformat/matroskaenc: Write default duration for audioAndreas Rheinhardt2023-10-021-0/+7
* avformat/matroskaenc: Don't create wrong packet durationsAndreas Rheinhardt2023-10-021-10/+30
* avformat/aea: fix bitrate for monoPaul B Mahol2023-10-021-1/+1
* avformat/aea: improve probe functionPaul B Mahol2023-10-021-12/+8
* avformat/mov: Check avif_infoMichael Niedermayer2023-09-291-1/+2
* avformat/mxfdec: Remove this_partitionMichael Niedermayer2023-09-291-10/+18
* avformat/isom_tags: add missing CFHD tagPaul B Mahol2023-09-291-0/+2
* avcodec/magicyuv: add 14bit rgb(a) supportPaul B Mahol2023-09-282-0/+4
* swscale: add GBRAP14 format supportPaul B Mahol2023-09-281-0/+2
* avformat/mov: Avoid cloning encryption info if its unchangedMichael Niedermayer2023-09-221-3/+8
* avformat/hca: add support for decryptionPaul B Mahol2023-09-221-7/+44
* avformat/cafdec: improve probingPaul B Mahol2023-09-211-3/+9
* lavf/movenc: enable dvh1 FourCCDamiano Galassi2023-09-201-0/+1
* lavf: deprecate AVFMT_FLAG_SHORTESTAnton Khirnov2023-09-186-1/+12
* avformat/libssh: avoid deprecated functionsLeo Izen2023-09-181-7/+4
* avformat: add CRI USM demuxerPaul B Mahol2023-09-174-2/+431
* avformat/hls: reduce default max reload to 3Michael Niedermayer2023-09-161-1/+1