Creating and working with Matroska files
Go to file
2003-02-25 16:19:32 +00:00
avilib Fixed a potential segfault when reading the WAVEFORMATEX. 2003-02-25 16:19:32 +00:00
.cvsignore added mkvinfo 2003-02-24 18:40:34 +00:00
ac3_common.cpp first working version. yay! 2003-02-16 17:04:39 +00:00
ac3_common.h first working version. yay! 2003-02-16 17:04:39 +00:00
acinclude.m4 added AC3 support 2003-02-23 22:51:49 +00:00
autogen.sh switched to auto* 2003-02-16 12:09:37 +00:00
common.cpp Chaned "WARNING" to "Warning" and "ERROR" to "Error" 2003-02-25 13:17:33 +00:00
common.h first working version. yay! 2003-02-16 17:04:39 +00:00
configure.in added AC3 support 2003-02-23 22:51:49 +00:00
depcomp initial addition, compilation fixups 2003-02-16 00:47:53 +00:00
error.h first working version. yay! 2003-02-16 17:04:39 +00:00
install-sh switched to auto* 2003-02-16 12:09:37 +00:00
Makefile.am added mkvinfo 2003-02-24 18:40:34 +00:00
missing switched to auto* 2003-02-16 12:09:37 +00:00
mkinstalldirs switched to auto* 2003-02-16 12:09:37 +00:00
mkvinfo.cpp Chaned "WARNING" to "Warning" and "ERROR" to "Error" 2003-02-25 13:17:33 +00:00
mkvmerge.cpp Fixed some memory leaks and ifs that depended on uninitialized variables. 2003-02-25 14:24:43 +00:00
mkvmerge.h include file definition syntax changed 2003-02-24 12:32:17 +00:00
mp3_common.cpp first working version. yay! 2003-02-16 17:04:39 +00:00
mp3_common.h first working version. yay! 2003-02-16 17:04:39 +00:00
p_ac3.cpp added support for external MP3 files 2003-02-23 23:23:10 +00:00
p_ac3.h added support for external MP3 files 2003-02-23 23:23:10 +00:00
p_mp3.cpp support for retrieving BITMAPINFOHEADER and WAVEFORMATEX from the AVI and storing it in KaxCodecPrivate 2003-02-19 09:31:24 +00:00
p_mp3.h support for retrieving BITMAPINFOHEADER and WAVEFORMATEX from the AVI and storing it in KaxCodecPrivate 2003-02-19 09:31:24 +00:00
p_pcm.cpp Changed stderr to stdout for all informational messages 2003-02-25 13:25:51 +00:00
p_pcm.h added PCM support 2003-02-24 13:12:27 +00:00
p_video.cpp Fixed some memory leaks and ifs that depended on uninitialized variables. 2003-02-25 14:24:43 +00:00
p_video.h support for retrieving BITMAPINFOHEADER and WAVEFORMATEX from the AVI and storing it in KaxCodecPrivate 2003-02-19 09:31:24 +00:00
pr_generic.cpp added support for external WAV files. Still crashes the mplayer playback, but I do not know which part to blame. 2003-02-24 12:31:17 +00:00
pr_generic.h support for multiple blocks per cluster, defaults to max 5secs per cluster 2003-02-23 21:36:22 +00:00
queue.cpp first working version. yay! 2003-02-16 17:04:39 +00:00
queue.h first working version. yay! 2003-02-16 17:04:39 +00:00
r_ac3.cpp Changed stderr to stdout for all informational messages 2003-02-25 13:25:51 +00:00
r_ac3.h added AC3 support 2003-02-23 22:51:49 +00:00
r_avi.cpp Activated PCM-in-AVI support. 2003-02-25 16:19:12 +00:00
r_avi.h first working version. yay! 2003-02-16 17:04:39 +00:00
r_microdvd.cpp Changed stderr to stdout for all informational messages 2003-02-25 13:25:51 +00:00
r_microdvd.h include file definition syntax changed 2003-02-24 12:32:17 +00:00
r_mp3.cpp Changed stderr to stdout for all informational messages 2003-02-25 13:25:51 +00:00
r_mp3.h include file definition syntax changed 2003-02-24 12:32:17 +00:00
r_ogm.cpp Changed stderr to stdout for all informational messages 2003-02-25 13:25:51 +00:00
r_ogm.h include file definition syntax changed 2003-02-24 12:32:17 +00:00
r_srt.cpp Changed stderr to stdout for all informational messages 2003-02-25 13:25:51 +00:00
r_srt.h include file definition syntax changed 2003-02-24 12:32:17 +00:00
r_vobsub.cpp Changed stderr to stdout for all informational messages 2003-02-25 13:25:51 +00:00
r_vobsub.h include file definition syntax changed 2003-02-24 12:32:17 +00:00
r_wav.cpp Changed stderr to stdout for all informational messages 2003-02-25 13:25:51 +00:00
r_wav.h added support for external WAV files. Still crashes the mplayer playback, but I do not know which part to blame. 2003-02-24 12:31:17 +00:00