9125 Commits (89f11f498b9c15bc71494a11a7ec560f4adf630d)

Author SHA1 Message Date
Diego Biurrun 48a4ffa722 asf: K&R formatting cosmetics 12 years ago
Diego Biurrun 6c1a7d07eb Use proper "" quotes for local header #includes 12 years ago
Anton Khirnov 9ec8971060 bink demuxer: set framerate. 12 years ago
Anton Khirnov 1730ca2eca bink demuxer: check malloc return value 12 years ago
Diego Biurrun 0f5b0b4178 avisynth: Change demuxer name to avoid conflicts with AVS 12 years ago
Martin Storsjö 61d36761ef movenc: Simplify code by using avio_wb24 12 years ago
Anton Khirnov 729b37149c mvi: set framerate 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
Martin Storsjö e90820d4f8 rtp: Make sure priv_data is set before reading it 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
Martin Storsjö ab587f39b2 rtpenc: Start the sequence numbers from a random offset 12 years ago
Jindrich Makovicka 570a4a0189 avidec: use sensible error codes instead of -1 12 years ago
Martin Storsjö c9311f3e46 srtp: Move a variable to a local scope 12 years ago
Martin Storsjö ae01e8d295 srtp: Add tests for the crypto suite with 32/80 bit HMAC 12 years ago
Martin Storsjö 3ef6d22e1b srtp: cosmetics: Use fewer lines for the test vectors 12 years ago
Martin Storsjö b4bb1d493c srtp: Don't require more input data than what actually is needed 12 years ago
Martin Storsjö a2a991b2dd srtp: Improve the minimum encryption buffer size check 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
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
Luca Barbato 80ac87c13d lavc: support ZenoXVID custom tag 12 years ago
Justin Ruggles b805c725a3 idcin: fix memleaks in idcin_read_packet() 12 years ago
Martin Storsjö a7ba324413 rtpdec_mpeg4: Check the remaining amount of data before reading 12 years ago
Martin Storsjö 977d4a3b8a rtpdec_mpeg4: Check the return value from malloc 12 years ago
Martin Storsjö 42364fcbca srtp: Mark a few variables as uninitialized 12 years ago
Martin Storsjö c2603aa25b lavf: Add a fate test for the SRTP functions 12 years ago
Martin Storsjö 611bf39bde sdp: Include SRTP crypto params if using the srtp protocol 12 years ago
Martin Storsjö 2f3bada63e lavf: Add a protocol for SRTP encryption/decryption 12 years ago
Martin Storsjö 424da30830 rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) 12 years ago
Martin Storsjö ab2ad8bd56 lavf: Add functions for SRTP decryption/encryption 12 years ago
Diego Biurrun d8c772de53 nutdec: Always return a value from nut_read_timestamp() 12 years ago
Giorgio Vazzana 39403c6c1b oggparsetheora: fix comment header parsing 12 years ago
Luca Barbato 23a610b9d6 nut: support vp9 tag 12 years ago
Tom Finegan 66aabd76a9 mkv: support vp9 tag 12 years ago
Martin Storsjö d596f2b322 rtpdec: Make variables that should wrap unsigned 12 years ago
Martin Storsjö 30b50f79ae rtpdec: Handle more received packets than expected when sending RR 12 years ago
Martin Storsjö d0fe217e39 rtpdec: Simplify insertion into the linked list queue 12 years ago
Martin Storsjö 62761934b0 rtpdec: Remove a woefully misplaced comment 12 years ago
Michael Niedermayer 6dc8505417 rtmpproto: Fix assignments in if() 12 years ago
Michael Niedermayer d641ee94b5 lavf: Fix assignments in if() 12 years ago
Martin Storsjö 22c436c85e rtpdec: Send a valid "delay since SR" value in the RTCP RR packets 12 years ago