]> git.sesse.net Git - ffmpeg/history - libavformat/mpegtsenc.c
mpegtsenc: stop impersonating ses in sdt
[ffmpeg] / libavformat / mpegtsenc.c
2016-05-17 Francois Cartegniempegtsenc: stop impersonating ses in sdt
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-12-14 Stefan Pöschelmpegtsenc: add flag to embed an AC-3 ES the DVB way
2015-07-15 Luca Barbatompegts: Mark the muxer as supporting variable fps
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-04-03 Martin Storsjömpegtsenc: Take max_delay into account when buffering...
2015-02-24 Martin Storsjölibavformat: Use ffio_free_dyn_buf where applicable
2014-12-19 Martin Storsjömpegts: Support running the write_trailer function...
2014-12-02 Florent Le CozDrop the unofficial extension prefix for MPEG and MPEG...
2014-12-02 Jean-Baptiste Mardellempegtsenc: recognize .mts as MPEG Transport Stream
2014-12-02 Fredrik AxelssonAdd support for BDAV/m2ts-mode muxing
2014-10-06 Martin Storsjölavf: Set the stream time base hint properly for chaine...
2014-08-13 Luca Barbatompegts: Do not try to write a PMT larger than SECTION_SIZE
2014-08-10 Nidhi Makhijanimpegts: Return proper error code on invalid input data
2014-08-08 Diego Biurrunmpegts: Use av_free() to free memory allocated by av_st...
2014-08-07 Diego Biurrunmpegts: Fix memory leaks and related crashes in mpegs_w...
2014-08-07 Diego Biurrunmpegts: Avoid unnecessary variable shadowing
2014-08-07 Diego Biurrunmpegts: Drop some unnecessary parentheses
2014-08-07 Diego Biurrunmpegts: K&R formatting cosmetics
2014-08-05 Femi Adeyemi-Ejeyempegts: Add HEVC definitions
2014-08-04 Luca Barbatompegts: Define the section length with a constant
2014-06-18 Anton Khirnovlavf: switch to AVStream.time_base as the hint for...
2014-06-10 Luca Barbatompegts: Provide an option to override the pcr period
2014-06-10 Luca Barbatompegts: Move the option section to the bottom
2013-03-26 Martin Storsjölavc: Rename avpriv_mpv_find_start_code after moving...
2013-03-15 Can Wumpegts: add support for stream_type 0x42, which is...
2012-10-10 Luca Barbatompegtsenc: set muxing type notification to verbose
2012-10-01 Diego Biurrunavformat: Convert some commented-out printf/av_log...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-06-04 Jindřich Makovičkampegtsenc: use avio_open_dyn_buf(), zero pointers after...
2012-06-02 Jindrich Makovickampegtsenc: Support LATM packetization for AAC
2012-06-02 Jindrich Makovickampegtsenc: use AVFormatContext for AAC packetization
2012-06-02 Jindrich Makovickampegtsenc: use AVERROR() for return codes
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-26 Jindrich Makovickampegtsenc: allow user triggered PES packet flushing
2012-03-20 Martin Storsjölibavformat: Set the default for the max_delay option...
2012-02-13 Martin Storsjömpegtsenc: Add an AVOption for forcing a new PAT/PMT...
2012-01-30 Mike Melansons/vbsf/bsf/
2012-01-27 Anton Khirnovlavf: remove disabled FF_API_MUXRATE cruft
2011-12-28 Jindřich Makovičkampegts: adjustable minimum PES payload
2011-12-28 Jindřich Makovičkampegts: properly output large audio packets
2011-12-19 Luca Barbatompegts: rename payload_index to payload_size
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-28 Alex Converseadtsenc: Check frame size.
2011-10-20 Anton Khirnovlavc: rename ff_find_start_code to avpriv_mpv_find_star...
2011-10-17 Anton Khirnovmpegenc/mpegtsenc: add muxrate private options.
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-13 Jindrich Makovickampegtsenc: set Random Access indicator on keyframe...
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-05-20 Martin Storsjömpegtsenc: Add an AVClass pointer to the private data
2011-05-17 Anton Khirnovlavf: use designated initializers for AVClasses.
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
2011-05-09 Martin Storsjömpegtsenc: Clear st->priv_data when freeing it
2011-04-28 Anton Khirnovmpegtsenc: make PMT PID really start on pmt_start_pid
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-14 Rudolf Polzermpegts: force the default timebase
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-07 Anssi Hannulampegtsenc: handle multiple language tags per stream
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-02-21 Tony Straussmpegtsenc: use correct PES stream_id for AAC
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-14 Mans Rullgardmpegtsenc: whitespace cosmetics
2011-02-14 Anssi Hannulampegtsenc: set audio_type according to st->disposition
2011-01-31 Mans Rullgardmpegtsenc: fix PMT PID calculation
2011-01-31 Georgi ChorbadzhiyskiReplace defines in libavformat/mpegtsenc.c with AVOptions
2011-01-28 Peter Rossmpegtsenc: support CODEC_ID_AAC_LATM
2011-01-28 Georgi ChorbadzhiyskiIn mpegts "reserved_future_use" field must be set to...
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-26 Georgi Chorbadzhiyskimpegtsenc: set reserved bits to 1 in PCR field
2011-01-25 Georgi Chorbadzhiyskimpegtsenc: remove unused variables
2011-01-20 Janne Grunaumpegtsenc: prefer metadata keyed with "service_name"
2011-01-20 Georgi ChorbadzhiyskiAdd service_provider and service_name metadata
2010-12-03 Tomas Härdinmpegtsenc: Improve PCR generation and output
2010-09-27 Tomas Härdinmpegtsenc: Indent
2010-09-27 Tomas Härdinmpegtsenc: Write subtitle extradata if set
2010-07-23 Baptiste CoudurierIn mpegts muxer, fix rbsp trailing bits in AUD nal...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-08 Baptiste CoudurierIn mpegts muxer, print VBR instead of dummy 1 when...
2010-07-01 Måns Rullgårdmpegtsenc: allocate correct size for PID table
2010-06-30 Mike ScheutzowAllow setting streamid when muxing mpegts.
2010-04-11 Stefano SabatiniMove the internal function declarations in avformat...
2010-04-03 Stefano SabatiniReplace all remaining occurrences of AVERROR_NOMEM...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-10 Baptiste CoudurierIn mpegts muxer, free adts context and temporary data
2010-03-10 Baptiste Coudurierreindent
2010-03-09 Baptiste CoudurierIn mpegts muxer, write adts header if aac bitstream...
2010-03-08 Baptiste CoudurierIn mpegts muxer, search for h264 aud nal, it might...
2010-03-08 Baptiste Couduriermpegts vbr muxing, activated when muxing rate is not...
2010-03-08 Baptiste CoudurierStart continuity counter at 0 for pmt as well
2010-03-08 Baptiste CoudurierStart continuity counter at 0 for streams
next