summaryrefslogtreecommitdiff
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAgeFilesLines
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* mpegtsenc: use correct PES stream_id for AACTony Strauss2011-02-211-1/+2
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-4/+4
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-1/+1
* mpegtsenc: whitespace cosmeticsMans Rullgard2011-02-141-1/+1
* mpegtsenc: set audio_type according to st->dispositionAnssi Hannula2011-02-141-0/+7
* mpegtsenc: fix PMT PID calculationMans Rullgard2011-01-311-1/+1
* Replace defines in libavformat/mpegtsenc.c with AVOptionsGeorgi Chorbadzhiyski2011-01-311-12/+35
* mpegtsenc: support CODEC_ID_AAC_LATMPeter Ross2011-01-281-0/+3
* In mpegts "reserved_future_use" field must be set to 1 in SDT tableGeorgi Chorbadzhiyski2011-01-281-1/+3
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* mpegtsenc: set reserved bits to 1 in PCR fieldGeorgi Chorbadzhiyski2011-01-261-1/+1
* mpegtsenc: remove unused variablesGeorgi Chorbadzhiyski2011-01-251-2/+0
* mpegtsenc: prefer metadata keyed with "service_name"Janne Grunau2011-01-201-2/+2
* Add service_provider and service_name metadataGeorgi Chorbadzhiyski2011-01-201-3/+7
* mpegtsenc: Improve PCR generation and outputTomas Härdin2010-12-031-24/+30
* mpegtsenc: IndentTomas Härdin2010-09-271-2/+2
* mpegtsenc: Write subtitle extradata if setTomas Härdin2010-09-271-0/+5
* In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122Baptiste Coudurier2010-07-231-1/+1
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* In mpegts muxer, print VBR instead of dummy 1 when displaying muxrateBaptiste Coudurier2010-07-081-4/+6
* mpegtsenc: allocate correct size for PID tableMåns Rullgård2010-07-011-1/+1
* Allow setting streamid when muxing mpegts.Mike Scheutzow2010-06-301-2/+29
* Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini2010-04-111-0/+1
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-11/+11
* In mpegts muxer, free adts context and temporary dataBaptiste Coudurier2010-03-101-0/+3
* reindentBaptiste Coudurier2010-03-101-8/+8
* In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier2010-03-091-0/+37
* In mpegts muxer, search for h264 aud nal, it might not be the first nal.Baptiste Coudurier2010-03-081-2/+13
* mpegts vbr muxing, activated when muxing rate is not supplied by theBaptiste Coudurier2010-03-081-67/+45
* Start continuity counter at 0 for pmt as wellBaptiste Coudurier2010-03-081-0/+1
* Start continuity counter at 0 for streamsBaptiste Coudurier2010-03-081-0/+1
* 10l typo, fix ts total bit rate computationBaptiste Coudurier2010-03-081-2/+2
* Correctly increment continuity_counter in PCR packets.Yann Coupin2010-02-241-4/+4
* revert wrongly commited hunk in r21205Baptiste Coudurier2010-01-131-20/+1
* remove useless declarations from mpegts.hBaptiste Coudurier2010-01-131-1/+20
* use codec rc_max_rate if set and warn if bit rate is not setBaptiste Coudurier2010-01-131-1/+10
* Do not split audio frames accross pes packets.Baptiste Coudurier2010-01-131-20/+11
* print more debug info about muxing parameters, patch by Mike Scheutzow, scheu...Mike Scheutzow2010-01-131-3/+6
* update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ...Mike Scheutzow2010-01-131-1/+5
* Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow2010-01-131-0/+59
* move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ...Mike Scheutzow2010-01-131-9/+10
* output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcat...Mike Scheutzow2010-01-131-0/+3
* fix ts packet header size computation, patch by Niobos, niobos at dest-unreac...Niobos2010-01-131-1/+1
* fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach d...Niobos2010-01-131-3/+3
* mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier2009-10-181-2/+1
* fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot beNiobos2009-09-171-4/+12
* rename freq to period which is more correct, patch by Niobos, niobos dot be a...Niobos2009-07-281-10/+10
* simplify pes timestamps fetching, based on a patch by corp186, chasedouglas a...Baptiste Coudurier2009-05-231-16/+5