251 Commits (a67b6c95415438b4a6bfb6277f066f7c7b57b40f)

Author SHA1 Message Date
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
Luca Barbato 82569b01a1 mpegtsenc: set muxing type notification to verbose 12 years ago
Diego Biurrun 72eaba5e4f avformat: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Michael Niedermayer b3b27b63a0 mpegtsenc: add forgotten () 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago