summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_h263_rfc2190.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: Remove unnecessary checksMartin Storsjö2015-02-24
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-24
* rtpdec: Set need_parsing via a handler fieldMartin Storsjö2015-02-24
* rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered dataMartin Storsjö2014-12-18
* avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-05
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-20
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-21
* rtpdec: factorize identical code used in several handlersAnton Khirnov2012-11-02
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* rtpdec: Don't require frames to start with a Mode A packetMartin Storsjö2012-06-14
* rtpdec: Identify incorrectly signalled H263Martin Storsjö2012-02-18
* rtpdec: Support H263 in RFC 2190 formatMartin Storsjö2012-02-14