[FFmpeg-cvslog] avformat/rm: limit packet size

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Mon Mar 2 15:46:44 2015 +0100| [25b8d52fdd158b524c08947526b8abdf968bac19] | committer: Michael Niedermayer avformat/rm: limit packet size The chunk size is limited to 0x (written by avio_wb16), so make sure that the packet size is not too

[FFmpeg-cvslog] avformat/rm: limit packet size

2015-03-09 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Mon Mar 2 15:46:44 2015 +0100| [25b73ae265fd8988110dbc1ebfa14f6d4609f262] | committer: Michael Niedermayer avformat/rm: limit packet size The chunk size is limited to 0x (written by avio_wb16), so make sure that the packet size is not too

[FFmpeg-cvslog] avformat/rm: limit packet size

2015-03-08 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Mon Mar 2 15:46:44 2015 +0100| [73ca672fb6e6661a5e1b5d1ec3ad06bfbe144fd4] | committer: Michael Niedermayer avformat/rm: limit packet size The chunk size is limited to 0x (written by avio_wb16), so make sure that the packet size is not too

[FFmpeg-cvslog] avformat/rm: limit packet size

2015-03-02 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Mar 2 15:46:44 2015 +0100| [08728f400b8367dc8c983036cb2eff3a2891322b] | committer: Michael Niedermayer avformat/rm: limit packet size The chunk size is limited to 0x (written by avio_wb16), so make sure that the packet size is not too larg