]> git.sesse.net Git - ffmpeg/history - libavformat/rtp_mpv.c
oggdec: Set dts when known
[ffmpeg] / libavformat / rtp_mpv.c
2009-06-10 Luca BarbatoMake sure buffer end remains constant within the loop
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-10-02 Diego Biurrunspelling cosmetics
2008-07-10 Luca AbeniFix MPEG video packetization for RTP
2008-06-19 Luca AbeniFix neverending loop which might happen when sending...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-09-24 Luca AbeniAdd my name to the copyright header, since rtp_mpv...
2007-09-10 Luca AbeniFix timestamps in RTP packets (now, MPEG1 video with...
2007-09-03 Luca AbeniSet the "B" flag in the payload header
2007-09-03 Luca AbeniSet the "TR" field in the payload header
2007-09-03 Luca AbeniCorrectly set the "P" field in the payload header
2007-08-29 Luca AbeniCorrect packetization for MPEG video frames, and correc...
2007-08-29 Luca AbeniRemove commented code (payload header extension)
2007-08-28 Luca BarbatoBackport fix for mpegvideo rtp, fixes Issue119, origina...
2007-08-24 Luca AbeniMove the RTP packetization code for MPEG12 video in...