[FFmpeg-cvslog] svq1: do not modify the input packet

2014-08-12 Thread Anton Khirnov
ffmpeg | branch: release/0.10 | Anton Khirnov | Sun Aug 3 10:14:48 2014 +0200| [9d5f4f025304ac7c69775179044e6f69f370441a] | committer: Anton Khirnov svq1: do not modify the input packet The input data must remain constant, make a copy instead. This is in theory a performance hit, but since I

[FFmpeg-cvslog] svq1: do not modify the input packet

2014-08-11 Thread Anton Khirnov
ffmpeg | branch: release/2.2 | Anton Khirnov | Sun Aug 3 10:14:48 2014 +0200| [d513c6a0ee582d22b6e793286774abbde01f6680] | committer: Anton Khirnov svq1: do not modify the input packet The input data must remain constant, make a copy instead. This is in theory a performance hit, but since I f

[FFmpeg-cvslog] svq1: do not modify the input packet

2014-08-08 Thread Anton Khirnov
ffmpeg | branch: release/1.1 | Anton Khirnov | Sun Aug 3 10:14:48 2014 +0200| [af9b62654d5aa023a96906215365532d18541a09] | committer: Anton Khirnov svq1: do not modify the input packet The input data must remain constant, make a copy instead. This is in theory a performance hit, but since I f

[FFmpeg-cvslog] svq1: do not modify the input packet

2014-08-06 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Aug 3 10:14:48 2014 +0200| [7b588bb691644e1b3c168b99accf74248a24e3cf] | committer: Anton Khirnov svq1: do not modify the input packet The input data must remain constant, make a copy instead. This is in theory a performance hit, but since I failed