summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_h261.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-12/+3
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-241-3/+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-12/+1
* rtp: Initial H.261 supportThomas Volkert2014-12-181-0/+202