Vignesh Venkatasubramanian
9ead078aaf
clang-format on mkvmuxerutil.[ch]pp
...
Conformance of mkvmuxerutil.[ch]pp to Google C++ style guide.
Change-Id: Ib66b73adb2682cd5560f6f363fc04d75ab3815c6
2014-04-14 10:28:59 -07:00
Vignesh Venkatasubramanian
fb6b6e6444
clang-format on mkvmuxer.[ch]pp
...
Conformance of mkvmuxer.[ch]pp to Google C++ style guide.
Change-Id: I9bcd14710adbad4f32aa1a6be2ea7e40fb715e91
2014-04-11 11:41:01 -07:00
Vignesh Venkatasubramanian
ce775929a6
Update .clang-format to allow short functions in one line
...
Update .clang-format so that it allows short functions and constructors in a
single line if it fits.
Change-Id: I60788089fc7a4e2f4c4df6947368ebc0f3fa8c49
2014-04-11 11:24:46 -07:00
Tom Finegan
0a24fe44ae
Merge "Add support for DateUTC and DefaultDuration in MKV Muxer."
2014-04-10 16:13:21 -07:00
Vignesh Venkatasubramanian
11d5b66eb4
Merge "Add .clang-format"
2014-04-09 11:55:47 -07:00
Vignesh Venkatasubramanian
a1a3b14538
Add .clang-format
...
Add .clang-format file so that it can be used to maintain
the same style throughout the library.
Change-Id: I22bd21055f565a886b5a880856810f4b35b22cce
2014-04-09 11:50:54 -07:00
Sergey Ulanov
0fcec38045
Add support for DateUTC and DefaultDuration in MKV Muxer.
...
BUG=crbug.com/321825
Change-Id: I5ff8c5b9fd4e6be23ef2bc91a7a4ba021db6441f
2014-04-08 21:48:00 -07:00
Vignesh Venkatasubramanian
a7118d8ec5
Fixing a warning in mkvmuxerutil.cpp
...
Changing a constant from int32 to uint64 to fix a warning in
mkmuxerutil.cpp
Change-Id: Ifd9f76ea4be848eff4d98a797d2d4dcd22f11478
2014-04-08 16:15:28 -07:00
Vignesh Venkatasubramanian
abe9c2d0d1
Adding support for user file ownership in MkvReader
...
Adding a constructor to MkvReader that will enable user application
ownership of the file.
Change-Id: I10f8f71715392df3d4b78c7c11076e19c30e1af6
2014-04-04 13:49:52 -07:00
Vignesh Venkatasubramanian
630a0e3c33
mkvmuxerutil: Getting rid of strict-aliasing warning
...
Replacing a reinterpret_cast from float& to uint32& with a union to get rid of
"dereferencing type-punned pointer will break strict-aliasing rules" warning.
This warning is produced on passing -O3 in gcc.
Change-Id: Ie942597f418e3659e3ff29a909c43dd99266c04d
2014-03-17 12:19:21 -07:00
Vignesh Venkatasubramanian
e369bed319
Support user ownership of files in MkvWriter
...
Overloading MkvWriter's constructor so that it can wrap a user owned
FILE pointer. Doing this so that applications which handle the file opening
and closing by themselves don't have to have their own implementation of the
IMkvWriter interface.
Change-Id: I69c57f3e6927ea13b616c425e3b5f179d2e69215
2014-03-12 12:48:17 -07:00
Tom Finegan
a9d94ef2c5
Merge "vttdemux: Add VS2013 project."
2014-03-10 11:49:55 -07:00
Tom Finegan
3b66306126
vttdemux: Add VS2013 project.
...
And add it to the libwebm VS2013 solution.
Change-Id: I9957b47b291722bc0e5eb435795252cf780f968b
2014-03-10 11:46:53 -07:00
Tom Finegan
acb7a2c8bc
Add VS2010 DLL build configurations for vttdemux.
...
- Link to libwebm instead of building sources.
- Add missing dependency on libwebm.
Change-Id: I8f977f767f6104d07f716c7c5ebecda249c202f2
2014-03-07 16:53:47 -08:00
Tom Finegan
99f40649a7
Merge "mkvmuxer: Silence MSVC warning that suggests making code non-portable."
2014-03-06 16:40:59 -08:00
Matthew Heaney
c6634bca44
Merge "vttdemux: created win32 project"
2014-03-06 14:36:03 -08:00
Matthew Heaney
17cf7cc519
vttdemux: created win32 project
...
Change-Id: I2a1ce12bc374f7493c50021cbe4fc4a4716a6829
2014-03-06 14:31:02 -08:00
Tom Finegan
7f79df14a8
Add Visual Studio 2013 projects.
...
Basically identical to the 2010 projects, but with platform
toolset set to VS 2013, and output files/paths updated to
avoid collisions with VS 2010 output.
Change-Id: I02b827288319db22eeb0beeed71261dc0673d6ef
2014-03-04 16:53:39 -08:00
Tom Finegan
23cdb09fd2
mkvmuxer: Silence MSVC warning that suggests making code non-portable.
...
Change-Id: I19bfa107bf01b1e10ac5a43040d409f4d620f4a7
2014-03-04 16:50:34 -08:00
Tom Finegan
8ae2137637
mkvparser: Silence MSVC warning that suggests making code non-portable.
...
Change-Id: Ia8b4cd39711105a5b3462b512160f9250e8a5966
2014-02-25 09:36:32 -08:00
Tom Finegan
7952ce8f78
Merge "mkvparser: Fix unused variable warnings when NDEBUG is defined."
2014-02-05 20:56:22 -08:00
Tom Finegan
d58f55542f
mkvparser: Fix unused variable warnings when NDEBUG is defined.
...
Change-Id: I98b1121768e5650c2184acbf35636a15e9241148
2014-02-05 20:44:29 -08:00
Tom Finegan
a0c85b1e46
mkvparser/sample: Fix incorrect printf format specifiers.
...
Change-Id: I8b61f429f7bb1da7b3def612f6413895f8cb945d
2014-02-05 18:51:17 -08:00
Tom Finegan
4600f5b4a2
Merge "Fix mingw build."
2014-01-24 11:13:56 -08:00
Tom Finegan
a142b15ada
Fix mingw build.
...
Change-Id: Iec913e0cf5849bec459e98df59b0e0bd8e02965b
2014-01-23 22:31:42 -08:00
Tom Finegan
4a3f5c9f99
Merge "mkvparser: Add basic cues walking to sample."
2014-01-23 22:29:12 -08:00
Tom Finegan
84f2156ca1
Merge "mkvmuxer: Add DiscardPadding support."
2014-01-23 15:34:12 -08:00
Tom Finegan
5440f20071
mkvparser: Add basic cues walking to sample.
...
Change-Id: Ia90e760f04083fa60b44f4d372e118474fc59fee
2014-01-23 15:31:18 -08:00
Tom Finegan
5c14a3f035
mkvparser/mkvreader/sample: CRLF -> LF
...
Change-Id: Id4a5bea411d104289548b276d0e996352cc816b1
2014-01-23 10:57:06 -08:00
Tom Finegan
71a097fb12
mkvparser sample: clang-formatify
...
Exception asterisk placement, which was left as before to match the rest of
libwebm.
Change-Id: I3947acc936cca68df72a5bcd8dec17ed40658ba6
2014-01-23 10:52:46 -08:00
Tom Finegan
cd6f7bff4b
mkvmuxer: Add DiscardPadding support.
...
Also a bit of refactoring to remove some duplicate code.
Change-Id: Ia3d17461ae5f6275534e06c31f348bdfc4bba169
2014-01-22 23:26:26 -08:00
Tom Finegan
327e8ab617
Minor clean up: msvc warnings/include order/comment text.
...
Change-Id: I2b54abcb9f535715d8713930942447c0b0f5f862
2014-01-22 14:03:40 -08:00
Tom Finegan
796c90798a
Merge "sample_muxer: Silence MSVC warning."
2014-01-16 13:01:54 -08:00
Sergey Ulanov
0f7815b036
Add license header in sample_muxer_metadata.cc.
...
This is required by the checklicenses.py script in chromium.
Change-Id: Ice6155b1332adcbda74532e558438083212e1511
2014-01-16 11:31:13 -08:00
Tom Finegan
ccb7fa9c73
sample_muxer: Silence MSVC warning.
...
Disable C4996; A warning that encourages users to make their code
require the "secure" variant of functions like tmpnam(). Doing so
just happens to make the resulting code require the MSVC runtime.
Change-Id: I0329ce3aa93da060110d24a4bc7f48a7f9c87227
2014-01-15 15:00:59 -08:00
Tom Finegan
4ec1e5cae5
Merge "mkvmuxer: Fix warnings."
2014-01-15 14:36:06 -08:00
Tom Finegan
849093f84f
mkvmuxer: CRLF->LF webmids.h.
...
Match the other muxer sources. Also fix declaration order
of elements in the track grouping.
Change-Id: I06fdb98eb42815af96e80e33379ef73d41b470b3
2014-01-15 12:37:15 -08:00
Tom Finegan
32e1556e68
mkvmuxer: Fix warnings.
...
Remove useless spam from build output.
Change-Id: Iae200d32cda1fc11cd471772725345d0979e97bc
2014-01-15 12:14:27 -08:00
Tom Finegan
5efd6e3c1d
mkvmuxer: Add support for VP9 and Opus tracks.
...
Also make codec ID constants really constant.
Change-Id: I951d25e83ce507afb1ca475e2d5dbfe6402f3d61
2014-01-10 15:03:47 -08:00
Tom Finegan
a6c71c1407
mkvmuxer: Add support for writing CodecDelay and SeekPreRoll elements.
...
Change-Id: Iad8c671b76c4b97abad58946df7f3c0ebe6cb01b
2014-01-10 11:32:56 -08:00
Tom Finegan
81c1d8415c
mkvparser: Add support for CodecDelay, DiscardPadding, and SeekPreRoll elements.
...
Change-Id: Ic9e6ebcc2ba533f8cc1ab933d0bf55782ccab932
2014-01-08 17:33:03 -08:00
Vignesh Venkatasubramanian
d2f7478148
Initializing last_block_duration_ to zero.
...
Adding a missing initialization.
Change-Id: Id4223765968745a46653139b2a9f1537102c3618
2013-10-30 11:13:38 -07:00
Vignesh Venkatasubramanian
fd0a65af98
Merge "Fixing a bug in Chapter::Clear"
2013-10-25 11:13:05 -07:00
Vignesh Venkatasubramanian
872cc57de4
Adding set_uid to Chapter Class
...
Adding set_uid function to the Chapter class. It can be used to
achieve deterministic output from the muxer. For example, for files
with only one segment, track number or track id can be used for
chapter uid.
Change-Id: I2e94c6150e32cb9019a6623af7919acc099aa20d
2013-10-25 09:33:28 -07:00
Vignesh Venkatasubramanian
ddfea3431f
Fixing a bug in Chapter::Clear
...
Replacing a typo'd < with > in Chapter::Clear of mkvmuxer.
Change-Id: I8784d19dbca5a8a62c92ed14e2efa61d96c5375f
2013-10-25 09:12:11 -07:00
Vignesh Venkatasubramanian
4134f6e04e
Adding AddLastFrame to Segment
...
Adding AddLastFrame function to the Segment muxer so that the duration
of the Segment can be accurately calculated given the last Block's duration.
We now provide an AddLastFrame function which will take duration of that block
as a parameter. When this function is used to add the last frame, the duration
of it is taken into account when computing the Segment's duration.
Change-Id: I3e1456299fefa1a4dd6d845c47292951d1ce3ad0
2013-10-25 08:28:23 -07:00
Tom Finegan
25025a5471
Add dependency checks to Makefile.
...
Avoid unfortunate things like breaking the library because the make file
was not previously checking dependencies.
Change-Id: Iab20c3cfa0d1475dfb5c54127646b351df1c4c50
libwebm-1.0.0.26
2013-08-19 19:32:37 -07:00
Tom Finegan
f72dc7b052
Ignore dependency files and build products.
...
Change-Id: I4e9da395b8e06a696e77389d0bc863b8837eceee
2013-08-19 11:02:23 -07:00
Tom Finegan
c5892de23b
Fix mkvmuxer::Track::set_uid().
...
Modifying const variables doesn't work.
Change-Id: Ie1aa9ce1779002973ec93f808ba5e86c569b9df4
2013-08-19 11:01:49 -07:00
Tom Finegan
15a708e416
Add set_uid() to mkvmuxer::Track.
...
Allow users of libwebm's MKV muxer to control the Track UID. This,
for example, allows creation of tests that rely on checksum comparisons
to verify output from the library.
Change-Id: I8b052e6dd5af734d76122b2a1b6b16382ffba214
2013-08-16 10:58:17 -07:00