Creating and working with Matroska files
Go to file
2003-02-21 09:26:40 +00:00
avilib switched support for BITMAPINFOHEADER and WAVEFORMATEX from structures with a "void *data" to newly allocated structs with the additional data coming directly after the struct's contents 2003-02-19 09:29:07 +00:00
.cvsignore added --with-matroska-include, --with-matroska-lib, automatic g++ version checking; removed several autogenerated files 2003-02-17 11:33:50 +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 --with-matroska-include, --with-matroska-lib, automatic g++ version checking; removed several autogenerated files 2003-02-17 11:33:50 +00:00
autogen.sh switched to auto* 2003-02-16 12:09:37 +00:00
common.cpp first working version. yay! 2003-02-16 17:04:39 +00:00
common.h first working version. yay! 2003-02-16 17:04:39 +00:00
configure.in added --with-matroska-include, --with-matroska-lib, automatic g++ version checking; removed several autogenerated files 2003-02-17 11:33:50 +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 support for retrieving BITMAPINFOHEADER and WAVEFORMATEX from the AVI and storing it in KaxCodecPrivate 2003-02-19 09:31:24 +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
mkvmerge.cpp added dummy KaxCues in order to make it compile with the latest CVS 2003-02-19 11:08:01 +00:00
mkvmerge.h initial addition, compilation fixups 2003-02-16 00:47:53 +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_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_video.cpp support for retrieving BITMAPINFOHEADER and WAVEFORMATEX from the AVI and storing it in KaxCodecPrivate 2003-02-19 09:31:24 +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 some generic functions for the readers/packetizers 2003-02-21 09:26:40 +00:00
pr_generic.h support for retrieving BITMAPINFOHEADER and WAVEFORMATEX from the AVI and storing it in KaxCodecPrivate 2003-02-19 09:31:24 +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 added all known readers ;) 2003-02-16 00:05:07 +00:00
r_ac3.h added all known readers ;) 2003-02-16 00:05:07 +00:00
r_avi.cpp support for retrieving BITMAPINFOHEADER and WAVEFORMATEX from the AVI and storing it in KaxCodecPrivate 2003-02-19 09:31:24 +00:00
r_avi.h first working version. yay! 2003-02-16 17:04:39 +00:00
r_microdvd.cpp added all known readers ;) 2003-02-16 00:05:07 +00:00
r_microdvd.h added all known readers ;) 2003-02-16 00:05:07 +00:00
r_mp3.cpp added all known readers ;) 2003-02-16 00:05:07 +00:00
r_mp3.h added all known readers ;) 2003-02-16 00:05:07 +00:00
r_ogm.cpp added all known readers ;) 2003-02-16 00:05:07 +00:00
r_ogm.h added all known readers ;) 2003-02-16 00:05:07 +00:00
r_srt.cpp added all known readers ;) 2003-02-16 00:05:07 +00:00
r_srt.h added all known readers ;) 2003-02-16 00:05:07 +00:00
r_vobsub.cpp added all known readers ;) 2003-02-16 00:05:07 +00:00
r_vobsub.h added all known readers ;) 2003-02-16 00:05:07 +00:00
r_wav.cpp added all known readers ;) 2003-02-16 00:05:07 +00:00
r_wav.h added all known readers ;) 2003-02-16 00:05:07 +00:00