summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avutil/adler32: Switch av_adler32_update() to size_t on bumpAndreas Rheinhardt2021-03-19
* avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_tAndreas Rheinhardt2021-03-19
* avcodec/avpacket: Improve overflow checks when packing dictionaryAndreas Rheinhardt2021-03-19
* avformat: Make AVChapter.id an int64_t on next major bumpAndreas Rheinhardt2021-03-19
* avformat/matroskaenc: Check chapter ids for duplicatesAndreas Rheinhardt2021-03-19
* avcodec/libxvid: Remove set-but-unused variableAndreas Rheinhardt2021-03-19
* avcodec/libxvid: Fix leak of AVPacket on errorAndreas Rheinhardt2021-03-19
* avformat/tests/fifo_muxer: Fix memleak on error, fix API violationAndreas Rheinhardt2021-03-19
* avformat/tests/fifo_muxer: Fix leak of AVPacket on errorAndreas Rheinhardt2021-03-19
* avformat/mxfdec: Fix leak on errorAndreas Rheinhardt2021-03-19
* avformat/mxfdec: Don't use wrong type of pointerAndreas Rheinhardt2021-03-19
* avcodec/pngdec: Fix memleak by postponing allocationAndreas Rheinhardt2021-03-19
* lavfi/dnn_backend_openvino.c: fix mem leak for TaskItem upon errorGuo, Yejun2021-03-18
* lavfi/dnn_backend_openvino.c: fix mem leak for RequestItem upon errorGuo, Yejun2021-03-18
* lavfi/dnn_backend_openvino.c: fix typo upon errorGuo, Yejun2021-03-18
* lavfi/dnn_backend_openvino.c: fix mem leak for input_blob and output_blob upo...Guo, Yejun2021-03-18
* lavfi/dnn_backend_openvino.c: fix mem leak for AVFrame upon errorGuo, Yejun2021-03-18
* fftools/ffmpeg: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* fftools/ffprobe: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/vaapi_transcode: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/vaapi_encode: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/transcoding: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/transcode_aac: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* doc/examples/demuxing_decoding: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* tests/api/api-flac-test: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* tools/target_bsf_fuzzer: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* tools/target_dem_fuzzer: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* tools/target_dec_fuzzer: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* tools/pktdumper: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avfilter/vf_uspp: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avfilter/vf_mcdeint: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avdevice/xcbgrab: stop using av_init_packet()James Almer2021-03-17
* avdevice/decklink_dec: stop using av_init_packet()James Almer2021-03-17
* avformat/tests/movenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/tests/fifo_muxer: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/wc3movie: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/subtitles: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/rtpenc_mpegts: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/rtpdec: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/mpegtsenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/mpegts: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/movenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/matroskaenc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/matroskadec: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/hls: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/flacdec: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/id3v2: replace call to av_init_packet()James Almer2021-03-17
* avformat/flac_picture: replace call to av_init_packet()James Almer2021-03-17
* avformat/avienc: use av_packet_alloc() to allocate packetsJames Almer2021-03-17
* avformat/avidec: use av_packet_alloc() to allocate packetsJames Almer2021-03-17