]> git.sesse.net Git - ffmpeg/history - libavformat/mpegtsenc.c
Add a @todo with a comment from Kostya so we don't forget to optimize that at
[ffmpeg] / libavformat / mpegtsenc.c
2009-02-18 Aurelien Jacobsuse new metadata API in mpegts muxer
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-15 Baptiste Coudurieruse delay for subs and dirac too
2009-01-15 Baptiste Coudurieradd aud nal unit if not present in h264 bitstream
2009-01-14 Baptiste Coudurierconsider other codecs packets contain only one access...
2009-01-14 Baptiste Couduriercalculate pat, pmt and sdt exact size and adjust total...
2009-01-14 Baptiste Coudurierallow user to specify muxrate
2009-01-14 Baptiste Coudurierwarn if dts < pcr which means TS is invalid
2009-01-14 Baptiste Coudurieronly write dts if they differ from pts, according to...
2009-01-14 Baptiste Coudurieruse delay to avoid negative dts
2009-01-14 Baptiste Coudurierset pts and dts of pes packets exactly according to...
2009-01-14 Baptiste Couduriercompute pcr more accurately, regression tests need...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-08-14 Anuradha SuraparajuChange Dirac in MPEG-TS encapsulation to conform with...
2008-08-13 Anuradha SuraparajuDirac encapsulation in MPEG-TS
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-06-03 Baptiste Coudurieradd pretty common .m2t as ts extension
2008-06-03 Baptiste Coudurierfix continuity counter to start at 0
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-04 Aurelien Jacobsimprove CRC API
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-03-02 Måns Rullgårdwrite DTS, based on patch by Luca Abeni, lucabe72 email it
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
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-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-03-06 Michael Niedermayergeneric crc calculation code
2006-01-19 Gildas BazinProperly #ifdef muxer-specific parts.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-06-03 Fabrice Bellardbuggy PCR output (just to keep HW decoders happy) ...
2005-03-09 Måns Rullgårddouble free patch by (Måns Rullgård <mru inprovide...
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2003-11-12 Måns Rullgårdsupport more codecs in MPEG-TS patch by (mru at kth...
2003-09-16 Fabrice Bellardgenerate correct PTS in transport stream - use mpeg2...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-06-28 Michael Niedermayertry to filter _all_ PATs if no SDT could be found patch...
2003-06-13 Fabrice Bellardmpeg ts demux uses DVB SI info and generates correct...