aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/webmdashenc: Don't pass NULL to memcmpAndreas Rheinhardt2021-04-021-1/+2
* avformat/libmodplug: Fix memleaks on errorAndreas Rheinhardt2021-04-021-13/+24
* avformat/libgme: Fix memleaks on errorsAndreas Rheinhardt2021-04-021-19/+29
* avformat/aadec: Fix leak on errorAndreas Rheinhardt2021-04-021-2/+5
* avformat/jacosubdec: Fix leak on errorAndreas Rheinhardt2021-04-021-0/+1
* avformat/webpenc: Fix memleak when trailer is never writtenAndreas Rheinhardt2021-04-021-0/+8
* avformat/webpenc: Fix memleak when using invalid packetsAndreas Rheinhardt2021-04-021-10/+11
* avformat/imx: Check palette chunk sizeMichael Niedermayer2021-04-011-0/+2
* avformat/rmdec: use larger intermediate type for audio_framesize * sub_packet...Michael Niedermayer2021-04-011-1/+1
* avformat/mpc8: check for size overflow in mpc8_get_chunk_header()Michael Niedermayer2021-04-011-1/+5
* avformat/mov: Do not zero memory that is written too or unusedMichael Niedermayer2021-04-011-1/+1
* avformat/mov: Ignore multiple STSC / STCOMichael Niedermayer2021-04-011-4/+8
* avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields()Michael Niedermayer2021-04-011-1/+1
* avformat/wtvdec: Check size in SBE2_STREAM_DESC_EVENT / stream2_guidMichael Niedermayer2021-04-011-0/+4
* avformat/utils: Fix integer overflow with duration_gcd in ff_rfps_calculate()Michael Niedermayer2021-04-011-1/+2
* avformat/cafdec: Do not build an index if all packets are the sameMichael Niedermayer2021-04-011-9/+14
* avformat/vividas: Use equals check with n in read_sb_block()Michael Niedermayer2021-04-011-1/+1
* avformat/jacosubdec: Use 64bit intermediate for start/end timestamp shiftMichael Niedermayer2021-04-011-2/+2
* avformat/flvdec: Check array entry numberMichael Niedermayer2021-04-011-0/+2
* avformat/movenc: Avoid loosing cluster array on failureMichael Niedermayer2021-04-011-2/+3
* avformat/avidec: Check for dv streams before using priv_data in parse ##dc/##wbMichael Niedermayer2021-04-011-1/+1
* avformat/mov: Check sample size for overflow in mov_parse_stsd_audio()Michael Niedermayer2021-04-011-1/+1
* avformat/sbgdec: Check for overflow in last loop in expand_timestamps()Michael Niedermayer2021-04-011-2/+7
* rtpenc_mpegts: add AVClass to the muxer contextGyan Doshi2021-04-011-0/+1
* avformat/rtpenc_mpegts: stop leaksGyan Doshi2021-03-281-4/+8
* avformat/rtpenc_mpegts: convey options for rtp muxerGyan Doshi2021-03-261-1/+6
* avformat/rtpenc_mpegts: relay streamid to mpegts muxer streams.Gyan Doshi2021-03-261-0/+1
* avformat/rtpenc_mpegts: convey options for mpeg-ts muxerGyan Doshi2021-03-261-1/+23
* avformat/rtp_mpegts: typedef MuxChain structGyan Doshi2021-03-261-6/+6
* avformat/pp_bnk: allow seeking to startZane van Iperen2021-03-251-1/+21
* avformat/alp: allow seeking to startZane van Iperen2021-03-251-18/+32
* avformat/kvag: allow seeking to startZane van Iperen2021-03-251-1/+11
* Revert "lavf: move AVStream.*index_entries* to AVStreamInternal"James Almer2021-03-2334-304/+300
* avformat/pp_bnk: Fix memleaks when reading non-stereo tracksAndreas Rheinhardt2021-03-221-22/+16
* avformat/mov: Fix extended atom size buffer length checkDerek Buitenhuis2021-03-211-1/+1
* avformat: remove FF_API_INIT_PACKET from AVStream.attached_picJames Almer2021-03-211-4/+0
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-201-1/+1
* avformat/mov: Check offset addition for overflowMichael Niedermayer2021-03-191-2/+9
* avformat/rtsp: support buffer_size and pkt_size options for RTPJiangjie Gao2021-03-191-1/+4
* avformat/libsrt: fix help messageZhao Zhili2021-03-191-1/+1
* avformat/libsrt: fix setsockopt() typoZhao Zhili2021-03-191-1/+1
* avformat/http,tls: honor http_proxy command line variable for HTTPSMoritz Barsnick2021-03-193-2/+10
* avformat/pp_bnk: treat music files as stereoZane van Iperen2021-03-191-7/+45
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-193-3/+4
* avformat: Make AVChapter.id an int64_t on next major bumpAndreas Rheinhardt2021-03-197-4/+23
* avformat/matroskaenc: Check chapter ids for duplicatesAndreas Rheinhardt2021-03-191-13/+19
* avformat/tests/fifo_muxer: Fix memleak on error, fix API violationAndreas Rheinhardt2021-03-191-8/+5
* avformat/tests/fifo_muxer: Fix leak of AVPacket on errorAndreas Rheinhardt2021-03-191-22/+15
* avformat/mxfdec: Fix leak on errorAndreas Rheinhardt2021-03-191-1/+5
* avformat/mxfdec: Don't use wrong type of pointerAndreas Rheinhardt2021-03-191-12/+20