]> git.sesse.net Git - ffmpeg/history - libavformat/mpegtsenc.c
RV30 loop filter
[ffmpeg] / libavformat / mpegtsenc.c
2008-08-14 Anuradha SuraparajuChange Dirac in MPEG-TS encapsulation to conform with...
2008-08-13 Anuradha SuraparajuDirac encapsulation in MPEG-TS
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-06-03 Baptiste Coudurieradd pretty common .m2t as ts extension
2008-06-03 Baptiste Coudurierfix continuity counter to start at 0
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-04 Aurelien Jacobsimprove CRC API
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-03-02 Måns Rullgårdwrite DTS, based on patch by Luca Abeni, lucabe72 email it
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-03-06 Michael Niedermayergeneric crc calculation code
2006-01-19 Gildas BazinProperly #ifdef muxer-specific parts.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-06-03 Fabrice Bellardbuggy PCR output (just to keep HW decoders happy) ...
2005-03-09 Måns Rullgårddouble free patch by (Måns Rullgård <mru inprovide...
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2003-11-12 Måns Rullgårdsupport more codecs in MPEG-TS patch by (mru at kth...
2003-09-16 Fabrice Bellardgenerate correct PTS in transport stream - use mpeg2...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-06-28 Michael Niedermayertry to filter _all_ PATs if no SDT could be found patch...
2003-06-13 Fabrice Bellardmpeg ts demux uses DVB SI info and generates correct...