aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/nut.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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