summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_mpeg12.c
Commit message (Collapse)AuthorAge
* 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
| | | | | | | This gets rid of almost all the codec specific details from the generic rtpdec code. Signed-off-by: Martin Storsjö <martin@martin.st>
* rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö2013-01-20
This also adds checking of mallocs. Signed-off-by: Martin Storsjö <martin@martin.st>