Sun, 12 Mar 2006 17:35:51 +0000 |
ods15 |
revert last change
|
Sun, 12 Mar 2006 13:30:45 +0000 |
ods15 |
better max for frame code values, still allowing compact implementation
|
Sun, 12 Mar 2006 13:21:04 +0000 |
ods15 |
10l to me, misarrangment of flags
|
Sun, 12 Mar 2006 13:08:10 +0000 |
ods15 |
change max_distance back to 64kb and set max frame size to 2*max_distance.
|
Sat, 11 Mar 2006 19:47:05 +0000 |
ods15 |
change max_distance max to 128kb instead of 65kb
|
Sat, 11 Mar 2006 15:26:39 +0000 |
ods15 |
move bit flags to be more convinient...
|
Sat, 11 Mar 2006 10:19:02 +0000 |
ods15 |
clarify, header_checksum is not included in forward_ptr and in packet checksum
|
Fri, 10 Mar 2006 14:44:31 +0000 |
michael |
SHOULD NOT be higher than 1/timebase limit
|
Fri, 10 Mar 2006 14:34:30 +0000 |
michael |
div8 -> div16
|
Fri, 10 Mar 2006 14:28:11 +0000 |
michael |
drop max_frame_size
|
Fri, 10 Mar 2006 14:23:22 +0000 |
michael |
double muxing examples (cant hurt to explictly mention the most common)
|
Fri, 10 Mar 2006 14:18:59 +0000 |
michael |
limit stuffing to prevent header_checksum from endup being useless due to a gb of 0x80 after a 'N'
|
Fri, 10 Mar 2006 14:10:07 +0000 |
michael |
universal timestamp (= stream_id + timestamp in stream timebase)
|
Fri, 10 Mar 2006 13:54:39 +0000 |
michael |
little clarification of sample_width/sample_height
|
Fri, 10 Mar 2006 13:50:35 +0000 |
michael |
0x00 and 0xFF should be invalid (libnut does that already and it seems like a good idea to recommand)
|
Fri, 10 Mar 2006 11:52:58 +0000 |
ods15 |
push back userdata stream_class
|
Fri, 10 Mar 2006 02:49:29 +0000 |
michael |
header_checksum
|
Wed, 08 Mar 2006 12:49:35 +0000 |
michael |
cosmetic
|
Wed, 08 Mar 2006 12:37:10 +0000 |
michael |
remove info streams
|
Sun, 05 Mar 2006 07:06:34 +0000 |
ods15 |
cosmetics, rename max_size to max_frame_size
|
Sat, 04 Mar 2006 16:30:25 +0000 |
ods15 |
return index_ptr to inside index
|
Sat, 04 Mar 2006 10:26:46 +0000 |
ods15 |
typo
|
Fri, 03 Mar 2006 22:43:49 +0000 |
michael |
slightly better max_distance rule
|
Fri, 03 Mar 2006 22:33:30 +0000 |
michael |
the return of the monolithic index
|
Fri, 03 Mar 2006 22:31:46 +0000 |
michael |
update tmp_field numbers (pretty much just cosmetic)
|
Fri, 03 Mar 2006 22:30:17 +0000 |
michael |
simplify flags
|
Thu, 02 Mar 2006 10:34:09 +0000 |
michael |
syncpoint_start description
|
Wed, 01 Mar 2006 14:19:37 +0000 |
michael |
add forward_ptr to syncpoint (+0.006% overhead)
|
Wed, 01 Mar 2006 13:37:09 +0000 |
michael |
leading coeff for crc polynom
|
Wed, 01 Mar 2006 13:36:33 +0000 |
michael |
width/height/samplerate MUST not be 0
|
Wed, 01 Mar 2006 13:35:09 +0000 |
michael |
remove chapter_id == 0 special case
|
Sat, 25 Feb 2006 20:06:21 +0000 |
ods15 |
cosmetic, trailing whitespace
|
Sat, 25 Feb 2006 18:51:46 +0000 |
ods15 |
use short 'type' names
|
Sat, 25 Feb 2006 18:48:52 +0000 |
ods15 |
allow rationals with denom of '1'
|
Sat, 25 Feb 2006 16:16:47 +0000 |
ods15 |
CRC32 stuff
|
Fri, 24 Feb 2006 14:41:02 +0000 |
ods15 |
fix bit specification for fixed_fps
|
Fri, 24 Feb 2006 05:41:35 +0000 |
ods15 |
info packet stuff, chapters...
|
Mon, 20 Feb 2006 04:49:06 +0000 |
ods15 |
fields should be in english...
|
Fri, 17 Feb 2006 20:05:25 +0000 |
ods15 |
more cosmetics
|
Fri, 17 Feb 2006 19:45:35 +0000 |
ods15 |
some cleanup. enforce decode_delay to not be too high.
|
Mon, 13 Feb 2006 07:29:11 +0000 |
ods15 |
fix index, first keyframe cannot be written with pts=0
|
Sun, 12 Feb 2006 17:40:02 +0000 |
ods15 |
Make 'N' frame code implictly invalid
|
Sat, 11 Feb 2006 09:56:49 +0000 |
ods15 |
Put index_ptr within index to avoid it popping out of nowhere.
|
Sat, 11 Feb 2006 09:51:08 +0000 |
ods15 |
Add syncpoint_checksum after frame header
|
Fri, 10 Feb 2006 10:42:40 +0000 |
ods15 |
change checksum to crc32
|
Tue, 07 Feb 2006 16:52:05 +0000 |
ods15 |
EOR can only be (un)set for non delayed streams.
|
Tue, 07 Feb 2006 04:03:11 +0000 |
ods15 |
Allow headers to be repeated anywhere
|
Sat, 04 Feb 2006 08:54:31 +0000 |
ods15 |
Index repetition
|
Sat, 04 Feb 2006 08:53:43 +0000 |
ods15 |
add compare_ts
|
Sat, 04 Feb 2006 08:52:35 +0000 |
ods15 |
EOR in index
|
Fri, 27 Jan 2006 19:13:46 +0000 |
ods15 |
cosmetic, fix spacing
|
Sun, 22 Jan 2006 05:57:46 +0000 |
ods15 |
Interleave index to ease per-need decoding.
|
Fri, 20 Jan 2006 19:12:22 +0000 |
ods15 |
cosmetic change, shift stuff around to more logical places
|
Fri, 20 Jan 2006 19:10:55 +0000 |
ods15 |
change goals slightly..
|
Fri, 20 Jan 2006 19:06:28 +0000 |
ods15 |
bump date
|
Fri, 06 Jan 2006 13:51:36 +0000 |
ods15 |
align byte is deprecated
|
Fri, 06 Jan 2006 02:06:22 +0000 |
ods15 |
1) remove global_timebase
|
Fri, 06 Jan 2006 02:05:57 +0000 |
ods15 |
MN rule
|
Fri, 06 Jan 2006 02:05:34 +0000 |
ods15 |
1) change date and goals slightly
|
Thu, 22 Dec 2005 05:48:04 +0000 |
ods15 |
typo
|