aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/nut.c
Commit message (Collapse)AuthorAgeFilesLines
...
* nut (de)muxer updateMichael Niedermayer2004-04-031-156/+572
| | | | | | | | | | | | 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-031-8/+8
| | | | Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msb pts supportAlex Beregszaszi2003-12-081-14/+49
| | | | Originally committed as revision 2576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2003-10-151-2/+9
| | | | Originally committed as revision 2387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+6
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed codec specific data headersAlex Beregszaszi2003-10-021-10/+9
| | | | Originally committed as revision 2337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed time base and sample rate handlingAlex Beregszaszi2003-10-021-9/+17
| | | | 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-021-26/+8
| | | | Originally committed as revision 2335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-2/+2
| | | | Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_bi(), be/le fixMichael Niedermayer2003-09-101-14/+28
| | | | Originally committed as revision 2254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-081-1/+1
| | | | Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed endianness dependancies (untested)Fabrice Bellard2003-09-081-26/+23
| | | | Originally committed as revision 2224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move packetheader after startcodesAlex Beregszaszi2003-09-071-11/+10
| | | | Originally committed as revision 2215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some fixesAlex Beregszaszi2003-09-061-4/+6
| | | | Originally committed as revision 2214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* padding fixMichael Niedermayer2003-09-061-40/+38
| | | | Originally committed as revision 2213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big/little endian fixMichael Niedermayer2003-09-061-36/+70
| | | | | | | | | 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-051-0/+555
Originally committed as revision 2211 to svn://svn.ffmpeg.org/ffmpeg/trunk