]> git.sesse.net Git - ffmpeg/history - libavformat/mpeg.c
enable stream copy with ffserver, to be able to chain
[ffmpeg] / libavformat / mpeg.c
2004-01-17 Michael NiedermayerCONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronal...
2004-01-17 Michael Niedermayerseeking stuff
2004-01-17 Michael Niedermayerstore searched distance in index, so we dont waste...
2004-01-13 Michael Niedermayercaching of timestamps for mpeg-ps so seeking is faster
2003-12-18 Fabrice Bellardharcoded DTS computation for mpeg
2003-12-16 Fabrice Bellardprimitive LPCM generator
2003-12-16 Fabrice Bellardbetter and simpler logic for MPEG muxing - fixed rare...
2003-12-09 Michel Bardiauxsuppress PTS in packets when not needed (slightly small...
2003-11-10 Fabrice Bellardseek support
2003-10-29 Fabrice Bellardmake AVFMT_NOHEADER flag dynamic - added av_open_input_...
2003-10-28 Michael Niedermayer1/0 fix by (Tim Allen <tim at proximity dot com dot...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-10-13 Alex Beregszasziinit_put_bits changed
2003-09-10 Fabrice Bellardremoved invalid sequence end code
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-09 Michael Niedermayermemleak fix by (Michel Bardiaux <mbardiaux at peaktime...
2003-09-01 Michael Niedermayerfix MPEG-TS missdetected as MPEG-PS
2003-08-08 Fabrice Bellardexports mpegps_demux
2003-07-17 Fabrice Bellardremoved warnings
2003-07-15 Måns RullgårdWrite correct MPEG2-PS streams patch by (mru at users...
2003-07-10 Isaac Richards- Looks a tiny bit harder in mpegps_probe() for a valid...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-02 Fabrice Bellardavoid too many false detections
2003-01-31 Fabrice Bellardadded DVD LPCM decoding support
2002-12-20 Ryutaroh Matsumotomimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh...
2002-11-25 Fabrice Bellardrenamed libav to libavformat