Commit Graph

21 Commits

Author SHA1 Message Date
Moritz Bunkus
72eb77ee54 Changed the way frame types are propagated to the video packetizer: now the bref is evaluated. If it is set to != -1 then it is a P frame, otherwise it is an I frame. 2003-04-20 19:32:11 +00:00
Moritz Bunkus
12c4954fc7 Moved the cluster helper to its own files. Moved a lot of other stuff into the appropriate header files. 2003-04-18 10:08:24 +00:00
Moritz Bunkus
9be699cf37 Renamed all timestamps to timecodes. 2003-04-18 08:42:20 +00:00
Moritz Bunkus
1ed51ce450 Set ti->private_data to NULL. Otherwise data would be freed twice in the end. 2003-04-17 12:31:51 +00:00
Moritz Bunkus
36a29fd086 Changed all u_int64_t to int64_t. Some crappy MS compilers obviously cannot convert u_int64_t to double. And I do not need them that badly. 2003-04-13 15:23:03 +00:00
Moritz Bunkus
c67512c107 Renamed "stream" to "track". Removed the bitrate argument from the AC3 packetizer. Introduced frame type flags (I, P). New style process support. Unified audio reading and processing (PCM, MP3, AC3). 2003-04-11 11:36:18 +00:00
Moritz Bunkus
955f6262d2 Moved fourcc into track_info_t. Remapped some error messages from Fatal to Error - Fatal should be reserved for stuff that will definitely stop mkvmerge afterwards. 2003-03-05 17:44:32 +00:00
Moritz Bunkus
6b1feb6015 Put all track relevant variables into a struct that is passed down from mkvmerge to the readers and from them to the packetizers. 2003-03-05 13:51:20 +00:00
Moritz Bunkus
a6488d0cb0 Changed all pointers to general data to unsigned char * 2003-03-04 10:16:28 +00:00
Moritz Bunkus
6f0cba6a2f Removed range processing. This is a left-over from the days when there was no ogmsplit. 2003-03-04 09:27:05 +00:00
Moritz Bunkus
70502c11bb Even more improved cluster caching/freeing system. 2003-02-28 13:01:29 +00:00
Moritz Bunkus
43e9b3d1d7 Beautification. Added IDs and reference values to the internal packets - prerequisites for Matroska references 2003-02-26 19:20:26 +00:00
Moritz Bunkus
5608d6d8ab Activated PCM-in-AVI support. 2003-02-25 16:19:12 +00:00
Moritz Bunkus
332a054f12 Changed stderr to stdout for all informational messages 2003-02-25 13:25:51 +00:00
Moritz Bunkus
69d4f9b9bc added AC3 support 2003-02-23 22:51:49 +00:00
Moritz Bunkus
d50b2de695 support for retrieving BITMAPINFOHEADER and WAVEFORMATEX from the AVI and storing it in KaxCodecPrivate 2003-02-19 09:31:24 +00:00
Moritz Bunkus
7d9e1b92ee dump BITMAPINFOHEADER and WAVEFORMATEX if compiled with DEBUG 2003-02-18 10:46:49 +00:00
Moritz Bunkus
0869e30b3e first working version. yay! 2003-02-16 17:04:39 +00:00
Moritz Bunkus
509608be2a added doxygen header 2003-02-16 12:17:11 +00:00
Moritz Bunkus
01cb4cef39 initial addition, compilation fixups 2003-02-16 00:47:53 +00:00
Moritz Bunkus
78a01c8956 added all known readers ;) 2003-02-16 00:05:07 +00:00