summaryrefslogtreecommitdiff
path: root/libavformat/nut.c
Commit message (Collapse)AuthorAge
...
* fourcc & language code v->vb typeMichael Niedermayer2004-04-08
| | | | | | | | | some minor cleanups some bugfixes seeking to type 1 and 2 frames (no index needed) timestamp/position cache so seeking without an index is fast Originally committed as revision 2980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (bytes_left() -> url_feof())Michael Niedermayer2004-04-06
| | | | | | | | | 10l (updating LRU delta pts for type 1/2 frames) ensure that checksumming isnt enabled if its not needed search for next startcode and then search backward to the next valid frame if an inconsistancy is detected deal with non-frame startcodes in the middle of the stream Originally committed as revision 2972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* search for undamaged headersMichael Niedermayer2004-04-05
| | | | Originally committed as revision 2970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksuming for nut & nice checksum API for libavformatMichael Niedermayer2004-04-05
| | | | Originally committed as revision 2969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (Titel->Title)Michael Niedermayer2004-04-05
| | | | Originally committed as revision 2967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* info packet read/write & simplifyMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make vorbis default againMichael Niedermayer2004-04-04
| | | | Originally committed as revision 2964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* large extradata fixMichael Niedermayer2004-04-04
| | | | | | use 3 pts predictors for vorbis, slightly more efficient Originally committed as revision 2960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut (de)muxer updateMichael Niedermayer2004-04-03
| | | | | | | | | | | | conform to latest spec remove get/put_s() not needed anymore update_packetheader() fixed (wasnt always working) store/load extradata & aspect ratio memleak fix dont use vorbis by default yet use frame_size from the codec instead of hardcoding it in the source Originally committed as revision 2951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
| | | | Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msb pts supportAlex Beregszaszi2003-12-08
| | | | Originally committed as revision 2576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2003-10-15
| | | | Originally committed as revision 2387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed codec specific data headersAlex Beregszaszi2003-10-02
| | | | Originally committed as revision 2337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed time base and sample rate handlingAlex Beregszaszi2003-10-02
| | | | Originally committed as revision 2336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix fabrice's broken get_bi and some minor changes in draftAlex Beregszaszi2003-10-02
| | | | Originally committed as revision 2335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
| | | | Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_bi(), be/le fixMichael Niedermayer2003-09-10
| | | | Originally committed as revision 2254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-08
| | | | Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed endianness dependancies (untested)Fabrice Bellard2003-09-08
| | | | Originally committed as revision 2224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move packetheader after startcodesAlex Beregszaszi2003-09-07
| | | | Originally committed as revision 2215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some fixesAlex Beregszaszi2003-09-06
| | | | Originally committed as revision 2214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* padding fixMichael Niedermayer2003-09-06
| | | | Originally committed as revision 2213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big/little endian fixMichael Niedermayer2003-09-06
| | | | | | | | | storing 64bit stuff in int fix put_v() fix startcodes nut_probe() Originally committed as revision 2212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial nut muxer and demuxer (demuxer is not fail safe)Alex Beregszaszi2003-09-05
Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk