gecko/dom/media/omx
Ehsan Akhgari 33bb32f549 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
..
mediaresourcemanager Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo 2015-01-11 11:34:52 +09:00
AudioOffloadPlayer.cpp Bug 1135170 - Rewrite the MediaDecoder-to-MediaDecoderStateMachine interface to be Promise-based. r=mattwoodrow 2015-03-06 19:17:07 -08:00
AudioOffloadPlayer.h
AudioOffloadPlayerBase.h
AudioOutput.cpp Bug 1073003 - Fix -Wreorder warnings. r=ehsan 2014-12-23 03:14:31 -05:00
AudioOutput.h Bug 1073003 - Fix warnings about macro redefinitions. r=ehsan 2014-12-23 03:16:33 -05:00
AudioSink.h
I420ColorConverterHelper.cpp
I420ColorConverterHelper.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
MediaCodecDecoder.cpp
MediaCodecDecoder.h
MediaCodecProxy.cpp Bug 1101565 - Add locks to those functions which read mCodec. r=sotaro 2015-01-19 19:00:18 +08:00
MediaCodecProxy.h Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo 2015-01-08 23:19:05 -05:00
MediaCodecReader.cpp Bug 1138825 - Fix the crash at mAudioPromise: call decode audio data when the audio queue is empty and check the mAudioPromise is empty or not. r=sotaro 2015-03-10 14:38:39 +08:00
MediaCodecReader.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
MediaOmxCommonDecoder.cpp Bug 1128357 Patch 2: Don't dispatch seeking/seeked events when coming out of dormant mode r=cpearce 2015-03-04 17:33:40 -08:00
MediaOmxCommonDecoder.h Bug 1128357 Patch 2: Don't dispatch seeking/seeked events when coming out of dormant mode r=cpearce 2015-03-04 17:33:40 -08:00
MediaOmxCommonReader.cpp
MediaOmxCommonReader.h
MediaOmxDecoder.cpp
MediaOmxDecoder.h
MediaOmxReader.cpp Bug 1138253 - Count dropped frames directly; r=cpearce 2015-03-03 17:46:48 +13:00
MediaOmxReader.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
MediaStreamSource.cpp
MediaStreamSource.h
moz.build Bug 1073003 - Fix -Wattribute and -Wmultichar warnings in select directories by disabling them. r=ehsan,ted 2014-12-23 03:22:50 -05:00
MPAPI.h
OMXCodecDescriptorUtil.cpp Bug 1073003 - Fix -Wnarrowing warnings. r=ehsan 2014-12-23 03:26:21 -05:00
OMXCodecDescriptorUtil.h
OMXCodecProxy.cpp Bug 1073003 - Fix -Wreorder warnings. r=ehsan 2014-12-23 03:14:31 -05:00
OMXCodecProxy.h
OMXCodecWrapper.cpp Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
OMXCodecWrapper.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
OmxDecoder.cpp Bug 1133955 - Record the last seek time to decide the direction to seek. r=sotaro 2015-02-24 11:19:54 +08:00
OmxDecoder.h bug 1137076 remove declaration of undefined OmxDecoder::ProcessCachedData() r=edwin 2015-02-28 10:32:27 +13:00
RtspExtractor.cpp Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
RtspExtractor.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
RtspMediaCodecDecoder.cpp
RtspMediaCodecDecoder.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
RtspMediaCodecReader.cpp Bug 1121692 - Remove unnecessary arguments to ::Seek. r=mattwoodrow,sr=cpearce 2015-01-16 10:57:59 -08:00
RtspMediaCodecReader.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
RtspOmxDecoder.cpp
RtspOmxDecoder.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
RtspOmxReader.cpp Bug 1133461 - [RTSP] Remove the extra PLAY request for seek operation. r=bechen 2015-03-04 17:34:35 +08:00
RtspOmxReader.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00