aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mpeg.c
Commit message (Collapse)AuthorAgeFilesLines
...
* seek supportFabrice Bellard2003-11-101-36/+267
| | | | Originally committed as revision 2501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard2003-10-291-1/+2
| | | | Originally committed as revision 2447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0 fix by (Tim Allen <tim at proximity dot com dot au>)Michael Niedermayer2003-10-281-0/+4
| | | | Originally committed as revision 2444 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
* init_put_bits changedAlex Beregszaszi2003-10-131-2/+2
| | | | Originally committed as revision 2369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed invalid sequence end codeFabrice Bellard2003-09-101-12/+7
| | | | Originally committed as revision 2256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-1/+1
| | | | Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-09-091-0/+4
| | | | Originally committed as revision 2242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix MPEG-TS missdetected as MPEG-PSMichael Niedermayer2003-09-011-1/+1
| | | | Originally committed as revision 2194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exports mpegps_demuxFabrice Bellard2003-08-081-1/+1
| | | | Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-07-171-1/+0
| | | | Originally committed as revision 2059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot ↵Måns Rullgård2003-07-151-1/+1
| | | | | | net (Måns Rullgård)) Originally committed as revision 2048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Looks a tiny bit harder in mpegps_probe() for a valid start code. This isIsaac Richards2003-07-101-15/+19
| | | | | | | | | needed to detect some files produced by pvr-250/350 capture cards. - Adds AC3 audio support to the mpegts demuxer, and makes it a little more tolerant of bad files. patch by (Isaac Richards <ijr at po dot cwru dot edu>) Originally committed as revision 2028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-21/+21
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid too many false detectionsFabrice Bellard2003-02-021-18/+21
| | | | Originally committed as revision 1537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added DVD LPCM decoding supportFabrice Bellard2003-01-311-0/+20
| | | | Originally committed as revision 1525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot ↵Ryutaroh Matsumoto2002-12-201-3/+3
| | | | | | titech dot ac dot jp>) Originally committed as revision 1352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+685
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk