Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nutdec: don't use deprecated codec_get_{bmp,wav}_id() | Måns Rullgård | 2007-07-08 | 1 | -2/+2 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | use new string functions | Måns Rullgård | 2007-06-23 | 1 | -4/+5 |
* | fix some printf format specifiers | Måns Rullgård | 2007-06-16 | 1 | -3/+3 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | Remove unused code + variable, fixes a warning. | Diego Biurrun | 2007-04-24 | 1 | -4/+1 |
* | Make some functions which aren't used outside their declaring source file | Stefan Huehner | 2007-04-08 | 1 | -2/+2 |
* | fix end-of-file detection | Clemens Ladisch | 2007-03-18 | 1 | -3/+2 |
* | get_packetheader() forgot to read the header_checksum in big packets | Luca Barbato | 2007-02-28 | 1 | -0/+2 |
* | simplify | Michael Niedermayer | 2007-01-21 | 1 | -11/+6 |
* | check max_pts_distance | Michael Niedermayer | 2006-11-16 | 1 | -11/+13 |
* | skip non keyframes after seeking between syncpoint and the first keyframe | Michael Niedermayer | 2006-11-16 | 1 | -1/+9 |
* | remove unused variables | Michael Niedermayer | 2006-11-16 | 1 | -2/+1 |
* | removing unused code | Michael Niedermayer | 2006-11-16 | 1 | -25/+1 |
* | check for frames with 2*size > max_dist and no crc | Michael Niedermayer | 2006-11-14 | 1 | -0/+3 |
* | resync from last syncpoint | Michael Niedermayer | 2006-11-14 | 1 | -1/+1 |
* | remove skip spam | Michael Niedermayer | 2006-11-14 | 1 | -1/+0 |
* | indention | Michael Niedermayer | 2006-11-14 | 1 | -21/+21 |
* | seeking with index | Michael Niedermayer | 2006-11-14 | 1 | -15/+14 |
* | index less seeking in O(log n) time | Michael Niedermayer | 2006-11-14 | 1 | -9/+79 |
* | fix checksum check (was my bug not libnut) | Michael Niedermayer | 2006-11-12 | 1 | -20/+11 |
* | fix timestamp rounding in syncpoints | Michael Niedermayer | 2006-11-12 | 1 | -2/+103 |
* | simplify | Michael Niedermayer | 2006-11-11 | 1 | -4/+2 |
* | dont do startcode search from last syncpoint if there are no errors | Michael Niedermayer | 2006-11-11 | 1 | -1/+3 |
* | nut simple seeking first try | Michael Niedermayer | 2006-11-11 | 1 | -4/+54 |
* | updating nut demuxer to latest spec | Michael Niedermayer | 2006-11-11 | 1 | -0/+691 |