[FFmpeg-cvslog] alac: Reject rice_limit 0 if compression is used

2015-06-01 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Fri Apr 24 00:01:43 2015 +0200| [1dcb68c02a55648facb82c0b2b6a1eb3dc18f988] | committer: Reinhard Tartler alac: Reject rice_limit 0 if compression is used If in compression mode rice_limit = 0 leads to call

[FFmpeg-cvslog] alac: reject rice_limit 0 if compression is used

2015-06-01 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Fri Apr 24 00:01:43 2015 +0200| [6443db085a192baf1ede12ca80e2bbd7be3ca4fc] | committer: Michael Niedermayer alac: reject rice_limit 0 if compression is used If rice_limit is 0, k can be 0 in decode_scalar,

[FFmpeg-cvslog] alac: reject rice_limit 0 if compression is used

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Fri Apr 24 00:01:43 2015 +0200| [4c01572a9480da7d4a7d7c3fd850cc23e94d6ca1] | committer: Michael Niedermayer alac: reject rice_limit 0 if compression is used If rice_limit is 0, k can be 0 in decode_scalar,

[FFmpeg-cvslog] alac: reject rice_limit 0 if compression is used

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Fri Apr 24 00:01:43 2015 +0200| [47f5f6b2303baf3e5e1e5acfee5bbe927be56f8e] | committer: Andreas Cadhalpun alac: reject rice_limit 0 if compression is used If rice_limit is 0, k can be 0 in decode_scalar, which

[FFmpeg-cvslog] alac: Reject rice_limit 0 if compression is used

2015-05-10 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Fri Apr 24 00:01:43 2015 +0200| [243e8443cd9e83c887e3f5edf09a169e7783d14e] | committer: Luca Barbato alac: Reject rice_limit 0 if compression is used If in compression mode rice_limit = 0 leads to call

[FFmpeg-cvslog] alac: reject rice_limit 0 if compression is used

2015-04-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Fri Apr 24 00:01:43 2015 +0200| [dfe37f2be202a0db5b1b06552ea2aaf33eb70628] | committer: Michael Niedermayer alac: reject rice_limit 0 if compression is used If rice_limit is 0, k can be 0 in decode_scalar,

[FFmpeg-cvslog] alac: reject rice_limit 0 if compression is used

2015-04-23 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Fri Apr 24 00:01:43 2015 +0200| [4b657a1b1eedcf38bcf36e89a2f4be6f76b5ce09] | committer: Michael Niedermayer alac: reject rice_limit 0 if compression is used If rice_limit is 0, k can be 0 in decode_scalar, which