- 09 Apr, 2007 8 commits
-
-
aurel authored
so that it can be used by other part of the code git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8695 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8694 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8693 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8692 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
aurel authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8691 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
calls decode_rbsp_trailing() and therefore bit_length might get negative. Although the remaining code is able to handle a negative bit_length, avoid the calculation at all by setting bit_length to 0 for dst_length == 0. patch by Reinhard Nissl, rnissl gmx de git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8690 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
Consider the following byte sequence 00 00 01 0a 00 00 00 01 09 ... ^ ^ A B decode_nal() determines dst_length to be 1 (i. e. the byte between label A and B above). However, this byte is a trailing zero byte as the spec says the the current NAL unit is terminated by a byte sequence 00 00 00. The current code used a loop to decrement dst_length accordingly. But the loop doesn't start as the loop condition checks for dst_length > 1, which should read dst_length > 0. patch by Reinhard Nissl, rnissl gmx de git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8689 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
i.e. the four bytes 00 00 01 0a. When decode_nal() decodes the end of sequence NAL unit, it returns with dst_length == 0. The original code leads to a return -1 which discards the current properly decoded frame. patch by Reinhard Nissl, rnissl gmx de git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8688 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 08 Apr, 2007 14 commits
-
-
diego authored
patch by Nicholas Tung, ntung ntung com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8687 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
and have no prototype in a header file static. patch by Stefan Huehner, stefan huehner org git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8686 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
enabled. Also fixes some "defined but not used" warnings in that case. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8685 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8684 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8683 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8682 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8681 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
patch by Marco Gerards, mgerards xs4all nl git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8680 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8679 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8678 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8677 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8676 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8675 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8674 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
- 07 Apr, 2007 18 commits
-
-
michael authored
shorter and correcter (its not the number of anything) git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8673 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8672 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8671 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8670 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8669 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8668 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8667 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8666 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8665 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8664 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8663 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8662 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8661 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8660 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8659 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8658 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
michael authored
5% smaller adpcm.o 20% faster git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8657 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-
diego authored
patch by Anssi Hannula, anssi.hannula gmail com git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8656 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
-