summaryrefslogtreecommitdiffstats
path: root/libavformat/rtp_mpv.c
Commit message (Collapse)AuthorAgeFilesLines
* Add my name to the copyright header, since rtp_mpv now containsLuca Abeni2007-09-241-0/+1
| | | | | | a fair amount of code written by me Originally committed as revision 10563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly)Luca Abeni2007-09-101-4/+1
| | | | Originally committed as revision 10469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the "B" flag in the payload headerLuca Abeni2007-09-031-0/+7
| | | | Originally committed as revision 10284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the "TR" field in the payload headerLuca Abeni2007-09-031-1/+4
| | | | Originally committed as revision 10283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly set the "P" field in the payload headerLuca Abeni2007-09-031-1/+7
| | | | Originally committed as revision 10282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct packetization for MPEG video frames, and correct setting of theLuca Abeni2007-08-291-4/+40
| | | | | | "B" and "E" bits in the payload header Originally committed as revision 10260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented code (payload header extension)Luca Abeni2007-08-291-11/+0
| | | | Originally committed as revision 10259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario ↵Luca Barbato2007-08-281-9/+16
| | | | | | Gallucci <dariodotgallucciatpolito.it> in feng Originally committed as revision 10257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)Luca Abeni2007-08-241-0/+72
Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk