12318 Commits (d9e62f368d16420e213c0bc9e92221a3a4874a4d)

Author SHA1 Message Date
Clément Bœsch f2b6aabd3d lavf/srtdec: do not try to queue empty subtitle chunks. 12 years ago
Michael Niedermayer 5de286ef88 mvdec: check var_read_string() return value 12 years ago
Michael Niedermayer 362271d72f mvdec: Check the frame counter against the correct limit. 12 years ago
Paul B Mahol d1d159d31e lavf/gifdec: cosmetics: remove extra whitespace 12 years ago
Paul B Mahol 254e11cc01 lavf/gifdec: fix typo 12 years ago
Michael Niedermayer 13aca070ab gifdec: resync support 12 years ago
Stefano Sabatini 1ec3324f00 lavf/img2enc: extend current options documentation 12 years ago
Stefano Sabatini 069d156454 lavf/img2dec: fix option help fields 12 years ago
Michael Niedermayer 55d66b2790 movenc: check that fps for tmcd is within encodable range. 12 years ago
Michael Niedermayer 9362f31b55 movenc: Calculate fps for tmcd without intermediate step. 12 years ago
Michael Niedermayer c071b00643 mpeg12demux: Fallback to startcode for stream type identification. 12 years ago
Paul B Mahol eb567a7999 eacdata: do not set sample_fmt 12 years ago
Paul B Mahol 7b007a7c1f flic: do not set sample_fmt 12 years ago
Paul B Mahol dd5689a3bd matroskadec: export codec bits_per_coded_sample 12 years ago
Paul B Mahol ee8d4a4142 matroskaenc: fix -codec copy with TTA 12 years ago
Paul B Mahol 9ddf5631e3 matroskaenc: support TTA muxing 12 years ago
Martin Storsjö 4a4a7e138c rtpenc_chain: Use the original AVFormatContext for getting payload type 12 years ago
Martin Storsjö 932117171f rtp: Make sure the output format pointer is set 12 years ago
Carl Eugen Hoyos fc50175ba2 Refuse to mux tta into matroska, the output file is broken. 12 years ago
Michael Niedermayer 69fb605ad5 mpc8: check stream count before accessing stream 1. 12 years ago
Carl Eugen Hoyos df39c3ce38 matroskaenc: add codec_tag lists back. 12 years ago
Carl Eugen Hoyos f8b6d4818e Only try to auto-detect LATM in mpegts if the LOAS demuxer was configured. 12 years ago
Martin Storsjö e90820d4f8 rtp: Make sure priv_data is set before reading it 12 years ago
Michael Niedermayer 665f2d432c hls: add missing checks for accessing avoption fields 12 years ago
Micah Galizia d4e5d8d4c2 lavf/hls: broker HTTP options 12 years ago
Stefano Sabatini e319725717 lavf/segment: exit immediately in case of invalid stream specifier 12 years ago
Stefano Sabatini bb539eb13a lavf/segment: avoid failure in case -flags +live and -segment_times/frames are specified 12 years ago
Stefano Sabatini f4e4e5b841 lavf/segment: drop now pointless segment_list_close() function 12 years ago
Stefano Sabatini ca68acd7ac lavf/segment: mark #EXT-X-ENDLIST in M3U8 only at the end of stream 12 years ago
Xi Wang cf29f49d8a rtpenc: fix overflow checking in avc_mp4_find_startcode() 12 years ago
Xi Wang ecb918e5f0 rtmp: fix buffer overflows in ff_amf_tag_contents() 12 years ago
Xi Wang 3cff53369a rtmp: fix multiple broken overflow checks 12 years ago
Xi Wang 4e692374f7 rtmp: fix buffer overflows in ff_amf_tag_contents() 12 years ago
Xi Wang 902cfe2f74 rtmp: fix multiple broken overflow checks 12 years ago
Xi Wang 2f014567cf rtpenc: fix overflow checking in avc_mp4_find_startcode() 12 years ago
Michael Niedermayer b89815f519 mvdec: check channel count. 12 years ago
Michael Niedermayer e6cc3c869b mvdec: minor simplification, remove av_inv_q() 12 years ago
Michael Niedermayer 4c9f35bb7c mvdec: use avpriv_set_pts_info() instead of directly setting tb. 12 years ago
Carl Eugen Hoyos 379d03b0c9 Fix compilation with --disable-everything --enable-demuxer=loas 12 years ago
Matthieu Bouron c114414a57 lavf/aiffenc: ID3 tags support 12 years ago
Stefano Sabatini 30a40d4a55 lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in docs 12 years ago
Michael Niedermayer 9774251c45 rtpenc: do not use random values for seq when bitexact is requested. 12 years ago
Michael Niedermayer 0a84174f2d mov: prevent double free if the caller replaces the io context. 12 years ago
Martin Storsjö ab587f39b2 rtpenc: Start the sequence numbers from a random offset 12 years ago
Michael Niedermayer 05340be97b img2dec: support seeking in infinitely looped stream 12 years ago
Stefano Sabatini 4630dfd1eb lavf/hlsenc: append last incomplete segment when closing the output 12 years ago
Michael Niedermayer ed37a566c9 oggdec: remove unused variables 12 years ago
Jindrich Makovicka 570a4a0189 avidec: use sensible error codes instead of -1 12 years ago
Michael Niedermayer c74d4658dc oggdec: #if 0 disabled code 12 years ago
Micah Galizia c8ea5ccd5d fix memory leak on string reassign 12 years ago