summaryrefslogtreecommitdiff
path: root/libavformat/nutdec.c
Commit message (Expand)AuthorAge
...
* Elision header demuxing support.Michael Niedermayer2008-02-15
* Read match time delta in the frame header.Michael Niedermayer2008-02-13
* Read match_time_delta in the framecode table.Michael Niedermayer2008-02-13
* typo fix: inited --> initializedDiego Biurrun2008-02-13
* Remove old workaround in nutdec.c for libnut bugOded Shimon2008-02-04
* missing " && j<syncpoint_count" protection in the index parsing, as theOded Shimon2008-02-04
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-04
* Fix info packet type, found by oded as well as the new pedantic constMichael Niedermayer2008-02-04
* -Wwrite-strings nitpicking fixMichael Niedermayer2008-02-04
* More verbose aspect ratio error msg.Michael Niedermayer2007-12-31
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
* Make get_v() available to the other demuxersKostya Shishkov2007-11-03
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier2007-10-30
* warning fix:Diego Biurrun2007-09-16
* Remove unused variable.Diego Biurrun2007-08-27
* spelling/wording cosmeticsDiego Biurrun2007-08-17
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-09
* fix forw_ptr crc checkMichael Niedermayer2007-08-09
* get rid of printfMichael Niedermayer2007-08-09
* move lsb2full to common fileMichael Niedermayer2007-08-09
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-09
* check forw_ptr CRCMichael Niedermayer2007-08-09
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-09
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* nutdec: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-08
* license header consistency cosmeticsDiego Biurrun2007-07-05
* use new string functionsMåns Rullgård2007-06-23
* fix some printf format specifiersMåns Rullgård2007-06-16
* misc spelling fixesDiego Biurrun2007-06-12
* Remove unused code + variable, fixes a warning.Diego Biurrun2007-04-24
* Make some functions which aren't used outside their declaring source fileStefan Huehner2007-04-08
* fix end-of-file detectionClemens Ladisch2007-03-18
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-28
* simplifyMichael Niedermayer2007-01-21
* check max_pts_distanceMichael Niedermayer2006-11-16
* skip non keyframes after seeking between syncpoint and the first keyframeMichael Niedermayer2006-11-16
* remove unused variablesMichael Niedermayer2006-11-16
* removing unused codeMichael Niedermayer2006-11-16
* check for frames with 2*size > max_dist and no crcMichael Niedermayer2006-11-14
* resync from last syncpointMichael Niedermayer2006-11-14
* remove skip spamMichael Niedermayer2006-11-14
* indentionMichael Niedermayer2006-11-14
* seeking with indexMichael Niedermayer2006-11-14
* index less seeking in O(log n) timeMichael Niedermayer2006-11-14
* fix checksum check (was my bug not libnut)Michael Niedermayer2006-11-12
* fix timestamp rounding in syncpointsMichael Niedermayer2006-11-12
* simplifyMichael Niedermayer2006-11-11
* dont do startcode search from last syncpoint if there are no errorsMichael Niedermayer2006-11-11
* nut simple seeking first tryMichael Niedermayer2006-11-11