Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix info packet type, found by oded as well as the new pedantic const | Michael Niedermayer | 2008-02-04 | 1 | -2/+3 | |
* | -Wwrite-strings nitpicking fix | Michael Niedermayer | 2008-02-04 | 1 | -1/+2 | |
* | More verbose aspect ratio error msg. | Michael Niedermayer | 2007-12-31 | 1 | -1/+1 | |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -12/+12 | |
* | Add ff_ prefix to get_v() | Kostya Shishkov | 2007-11-03 | 1 | -39/+39 | |
* | Make get_v() available to the other demuxers | Kostya Shishkov | 2007-11-03 | 1 | -11/+0 | |
* | rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.... | Baptiste Coudurier | 2007-10-30 | 1 | -3/+3 | |
* | warning fix: | Diego Biurrun | 2007-09-16 | 1 | -1/+0 | |
* | Remove unused variable. | Diego Biurrun | 2007-08-27 | 1 | -1/+0 | |
* | spelling/wording cosmetics | Diego Biurrun | 2007-08-17 | 1 | -12/+12 | |
* | move syncpoint cache related stuff to common file | Michael Niedermayer | 2007-08-09 | 1 | -23/+4 | |
* | fix forw_ptr crc check | Michael Niedermayer | 2007-08-09 | 1 | -8/+11 | |
* | get rid of printf | Michael Niedermayer | 2007-08-09 | 1 | -3/+3 | |
* | move lsb2full to common file | Michael Niedermayer | 2007-08-09 | 1 | -7/+1 | |
* | move syncpoint timestamp resetting code to a common file | Michael Niedermayer | 2007-08-09 | 1 | -11/+1 | |
* | check forw_ptr CRC | Michael Niedermayer | 2007-08-09 | 1 | -1/+4 | |
* | make StreamContext.time_base a pointer | Michael Niedermayer | 2007-08-09 | 1 | -5/+5 | |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 | |
* | 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 |