summaryrefslogtreecommitdiff
path: root/libavformat/nutdec.c
Commit message (Collapse)AuthorAge
* More verbose aspect ratio error msg.Michael Niedermayer2007-12-31
| | | | Originally committed as revision 11362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
| | | | Originally committed as revision 10912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make get_v() available to the other demuxersKostya Shishkov2007-11-03
| | | | Originally committed as revision 10911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to ↵Baptiste Coudurier2007-10-30
| | | | | | aviobuf.c so it can be reused by other (de)muxers Originally committed as revision 10873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fix:Diego Biurrun2007-09-16
| | | | | | | nutdec.c: In function ‘nut_read_timestamp’: nutdec.c:759: warning: label ‘resync’ defined but not used Originally committed as revision 10506 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-08-27
| | | | Originally committed as revision 10251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording cosmeticsDiego Biurrun2007-08-17
| | | | Originally committed as revision 10131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move syncpoint cache related stuff to common fileMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix forw_ptr crc checkMichael Niedermayer2007-08-09
| | | | | | | not really beautiful but i did not find a nice solution note, untested Originally committed as revision 10037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of printfMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move lsb2full to common fileMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move syncpoint timestamp resetting code to a common fileMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check forw_ptr CRCMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make StreamContext.time_base a pointerMichael Niedermayer2007-08-09
| | | | Originally committed as revision 10010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nutdec: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård2007-07-08
| | | | Originally committed as revision 9528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use new string functionsMåns Rullgård2007-06-23
| | | | | | based on patch by Reimar Döffinger Originally committed as revision 9401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some printf format specifiersMåns Rullgård2007-06-16
| | | | Originally committed as revision 9334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused code + variable, fixes a warning.Diego Biurrun2007-04-24
| | | | Originally committed as revision 8794 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make some functions which aren't used outside their declaring source fileStefan Huehner2007-04-08
| | | | | | | and have no prototype in a header file static. patch by Stefan Huehner, stefan huehner org Originally committed as revision 8686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix end-of-file detectionClemens Ladisch2007-03-18
| | | | | | | | | | | | At the end of a nut file, the check for url_feof() fails because the eof flag was cleared by the url_fseek() call that was used to skip over the index packet. This patch fixes this patch by: Clemens Ladisch % cladisch A fastmail P net % Original thread: Date: Feb 27, 2007 6:13 PM Subject: [Ffmpeg-devel] [PATCH] nutdec: fix end-of-file detection Originally committed as revision 8447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-28
| | | | | | | patch from Clemens Ladisch cladisch AT fastmail dot net (stray base64 patch reverted in the next commits) Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check max_pts_distanceMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip non keyframes after seeking between syncpoint and the first keyframeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing unused codeMichael Niedermayer2006-11-16
| | | | Originally committed as revision 7096 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for frames with 2*size > max_dist and no crcMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7076 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resync from last syncpointMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove skip spamMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7074 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking with indexMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* index less seeking in O(log n) timeMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix checksum check (was my bug not libnut)Michael Niedermayer2006-11-12
| | | | Originally committed as revision 6980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix timestamp rounding in syncpointsMichael Niedermayer2006-11-12
| | | | | | index reading (unfinished and disabled) Originally committed as revision 6979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont do startcode search from last syncpoint if there are no errorsMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut simple seeking first tryMichael Niedermayer2006-11-11
| | | | Originally committed as revision 6968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updating nut demuxer to latest specMichael Niedermayer2006-11-11
no muxing yet no index yet no seeking yet libnuts crcs dont match mine (didnt investigate yet) samplerate is stored wrong by libnut (demuxer has a workaround) code is not clean or beautifull yet, but i thought its better to commit early before someone unneccesarily wastes his time duplicating the work demuxer split from muxer Originally committed as revision 6966 to svn://svn.ffmpeg.org/ffmpeg/trunk