ffmpeg | branch: release/0.10 | Andreas Cadhalpun
| Mon Mar 2 16:52:26 2015 +0100|
[82776caf7993221719eefbe576f851c7e52dfef9] | committer: Vittorio Giovara
rmenc: limit packet size
The chunk size is limited to UINT16_MAX (written by avio_wb16), so make
sure that the packet size is not too lar
ffmpeg | branch: release/1.1 | Andreas Cadhalpun
| Mon Mar 2 16:52:26 2015 +0100|
[3756b306a259d1376ce90404771c4d0ea7e23162] | committer: Vittorio Giovara
rmenc: limit packet size
The chunk size is limited to UINT16_MAX (written by avio_wb16), so make
sure that the packet size is not too larg
ffmpeg | branch: release/2.2 | Andreas Cadhalpun
| Mon Mar 2 16:52:26 2015 +0100|
[0051174c70810b66378cf8ea093eab01302f6049] | committer: Vittorio Giovara
rmenc: limit packet size
The chunk size is limited to UINT16_MAX (written by avio_wb16), so make
sure that the packet size is not too larg
ffmpeg | branch: release/2.4 | Andreas Cadhalpun
| Mon Mar 2 16:52:26 2015 +0100|
[2ef2f60b4f0308d1c871091c9c1a9641d14ec585] | committer: Vittorio Giovara
rmenc: limit packet size
The chunk size is limited to UINT16_MAX (written by avio_wb16), so make
sure that the packet size is not too larg
ffmpeg | branch: master | Andreas Cadhalpun
| Mon Mar 2 16:52:26 2015 +0100| [bb4e9389cc1601db618ed3c1375b62628d04] |
committer: Anton Khirnov
rmenc: limit packet size
The chunk size is limited to UINT16_MAX (written by avio_wb16), so make
sure that the packet size is not too large.
Such