gecko-dev/dom/media/platforms/ffmpeg
Gerald Squelart 1b357db99b Bug 1407810 - Use DDLogger in media stack - r=jwwang
Mostly-mechanical additions:
- Log constructions&destructions, usually by just inheriting from
  DecoderDoctorLifeLogger, otherwise with explicit log commands (for internal
  classes for which DecoderDoctorTraits can't be specialized),
- Log links between most objects, e.g.: Media element -> decoder -> state
  machine -> reader -> demuxer -> resource, etc.

And logging some important properties and events (JS events, duration change,
frames being decoded, etc.)

More will be added later on, from just converting MOZ_LOGs, and as needed.

MozReview-Commit-ID: KgNhHSz35t0

--HG--
extra : rebase_source : dd7206e350e32671adc6f3b9e54ebf777251de2c
2017-10-10 17:55:27 +11:00
..
ffmpeg57
ffvpx Bug 1295886 - P9. Fix linkage of libmozav* libs on Android. r=snorp 2017-11-01 11:41:22 +01:00
libav53
libav54
libav55
FFmpegAudioDecoder.cpp Bug 1295886 - P7. Add support for S16 decoded output. r=gerald 2017-11-01 11:33:06 +01:00
FFmpegAudioDecoder.h Bug 1407810 - Use DDLogger in media stack - r=jwwang 2017-10-10 17:55:27 +11:00
FFmpegDataDecoder.cpp Bug 1406503 - P4. Re-create av_parser when flushing. r=jwwang 2017-10-27 00:45:27 +02:00
FFmpegDataDecoder.h Bug 1407810 - Use DDLogger in media stack - r=jwwang 2017-10-10 17:55:27 +11:00
FFmpegDecoderModule.cpp
FFmpegDecoderModule.h Bug 1407919 - Part7 - Check bit depth in PDM::Supports. r=gerald,jya 2017-10-17 01:04:37 +08:00
FFmpegLibs.h Bug 1322739: P3. Add low-latency option to FFmpeg. r=gerald 2017-02-22 13:02:59 +01:00
FFmpegLibWrapper.cpp Bug 1347352 - Make FFmpeg LogLevel controlled by PDM logging level. r=jwwang 2017-10-29 18:29:45 +01:00
FFmpegLibWrapper.h Bug 1394591 - P2. Fix style. r=gerald 2017-09-01 14:27:39 +02:00
FFmpegLog.h
FFmpegRuntimeLinker.cpp Backed out changeset ff724e355b2d (bug 1345342) per jya's request. 2017-06-05 15:58:41 +08:00
FFmpegRuntimeLinker.h Bug 1336947: P2. Fix coding style. r=gerald 2017-02-07 23:27:56 +01:00
FFmpegVideoDecoder.cpp Bug 1406503 - P2. Use common draining mechanism for both audio and video decoder. r=jwwang 2017-10-26 22:56:32 +02:00
FFmpegVideoDecoder.h Bug 1407810 - Use DDLogger in media stack - r=jwwang 2017-10-10 17:55:27 +11:00
moz.build
README_mozilla