10411 Commits (4326bc364b58e97fc3d89417054a6b7610179a00)

Author SHA1 Message Date
Martin Storsjö 573b1de2d7 movenc: Don't use track_id to decide which track is the first in a moof 10 years ago
Vittorio Giovara 84bf64d359 bethsoftvid: simplify return handling 10 years ago
Vittorio Giovara e9ba309831 assdec: check av_new_packet return value 10 years ago
Vittorio Giovara f64d7e919e mtv: improve header check and avoid division by zero 10 years ago
Michael Niedermayer b3d11437ca oggenc: remove unneeded null check 10 years ago
Tomas Härdin 11467ecf51 mxfdec: reduce loop bound in mxf_read_pixel_layout() 10 years ago
Vittorio Giovara e6c66f1e4e bethsoftvid: check return value and clean memory 10 years ago
Vittorio Giovara b46b233baf filmstripdec: avoid integer overflow 10 years ago
Vittorio Giovara 090c67d586 matroskaenc: write correct Display{Width, Height} in stereo encoding 10 years ago
Martin Storsjö ed6dad3737 lavf: Implement ff_brktimegm using gmtime_r 10 years ago
Martin Storsjö 82ee7d0dda Use gmtime_r instead of gmtime and localtime_r instead of localtime 10 years ago
Martin Storsjö 9dcf239721 lavf: Check the return value of strftime 10 years ago
Martin Storsjö 851ace79a3 wtv: Avoid needlessly calling gmtime twice with the same argument 10 years ago
Vittorio Giovara 50dbe6b354 mov: fix assigment check 10 years ago
Tomas Härdin 7df3b426bb mxfenc: Fix possible integer overflows 10 years ago
Vittorio Giovara ad6b00d85f mxfdec: add missing break 10 years ago
Vittorio Giovara 28c020d4df matroskaenc: check avio_open_dyn_buf return value 10 years ago
Vittorio Giovara e0caa1eb4e matroskadec: check return values 10 years ago
Vittorio Giovara 3c1199c3c4 matroskadec: fix leak on error 10 years ago
Luca Barbato 7785ce1c76 lavf: replace rename() with ff_rename() 10 years ago
Vittorio Giovara 0b66fb4505 flac_picture: prevent a possible out of bound write 10 years ago
Vittorio Giovara f1ed83e23a img2dec: check av_new_packet return value 10 years ago
Vittorio Giovara 1967cd4e4c audiointerleave: check av_new_packet return value 10 years ago
Anton Khirnov ef363ebd59 mp3enc: write full LAME frame 10 years ago
Anton Khirnov 99143140de mp3dec: fix reading the Xing tag 10 years ago
Martin Storsjö 6df9d9b55d lavf: Use av_gettime_relative 10 years ago
Vittorio Giovara af7ca6ea12 nutdec: check av_new_packet return value 10 years ago
Vittorio Giovara b69183f65d nutenc: check for negative index rather than assert 10 years ago
Vittorio Giovara be42c0b8d5 rmdec: stricter error check to avoid theoretical unitialized use 10 years ago
Vittorio Giovara 7207dd8f82 rmdec: check av_new_packet return value 10 years ago
Vittorio Giovara 629b2ed0ac flvdec: make sure to check create_stream and report the same error 10 years ago
Vittorio Giovara f22aa6b841 flvdec: avoid unitialized use of a struct member 10 years ago
Vittorio Giovara e73d26bbd6 smoothstreamingenc: explict cast to avoid overflow 10 years ago
Luca Barbato d2771a1dc0 rtpproto: Free the addrinfo pointer on failure 10 years ago
Luca Barbato 96bfb67747 nutdec: Prevent a memory corruption 10 years ago
Vittorio Giovara 350ed18292 rtpdec_hevc: drop unnecessary check 10 years ago
Vittorio Giovara 322b571d55 rtmpproto: remove dead code 10 years ago
Vittorio Giovara 7b48bf9524 wtv: clean memory on error 10 years ago
Vittorio Giovara 9fbc613f0d wtv: check seek_by_sector return value 10 years ago
Vittorio Giovara d7f530b0d6 aviobuf: check context before using it 10 years ago
Michael Niedermayer 02484d1a93 avio: fix sizeof argument 10 years ago
Vittorio Giovara 8ab3b71e4b idcin: fix return check 10 years ago
Alexander Drozdov 0034314a69 rtmp: Always call rtmp_close() on rtmp_open() failure 10 years ago
Anton Khirnov fb238f8230 urlprotocol: remove unused url_interrupt_cb declaration 10 years ago
Uwe L. Korn 9bec3ca2b8 rtmpproto: Add pause support 10 years ago
Uwe L. Korn f4cd8b80b9 rtmpproto: Track last received timestamp 10 years ago
Uwe L. Korn e65c776d18 rtmpproto: Add getStreamLength call to query duration 10 years ago
Uwe L. Korn 324b23dde1 rtmpproto: Add function to read a number response 10 years ago
Luca Barbato 0db6bbb24c avformat: Make avformat_free_context handle NULL 10 years ago
Michael Lynch 460b509a34 rtsp: Check a memory allocation 10 years ago