summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_h263_rfc2190.c
Commit message (Expand)AuthorAgeFilesLines
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-241-2/+2
* rtpdec: Use ffio_free_dyn_bufMartin Storsjö2015-02-241-9/+3
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-241-1/+0
* rtpdec: Remove unnecessary checksMartin Storsjö2015-02-241-2/+0
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-241-6/+1
* rtpdec: Set need_parsing via a handler fieldMartin Storsjö2015-02-241-9/+1
* rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered dataMartin Storsjö2014-12-181-0/+1
* avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-051-1/+2
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-201-0/+9
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-211-3/+4
* rtpdec: factorize identical code used in several handlersAnton Khirnov2012-11-021-7/+5
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* rtpdec: Don't require frames to start with a Mode A packetMartin Storsjö2012-06-141-1/+1
* rtpdec: Identify incorrectly signalled H263Martin Storsjö2012-02-181-1/+23
* rtpdec: Support H263 in RFC 2190 formatMartin Storsjö2012-02-141-0/+184
OpenPOWER on IntegriCloud