Moritz Bunkus
|
de66f03964
|
Extended the general process function to include both a backward and a forward reference.
|
2003-04-18 13:21:11 +00:00 |
|
Moritz Bunkus
|
08efd315f9
|
Reversed the relationship between q_c and generic_packetizer_c: q_c is now the father of generic_packetizer_c.
|
2003-04-18 10:28:14 +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
|
e9032be686
|
New style "process" function support.
|
2003-04-11 11:29:28 +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
|
dae92d4fef
|
Added audio sync handling for Vorbis streams.
|
2003-03-04 10:15:33 +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
|
dd226c7e6b
|
Working Vorbis support including lacing for the headers and recalculation of the timestamps.
|
2003-03-03 23:20:44 +00:00 |
|
Moritz Bunkus
|
a0f0cfbedc
|
Added a first Vorbis support including the packetizers.
|
2003-03-03 18:00:30 +00:00 |
|