summaryrefslogtreecommitdiff
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAge
* use new metadata API in mpegts muxerAurelien Jacobs2009-02-18
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* use delay for subs and dirac tooBaptiste Coudurier2009-01-15
* add aud nal unit if not present in h264 bitstreamBaptiste Coudurier2009-01-15
* consider other codecs packets contain only one access unit, not just audioBaptiste Coudurier2009-01-14
* calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier2009-01-14
* allow user to specify muxrateBaptiste Coudurier2009-01-14
* warn if dts < pcr which means TS is invalidBaptiste Coudurier2009-01-14
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-14
* use delay to avoid negative dtsBaptiste Coudurier2009-01-14
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-14
* compute pcr more accurately, regression tests need updateBaptiste Coudurier2009-01-14
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Change Dirac in MPEG-TS encapsulation to conform with spec changes.Anuradha Suraparaju2008-08-14
* Dirac encapsulation in MPEG-TSAnuradha Suraparaju2008-08-13
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* add pretty common .m2t as ts extensionBaptiste Coudurier2008-06-03
* fix continuity counter to start at 0Baptiste Coudurier2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* improve CRC APIAurelien Jacobs2008-01-04
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* write DTS, based on patch by Luca Abeni, lucabe72 email itMåns Rullgård2007-03-02
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* generic crc calculation codeMichael Niedermayer2006-03-06
* Properly #ifdef muxer-specific parts.Gildas Bazin2006-01-19
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* buggy PCR output (just to keep HW decoders happy) - audio and subtitle langua...Fabrice Bellard2005-06-03
* double free patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-09
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))Måns Rullgård2003-11-12
* generate correct PTS in transport stream - use mpeg2 encoder by defaultFabrice Bellard2003-09-16
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern...Michael Niedermayer2003-06-28
* mpeg ts demux uses DVB SI info and generates correct PTS info - added prototy...Fabrice Bellard2003-06-13