257 Commits (d60fb4f7946272d2ef39703762b54c5f3a1b5789)

Author SHA1 Message Date
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 11 years ago
Luca Barbato e8049af132 mpegts: Do not try to write a PMT larger than SECTION_SIZE 11 years ago
Carl Eugen Hoyos fddea3f074 Check for hevc startcode when muxing into mpeg-ts. 11 years ago
Nidhi Makhijani 8dca0877e3 mpegts: Return proper error code on invalid input data 11 years ago
Diego Biurrun 454697603e mpegts: Use av_free() to free memory allocated by av_strdup() 11 years ago
Michael Niedermayer 92a28e9f56 avformat/mpegtsenc: Use av_freep() for pids 11 years ago
Michael Niedermayer 31eaecfee9 avformat/mpegtsenc: Free services array completely on failure 11 years ago
Michael Niedermayer 12b59e57f3 avformat/mpegtsenc: Use correct deallocation code on failure of pids array allocation 11 years ago
Michael Niedermayer 5f8300afc6 mpegtsenc: Check dynarray_add() for failure 11 years ago
Michael Niedermayer 92deb28945 avformat/mpegtsenc: use the correct deallocation functions 11 years ago
Diego Biurrun 5b220e1e19 mpegts: Fix memory leaks and related crashes in mpegs_write_header() 11 years ago
Diego Biurrun f8ab9f2fe3 mpegts: Avoid unnecessary variable shadowing 11 years ago
Diego Biurrun 6d6bd3a3db mpegts: Drop some unnecessary parentheses 11 years ago
Diego Biurrun b7b1bf9166 mpegts: K&R formatting cosmetics 11 years ago
Femi Adeyemi-Ejeye 2601a9447e mpegts: Add HEVC definitions 11 years ago
Luca Barbato 89616408e3 mpegts: Define the section length with a constant 11 years ago
Michael Niedermayer 6cdf409884 avformat/mpegtsenc: do not flush after everything 11 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
Graham Booker 60fcc19b90 avformat/mpegtsenc: Changed Video PES packet length to 0. 11 years ago
Michael Niedermayer 337f74868c avformat/mpegtsenc: use av_malloc_array() 11 years ago
Peter Ross e61973db6c avformat/mpegtsenc: move startcode validity check to ff_check_h264_startcode 11 years ago
olugbone b2880a3de9 avformat/mpegtsenc: fix HEVC MPEG TS stream type 11 years ago
Michael Niedermayer 842b6c14bc avformat/mpegtsenc: Check data array size in mpegts_write_pmt() 11 years ago
mrlika af786236cc mpegts muxer: DVB subtitles multiple languages support 11 years ago
Serhii Marchuk 2ebee19e1e mpegts muxer: restore PMT table of DVB teletext from extradata 11 years ago
Serhii Marchuk f8051bd31a mpegts muxer: Change the default subtitle language to "und" 11 years ago
Stefano Sabatini a2e78161ce lavf/mpegtsenc: fix weird indent 11 years ago
Serhii Marchuk c917cde9cc mpegts muxer, DVB subtitles encoder: common DVB subtitles payload 11 years ago
Andrey Utkin b7ed18b9bd mpegtsenc: add option tables_version 12 years ago
Timothy Gu a9bbf59be7 cosmetics: Fix "dont" "wont" "doesnt" typos 12 years ago
Peter Ross d891d354c5 mpegts: Enable muxing of SMPTE KLV metadata 12 years ago
Carl Eugen Hoyos 8af593dd80 mpegtsenc: Only test the first frame for missing h264_mp4toannexb filter. 12 years ago
Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 12 years ago
Can Wu 81cf53e133 mpegts: add support for stream_type 0x42, which is CAVS 12 years ago
Clément Bœsch 43adc62e70 lavf/mpegtsenc: fix missing word in error message. 12 years ago