]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/mpegtsenc.c
write a single pes for video frames, some proprietary player needs it
[frescor/ffmpeg.git] / libavformat / mpegtsenc.c
2009-05-11 bcoudurierwrite a single pes for video frames, some proprietary...
2009-05-10 bcoudurierensure first pts is set, according to specs
2009-05-10 bcoudurierremove useless max_payload_size variable
2009-05-10 bcoudurierdo not write dts if pts is not set
2009-05-10 bcoudurierfix total bitrate computation, based on patch by corp18...
2009-02-18 aureluse new metadata API in mpegts muxer
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-15 bcoudurieruse delay for subs and dirac too
2009-01-15 bcoudurieradd aud nal unit if not present in h264 bitstream
2009-01-14 bcoudurierconsider other codecs packets contain only one access...
2009-01-14 bcouduriercalculate pat, pmt and sdt exact size and adjust total...
2009-01-14 bcoudurierallow user to specify muxrate
2009-01-14 bcoudurierwarn if dts < pcr which means TS is invalid
2009-01-14 bcoudurieronly write dts if they differ from pts, according to...
2009-01-14 bcoudurieruse delay to avoid negative dts
2009-01-14 bcoudurierset pts and dts of pes packets exactly according to...
2009-01-14 bcouduriercompute pcr more accurately, regression tests need...
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-08-14 diegoChange Dirac in MPEG-TS encapsulation to conform with...
2008-08-13 diegoDirac encapsulation in MPEG-TS
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-06-03 bcoudurieradd pretty common .m2t as ts extension
2008-06-03 bcoudurierfix continuity counter to start at 0
2008-05-09 diegoUse full path for #includes from another directory.
2008-01-04 aurelimprove CRC API
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-03-02 mruwrite DTS, based on patch by Luca Abeni, lucabe72 email it
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-18 diegoAdd const to (mostly) char* and make some functions...
2006-03-06 michaelgeneric crc calculation code
2006-01-19 diegoProperly #ifdef muxer-specific parts.
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-06-03 bellardbuggy PCR output (just to keep HW decoders happy) ...
2005-03-09 michaeldouble free patch by (Måns Rullgård <mru inprovide...
2004-05-29 michaelpass AVPacket into av_write_frame()
2003-11-12 michaelsupport more codecs in MPEG-TS patch by (mru at kth...
2003-09-16 bellardgenerate correct PTS in transport stream - use mpeg2...
2003-09-10 bellard64 bit pts for writing - more const usage
2003-06-28 michaelnitry to filter _all_ PATs if no SDT could be found patch...
2003-06-13 bellardmpeg ts demux uses DVB SI info and generates correct...