summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Collapse)AuthorAgeLines
* [EME] Add error handling in MoofParser for sbgp and sgpd boxestrav902018-07-25-17/+58
|
* [EME] Add support for sbgp and sgpd boxes occuring in the sampletabletrav902018-07-25-13/+48
|
* [EME] Add support for sbgp and sgpd boxes in the traf boxtrav902018-07-25-0/+252
|
* Rework MoofParser to return an error when the underlying BufferReader ↵trav902018-07-21-82/+221
| | | | returns an error.
* Copy ByteReader to BufferReader and add some error handlingtrav902018-07-21-0/+226
|
* Warn instead of assert if SPS value is incorrecttrav902018-07-20-18/+20
|
* Ignore user data tracktrav902018-07-18-1/+0
| | | | | | That's the 'udta' box. They serve no purpose as far as we're concerned and stagefright doesn't handle it very well (as in, prevents playback). Resolves #616.
* Merge branch 'ported-upstream'wolfbeast2018-07-02-81/+22
|\
| * Remove errant pastewolfbeast2018-07-01-1/+1
| |
| * WebRTC: Add DeleteStreams to media conduits.wolfbeast2018-07-01-4/+16
| |
| * Bug 1464063 - Remove sdp_getchoosetok. r=bwc, a=RyanVMNils Ohlmeier [:drno]2018-06-29-78/+7
| | | | | | | | WebRTC
* | Rename libwebp/MOZCHANGES to libwebp/UXPCHANGES and update itJustOff2018-06-29-3/+4
| |
* | Apply known security patches (webp:381,383,384) to libwebp-1.0.0JustOff2018-06-29-59/+90
| |
* | Add new files to libwebp/dsp/moz.buildJustOff2018-06-29-0/+4
| |
* | Sync libwebp sources with ↵JustOff2018-06-29-2250/+3796
| | | | | | | | https://chromium.googlesource.com/webm/libwebp/+/v1.0.0
* | Update libwebp/update.sh script for libwebp-1.0.0JustOff2018-06-29-0/+4
|/
* Rewrite assert in cubeb_alsa.c: alsa_refill_stream to pass back a cubeb ↵adeshkp2018-06-25-1/+6
| | | | error instead.
* Remove GCC 4.8 workaround in libopustrav902018-06-23-50/+0
| | | | This patch removes a workaround when building for ARM platforms using GCC 4.8 (which we no longer support).
* Update kiss-fft to 1.4.0 and disable OpenMP for it.wolfbeast2018-06-07-91/+156
|
* Fix typo in 8b9fe0e3582a0578720dc38b4ede57eac90e4594wolfbeast2018-05-28-1/+1
|
* Port libopus upstream patch.Pale Moon2018-05-28-1/+1
| | | | Based on https://git.xiph.org/?p=opus.git;a=commitdiff;h=70a3d641b
* Remove moz_widget_toolkit_gonkwolfbeast2018-05-14-47/+6
| | | | Tag #288
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-252/+45
| | | | Tag #288.
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-105/+2
| | | | Tag #288
* [ffvpx] Update resync documentationtrav902018-04-26-11/+10
|
* [ffvpx] Re-generate config_*.{h,asm} filestrav902018-04-26-782/+892
|
* [ffvpx] Re-enable assembly optimized codetrav902018-04-26-11/+11
| | | | It was inadvertently disabled in 8b37a1bc306c1d5a3cc92e9dc04fb95d5d9a0298.
* [ffvpx] Compile ffvpx lib with -ffreestanding to avoid triggering a clang bugtrav902018-04-26-0/+2
|
* [FFmpeg] Add a preemptive stdlib.h include in our libavutil_visibility.h ↵trav902018-04-26-0/+9
| | | | hackaround file
* [ffvpx] Remove some files we don't needtrav902018-04-26-693/+0
|
* [ffvpx] Update ffvp9/ffvp8 to 3.4.2-releasetrav902018-04-26-28271/+17555
| | | | Structure of code was slightly modified so that it should be no longer necessary to re-generate the config_*.h files, greatly simplifying the resync process in the future.
* [ffvpx] Restore AVOptions and dictionary featurestrav902018-04-26-106/+2774
| | | | FFmpeg requires specific default values in AVCodecContext to be set. Instead of manually setting these each time we resync with upstream, let's use FFmpeg's own AVOptions which automatically sets all the values to their default.
* [ffvpx] Revert Mozilla hack in FFmpeg codetrav902018-04-26-32/+16
| | | | This hack was added by Mozilla to work around a potential data race, however the root cause was fixed by upstream in release 3.4 so this hack is no longer needed.
* Bug 1446062: libtremor Vorbis fix. r=jmspeex a=dveditzThomas Daede2018-04-19-9/+9
| | | | | --HG-- extra : transplant_source : %D3%CE8%8D%D3%C0%D3%C7%BE%7D%F2m%5DM%E3%A0%E4%0CW%F3
* Bug 1446062 - Vorbis fix. r=jmspeex, a=lizzardMonty Montgomery2018-04-19-38/+10
| | | | | | --HG-- extra : source : 6b4e98424f0dcc024fcad48608ada351e4075e59 extra : intermediate-source : 3db9e3d52b17563efca181ccbb50deb8660c59ae
* Bug 1443865 - Use 16-bit eobs count. r=kinetik, a=RyanVMRalph Giles2018-03-14-1/+1
| | | | | | | | MozReview-Commit-ID: 4lfBbvSTNPO --HG-- extra : source : a628b2125a1b860c6d8124387040ec9589c219ab extra : intermediate-source : e9128973a480c8aedf3a2e1c67d3e168613fa17c
* Bug 1433005 - Simplify codec pruning in NegotiateCodecs. r=bwc, a=lizzardDan Minor2018-03-14-12/+17
| | | | | --HG-- extra : source : 90ae99509f1e9cb5bdf19350a5fbb1a02d34ff0a
* Bug 1426988 - Properly exit encoder init in error cases. r=rillian, a=RyanVMNils Ohlmeier [:drno]2018-03-14-23/+32
|
* Remove Rust from the tree.wolfbeast2018-03-13-14/+0
| | | | Part 4 for #58
* Remove Rust MP4 parserwolfbeast2018-03-13-4444/+0
| | | | Part 1 for #58
* Fix some WebRTC tests to build with GCC 7.0.trav902018-03-04-8/+14
|
* Make the proper Windows APIs natively available to our tree.wolfbeast2018-02-19-16/+2
| | | | | Tag #22. This bypasses custom definitions of some functions for things natively available in Windows 7.
* Update FFmpeg code to n3.2-65-gee56777trav902018-02-04-805/+2759
|
* Add build files to support libwebp decoding.wolfbeast2018-02-03-0/+290
|
* Add libwebp 0.6.0 to the treewolfbeast2018-02-03-0/+29841
|
* Use UTC where appropriate in python filesMatt A. Tobin2018-02-02-1/+1
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1956572