]> git.sesse.net Git - ffmpeg/history - libavformat/mpeg.c
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
[ffmpeg] / libavformat / mpeg.c
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-21 Roman Shaposhnik * Moving FifoBuffer out of libavformat/avformat...
2006-08-29 Allan Sandfeld Jensenadd support for information in CDXA format
2006-08-19 Michael Niedermayerfix probing of 02-Penguin.flac
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-07-03 Måns Rullgårdattempt to detect Chinese AVS video
2006-06-29 Måns Rullgårddetect audio-only program streams and broken files...
2006-06-28 Måns Rullgårddetect MPEG PES streams as MPEG PS; the PS demuxer...
2006-06-19 Måns Rullgårdallow packets with non-zero PES_scrambling_control
2006-03-01 Michael Niedermayeradd size to AVIndex
2006-02-11 Michael Niedermayermpeg-ps probe 2nd try
2006-02-08 Michael Niedermayerreplace probe() by one similar to MPEG-ES
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-06-15 Aurelien Jacobsadd support for muxing subtitles in mpeg-ps
2005-06-03 Fabrice BellardDVD subtitle parsing - show mpeg component IDs by default
2005-05-20 Joakim Platefix ac3 and dts detection (patch by Joakim Plate <joaki...
2005-03-28 Måns RullgårdPSM support in MPEG-PS demuxer.
2005-03-17 Michael Niedermayermore fine grained discarding of packets
2005-03-13 Michael Niedermayerkeyframe & non keyframe index fixes
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-02-09 Chriss-target dvd minimum vobu length patch by ("Chris" ...
2005-01-22 Michael Niedermayersupport discarding uninterresting packets
2004-12-29 Michael Niedermayercommon.h -> common.h/bitstream.h
2004-12-05 ChrissThis patch takes into account that fifo_realloc may...
2004-12-01 Michael Niedermayerfifo_realloc()
2004-11-23 ChrissDVDNav4 patch by ("Chris" <chris at garveycocker d0t...
2004-11-21 Michael Niedermayerparts of the dvd patch from ("Chris" <chris <at< garvey...
2004-10-16 Michael Niedermayeruser setable preload and max_mux_delay
2004-10-07 Michael Niedermayerdo not randomize unknown timestamps
2004-10-06 Michael Niedermayeruser selectable packet_size and mux_rate
2004-10-03 Paul CurtisAVOutputFormat mpeg2dvd_mux and int is_dvd from the...
2004-10-03 Michael Niedermayerinitial dts fix
2004-10-03 Michael Niedermayerremove wrong 33bit truncation of internal timestamps
2004-10-03 Michael Niedermayerpts/dts 100l fix
2004-10-03 Michael Niedermayercleanup video buffer size
2004-10-03 Michael Niedermayercleanup
2004-10-03 Michael NiedermayerSCR timestamp fix try #1
2004-10-01 Michael Niedermayersimplify put_padding_packet()
2004-10-01 Michael Niedermayermove free() of AVStream priv data to av_write_trailer()
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