summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_vp8.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-24
* rtpdec: Use ffio_free_dyn_bufMartin Storsjö2015-02-24
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-24
* rtpdec: Use .init instead of .alloc to set default valuesMartin Storsjö2015-02-24
* rtpdec_vp8: Set the keyframe flagMartin Storsjö2015-02-20
* rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö2013-03-02
* rtpdec_vp8: Don't trim too much data from broken framesMartin Storsjö2013-01-10
* rtpdec_vp8: Simplify code by using an existing helper functionMartin Storsjö2013-01-10
* rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPTMartin Storsjö2013-01-09
* rtpdec_vp8: Request a keyframe if RTP packets are lostMartin Storsjö2013-01-08
* rtpdec_vp8: Avoid a warning about a possibly unused variableMartin Storsjö2013-01-08
* rtpdec_vp8: Make sure the previous packet is returnedMartin Storsjö2013-01-08
* rtpdec_vp8: Set the timestamp when returning a deferred packetMartin Storsjö2013-01-08
* rtpdec_vp8: Don't return known-broken packetsMartin Storsjö2012-12-21
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-21
* rtpdec_vp8: Cosmetics: Fix bad alignment/indentationMartin Storsjö2012-12-16
* rtpdec_vp8: Don't parse fields that aren't usedMartin Storsjö2012-11-02
* rtpdec: factorize identical code used in several handlersAnton Khirnov2012-11-02
* rtpdec_vp8: Make the depacketizer implement the latest spec draftMartin Storsjö2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* RTP/VP8: Update the warning about the VP8 payloadMartin Storsjö2010-12-05
* Add RTP depacketization of VP8Josh Allmann2010-08-16