aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mpegtsenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mpegtsenc: Fix used serviceMichael Niedermayer2016-03-261-0/+12
* avformat/mpegtsenc: Keep track of the program for each serviceMichael Niedermayer2016-03-261-9/+8
* mpegtsenc: Do not fail ADTS AAC muxing if the first frame is not ADTSHagen Schmidt2016-01-291-2/+0
* avformat/mpegtsenc: Fix multi program so that it supports adding the same str...Vittorio Gambaletta (VittGam)2016-01-251-2/+13
* lavf/mpegtsenc: add automatic bitstream filteringRodger Combs2015-12-281-30/+35
* avformat/mpegtsenc: add flag to embed an AC-3/E-AC-3 ES the DVB wayStefan Pöschel2015-12-241-2/+18
* avformat/mpegtsenc: Add basic multi program supportMichael Niedermayer2015-12-111-15/+42
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-3/+3
* mpegtsenc: Fix off-by-one in indexing into Opus channel mapping arraysSebastian Dröge2015-12-041-2/+2
* mpegencts: Fix overflow in cbr mode period calculationsTimo Teräs2015-12-031-3/+3
* mpegtsenc: add vc-1 support to MPEG-TS muxer (ticket 2141)Hagen Schmidt2015-11-161-0/+10
* mpegtsenc: Implement writing of Opus trim_start/trim_end control valuesSebastian Dröge2015-11-061-3/+40
* mpegtsenc: Add support for muxing Opus in MPEG-TSSebastian Dröge2015-11-061-1/+179
* mpegts: Make the sdt_period a doubleDerek Buitenhuis2015-10-171-2/+2
* mpegts: Make the pat_period a doubleDerek Buitenhuis2015-10-171-2/+2
* avformat/mpegtsenc: Add sdt_period, similar to pat_periodMichael Niedermayer2015-07-181-1/+15
* avformat/mpegtsenc: Support a user specified PAT/PMT periodMichael Niedermayer2015-07-181-3/+19
* avformat/mpegtsenc: support storing PAT/PMT per frameMichael Niedermayer2015-07-181-0/+9
* Merge commit '4512ee78e19fdb011bdec1b3a8dc0b315c82a81e'Michael Niedermayer2015-07-151-1/+1
|\
| * mpegts: Mark the muxer as supporting variable fpsLuca Barbato2015-07-151-1/+1
* | lavf/mpegtsenc: Only fail aac muxing if the first frame is invalid.Carl Eugen Hoyos2015-07-071-3/+4
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-1/+1
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-1/+1
* | lavf/mpegtsenc: Accept 0x000001 as startcode for hevc.Carl Eugen Hoyos2015-04-141-1/+1
* | Merge commit '7d097a0fc57f0fa8385962a539c657c2f40b5ed0'Michael Niedermayer2015-04-031-1/+4
|\|
| * mpegtsenc: Take max_delay into account when buffering multiple audio packets ...Martin Storsjö2015-04-031-1/+4
* | Allow muxing h264 into ts with startcode "001" instead of "0001".Carl Eugen Hoyos2015-02-251-1/+1
* | Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a'Michael Niedermayer2015-02-251-3/+2
|\|
| * libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-241-3/+2
* | avformat/mpegtsenc: Do not create invalid files from annex b streams without ...Michael Niedermayer2015-02-121-3/+12
* | avformat/mpegtsenc: Fix build with msvcMatt Oliver2015-02-031-10/+10
* | Revert "avformat/mpegtsenc: Change the service_type field to enum"Michael Niedermayer2015-02-021-12/+11
* | avformat/mpegtsenc: Change the service_type field to enumMichael Niedermayer2015-02-021-11/+12
* | libavformat/mpegtsenc: allow to set service_type in sdtdhead6662015-02-021-1/+36
* | avformat/mpegtsenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-211-4/+4
* | Merge commit 'e2ce16392205d8efe9143329ed3fb5fcb15498fa'Michael Niedermayer2014-12-201-1/+2
|\|
| * mpegts: Support running the write_trailer function without an AVIOContextMartin Storsjö2014-12-191-1/+2
| * Drop the unofficial extension prefix for MPEG and MPEG-TS formatsFlorent Le Coz2014-12-021-1/+1
| * mpegtsenc: recognize .mts as MPEG Transport StreamJean-Baptiste Mardelle2014-12-021-1/+1
* | Merge commit '8f8caca2242e1fe05f37493cfabcd3f4de198550'Michael Niedermayer2014-12-021-1/+1
|\|
| * Add support for BDAV/m2ts-mode muxingFredrik Axelsson2014-12-021-7/+35
* | avformat/mpegtsenc: change the min value for mpegts_start_pid to allow ATSC PIDsdedicatedbroadcastsolutions2014-11-191-1/+1
* | Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer2014-10-071-0/+1
|\|
| * lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-061-0/+1
* | avformat/mpegtsenc: More verbose warning messages in case of missing video ES...Michael Niedermayer2014-09-161-2/+6
* | align and correct messages regarding bitstream filtersMoritz Barsnick2014-08-191-1/+2
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-1/+1
|\|
* | Merge commit 'e8049af1325dd59a51546c15b2e71a0f578e9d27'Michael Niedermayer2014-08-141-6/+23
|\|
| * mpegts: Do not try to write a PMT larger than SECTION_SIZELuca Barbato2014-08-131-1/+23
* | Check for hevc startcode when muxing into mpeg-ts.Carl Eugen Hoyos2014-08-121-0/+16