summaryrefslogtreecommitdiffstats
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* compute total bitrate more accurately, patch by corp186, chasedouglas at gmai...corp1862009-05-231-1/+6
* move free data in the video caseBaptiste Coudurier2009-05-111-2/+1
* write a single pes for video frames, some proprietary player needs itBaptiste Coudurier2009-05-111-25/+11
* ensure first pts is set, according to specsBaptiste Coudurier2009-05-101-0/+8
* remove useless max_payload_size variableBaptiste Coudurier2009-05-101-5/+4
* do not write dts if pts is not setBaptiste Coudurier2009-05-101-2/+2
* fix total bitrate computation, based on patch by corp186, chasedouglas at gma...Baptiste Coudurier2009-05-101-5/+5
* use new metadata API in mpegts muxerAurelien Jacobs2009-02-181-10/+9
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* use delay for subs and dirac tooBaptiste Coudurier2009-01-151-4/+10
* add aud nal unit if not present in h264 bitstreamBaptiste Coudurier2009-01-151-0/+21
* consider other codecs packets contain only one access unit, not just audioBaptiste Coudurier2009-01-141-1/+1
* calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier2009-01-141-8/+25
* allow user to specify muxrateBaptiste Coudurier2009-01-141-1/+4
* warn if dts < pcr which means TS is invalidBaptiste Coudurier2009-01-141-0/+2
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-141-2/+2
* use delay to avoid negative dtsBaptiste Coudurier2009-01-141-2/+3
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-141-3/+29
* compute pcr more accurately, regression tests need updateBaptiste Coudurier2009-01-141-26/+34
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Change Dirac in MPEG-TS encapsulation to conform with spec changes.Anuradha Suraparaju2008-08-141-0/+5
* Dirac encapsulation in MPEG-TSAnuradha Suraparaju2008-08-131-1/+41
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* add pretty common .m2t as ts extensionBaptiste Coudurier2008-06-031-1/+1
* fix continuity counter to start at 0Baptiste Coudurier2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* improve CRC APIAurelien Jacobs2008-01-041-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-5/+5
* write DTS, based on patch by Luca Abeni, lucabe72 email itMåns Rullgård2007-03-021-25/+44
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-2/+0
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-1/+1
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-2/+2
* generic crc calculation codeMichael Niedermayer2006-03-061-59/+2
* Properly #ifdef muxer-specific parts.Gildas Bazin2006-01-191-0/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-43/+43
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-29/+29
OpenPOWER on IntegriCloud