2008-02-11 |
Nathan Caldwell | Add largefile check to configure.ac so LARGEFILE_SOURCE...
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Fix context memleak.
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Update bootstrap.sh to just run autoreconf.
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Add a hack to set the first Cluster timecode to 0 if...
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Remove LARGEFILE_SOURCE and FILE_OFFSET_BITS defines...
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Ditch libuuid. Switch to using a md5 sum of each frame...
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Add check for libuuid.
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Write random SegmentUID by default.
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Use random() to create Track, Chapter, and Edition...
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Remove _XOPEN_SOURCE from libmkv.h.
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Move config.h to be the first include, so we get our...
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Update INSTALL.
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Fix up EBML lacing, it was majorly b0rked.
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Really remove test/ from build.
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Move extra configuration info to a union, save a little...
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Next version is 0.6.2
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Fix up defines.
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Remove test from the Makefile.
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Move #defines to before the includes where they'll...
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Fix a incorrect comparison that was causing Cues not...
|
commit | commitdiff | tree |
2008-01-28 |
Nathan Caldwell | Fix the number of Cues that are written.
|
commit | commitdiff | tree |
2007-08-28 |
Nathan Caldwell | Remove version from AM_INIT_AUTOMAKE it will auto-detect.
|
commit | commitdiff | tree |
2007-08-28 |
Nathan Caldwell | Update revision to 0.6.1.2
|
commit | commitdiff | tree |
2007-08-28 |
Nathan Caldwell | Fixes Void overwriting SegmentInfo and Tracks.
|
commit | commitdiff | tree |
2007-08-23 |
Nathan Caldwell | Fix chapters correctly this time.
|
commit | commitdiff | tree |
2007-08-22 |
Nathan Caldwell | Fix hang when attempting to write chapters because...
|
commit | commitdiff | tree |
2007-08-21 |
Nathan Caldwell | Remove the AC_FUNC_*ALLOC macros, can cause problems...
|
commit | commitdiff | tree |
2007-08-18 |
Nathan Caldwell | Correct filename in header.
|
commit | commitdiff | tree |
2007-08-17 |
Nathan Caldwell | Rename configure.in to autoconf preferred configure.ac
|
commit | commitdiff | tree |
2007-08-16 |
Nathan Caldwell | Fix merge conflict. Double free.
|
commit | commitdiff | tree |
2007-08-16 |
Nathan Caldwell | Move autotools files to config/ subdir.
|
commit | commitdiff | tree |
2007-08-16 |
Nathan Caldwell | Merge branch 'vlc_compat'
|
commit | commitdiff | tree |
2007-08-13 |
Nathan Caldwell | Close the current Cluster after no more than 2 sec.
|
commit | commitdiff | tree |
2007-08-03 |
Nathan Caldwell | Fix the length of the Void we write after Chapters.
|
commit | commitdiff | tree |
2007-07-27 |
Nathan Caldwell | Tracks: Write TrackFlagEnabled only if it's not 1.
|
commit | commitdiff | tree |
2007-07-27 |
Nathan Caldwell | Tracks: Write TrackFlagEnabled only if it's not 1.
|
commit | commitdiff | tree |
2007-07-27 |
Nathan Caldwell | Write a Seek entry for each Cluster if vlc_compat is on.
|
commit | commitdiff | tree |
2007-07-27 |
Nathan Caldwell | Implement mk_writeSeek(), and switch mk_writeSeekHead...
|
commit | commitdiff | tree |
2007-07-27 |
Nathan Caldwell | Move mk_writeSeek -> mk_writeSeekHead.
|
commit | commitdiff | tree |
2007-07-27 |
Nathan Caldwell | Cues can be at the end of the file, VLC doesn't care.
|
commit | commitdiff | tree |
2007-07-27 |
Nathan Caldwell | Undo 'VLC compatability fixes' as they're broken at...
|
commit | commitdiff | tree |
2007-07-27 |
Nathan Caldwell | Merge branch 'cue_fixes'
|
commit | commitdiff | tree |
2007-07-20 |
Nathan Caldwell | Make all constants long long to quite some compiler...
|
commit | commitdiff | tree |
2007-07-20 |
Nathan Caldwell | Remove one more off_t.
|
commit | commitdiff | tree |
2007-07-20 |
Nathan Caldwell | Make all constants long long to quite some compiler...
|
commit | commitdiff | tree |
2007-07-20 |
Nathan Caldwell | Make that per 3MB per video track, not 3MB per file.
|
commit | commitdiff | tree |
2007-07-19 |
Nathan Caldwell | Latest Cues changes. We now write Cues every ~3MB only...
|
commit | commitdiff | tree |
2007-07-19 |
Nathan Caldwell | Remove one more off_t.
|
commit | commitdiff | tree |
2007-07-18 |
Nathan Caldwell | Fix a crash when calling mk_close().
|
commit | commitdiff | tree |
2007-07-18 |
Nathan Caldwell | Remove some commented-out, unused variables.
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Merge branch 'file_pos'
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Merge branch 'cue_fixes'
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Rework Cues. We now write them for all tracks on every...
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Fix return value check when closing root Context.
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Fix Segment sizes.
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Those really do need to be ints.
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Capital D, const instead of <<.
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Write Segment size to disk.
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Can't really have negitive file positions.
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | 64-bit number = 8 bytes.
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Switch to calloc in mk_createWriter, so we don't have...
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Give me a *w (in mk_flushContextData()).
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Once again w->f_cur => w->f_pos.
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | It would help if I were consistant in my naming. w...
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Replace calls to ftell() with w->f_pos.
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Modify mk_flushContextData to keep track of our current...
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Replace all calls to fseek() with mk_seekFile().
|
commit | commitdiff | tree |
2007-07-16 |
Nathan Caldwell | Implement mk_seekFile() so we can keep track of where...
|
commit | commitdiff | tree |
2007-07-15 |
Nathan Caldwell | Various bug-fixes.
|
commit | commitdiff | tree |
2007-07-14 |
Nathan Caldwell | Remove commented out variable, and fix bug in mk_laceXiph().
|
commit | commitdiff | tree |
2007-07-14 |
Nathan Caldwell | Update version to 0.6.1
|
commit | commitdiff | tree |
2007-07-14 |
Nathan Caldwell | Merge branch 'lacing'
|
commit | commitdiff | tree |
2007-07-14 |
Nathan Caldwell | Add ebml.c to Makefile.
|
commit | commitdiff | tree |
2007-07-14 |
Nathan Caldwell | Lacing fixups.
|
commit | commitdiff | tree |
2007-07-14 |
Nathan Caldwell | Merge branch 'compile_fixes'
|
commit | commitdiff | tree |
2007-07-14 |
Nathan Caldwell | Compile fixes on OSX.
|
commit | commitdiff | tree |
2007-07-14 |
Nathan Caldwell | Move EBML functions out of matroska.c into their own...
|
commit | commitdiff | tree |
2007-07-13 |
Nathan Caldwell | Lots of compile fixes.
|
commit | commitdiff | tree |
2007-07-13 |
Nathan Caldwell | Update version to be more proper, as I'm no longer...
|
commit | commitdiff | tree |
2007-07-13 |
Nathan Caldwell | (Hopefully) Fix some mem leaks.
|
commit | commitdiff | tree |
2007-07-13 |
Nathan Caldwell | Make bootstrap.sh executable.
|
commit | commitdiff | tree |
2007-07-13 |
Nathan Caldwell | First-pass at lacing.
|
commit | commitdiff | tree |
2007-07-13 |
Nathan Caldwell | mk_writeSSize: We want to write size, not u_size.
|
commit | commitdiff | tree |
2007-07-13 |
Nathan Caldwell | Add mk_writeSSize to write Signed EBML vints.
|
commit | commitdiff | tree |
2007-07-12 |
Nathan Caldwell | Modify writeSize and ebmlSizeSize to work with 64-bit...
|
commit | commitdiff | tree |