Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-03-02rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö
2013-03-02flvdec: Check the return value of a mallocMartin Storsjö
2013-03-02flvdec: Don't read the VP6 header byte when setting codec type based on metadataMartin Storsjö
2013-02-27lavf: Add a fate test for the noproxy pattern matchingMartin Storsjö
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2013-02-23mov: use the format context for logging.Anton Khirnov
2013-02-09asfdec: do not assume every AVStream has a corresponding ASFStreamAnton Khirnov
2013-02-09asfdec: support reading ID3v2 tags in ASF filesVladimir Pantelic
2013-02-09asfdec: also read Metadata Library ObjectVladimir Pantelic
2013-02-09asfdec: read the full Metadata Object, not just aspect ratio informationVladimir Pantelic
2013-02-09asfdec: silence a warningVladimir Pantelic
2013-02-06asf: K&R formatting cosmeticsDiego Biurrun
2013-02-01Use proper "" quotes for local header #includesDiego Biurrun
2013-02-01bink demuxer: set framerate.Anton Khirnov
2013-02-01bink demuxer: check malloc return valueAnton Khirnov
2013-01-31avisynth: Change demuxer name to avoid conflicts with AVSDiego Biurrun
2013-01-30movenc: Simplify code by using avio_wb24Martin Storsjö
2013-01-29mvi: set framerateAnton Khirnov
2013-01-24rtpenc_chain: Use the original AVFormatContext for getting payload typeMartin Storsjö
2013-01-24rtp: Make sure the output format pointer is setMartin Storsjö
2013-01-24rtp: Make sure priv_data is set before reading itMartin Storsjö
2013-01-23rtpenc: fix overflow checking in avc_mp4_find_startcode()Xi Wang
2013-01-23rtmp: fix buffer overflows in ff_amf_tag_contents()Xi Wang
2013-01-23rtmp: fix multiple broken overflow checksXi Wang
2013-01-22rtpenc: Start the sequence numbers from a random offsetMartin Storsjö
2013-01-21avidec: use sensible error codes instead of -1Jindrich Makovicka
2013-01-21srtp: Move a variable to a local scopeMartin Storsjö
2013-01-21srtp: Add tests for the crypto suite with 32/80 bit HMACMartin Storsjö
2013-01-21srtp: cosmetics: Use fewer lines for the test vectorsMartin Storsjö
2013-01-21srtp: Don't require more input data than what actually is neededMartin Storsjö
2013-01-21srtp: Improve the minimum encryption buffer size checkMartin Storsjö
2013-01-21srtp: Add support for a few DTLS-SRTP related crypto suitesMartin Storsjö
2013-01-21rtpdec/srtp: Handle CSRC fields being presentMartin Storsjö
2013-01-21rtpdec: Check the return value from av_new_packetMartin Storsjö
2013-01-20rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö
2013-01-20rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö
2013-01-20rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö
2013-01-20rtpdec: Reorder payload handler registration alphabeticallyMartin Storsjö
2013-01-20mpegts: Share the cleanup code between the demuxer and lavf-internal parser f...Martin Storsjö
2013-01-20rtpdec_mpeg4: Return one AAC AU per AVPacketMartin Storsjö
2013-01-18lavc: support ZenoXVID custom tagLuca Barbato
2013-01-16idcin: fix memleaks in idcin_read_packet()Justin Ruggles
2013-01-16rtpdec_mpeg4: Check the remaining amount of data before readingMartin Storsjö
2013-01-16rtpdec_mpeg4: Check the return value from mallocMartin Storsjö
2013-01-16srtp: Mark a few variables as uninitializedMartin Storsjö
2013-01-16lavf: Add a fate test for the SRTP functionsMartin Storsjö
2013-01-15sdp: Include SRTP crypto params if using the srtp protocolMartin Storsjö
2013-01-15lavf: Add a protocol for SRTP encryption/decryptionMartin Storsjö
2013-01-15rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö