]> git.sesse.net Git - ffmpeg/history - libavformat/mpeg.c
Add symbol versioning for shared libraries
[ffmpeg] / libavformat / mpeg.c
2004-10-01 Michael Niedermayer64bit and reading over the end of the array fixes
2004-10-01 Michael Niedermayerdo not call (av_)abort()
2004-07-14 Michael Niedermayerlibdts support by (Benjamin Zores <ben at geexbox dot...
2004-06-19 Mike Melansoncvs diff before cvs commit
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-06-09 Michael Niedermayerac3 bugfix, bug found by "Ben Cooley" <bcooley at dstre...
2004-05-29 Michael Niedermayercorrectly interleave packets during encoding
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-25 Sidik Isanidont add padding in the middle of the data patch by...
2004-05-23 Michael Niedermayerstore index for seeking in the native timebase of each...
2004-04-26 Hauke Dudenmpeg SVCD compatibility, SCR fixes, standard compliance
2004-04-23 Dmitry BorisovMpeg start codes patch by ("Dmitry Borisov" <jbors...
2004-04-12 Michael Niedermayermoving nearly identical binary search code from nut...
2004-03-24 Falk Hüffnerwarning patrol
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-02-19 Hauke Dudenimproved VCD support patch by ("Hauke Duden" <H.NS...
2004-02-01 Michael NiedermayerPatch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb...
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