Oswald de Bruin
|
6a2145387c
|
STSD added
|
2013-08-26 07:20:13 +02:00 |
|
Ozzay
|
450fb82a4d
|
Added more boxes
All but the last of the sample table have been implemented
|
2013-08-26 07:20:13 +02:00 |
|
Ozzay
|
a11db00abb
|
TKHD and MVHD boxes added
|
2013-08-26 07:20:13 +02:00 |
|
Ozzay
|
3f7c5b0019
|
Added 5 headers and the new STBL, which introduced us to 6 extra boxes to implement :(
|
2013-08-26 07:20:13 +02:00 |
|
Ozzay
|
c6eca9b990
|
First container boxes implemented for MP4.
Also my first fixes for boxes.
|
2013-08-26 07:20:12 +02:00 |
|
Erik Zandvliet
|
f5cbe7343d
|
Tweaked pretty printing in several cases.
|
2013-04-23 14:39:52 +02:00 |
|
Thulinma
|
f2b4e1d1a4
|
Added canSeek* functionality to DTSC::Stream, minor optimization to MP4 lib.
|
2013-03-18 17:36:45 +01:00 |
|
Thulinma
|
a1ed3a8465
|
Implemented SDTP, UUID and UUID_TrackFragmentReference boxes in MP4 lib.
|
2013-03-07 20:08:22 +01:00 |
|
Thulinma
|
ddb681fb8c
|
MP4 lib signedness fixes.
|
2013-03-04 22:02:10 +01:00 |
|
Erik Zandvliet
|
cddf0192f6
|
Working HLS video (not audio) for bipbop video
|
2013-01-08 16:21:17 +01:00 |
|
Thulinma
|
38ef8704f8
|
Global cleanups and standardization of code style.
|
2012-12-11 11:03:33 +01:00 |
|
Erik Zandvliet
|
fbc59ba664
|
Added SDTP box and AVCC::setPayload function
|
2012-10-29 14:34:16 +01:00 |
|
Erik Zandvliet
|
503f63af2b
|
added the avcC box
|
2012-10-29 12:14:11 +01:00 |
|
Thulinma
|
7d13a18c47
|
Stability fixes for MP4 lib, fixed MP4 unit test.
|
2012-09-29 03:12:51 +02:00 |
|
Thulinma
|
d7c2d268e1
|
Fixed a few copypasta errors in MP4 lib.
|
2012-09-29 02:20:11 +02:00 |
|
Thulinma
|
f3b0b36e2b
|
Several minor bugfixes and improvements throughout.
|
2012-09-29 01:41:18 +02:00 |
|
Thulinma
|
cac5dcc9a1
|
Fixes to MP4 library. Now works and includes test program.
|
2012-09-28 15:12:05 +02:00 |
|
Erik Zandvliet
|
98fdf3fa8d
|
Update
|
2012-09-26 14:42:05 +02:00 |
|
Erik Zandvliet
|
7f9d29c62f
|
Work in progress on payloadOffset
|
2012-09-26 14:42:05 +02:00 |
|
Thulinma
|
4450fbdd70
|
Implemented AFRA box.
|
2012-09-26 14:42:05 +02:00 |
|
Erik Zandvliet
|
5b3a53e9f5
|
Added MOOF and TRAF boxes
|
2012-09-26 14:42:05 +02:00 |
|
Erik Zandvliet
|
6c7eeec575
|
MOOF & MFHD prettyprinting. MFHD Done in general
|
2012-09-26 14:42:05 +02:00 |
|
Thulinma
|
d9b8f7c7f0
|
Implemented TFHD box - fixed TRUN namespace pollution.
|
2012-09-26 14:42:05 +02:00 |
|
Thulinma
|
7492e99628
|
Implemented TRUN box.
|
2012-09-26 14:42:05 +02:00 |
|
Erik Zandvliet
|
70fe4bbe98
|
ABST Done
|
2012-09-26 14:42:05 +02:00 |
|
Erik Zandvliet
|
770b6e3567
|
rewritten abst and asrt, including pretty-printing
|
2012-09-26 14:42:05 +02:00 |
|
Thulinma
|
27f2ea931d
|
Updates to newer new style of newness.
|
2012-09-26 14:42:05 +02:00 |
|
Erik Zandvliet
|
50dd32301d
|
pretty printing fixed
|
2012-09-26 14:42:05 +02:00 |
|
Erik Zandvliet
|
837b7068c4
|
added trun box
|
2012-09-26 14:42:05 +02:00 |
|
Erik Zandvliet
|
b2b8491655
|
moof box added
|
2012-09-26 14:42:05 +02:00 |
|
Erik Zandvliet
|
d5db1debf5
|
mfhd box added
|
2012-09-26 14:42:05 +02:00 |
|
Erik Zandvliet
|
70e2962d0b
|
Nieuwe implementatie af, backwards compatibility ruined.
|
2012-09-26 14:42:05 +02:00 |
|
Erik Zandvliet
|
42ab565381
|
abst box rewritten
|
2012-09-26 14:42:04 +02:00 |
|
Erik Zandvliet
|
07faa64075
|
MP4::Box rewritten
|
2012-09-26 14:42:04 +02:00 |
|
Thulinma
|
9b3037d0e4
|
Added basic pretty-printing to MP4 boxes.
|
2012-08-24 17:14:27 +02:00 |
|
Thulinma
|
5e640c09b9
|
Remove bootstrap generator from MP4 - this is now part of DMS.
|
2012-08-24 12:09:46 +02:00 |
|
Thulinma
|
4ac7c54698
|
Updated mp4 to parse some information from JSON-style metadata, guesses values if not present.
|
2012-08-23 17:06:25 +02:00 |
|
Thulinma
|
ee9aacc49e
|
Fixed HTTP Dynamic (F4V) processing.
|
2012-05-22 15:11:14 +02:00 |
|
Thulinma
|
6bfddff131
|
Now working fully with autotools
|
2012-05-08 22:10:22 +02:00 |
|