summaryrefslogtreecommitdiffstats
path: root/libavformat/rm.c
Commit message (Collapse)AuthorAgeFilesLines
...
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-5/+5
| | | | Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly interleave packets during encodingMichael Niedermayer2004-05-291-6/+6
| | | | | | | dts/pts fixed for streamcopy dont use coded_frame->key_frame hack in muxers, use AVPacket.flags instead Originally committed as revision 3171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-5/+4
| | | | | | | | | | fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-1/+1
| | | | Originally committed as revision 2840 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
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-3/+3
| | | | Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for older real audio files (<= version 3)Fabrice Bellard2003-08-111-87/+166
| | | | Originally committed as revision 2119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update duration and start_time - add av_new_stream() usageFabrice Bellard2003-08-081-6/+6
| | | | Originally committed as revision 2110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-121-2/+3
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-7/+7
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc()Fabrice Bellard2003-01-231-1/+2
| | | | Originally committed as revision 1502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot ↵Ryutaroh Matsumoto2002-12-201-1/+1
| | | | | | titech dot ac dot jp>) Originally committed as revision 1352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-2/+2
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-041-1/+2
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+773
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud