281 Commits (590ea32e54eebbf8d69c2e9d97d92727d22bb88a)

Author SHA1 Message Date
Michael Niedermayer b5e716ae13 avformat/mpegtsenc: Add sdt_period, similar to pat_period 9 years ago
Michael Niedermayer 34da54fd1a avformat/mpegtsenc: Support a user specified PAT/PMT period 9 years ago
Michael Niedermayer a9c1545a33 avformat/mpegtsenc: support storing PAT/PMT per frame 9 years ago
Luca Barbato 4512ee78e1 mpegts: Mark the muxer as supporting variable fps 9 years ago
Carl Eugen Hoyos 1d5edad8cc lavf/mpegtsenc: Only fail aac muxing if the first frame is invalid. 9 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Carl Eugen Hoyos d0c895d3c5 lavf/mpegtsenc: Accept 0x000001 as startcode for hevc. 10 years ago
Martin Storsjö 7d097a0fc5 mpegtsenc: Take max_delay into account when buffering multiple audio packets into one PES packet 10 years ago
Carl Eugen Hoyos 56ffde3f61 Allow muxing h264 into ts with startcode "001" instead of "0001". 10 years ago
Martin Storsjö 8e32b1f096 libavformat: Use ffio_free_dyn_buf where applicable 10 years ago
Michael Niedermayer 33650e0e42 avformat/mpegtsenc: Do not create invalid files from annex b streams without SPS/PPS 10 years ago
Matt Oliver 22504396fe avformat/mpegtsenc: Fix build with msvc 10 years ago
Michael Niedermayer c348a42dcc Revert "avformat/mpegtsenc: Change the service_type field to enum" 10 years ago
Michael Niedermayer 0935453e84 avformat/mpegtsenc: Change the service_type field to enum 10 years ago
dhead666 48e36f8a12 libavformat/mpegtsenc: allow to set service_type in sdt 10 years ago
Michael Niedermayer f7a4589b36 avformat/mpegtsenc: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Martin Storsjö e2ce163922 mpegts: Support running the write_trailer function without an AVIOContext 10 years ago
Florent Le Coz 2e0935965b Drop the unofficial extension prefix for MPEG and MPEG-TS formats 10 years ago
Jean-Baptiste Mardelle 7319a47c7e mpegtsenc: recognize .mts as MPEG Transport Stream 10 years ago
Fredrik Axelsson 8f8caca224 Add support for BDAV/m2ts-mode muxing 10 years ago
dedicatedbroadcastsolutions 873dac50f5 avformat/mpegtsenc: change the min value for mpegts_start_pid to allow ATSC PIDs 10 years ago
Martin Storsjö 28816050e4 lavf: Set the stream time base hint properly for chained muxers 10 years ago
Michael Niedermayer aaeae281a8 avformat/mpegtsenc: More verbose warning messages in case of missing video ES startcodes 10 years ago
Moritz Barsnick 66d02d3ca6 align and correct messages regarding bitstream filters 10 years ago
Luca Barbato e8049af132 mpegts: Do not try to write a PMT larger than SECTION_SIZE 10 years ago
Carl Eugen Hoyos fddea3f074 Check for hevc startcode when muxing into mpeg-ts. 10 years ago
Nidhi Makhijani 8dca0877e3 mpegts: Return proper error code on invalid input data 10 years ago
Diego Biurrun 454697603e mpegts: Use av_free() to free memory allocated by av_strdup() 10 years ago
Michael Niedermayer 92a28e9f56 avformat/mpegtsenc: Use av_freep() for pids 10 years ago
Michael Niedermayer 31eaecfee9 avformat/mpegtsenc: Free services array completely on failure 10 years ago
Michael Niedermayer 12b59e57f3 avformat/mpegtsenc: Use correct deallocation code on failure of pids array allocation 10 years ago
Michael Niedermayer 5f8300afc6 mpegtsenc: Check dynarray_add() for failure 10 years ago
Michael Niedermayer 92deb28945 avformat/mpegtsenc: use the correct deallocation functions 10 years ago
Diego Biurrun 5b220e1e19 mpegts: Fix memory leaks and related crashes in mpegs_write_header() 10 years ago
Diego Biurrun f8ab9f2fe3 mpegts: Avoid unnecessary variable shadowing 10 years ago
Diego Biurrun 6d6bd3a3db mpegts: Drop some unnecessary parentheses 10 years ago
Diego Biurrun b7b1bf9166 mpegts: K&R formatting cosmetics 10 years ago
Femi Adeyemi-Ejeye 2601a9447e mpegts: Add HEVC definitions 10 years ago
Luca Barbato 89616408e3 mpegts: Define the section length with a constant 10 years ago
Michael Niedermayer 6cdf409884 avformat/mpegtsenc: do not flush after everything 10 years ago
Anton Khirnov 194be1f43e lavf: switch to AVStream.time_base as the hint for the muxer timebase 11 years ago
Luca Barbato f121dbd9f7 mpegts: Provide an option to override the pcr period 11 years ago
Luca Barbato 3f7e94eccd mpegts: Move the option section to the bottom 11 years ago
Florent Le Coz fdcb2873e1 Fix the mime types for MPEG and MPEG-TS formats 11 years ago
Michael Niedermayer 6552e23d56 avformat/mpegtsenc: fix dts for chained muxing aac in mpegts 11 years ago
Aman Gupta 72fed6d122 avformat/mpegtsenc: fix minor typo in omit_video_pes_length description 11 years ago
goodthanks c9cfd45838 avformat/mpegtsenc: Allow DTS audio copy to TS streams 11 years ago
Michael Niedermayer 66e30a2e65 avformat/mpegtsenc: check avformat_new_stream() return 11 years ago
Reimar Döffinger 3bd7a7149f Add missing ';'. 11 years ago
Michael Niedermayer f1c48c3a4d avformat/mpegtsenc: make the pes packet length omission optional 11 years ago