summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* rtpenc: Start the sequence numbers from a random offsetMartin Storsjö2013-01-223-3/+11
* avidec: use sensible error codes instead of -1Jindrich Makovicka2013-01-211-19/+22
* srtp: Move a variable to a local scopeMartin Storsjö2013-01-211-2/+2
* srtp: Add tests for the crypto suite with 32/80 bit HMACMartin Storsjö2013-01-211-0/+32
* srtp: cosmetics: Use fewer lines for the test vectorsMartin Storsjö2013-01-211-22/+8
* srtp: Don't require more input data than what actually is neededMartin Storsjö2013-01-211-2/+6
* srtp: Improve the minimum encryption buffer size checkMartin Storsjö2013-01-211-6/+10
* srtp: Add support for a few DTLS-SRTP related crypto suitesMartin Storsjö2013-01-213-13/+23
* rtpdec/srtp: Handle CSRC fields being presentMartin Storsjö2013-01-212-4/+21
* rtpdec: Check the return value from av_new_packetMartin Storsjö2013-01-211-1/+2
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-207-12/+58
* rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö2013-01-204-37/+70
* rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö2013-01-206-55/+131
* rtpdec: Reorder payload handler registration alphabeticallyMartin Storsjö2013-01-201-18/+15
* mpegts: Share the cleanup code between the demuxer and lavf-internal parser f...Martin Storsjö2013-01-201-6/+7
* rtpdec_mpeg4: Return one AAC AU per AVPacketMartin Storsjö2013-01-201-12/+31
* lavc: support ZenoXVID custom tagLuca Barbato2013-01-171-0/+1
* idcin: fix memleaks in idcin_read_packet()Justin Ruggles2013-01-161-1/+4
* rtpdec_mpeg4: Check the remaining amount of data before readingMartin Storsjö2013-01-161-2/+11
* rtpdec_mpeg4: Check the return value from mallocMartin Storsjö2013-01-151-1/+5
* srtp: Mark a few variables as uninitializedMartin Storsjö2013-01-151-2/+2
* lavf: Add a fate test for the SRTP functionsMartin Storsjö2013-01-152-0/+130
* sdp: Include SRTP crypto params if using the srtp protocolMartin Storsjö2013-01-151-1/+14
* lavf: Add a protocol for SRTP encryption/decryptionMartin Storsjö2013-01-154-2/+148
* rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-156-3/+37
* lavf: Add functions for SRTP decryption/encryptionMartin Storsjö2013-01-152-0/+345
* nutdec: Always return a value from nut_read_timestamp()Diego Biurrun2013-01-151-1/+1
* oggparsetheora: fix comment header parsingGiorgio Vazzana2013-01-141-1/+1
* nut: support vp9 tagLuca Barbato2013-01-141-0/+1
* mkv: support vp9 tagTom Finegan2013-01-141-0/+1
* rtpdec: Make variables that should wrap unsignedMartin Storsjö2013-01-141-3/+3
* rtpdec: Handle more received packets than expected when sending RRMartin Storsjö2013-01-141-1/+1
* rtpdec: Simplify insertion into the linked list queueMartin Storsjö2013-01-141-10/+6
* rtpdec: Remove a woefully misplaced commentMartin Storsjö2013-01-141-1/+0
* rtmpproto: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* lavf: Fix assignments in if()Michael Niedermayer2013-01-141-1/+1
* rtpdec: Send a valid "delay since SR" value in the RTCP RR packetsMartin Storsjö2013-01-122-2/+4
* rtpdec: Calculate and report packet reception jitterMartin Storsjö2013-01-121-0/+28
* rtpdec: Fix the calculation of expected number of packetsMartin Storsjö2013-01-121-1/+1
* rtpdec: Remove a useless todo commentMartin Storsjö2013-01-121-1/+1
* rtsp: Remove an outdated commentMartin Storsjö2013-01-121-4/+0
* rtsp: Remove references to weirdly named variables in other filesMartin Storsjö2013-01-121-3/+1
* rtp: Rename a static variable to normal naming conventionsMartin Storsjö2013-01-121-24/+24
* rtp: Cosmetic cleanupMartin Storsjö2013-01-121-10/+4
* matroska: Fix use after freeDale Curtis2013-01-111-1/+1
* rtpdec_vp8: Don't trim too much data from broken framesMartin Storsjö2013-01-101-4/+2
* rtpdec_vp8: Simplify code by using an existing helper functionMartin Storsjö2013-01-101-5/+2
* rtpdec: Add a terminating null byte at the end of the SDES/CNAMEMartin Storsjö2013-01-101-2/+3
* yuv4mpeg: do not use deprecated functionsLuca Barbato2013-01-091-2/+4
* oggdec: fix faulty cleanup prototypeLuca Barbato2013-01-091-1/+1
OpenPOWER on IntegriCloud