| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Since these are just interpreted comments, there's 0 impact on actual code.
This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are
a few others scattered around which will be removed manually in a second part.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Includes removing an error code for a function that never fails, and removing an
error return when the function successfully did what it said it would.
Ref: BZ 1644477
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes speech recognition, pocketsphinx, training models
and the speech automated test interface.
This also re-establishes proper use of MOZ_WEBSPEECH to work
for the speech API (synthesis part only) that was a broken mess
before, with some synth parts being always built, some parts
being built only with it enabled and recognition parts being
dependent on it. I'm pretty sure it'd be totally busted if you'd
ever have tried building without MOZ_WEBPEECH before.
Tested that synthesis still works as-intended.
This resolves #1538
|
|
|
|
| |
Unaligend memory access can't work on RISC.
|
|
|
|
| |
Tag: #1542
|
|
|
|
| |
CPU is pretty slow due to lack of SIMD optmization.
|
| |
|
|
|
|
| |
Tag: #1542
|
|
|
|
|
|
|
|
|
|
|
|
| |
media/ffvpx/libavcodec/
Build Reference:
26:39.53 ../../../build/unix/gold/ld: error: /home/mattatobin/development/.obj/trunk-f1f9fdabf/navigator-x86_64-pc-linux-gnu-gtk2/media/ffvpx/libavcodec/flac_parser.o: multiple definition of 'ff_flac_parser'
26:39.53 ../../../build/unix/gold/ld: /home/mattatobin/development/.obj/trunk-f1f9fdabf/navigator-x86_64-pc-linux-gnu-gtk2/media/ffvpx/libavcodec/dummy_funcs.o: previous definition here
26:39.53 collect2: error: ld returned 1 exit status
26:39.53 gmake[4]: *** [/home/mattatobin/development/binoc-central/platform/config/rules.mk:773: libmozavcodec.so] Error 1
See also: https://gcc.gnu.org/gcc-10/porting_to.html
|
|
|
|
| |
There is no damned reason to treat this differently than any other media lib given its license and there never was.
|
|
|
|
|
| |
Correct various pre-processor defines for sparc64 and in mozjemalloc use the JS arm64 allocator on Linux/sparc64.
This corrects build problems opn Linux sparc64 and is in line with bugzilla bug #1275204.
|
| |
|
| |
|
|
|
|
|
| |
We never reach this with our normal use of this lib but adding the
sanity check just in case. (ported from upstream)
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes build error due to errant typecast in PTHREAD_MUTEX_INITIALIZER.
|
|
|
|
| |
This reverts commit d162ecbaffe845c9707da5d2f6cab11f343ef00e.
|
|\
| |
| | |
Expose sndio as a build option for any supporting system
|
| | |
|
|/ |
|
|\
| |
| | |
Support Modern Solaris
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
_GLIBCXX_OS_DEFINES.
https://bugzilla.mozilla.org/show_bug.cgi?id=1367775
Windows already requires this ifdef, Solaris needs it too. Not much more to say, but I can do research and follow up on this if asked.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
overflows.
https://bugzilla.mozilla.org/show_bug.cgi?id=1371266
https://github.com/glennrp/libpng/commit/12e63e91af1378225993b36e25ce3252b54e751a
This sounds absurd, and the fact that we had to change a C++ comment to a C-style comment on account of this may seem hilarious and inconsequential, but this isapparently not a joke and leaving it as it is now may be a bad idea.
|
| |
| |
| |
| | |
Current versions of libcubeb already have a Sun audio implementation, but in Firefox 52 and earlier, this was all they had. I'm not completely happy with this implementation because it has issues like video freezing if the soundcard isn't working, but I think fixing this or pulling in a newer libcubeb would be going too far for too little gain.
|
|/ |
|
| |
|
| |
|
|
|
|
| |
Allow CRC32 elements in matroska cluster elements.
|
|
|
|
| |
Allow avc (h.264) content in matroska/webm containers
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Even for version 0 ctts atoms that technically should contain only
unsigned values.
|
|
|
|
| |
This resolves #939.
|
| |
|
|
|
|
| |
In libavcodec 58 and later, the old avcodec_decode_video2 is broken and only return the first visible frame found after a VP9 super-frame.
|
| |
|
| |
|
|
|
|
| |
for lib use
|
| |
|