Creating and working with Matroska files
Go to file
2003-03-04 10:19:12 +00:00
avilib More fixing of potential segfaults 2003-02-26 14:56:07 +00:00
.cvsignore Added config.h 2003-02-28 21:43:22 +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 Removed libvorbisenc as I will not need it. 2003-03-03 20:35:15 +00:00
autogen.sh switched to auto* 2003-02-16 12:09:37 +00:00
ChangeLog Automatic ChangeLog update. 2003-03-04 10:17:36 +00:00
common.cpp Chaned "WARNING" to "Warning" and "ERROR" to "Error" 2003-02-25 13:17:33 +00:00
common.h Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
configure.in New version number ;) 2003-02-28 21:57:22 +00:00
depcomp initial addition, compilation fixups 2003-02-16 00:47:53 +00:00
error.h Added a first Vorbis support including the packetizers. 2003-03-03 18:00:30 +00:00
install-sh switched to auto* 2003-02-16 12:09:37 +00:00
Makefile.am Removed libvorbisenc as I will not need it. 2003-03-03 20:35:15 +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 Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
mp3_common.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
mp3_common.h Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
ogmstreams.h Copied from ogmtools. OGG media header and type definitions.h 2003-03-01 16:51:29 +00:00
p_ac3.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
p_ac3.h Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
p_mp3.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
p_mp3.h Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
p_pcm.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
p_pcm.h Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
p_video.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
p_video.h Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
p_vorbis.cpp Added audio sync handling for Vorbis streams. 2003-03-04 10:15:33 +00:00
p_vorbis.h Added audio sync handling for Vorbis streams. 2003-03-04 10:15:33 +00:00
pr_generic.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
pr_generic.h Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
queue.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
queue.h Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
r_ac3.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
r_ac3.h Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
r_avi.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
r_avi.h Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
r_microdvd.cpp Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
r_microdvd.h Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
r_mp3.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
r_mp3.h Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
r_ogm.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
r_ogm.h Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
r_srt.cpp Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
r_srt.h Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
r_vobsub.cpp Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
r_vobsub.h Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
r_wav.cpp Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
r_wav.h Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
TODO Removed some items I've implemented. 2003-03-04 10:19:12 +00:00