summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* mov: use the format context for logging.Anton Khirnov2013-02-23
* asfdec: do not assume every AVStream has a corresponding ASFStreamAnton Khirnov2013-02-09
* asfdec: support reading ID3v2 tags in ASF filesVladimir Pantelic2013-02-09
* asfdec: also read Metadata Library ObjectVladimir Pantelic2013-02-09
* asfdec: read the full Metadata Object, not just aspect ratio informationVladimir Pantelic2013-02-09
* asfdec: silence a warningVladimir Pantelic2013-02-09
* asf: K&R formatting cosmeticsDiego Biurrun2013-02-06
* Use proper "" quotes for local header #includesDiego Biurrun2013-02-01
* bink demuxer: set framerate.Anton Khirnov2013-02-01
* bink demuxer: check malloc return valueAnton Khirnov2013-02-01
* avisynth: Change demuxer name to avoid conflicts with AVSDiego Biurrun2013-01-31
* movenc: Simplify code by using avio_wb24Martin Storsjö2013-01-30
* mvi: set framerateAnton Khirnov2013-01-29
* rtpenc_chain: Use the original AVFormatContext for getting payload typeMartin Storsjö2013-01-24
* rtp: Make sure the output format pointer is setMartin Storsjö2013-01-24
* rtp: Make sure priv_data is set before reading itMartin Storsjö2013-01-23
* rtpenc: fix overflow checking in avc_mp4_find_startcode()Xi Wang2013-01-23
* rtmp: fix buffer overflows in ff_amf_tag_contents()Xi Wang2013-01-23
* rtmp: fix multiple broken overflow checksXi Wang2013-01-23
* rtpenc: Start the sequence numbers from a random offsetMartin Storsjö2013-01-22
* avidec: use sensible error codes instead of -1Jindrich Makovicka2013-01-21
* srtp: Move a variable to a local scopeMartin Storsjö2013-01-21
* srtp: Add tests for the crypto suite with 32/80 bit HMACMartin Storsjö2013-01-21
* srtp: cosmetics: Use fewer lines for the test vectorsMartin Storsjö2013-01-21
* srtp: Don't require more input data than what actually is neededMartin Storsjö2013-01-21
* srtp: Improve the minimum encryption buffer size checkMartin Storsjö2013-01-21
* srtp: Add support for a few DTLS-SRTP related crypto suitesMartin Storsjö2013-01-21
* rtpdec/srtp: Handle CSRC fields being presentMartin Storsjö2013-01-21
* rtpdec: Check the return value from av_new_packetMartin Storsjö2013-01-21
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-20
* rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö2013-01-20
* rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö2013-01-20
* rtpdec: Reorder payload handler registration alphabeticallyMartin Storsjö2013-01-20
* mpegts: Share the cleanup code between the demuxer and lavf-internal parser f...Martin Storsjö2013-01-20
* rtpdec_mpeg4: Return one AAC AU per AVPacketMartin Storsjö2013-01-20
* lavc: support ZenoXVID custom tagLuca Barbato2013-01-17
* idcin: fix memleaks in idcin_read_packet()Justin Ruggles2013-01-16
* rtpdec_mpeg4: Check the remaining amount of data before readingMartin Storsjö2013-01-16
* rtpdec_mpeg4: Check the return value from mallocMartin Storsjö2013-01-15
* srtp: Mark a few variables as uninitializedMartin Storsjö2013-01-15
* lavf: Add a fate test for the SRTP functionsMartin Storsjö2013-01-15
* sdp: Include SRTP crypto params if using the srtp protocolMartin Storsjö2013-01-15
* lavf: Add a protocol for SRTP encryption/decryptionMartin Storsjö2013-01-15
* rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-15
* lavf: Add functions for SRTP decryption/encryptionMartin Storsjö2013-01-15
* nutdec: Always return a value from nut_read_timestamp()Diego Biurrun2013-01-15
* oggparsetheora: fix comment header parsingGiorgio Vazzana2013-01-14
* nut: support vp9 tagLuca Barbato2013-01-14
* mkv: support vp9 tagTom Finegan2013-01-14
* rtpdec: Make variables that should wrap unsignedMartin Storsjö2013-01-14