summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
Commit message (Expand)AuthorAge
...
* SCR timestamp fix try #1Michael Niedermayer2004-10-03
* simplify put_padding_packet()Michael Niedermayer2004-10-01
* move free() of AVStream priv data to av_write_trailer()Michael Niedermayer2004-10-01
* 64bit and reading over the end of the array fixesMichael Niedermayer2004-10-01
* do not call (av_)abort()Michael Niedermayer2004-10-01
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-14
* cvs diff before cvs commitMike Melanson2004-06-19
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com>Michael Niedermayer2004-06-09
* correctly interleave packets during encodingMichael Niedermayer2004-05-29
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* dont add padding in the middle of the data patch by (Sidik Isani <isani at cf...Sidik Isani2004-05-25
* store index for seeking in the native timebase of each streamMichael Niedermayer2004-05-23
* mpeg SVCD compatibility, SCR fixes, standard complianceHauke Duden2004-04-26
* Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>)Dmitry Borisov2004-04-23
* moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer2004-04-12
* warning patrolFalk Hüffner2004-03-24
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)Hauke Duden2004-02-19
* Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>)Michael Niedermayer2004-02-01
* CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)Michael Niedermayer2004-01-17
* seeking stuffMichael Niedermayer2004-01-17
* store searched distance in index, so we dont waste time searching for keyfram...Michael Niedermayer2004-01-17
* caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer2004-01-13
* harcoded DTS computation for mpegFabrice Bellard2003-12-18
* primitive LPCM generatorFabrice Bellard2003-12-16
* better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generat...Fabrice Bellard2003-12-16
* suppress PTS in packets when not needed (slightly smaller files), fixed PTS g...Michel Bardiaux2003-12-09
* seek supportFabrice Bellard2003-11-10
* make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()Fabrice Bellard2003-10-29
* 1/0 fix by (Tim Allen <tim at proximity dot com dot au>)Michael Niedermayer2003-10-28
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* init_put_bits changedAlex Beregszaszi2003-10-13
* removed invalid sequence end codeFabrice Bellard2003-09-10
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-09-09
* fix MPEG-TS missdetected as MPEG-PSMichael Niedermayer2003-09-01
* exports mpegps_demuxFabrice Bellard2003-08-08
* removed warningsFabrice Bellard2003-07-17
* Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net...Måns Rullgård2003-07-15
* - Looks a tiny bit harder in mpegps_probe() for a valid start code. This isIsaac Richards2003-07-10
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* avoid too many false detectionsFabrice Bellard2003-02-02
* added DVD LPCM decoding supportFabrice Bellard2003-01-31
* mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech...Ryutaroh Matsumoto2002-12-20
* renamed libav to libavformatFabrice Bellard2002-11-25