mkvtoolnix/src/output
Moritz Bunkus b9d8b15e2d DTS: fix compilation with older C++ Standard Libraries
The constructor for `std::tuple` has been `explicit` until recently.
2017-08-13 18:35:05 +02:00
..
p_aac.cpp AAC: store GA specific config & handle 960 samples/frame 2017-07-20 21:57:53 +02:00
p_aac.h AAC: store GA specific config & handle 960 samples/frame 2017-07-20 21:57:53 +02:00
p_ac3.cpp AC-3 packetizer: take stream position of provided timestamps into account 2017-01-27 16:07:42 +01:00
p_ac3.h AC-3 packetizer: take stream position of provided timestamps into account 2017-01-27 16:07:42 +01:00
p_alac.cpp Matroska reader: don't use manual memory management for private_data 2017-02-17 18:29:32 +01:00
p_alac.h mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_avc.cpp AVC, HEVC: re-factor common code into common/mpeg.cpp 2016-05-13 20:22:34 +02:00
p_avc.h mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_dirac.cpp rounding: use std::llround() instead of boost::math::llround() 2015-03-28 16:31:09 +01:00
p_dirac.h mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_dts.cpp DTS: fix compilation with older C++ Standard Libraries 2017-08-13 18:35:05 +02:00
p_dts.h DTS packetizer: take stream position of provided timestamps into account 2017-08-13 17:52:05 +02:00
p_dvbsub.cpp Set default compression for DVBSUB 2017-01-26 13:07:23 +01:00
p_dvbsub.h MPEG TS reader: add support for reading DVB subtitles from MPEG transport stream 2016-12-31 18:22:06 +01:00
p_flac.cpp FLAC common: refactor to own name space; refactor callbacks to base class 2015-03-29 15:16:34 +02:00
p_flac.h FLAC common: refactor to own name space; refactor callbacks to base class 2015-03-29 15:16:34 +02:00
p_generic_video.cpp split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_generic_video.h split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_hdmv_pgs.cpp PGS packetizer: rename to HDMV PGS packetizer 2015-02-18 14:30:11 +01:00
p_hdmv_pgs.h PGS packetizer: rename to HDMV PGS packetizer 2015-02-18 14:30:11 +01:00
p_hdmv_textst.cpp mkvmerge, mkvextract: add support for HDMV TextST subtitles 2016-11-28 16:41:43 +01:00
p_hdmv_textst.h mkvmerge, mkvextract: add support for HDMV TextST subtitles 2016-11-28 16:41:43 +01:00
p_hevc_es.cpp AVC, HEVC: re-factor common code into common/mpeg.cpp 2016-05-13 20:22:34 +02:00
p_hevc_es.h HEVC common: refactor to namespace mtx::hevc & remove hevc_ prefix from classes 2015-03-27 11:42:58 +01:00
p_hevc.cpp split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_hevc.h split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_kate.cpp licensing: clarify »GPL« to mean »GPL v2« 2014-11-15 17:01:58 +01:00
p_kate.h mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_mp3.cpp MP3 packetizer: allow provided timestamps to go backwards 2017-03-18 10:00:30 +01:00
p_mp3.h all: rename timecode_calculator_c to timestamp_calculator_c 2015-10-07 19:57:05 +02:00
p_mpeg1_2.cpp MPEG-1/-2: remove feature "remove stuffing bytes" 2017-07-15 21:37:04 +02:00
p_mpeg1_2.h split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_mpeg4_p2.cpp split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_mpeg4_p2.h video packetizer: rename to video_for_windows_packetizer_c 2016-08-06 18:19:57 +02:00
p_mpeg4_p10.cpp AVC/h.264 (framed) output: honor forced default duration signaling interlaced content 2017-03-31 16:50:42 +02:00
p_mpeg4_p10.h split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_opus.cpp all: rename (basic_)timecode_c to (basic_)timestamp_c 2015-10-07 09:59:42 +02:00
p_opus.h all: rename (basic_)timecode_c to (basic_)timestamp_c 2015-10-07 09:59:42 +02:00
p_passthrough.cpp all: rename timecode_factory_c to timestamp_factory_c 2015-10-07 20:01:03 +02:00
p_passthrough.h mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_pcm.cpp mkvmerge, mkvextract: byte-swap all Big Endian bit depths to Little (e.g. 24) 2016-05-05 19:12:42 +02:00
p_pcm.h mkvmerge, mkvextract: byte-swap all Big Endian bit depths to Little (e.g. 24) 2016-05-05 19:12:42 +02:00
p_quicktime.cpp split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_quicktime.h split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_realaudio.cpp mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_realaudio.h mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_textsubs.cpp textsubs_packetizer_c: use normalize_line_endings & chomp 2016-04-09 17:39:58 +02:00
p_textsubs.h mkvmerge: add support for WebVTT 2016-04-11 21:58:11 +02:00
p_theora.cpp split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_theora.h split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_truehd.cpp timestamp_calculator: rename fields/functions "timecode" → "timestamp" 2017-01-26 13:07:42 +01:00
p_truehd.h all: rename timecode_calculator_c to timestamp_calculator_c 2015-10-07 19:57:05 +02:00
p_tta.cpp rounding: use std::llround() instead of boost::math::llround() 2015-03-28 16:31:09 +01:00
p_tta.h mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_vc1.cpp VC-1: change namespace from vc1 to mtx::vc1 to make it MKVToolNix-private 2016-12-02 16:02:27 +01:00
p_vc1.h VC-1: change namespace from vc1 to mtx::vc1 to make it MKVToolNix-private 2016-12-02 16:02:27 +01:00
p_video_for_windows.cpp split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_video_for_windows.h split Video for Windows packetizer into generic base and VfW-specific part 2016-08-06 18:59:41 +02:00
p_vobbtn.cpp mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_vobbtn.h mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_vobsub.cpp mkvextract: VobSub: store container level duration in SPU bitstream 2016-10-16 16:34:18 +02:00
p_vobsub.h VobSub packetizer: store container level duration in SPU bitstream 2016-10-16 16:19:13 +02:00
p_vorbis.cpp all: fix a couple of spelling mistakes 2015-12-16 09:28:32 +01:00
p_vorbis.h mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_vpx.cpp all: rename timecode_factory_c to timestamp_factory_c 2015-10-07 20:01:03 +02:00
p_vpx.h refactoring: move codec_type_e enum into codec_c class 2015-01-24 11:01:33 +01:00
p_wavpack.cpp rounding: use std::llround() instead of boost::math::llround() 2015-03-28 16:31:09 +01:00
p_wavpack.h mkvmerge refactoring: split pr_generic.* in single files per class 2015-01-07 17:21:34 +01:00
p_webvtt.cpp mkvmerge: add support for WebVTT 2016-04-11 21:58:11 +02:00
p_webvtt.h mkvmerge: add support for WebVTT 2016-04-11 21:58:11 +02:00
Rakefile Make Rakefile's comments compatible with Ruby 1.9.3's changes to "-c" 2012-04-25 23:47:51 +02:00