summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
Commit message (Collapse)AuthorAge
* removed invalid sequence end codeFabrice Bellard2003-09-10
| | | | Originally committed as revision 2256 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
* memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-09-09
| | | | Originally committed as revision 2242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix MPEG-TS missdetected as MPEG-PSMichael Niedermayer2003-09-01
| | | | Originally committed as revision 2194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exports mpegps_demuxFabrice Bellard2003-08-08
| | | | Originally committed as revision 2112 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed warningsFabrice Bellard2003-07-17
| | | | 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-15
| | | | | | 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-10
| | | | | | | | | 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-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid too many false detectionsFabrice Bellard2003-02-02
| | | | Originally committed as revision 1537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added DVD LPCM decoding supportFabrice Bellard2003-01-31
| | | | 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-20
| | | | | | titech dot ac dot jp>) Originally committed as revision 1352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-25
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk