Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
| | | | | It's more readable and less prone to breakage. | ||||
* | dfa: Remove unused variable. | Diego Biurrun | 2011-05-15 | 1 | -1/+0 |
| | | | | | This fixes the warning: libavcodec/dfa.c:189: warning: unused variable ‘frame_end’ | ||||
* | dfa: fix buffer overflow checks to avoid integer overflows. | Reimar Döffinger | 2011-05-13 | 1 | -16/+19 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | dfa: protect pointer range checks against overflows. | Ronald S. Bultje | 2011-03-29 | 1 | -3/+3 |
| | |||||
* | Chronomaster DFA decoder | Kostya Shishkov | 2011-03-28 | 1 | -0/+395 |
Signed-off-by: Anton Khirnov <anton@khirnov.net> |