.. |
Makefile.in
|
Makefile/configure: cached the libebml and libmatroska checks; added checks for gettext. Rest: Added some support for translations (way incomplete, but it's a start).
|
2004-07-18 15:06:33 +00:00 |
p_aac.cpp
|
A couple of warning fixes for printf format tokens vs. actual arguments.
|
2007-01-13 17:41:08 +00:00 |
p_aac.h
|
If there are huge gaps in which no AAC/AC3/MP3 header is found then discard that memory right away. Speeds up processing of very, very broken files.
|
2006-04-13 12:31:46 +00:00 |
p_ac3.cpp
|
Added support for EAC3/DD+ (Dolby Digital Plus) files and tracks (raw EAC3 files or inside Matroska with CodecID A_EAC3).
|
2007-03-02 11:17:25 +00:00 |
p_ac3.h
|
Added support for EAC3/DD+ (Dolby Digital Plus) files and tracks (raw EAC3 files or inside Matroska with CodecID A_EAC3).
|
2007-03-02 11:17:25 +00:00 |
p_avc.cpp
|
Fixed a bug in parse_sps for the case "do not keep the AR info && AR info not present" which would produce invalid SPS records.
|
2007-01-16 19:37:34 +00:00 |
p_avc.h
|
Added support for reading AVC/h.264 elementary streams.
|
2007-01-01 14:28:27 +00:00 |
p_dts.cpp
|
Do not refuse to concatenate files with differing Codec Private contents and only issue a warning in such cases. Still refuse to concatenate non-matching track parameters like number of channels etc.
|
2006-02-27 17:06:55 +00:00 |
p_dts.h
|
Complete rewrite of the parameter passing between generic_packetizer_c::process() and generic_packetizer_c::add_packet(). Those functions use the packet_t structure. There are a couple of more or less small memory leaks left. Those will be addressed later.
|
2005-05-25 21:31:26 +00:00 |
p_flac.cpp
|
Do not refuse to concatenate files with differing Codec Private contents and only issue a warning in such cases. Still refuse to concatenate non-matching track parameters like number of channels etc.
|
2006-02-27 17:06:55 +00:00 |
p_flac.h
|
Removed the autofree_ptr class because memory_c can be used instead.
|
2005-10-09 09:55:53 +00:00 |
p_mp3.cpp
|
Change the wording on the warning regarding if non-MP3 / non-AC3 data is found which is not directly at the beginning. Fix for Bugzilla #214.
|
2006-12-28 15:25:22 +00:00 |
p_mp3.h
|
If there are huge gaps in which no AAC/AC3/MP3 header is found then discard that memory right away. Speeds up processing of very, very broken files.
|
2006-04-13 12:31:46 +00:00 |
p_passthrough.cpp
|
Added better checks if two tracks can be appended to the passthrough packetizer so that tracks that are otherwise not known to mkvmerge can still be appended (e.g. V_VC1). Fix for bug 244.
|
2007-06-24 08:16:04 +00:00 |
p_passthrough.h
|
Complete rewrite of the parameter passing between generic_packetizer_c::process() and generic_packetizer_c::add_packet(). Those functions use the packet_t structure. There are a couple of more or less small memory leaks left. Those will be addressed later.
|
2005-05-25 21:31:26 +00:00 |
p_pcm.cpp
|
PCM audio data with 4 bits per Sample caused mkvmerge to allocate all available memory. Patch by Robert Millan (rmh 4t aybabtu d0t com).
|
2006-06-16 08:51:49 +00:00 |
p_pcm.h
|
Complete rewrite of the parameter passing between generic_packetizer_c::process() and generic_packetizer_c::add_packet(). Those functions use the packet_t structure. There are a couple of more or less small memory leaks left. Those will be addressed later.
|
2005-05-25 21:31:26 +00:00 |
p_realaudio.cpp
|
Use the PRId64/PRIu64 defines instead of %lld/%llu for enhanced cross-platform compatibility. Cosmetics.
|
2005-10-12 16:41:09 +00:00 |
p_realaudio.h
|
Removed the autofree_ptr class because memory_c can be used instead.
|
2005-10-09 09:55:53 +00:00 |
p_textsubs.cpp
|
Do not refuse to concatenate files with differing Codec Private contents and only issue a warning in such cases. Still refuse to concatenate non-matching track parameters like number of channels etc.
|
2006-02-27 17:06:55 +00:00 |
p_textsubs.h
|
Removed the autofree_ptr class because memory_c can be used instead.
|
2005-10-09 09:55:53 +00:00 |
p_tta.cpp
|
Use the PRId64/PRIu64 defines instead of %lld/%llu for enhanced cross-platform compatibility. Cosmetics.
|
2005-10-12 16:41:09 +00:00 |
p_tta.h
|
Complete rewrite of the parameter passing between generic_packetizer_c::process() and generic_packetizer_c::add_packet(). Those functions use the packet_t structure. There are a couple of more or less small memory leaks left. Those will be addressed later.
|
2005-05-25 21:31:26 +00:00 |
p_video.cpp
|
Fixed a couple of memory leaks.
|
2007-06-25 10:39:26 +00:00 |
p_video.h
|
Implemented code that can change the NALU size length for non-ES streams, too (e.g. coming from MP4 or Matroska files).
|
2007-06-22 08:44:39 +00:00 |
p_vobbtn.cpp
|
Merged the new memory_ptr_c and memory_c classes into a single class for a refcounted memory block. Removed the unsigned char * members of packet_t that were only holding copies of the memory_c members. The data is now stored directly in packet_t.data and packet_t.data_adds.
|
2005-10-09 09:30:24 +00:00 |
p_vobbtn.h
|
Complete rewrite of the parameter passing between generic_packetizer_c::process() and generic_packetizer_c::add_packet(). Those functions use the packet_t structure. There are a couple of more or less small memory leaks left. Those will be addressed later.
|
2005-05-25 21:31:26 +00:00 |
p_vobsub.cpp
|
Removed the autofree_ptr class because memory_c can be used instead.
|
2005-10-09 09:55:53 +00:00 |
p_vobsub.h
|
Removed the autofree_ptr class because memory_c can be used instead.
|
2005-10-09 09:55:53 +00:00 |
p_vorbis.cpp
|
Do not refuse to concatenate files with differing Codec Private contents and only issue a warning in such cases. Still refuse to concatenate non-matching track parameters like number of channels etc.
|
2006-02-27 17:06:55 +00:00 |
p_vorbis.h
|
Added support for Ogg/Theora (not specs compliant because we haven't decided about the specs yet.
|
2005-10-23 18:21:13 +00:00 |
p_wavpack.cpp
|
Use the PRId64/PRIu64 defines instead of %lld/%llu for enhanced cross-platform compatibility. Cosmetics.
|
2005-10-12 16:41:09 +00:00 |
p_wavpack.h
|
Complete rewrite of the parameter passing between generic_packetizer_c::process() and generic_packetizer_c::add_packet(). Those functions use the packet_t structure. There are a couple of more or less small memory leaks left. Those will be addressed later.
|
2005-05-25 21:31:26 +00:00 |