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