diff options
author | Simon Farnsworth <simon.farnsworth@onelan.co.uk> | 2008-07-28 17:14:41 +0100 |
---|---|---|
committer | Simon Farnsworth <simon.farnsworth@onelan.co.uk> | 2008-07-28 17:14:41 +0100 |
commit | a5d25b426a852306d74c4e4ecf39b1e3de289945 (patch) | |
tree | eab98f4d85a335d8622275415e25f0d2ca3cb89e /ChangeLog | |
parent | a9cbcc9a321b8baaf71b9a19d2b8ffde4390c6f9 (diff) | |
download | xine-lib-a5d25b426a852306d74c4e4ecf39b1e3de289945.tar.gz xine-lib-a5d25b426a852306d74c4e4ecf39b1e3de289945.tar.bz2 |
Preallocate after we know how large the frames will be (fixes a buffer overrun)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ xine-lib (1.1.15) 2008-??-?? * Xv deinterlacing didn't take the size of the deinterlaced image into account; on some chipsets, this would cause image corruption, while on others, there would be no problem. + * V4L changes: + - Delay preallocating video frames until we know how large they'll be xine-lib (1.1.14) 2008-06-29 * DVB changes: |