gecko-dev/media/libstagefright
Nathan Froyd 6b2e7cc04f Bug 1220307 - part 2 - use something other than vector<T>::data() in TestMP4Rust.cpp; r=rillian
Our copy of STLport on Android is so old, it doesn't have support for
vector<T>::data().  The standard defines vector<T>::data() in terms of
vector<T>::front(), so this change should work everywhere.
2016-05-02 12:10:07 -04:00
..
binding Bug 1262637 - Remove rust mp4parse sse2 check. r=ajones 2016-04-06 15:30:00 -07:00
frameworks/av Bug 1264622: [MP4] Resync stagefright's updateAudioTrackInfoFromESDS_MPEG4Audio with upstream. r=kentuckyfriedtakahe 2016-04-14 23:32:40 +10:00
gtest Bug 1220307 - part 2 - use something other than vector<T>::data() in TestMP4Rust.cpp; r=rillian 2016-05-02 12:10:07 -04:00
patches
ports Bug 1150357: Remove libstagefright's stdbool.h to fix MSVC 2015 CTP 6 build, r=cpearce 2015-04-01 18:49:24 -10:00
stubs Bug 1143575. Add RefBase #include to stagefright stubs. r=cpearce 2015-05-12 15:36:19 +12:00
system/core Bug 1255866 - stagefright: Fix unused variable warnings. r=ajones 2016-03-21 14:20:43 -07:00
additional_headers Bug 1211741 - Remove libstagefright ID3 files. r=k17e 2015-10-06 14:24:00 +02:00
checkout.sh
files.py
moz.build Bug 1243234 - Move mp4parse into a crate subdirectory. r=kinetik 2016-01-28 14:25:18 +13:00
update-patches.sh