]> git.sesse.net Git - ffmpeg/history - libavformat/rtp_aac.c
Fix possible buffer over-read in vorbis_comment, fix it double to be sure.
[ffmpeg] / libavformat / rtp_aac.c
2009-05-29 Luca AbeniCorrectly set the "AU size" field in the payload header for
2009-04-09 Luca AbeniAAC packetiser cleanup: use consts instead of #defines
2009-04-09 Luca AbeniAAC packetiser cleanup: remove check for a condition...
2009-04-09 Martin StorsjöFix two checks in the AAC packetiser, which were too...
2009-02-06 Luca AbeniMerge rtp_aac.h and rtp_mpv.h in rtpenc.h
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-05 Luca AbeniIntroduce a new num_frames field in RTPDemuxContext...
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2007-10-02 Luca AbeniAllow to set the maximum number of frames per RTP packe...
2007-09-14 Luca AbeniSupport fragmentation for AAC frames
2007-09-14 Luca AbeniSupport for AAC streaming over RTP. Fragmentation is...