aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_mpa_robust.c
Commit message (Expand)AuthorAgeFilesLines
* rtpdec_mpa_robust: Fix incrementing split_posMartin Storsjö2015-03-041-1/+1
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-241-2/+2
* rtpdec: Use ffio_free_dyn_bufMartin Storsjö2015-02-241-13/+4
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-241-1/+0
* rtpdec: Remove unnecessary inline attributesMartin Storsjö2015-02-241-1/+1
* 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-10/+1
* rtpdec_mpa_robust: Move .enc_name to the start of the structMartin Storsjö2015-02-241-1/+1
* libavformat: add robust MPEG audio depacketization (RFC 5219)Gilles Chanteperdrix2015-02-211-0/+224