Wed, 05 Nov 2003 15:04:50 +0000 |
mosu |
Proper usage of zlib for decompression.
|
Thu, 30 Oct 2003 14:50:04 +0000 |
mosu |
Fixed wrong allocation of the BITMAPINFOHEADER structure which would crash mplayer in some cases.
|
Wed, 29 Oct 2003 18:09:20 +0000 |
mosu |
VobSubs are stripped of their MPEG PS in the muxer already, and only the SPU packets remain. So no more need for mpeg_run in the demuxer. The muxer compresses each entry independently with a full deflateInit, deflateEnd.
|
Sun, 26 Oct 2003 21:09:37 +0000 |
attila |
* fix my 100l from before
|
Sun, 26 Oct 2003 12:28:45 +0000 |
attila |
10!
|
Sat, 25 Oct 2003 12:42:24 +0000 |
mosu |
Support for -chapter selection.
|
Wed, 22 Oct 2003 17:59:28 +0000 |
mosu |
Added support for additional content encoding (compression, encryption) in general and zlib compression in particular (to be used with VobSubs).
|
Thu, 16 Oct 2003 22:01:30 +0000 |
mosu |
Support for MP2 audio.
|
Thu, 16 Oct 2003 21:10:18 +0000 |
mosu |
Support for uncompressed VobSubs.
|
Thu, 16 Oct 2003 07:28:33 +0000 |
mosu |
Fix for compilation on mingw32/cygwin. Patch by Goodwu <goodwu@21cn.com>.
|
Tue, 14 Oct 2003 13:45:31 +0000 |
mosu |
More liberal codec id recognition for AC3 codecs (needed for transcoded DNET from RM).
|
Thu, 02 Oct 2003 19:02:28 +0000 |
mosu |
Backwards compatibility fix for old SSA CodecIDs.
|
Mon, 22 Sep 2003 13:53:29 +0000 |
mosu |
Fix for imprecise floating point calculations.
|
Mon, 15 Sep 2003 21:03:49 +0000 |
mosu |
Different decision making for seeking which takes the direction into account.
|
Fri, 12 Sep 2003 21:56:03 +0000 |
mosu |
Marked SSA subs as UTF-8. Better newline handling for SSA subs. Patch by Tristan <z80@oceanfree.net>.
|
Fri, 12 Sep 2003 21:47:28 +0000 |
mosu |
Improved backwards seeking for small seek steps. Patch by matthieu <mat100@ifrance.com>.
|
Wed, 10 Sep 2003 12:50:29 +0000 |
mosu |
Support for SSA text subs in Matroska. Patch partially by Tristan <z80@oceanfree.net>.
|
Wed, 10 Sep 2003 11:39:40 +0000 |
mosu |
Support for Quicktime stuff in Matroska (e.g. Sorenson, QDesign Music codecs etc.).
|
Wed, 27 Aug 2003 13:08:40 +0000 |
mosu |
Removed some ":" in the track output for easier cut&paste.
|
Wed, 27 Aug 2003 13:01:39 +0000 |
mosu |
Track selection uses the n-th audio/subtitle/video track as the ID, not the n-th track overall. All tracks are listed upon opening of the file along with their -aid/-sid etc.
|
Sun, 24 Aug 2003 12:34:42 +0000 |
mosu |
Support for linked seek heads, multiple seek heads, multiple cues.
|
Sat, 23 Aug 2003 22:51:10 +0000 |
mosu |
Re-added block duration parsing, needed for subtitles. Got lost in the last update. Patch by Bruno Lecointre.
|
Sun, 17 Aug 2003 10:36:33 +0000 |
mosu |
Fixes for compilation with gcc versions != 3.2.
|
Sun, 17 Aug 2003 09:26:01 +0000 |
mosu |
Big reorganization. Relies on libmatroska's Read() function and then processes units in memory. Also some fixes for handling of global elements which re-enable playback of files created with the latest VDubMod.
|
Thu, 17 Jul 2003 15:08:34 +0000 |
mosu |
Fixes for stuff that only showed up with gcc versions other than 3.2.
|
Thu, 17 Jul 2003 13:40:34 +0000 |
mosu |
Fixed spelling mistakes that were present in libmatroska until now.
|
Tue, 15 Jul 2003 07:19:03 +0000 |
mosu |
Better support for RealVideo/RealAudio in Matroska. Includes the timestamp fixes from demux_real.c. Seeking is working. Added Matroska to the formats with variable FPS in video.c.
|
Fri, 11 Jul 2003 20:24:20 +0000 |
mosu |
Necessary changes for the upcoming libebml/libmatroska 0.5.0. Implemented support for RealAudio and RealVideo inside Matroska.
|
Thu, 12 Jun 2003 19:12:00 +0000 |
mosu |
Support for files whose first timecode is not 0 (which is the case for splitted/linked files).
|
Mon, 09 Jun 2003 16:48:02 +0000 |
mosu |
Updates needed for libebml/libmatroska 0.4.4
|
Fri, 23 May 2003 15:01:25 +0000 |
mosu |
Support for selecting the audio track in Matroska files via -alang.
|
Thu, 22 May 2003 07:49:48 +0000 |
mosu |
Delayed the parsing of the cues for the case that the KaxInfos (and therefore the timecode scale) is located after the meta seek stuff.
|
Mon, 19 May 2003 20:55:52 +0000 |
mosu |
Endian fixes and proper support for headerless AAC streams.
|
Sat, 17 May 2003 20:53:12 +0000 |
mosu |
Added support for AAC.
|
Thu, 15 May 2003 10:36:06 +0000 |
mosu |
Support for DTS tracks (only with -hwac3 of course).
|
Sun, 11 May 2003 19:33:46 +0000 |
mosu |
Removed the abs function as someone reported compilation problems under MacOS.
|
Sun, 11 May 2003 19:11:10 +0000 |
mosu |
Check with the wrong variable.
|
Fri, 09 May 2003 14:21:05 +0000 |
mosu |
timecode scale value must be initialized before the duration is found. API change of libmatroska 0.4.2. Will not work with 0.4.1!
|
Tue, 06 May 2003 20:40:24 +0000 |
mosu |
Support for aspect ratio set via DisplayWidth/DisplayHeight.
|
Tue, 06 May 2003 10:36:32 +0000 |
mosu |
Vorbis header packet lengths were calculated incorrectly.
|
Mon, 05 May 2003 19:18:22 +0000 |
mosu |
Proper key frame reporting. Proper handling of "no subtitles wanted".
|
Sun, 04 May 2003 11:03:02 +0000 |
mosu |
Fixed seeking in audio-only files. Added support for subtitle track selection via "-slang".
|
Wed, 30 Apr 2003 20:20:51 +0000 |
mosu |
Implemented some default values. The corresponding Kax elements are not stored if they are set to their default value.
|
Wed, 30 Apr 2003 19:35:28 +0000 |
mosu |
Fixes for gcc 3.2
|
Wed, 30 Apr 2003 18:35:16 +0000 |
mosu |
Loop counter was used inside for another loop as well.
|
Wed, 30 Apr 2003 11:39:32 +0000 |
mosu |
Added Matroska demuxing support.
|