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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-10rtpdec_vp8: Don't trim too much data from broken framesMartin Storsjö
2013-01-10rtpdec_vp8: Simplify code by using an existing helper functionMartin Storsjö
2013-01-09rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPTMartin Storsjö
2013-01-08rtpdec_vp8: Request a keyframe if RTP packets are lostMartin Storsjö
2013-01-08rtpdec_vp8: Avoid a warning about a possibly unused variableMartin Storsjö
2013-01-08rtpdec_vp8: Make sure the previous packet is returnedMartin Storsjö
2013-01-08rtpdec_vp8: Set the timestamp when returning a deferred packetMartin Storsjö
2012-12-21rtpdec_vp8: Don't return known-broken packetsMartin Storsjö
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-12-16rtpdec_vp8: Cosmetics: Fix bad alignment/indentationMartin Storsjö
2012-11-02rtpdec_vp8: Don't parse fields that aren't usedMartin Storsjö
2012-11-02rtpdec: factorize identical code used in several handlersAnton Khirnov
2012-10-09rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2010-12-05RTP/VP8: Update the warning about the VP8 payloadMartin Storsjö
2010-08-16Add RTP depacketization of VP8Josh Allmann