aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-11/+11
* buggy PCR output (just to keep HW decoders happy) - audio and subtitle langua...Fabrice Bellard2005-06-031-26/+136
* double free patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-03-091-4/+0
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-4/+5
* support more codecs in MPEG-TS patch by (mru at kth dot se (Måns Rullgård))Måns Rullgård2003-11-121-4/+18
* generate correct PTS in transport stream - use mpeg2 encoder by defaultFabrice Bellard2003-09-161-73/+101
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-2/+2
* try to filter _all_ PATs if no SDT could be found patch by (<gbazin at altern...Michael Niedermayer2003-06-281-2/+2
* mpeg ts demux uses DVB SI info and generates correct PTS info - added prototy...Fabrice Bellard2003-06-131-0/+582