12459 Commits (a7f9d92a6d54495f812317abe249582c66efb7b6)

Author SHA1 Message Date
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
Martin Storsjö c9311f3e46 srtp: Move a variable to a local scope 12 years ago
Martin Storsjö 3ef6d22e1b srtp: cosmetics: Use fewer lines for the test vectors 12 years ago
Martin Storsjö a2a991b2dd srtp: Improve the minimum encryption buffer size check 12 years ago
Martin Storsjö ae01e8d295 srtp: Add tests for the crypto suite with 32/80 bit HMAC 12 years ago
Martin Storsjö b4bb1d493c srtp: Don't require more input data than what actually is needed 12 years ago
Martin Storsjö e1d0b3d875 srtp: Add support for a few DTLS-SRTP related crypto suites 12 years ago
Martin Storsjö f53490cc0c rtpdec/srtp: Handle CSRC fields being present 12 years ago
Martin Storsjö a76bc3bc44 rtpdec: Check the return value from av_new_packet 12 years ago
Xi Wang 64b7e7dcaf cafdec: fix overflow checking in read_header() 12 years ago
Michael Niedermayer 3317414fc1 wtvdec: fix integer overflow 12 years ago
Michael Niedermayer 7cb27d216d oggdec: Support chained streams, support replacing streams in multistream files. 12 years ago
Martin Storsjö c6f1dc8e4c rtpdec: Move setting the parsing flags to the actual depacketizers 12 years ago
Martin Storsjö a9c847c1ba rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer 12 years ago
Martin Storsjö 2326558d52 rtpdec: Split mpegts parsing to a normal depacketizer 12 years ago
Martin Storsjö d5bb8cc2dd rtpdec: Reorder payload handler registration alphabetically 12 years ago
Martin Storsjö a717f99042 mpegts: Share the cleanup code between the demuxer and lavf-internal parser functions 12 years ago
Martin Storsjö 21f5c24b80 rtpdec_mpeg4: Return one AAC AU per AVPacket 12 years ago
Matthieu Bouron b3b456b258 lavf/id3v2: seek back to previous offset if header size is not matched 12 years ago
Matthieu Bouron 61625565e4 lavf/id3v2: cosmetics: reindent 12 years ago
Stefano Sabatini d00df260ca lavf/segment: do not auto-select a video stream with attached_pic disposition 12 years ago
Stefano Sabatini bbce913edf lavf/segment: move reference stream selection code to a dedicated function 12 years ago
Stefano Sabatini 1de369a632 lavf/segment: remove now unused field list_max_segment_time 12 years ago
Stefano Sabatini d4890c1068 lavf/segment: add support to segment list file entries sliding window listing 12 years ago
Stefano Sabatini 6b7d9d5153 lavf/segment: add SegmentListEntry and use it 12 years ago
Stefano Sabatini 176b72a28c lavf/utils: provide feedback in case of invalid probe size 12 years ago
Luca Barbato 80ac87c13d lavc: support ZenoXVID custom tag 12 years ago
Carl Eugen Hoyos a1a707f728 Add a new function av_codec_get_tag2(). 12 years ago