summaryrefslogtreecommitdiff
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAge
...
* mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-28
* In mpegts "reserved_future_use" field must be set to 1 in SDT tableGeorgi Chorbadzhiyski2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* mpegtsenc: set reserved bits to 1 in PCR fieldGeorgi Chorbadzhiyski2011-01-26
* mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski2011-01-25
* mpegtsenc: prefer metadata keyed with "service_name"Janne Grunau2011-01-20
* Add service_provider and service_name metadataGeorgi Chorbadzhiyski2011-01-20
* mpegtsenc: Improve PCR generation and outputTomas Härdin2010-12-03
* mpegtsenc: IndentTomas Härdin2010-09-27
* mpegtsenc: Write subtitle extradata if setTomas Härdin2010-09-27
* In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122Baptiste Coudurier2010-07-23
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-10
* In mpegts muxer, print VBR instead of dummy 1 when displaying muxrateBaptiste Coudurier2010-07-08
* mpegtsenc: allocate correct size for PID tableMåns Rullgård2010-07-01
* Allow setting streamid when muxing mpegts.Mike Scheutzow2010-06-30
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-11
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* In mpegts muxer, free adts context and temporary dataBaptiste Coudurier2010-03-10
* reindentBaptiste Coudurier2010-03-10
* In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier2010-03-09
* In mpegts muxer, search for h264 aud nal, it might not be the first nal.Baptiste Coudurier2010-03-08
* mpegts vbr muxing, activated when muxing rate is not supplied by theBaptiste Coudurier2010-03-08
* Start continuity counter at 0 for pmt as wellBaptiste Coudurier2010-03-08
* Start continuity counter at 0 for streamsBaptiste Coudurier2010-03-08
* 10l typo, fix ts total bit rate computationBaptiste Coudurier2010-03-08
* Correctly increment continuity_counter in PCR packets.Yann Coupin2010-02-24
* revert wrongly commited hunk in r21205Baptiste Coudurier2010-01-13
* remove useless declarations from mpegts.hBaptiste Coudurier2010-01-13
* use codec rc_max_rate if set and warn if bit rate is not setBaptiste Coudurier2010-01-13
* Do not split audio frames accross pes packets.Baptiste Coudurier2010-01-13
* print more debug info about muxing parameters, patch by Mike Scheutzow, scheu...Mike Scheutzow2010-01-13
* update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ...Mike Scheutzow2010-01-13
* Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow2010-01-13
* move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ...Mike Scheutzow2010-01-13
* output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcat...Mike Scheutzow2010-01-13
* fix ts packet header size computation, patch by Niobos, niobos at dest-unreac...Niobos2010-01-13
* fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach d...Niobos2010-01-13
* mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier2009-10-18
* fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos2009-09-17
* rename freq to period which is more correct, patch by Niobos, niobos dot be a...Niobos2009-07-28
* simplify pes timestamps fetching, based on a patch by corp186, chasedouglas a...Baptiste Coudurier2009-05-23
* compute total bitrate more accurately, patch by corp186, chasedouglas at gmai...corp1862009-05-23
* move free data in the video caseBaptiste Coudurier2009-05-11
* write a single pes for video frames, some proprietary player needs itBaptiste Coudurier2009-05-11
* ensure first pts is set, according to specsBaptiste Coudurier2009-05-10
* remove useless max_payload_size variableBaptiste Coudurier2009-05-10
* do not write dts if pts is not setBaptiste Coudurier2009-05-10
* fix total bitrate computation, based on patch by corp186, chasedouglas at gma...Baptiste Coudurier2009-05-10
* use new metadata API in mpegts muxerAurelien Jacobs2009-02-18