summaryrefslogtreecommitdiff
path: root/libavformat/rtp_mpv.c
Commit message (Expand)AuthorAge
* Add my name to the copyright header, since rtp_mpv now containsLuca Abeni2007-09-24
* Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni2007-09-10
* Set the "B" flag in the payload headerLuca Abeni2007-09-03
* Set the "TR" field in the payload headerLuca Abeni2007-09-03
* Correctly set the "P" field in the payload headerLuca Abeni2007-09-03
* Correct packetization for MPEG video frames, and correct setting of theLuca Abeni2007-08-29
* Remove commented code (payload header extension)Luca Abeni2007-08-29
* Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallu...Luca Barbato2007-08-28
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-24