Matthew Gregan
36165906fe
Bug 1575679 - Update libnestegg to pick up PR 65. r=bryce
...
Differential Revision: https://phabricator.services.mozilla.com/D42966
--HG--
extra : moz-landing-system : lando
2019-08-21 21:50:42 +00:00
Christian Holler
8cfda79e0d
Bug 1465407 - Add media fuzzing targets. r=jya
...
Depends on D35776
Differential Revision: https://phabricator.services.mozilla.com/D35777
--HG--
extra : moz-landing-system : lando
2019-07-16 14:50:17 +00:00
Matthew Gregan
771783f433
Bug 1556586 - Update libnestegg to 9d5b774d. r=bryce
2019-06-04 16:30:47 +12:00
Matthew Gregan
95f2441b3e
Bug 1539686
- Update libnestegg to 90521e7f. r=bryce
2019-05-30 14:05:25 +12:00
byron jones
dc1606c7fa
Bug 1505419
- replace nestegg's README_MOZILLA with moz.yaml r=kinetik
...
README_MOZILLA had 7bafcb950eb0a8fa66858a6f272886f6b3ef40af as the origin SHA.
I wasn't able to find this on the github repository; changed to
https://github.com/kinetiknz/nestegg/commit/f7a0b7ce
Differential Revision: https://phabricator.services.mozilla.com/D11176
--HG--
extra : moz-landing-system : lando
2018-11-07 20:24:49 +00:00
Matthew Gregan
574fed09a7
Bug 1480003 - Update libnestegg to 7bafcb95. r=bryce
...
--HG--
extra : rebase_source : d49e929e5e462ffc57c5eccde1d97238c8d10631
2018-08-26 20:30:18 +12:00
Bryce Van Dyk
3114bcb097
Bug 868797 - Update libnestegg to be more tolerant of blocks with negative timecodes. r=kinetik
...
Bump nestegg to commit 89ed0daf2edccb25f744e5faff88b8b4684adceb. This brings
across tolerance of blocks with negative timecodes. Instead of rejecting these
the timecodes are now set to 0.
Also brings across a change to appease clang in ne_read_block_additions by
adding an explicit assignment to data_size.
MozReview-Commit-ID: 7J8YPUUwSBp
--HG--
extra : rebase_source : f55bd987465baf21f383095b60e9148349936fef
2018-02-28 16:34:05 -05:00
Chris Manchester
c86173526a
Bug 1403346 - Replace all uses of ALLOW_COMPILER_WARNINGS with a template, remove ALLOW_COMPILER_WARNINGS. r=glandium
...
MozReview-Commit-ID: 1G2o4fy74cf
2017-10-25 15:12:09 -07:00
Alfredo.Yang
e7cf058cbb
Bug 1377278 - accept 'matroska' as webm doctype. r=kinetik
...
MozReview-Commit-ID: 3SCOrecahPB
--HG--
extra : rebase_source : c94cbc48f0d850f9df19fe4c85066ca594164853
2017-08-29 15:33:26 +08:00
Matthew Gregan
bbc0805e28
Bug 1393284 - Update libnestegg to 369d153. r=rillian
...
From 94bad012a2d4ec824d751c574443e3946187c4ea Mon Sep 17 00:00:00 2001
2017-08-24 16:18:34 +12:00
Ralph Giles
b50ae2a480
Bug 1360396 - Update nestegg from upstream. r=kinetik
...
Pull recent changes from the upstream nestegg webm parser
repo. This include a definition of NESTEGG_CODEC_AV1 for
supporting the Alliance for Open Media's AV1 video codec,
and a fix for an unitialized variable warning.
MozReview-Commit-ID: EC1WsaFYlqo
--HG--
extra : rebase_source : 22139c35e505b9cf3c165ff76cdfaaea953baf4d
2017-04-27 17:14:25 -07:00
Joel Maher
43d997b5a3
Bug 1344470 - add BUG_COMPONENT to media/* files. r=padenot
...
MozReview-Commit-ID: C7xWOE0OwIK
2017-03-07 13:06:45 -05:00
Jay Harris
f04c7b9716
Bug 1306477 - Updates to latest upstream version of nestegg. r=kinetik
...
MozReview-Commit-ID: D2vrjB3wOjh
--HG--
extra : rebase_source : 7c5e6588dfd857433bff801ad8aece0971641c7a
2017-02-08 15:17:24 +13:00
Matthew Gregan
94df8b79e6
Bug 1296988 - Update libnestegg. r=rillian
2016-08-25 13:49:22 +12:00
Tom Tromey
5538d692d3
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Matthew Gregan
140a910bc3
Bug 1261900 - Remove obsolete patch file. r=me
2016-06-01 09:20:37 +12:00
Bryce Van Dyk
85f8335784
Bug 1257726
- Update to latest upstream version of nestegg. r=kinetik
...
Bring in updated nestegg library, the newly exposed encryption
functionality will be used to enable WebM EME.
MozReview-Commit-ID: Hv6hSFjlS5c
--HG--
extra : rebase_source : c759a702c205111d65aa2002564559210c662d5f
2016-05-04 11:14:29 +12:00
Matthew Gregan
f99185c1e7
Bug 1269768
- Treat multiple BlockAdditions elements in WebM as an error. r=giles
2016-05-23 12:56:52 +12:00
Matthew Gregan
c3e2181bd1
Bug 1261900 - Update in-tree libnestegg. r=giles
...
This update pulls in nestegg_read_reset, nestegg_packet_has_keyframe, and
nestegg_packet_reference_block.
2016-04-22 22:54:27 +10:00
Matthew Gregan
e4fd874441
Bug 1271866 - Drop NULL check from nestegg_read_packet. r=giles
2016-05-11 17:01:23 +12:00
Matthew Gregan
de83009807
Bug 1267513 - Update libnestegg to pick up BlockGroup parsing fixes. r=giles
2016-04-27 15:25:26 +12:00
Matthew Gregan
358dd6f8a1
Bug 1257699 - Update in-tree libnestegg. r=giles
2016-03-23 13:47:14 +13:00
Matthew Gregan
9ef5badfe1
Bug 1251504 - Update libnestegg to remove generated nestegg-stdint.h. r=giles
2016-02-26 15:38:14 +13:00
Nicholas Nethercote
57bef6b196
Bug 1232219 (part 3) - Fix remaining -Wunused warnings. r=glandium.
...
--HG--
extra : rebase_source : 357474b4c7729b78a3030dfefd720aad4e1b2576
2015-12-16 22:57:51 -08:00
Mike Hommey
3de00b45dd
Bug 1216444 - Remove GKMEDIAS_SHARED_LIBRARY. r=mshal
...
In bug 922912, we folded back gkmedias.dll info xul.dll, so in practice, there
is no default configuration left that exercises GKMEDIAS_SHARED_LIBRARY. And
sure enough, it's been broken for months in many different ways.
The gkmedias intermediate library is however kept for webrtc signaling tests.
2015-10-21 14:47:22 +09:00
Matthew Gregan
d608d9a310
Bug 1200148 - Sanity check header lengths in Vorbis CodecData. r=derf
2015-09-08 11:44:45 +12:00
Jan Gerber
fcaed6e591
Bug 1168732
- Update libnestegg to pick up nestegg_track_codec_data_count fix for Opus handling. r=kinetik
2015-05-28 14:24:28 +12:00
Matthew Gregan
a0d66e7bbc
Bug 1161718 - Distinguish unknown track types from errors in libnestegg. r=rillian
2015-05-11 14:25:33 +12:00
David Major
ebde6b9f4f
Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium
...
--HG--
extra : rebase_source : 0c47c99bb8b92f8361a51fd81b20a2cc8647a986
2015-04-27 19:59:27 -04:00
Matthew Gregan
a1d6e2bdbb
Bug 1124518 - Update libnestegg. r=ehsan
2015-01-22 15:04:39 +13:00
Matthew Gregan
a1aa1c5272
Bug 1096721 - Simplify nestegg-stdint.h. r=cajbir
2014-11-11 14:35:08 +13:00
Matthew Gregan
50e28ecff7
Bug 1085175 - r=roc
...
--HG--
extra : rebase_source : 78e0e0b21c6bb049f9112fdb3f25639c69289dd1
2014-11-11 08:58:52 +13:00
Wes Kocher
a511495141
Backed out changeset 992ad9a82996 (bug 1085175) for bustage on a CLOSED TREE
2014-11-10 13:18:40 -08:00
Matthew Gregan
d79e8d50aa
Bug 1085175 - r=roc
2014-11-11 08:58:52 +13:00
Ryan VanderMeulen
5970456d1c
Backed out changeset 4d3c5b18b800 (bug 1085175) for Windows bustage.
...
CLOSED TREE
2014-11-10 14:46:27 -05:00
Matthew Gregan
b96bb0cfcc
Bug 1085175. r=roc
...
CLOSED TREE
2014-11-10 13:44:49 -05:00
Matthew Gregan
89b94d59cc
Bug 1077086 - Update nestegg from upstream. r=giles
2014-10-08 13:08:36 +13:00
Matthew Gregan
6c48290b50
Bug 1074004 - Update nestegg from upstream. r=giles
...
--HG--
rename : media/libnestegg/README => media/libnestegg/README.md
2014-09-29 13:13:10 +13:00
Carsten "Tomcat" Book
1179dc5061
Backed out changeset 571cef4dcf52 (bug 1074004) for m-oth test failure
...
--HG--
rename : media/libnestegg/README.md => media/libnestegg/README
2014-09-30 08:16:55 +02:00
Carsten "Tomcat" Book
6cfdbefa4d
Backed out changeset 405b97368630 (bug 1074004)
2014-09-30 08:16:27 +02:00
Matthew Gregan
0b6d02d00a
Bug 1074004 - Bustage fix for nestegg_set_halloc_func.
...
--HG--
extra : rebase_source : 7e24e953dc287e80112e0a0d4263b6ac5b1fbd8d
2014-09-30 16:20:56 +13:00
Matthew Gregan
8df2e79093
Bug 1074004 - Update nestegg from upstream. r=giles
...
--HG--
rename : media/libnestegg/README => media/libnestegg/README.md
2014-09-29 13:13:10 +13:00
Matthew Gregan
394683aacb
Bug 1064705 - Don't treat EOS as fatal when reading optional block subelements in nestegg_read_packet. r=cajbir
2014-09-10 10:51:28 +12:00
Carsten "Tomcat" Book
cde8159f8a
Backed out changeset 170ce237e4a0 (bug 1064705) for Android m5 Test failures
2014-09-16 10:58:01 +02:00
Matthew Gregan
ba4e7fa834
Bug 1064705 - Don't treat EOS as fatal when reading optional block subelements in nestegg_read_packet. r=cajbir
2014-09-10 10:51:28 +12:00
cajbir
ad8b3875f1
Bug 1000608 - Allow nestegg_offset_seek to be called externally - r=kinetik
2014-04-23 20:04:00 +12:00
Nathan Froyd
386dc80e01
Bug 992955 - update libnestegg to upstream commit c739433; r=kinetik
2014-04-07 11:28:52 -04:00
Ms2ger
9d06a0c27f
Merge mozilla-inbound to mozilla-central.
2013-11-29 09:54:12 +01:00
Ms2ger
c51e826c53
Bug 937258 - Part a: Remove empty makefiles; r=gps
2013-11-28 15:25:40 +01:00
Mike Hommey
a1486ce449
Bug 942043 - Straighten up zlib linkage wrt shared js and system zlib. r=gps,r=ted
2013-11-22 23:03:21 +09:00