12318 Commits (d9e62f368d16420e213c0bc9e92221a3a4874a4d)

Author SHA1 Message Date
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
Carl Eugen Hoyos ad406f7e40 Only skip MLP header in mpeg files if the codec actually is MLP. 12 years ago
Michael Niedermayer 46730e7a0c mux/chunked interleaver: better align duration chunks. 12 years ago
Michael Niedermayer 69a96f9d4c mux: de-obfuscate chunked interleaver checks 12 years ago
Michael Niedermayer c57c1329a9 mux: simplify chunking interleaver code 12 years ago
James Almer b454c64e03 latmenc: Check for LOAS sync word 12 years ago
Michael Niedermayer 1191db31c1 mux: fix chunked interleaver 12 years ago
Justin Ruggles b805c725a3 idcin: fix memleaks in idcin_read_packet() 12 years ago
Nicolas George 0942aa4637 lafv/matroska: add A_OPUS/EXPERIMENTAL codec name. 12 years ago
Michael Niedermayer cae11e4031 mux: fix chunked_duration rounding anomaly 12 years ago
Martin Storsjö a7ba324413 rtpdec_mpeg4: Check the remaining amount of data before reading 12 years ago
Micah Galizia 0b80a12184 lavf/http: add HTTP protocol cookie support 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
Michael Niedermayer c994bb2fb7 oggdec: Leave treatment of serial changes to the decoder. 12 years ago
Michael Niedermayer c5cf58d4b9 oggdec: resync from the last page. 12 years ago
Michael Niedermayer 918b411636 rtpdec: support CSRC 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