summaryrefslogtreecommitdiffstats
path: root/media/BUILD.gn
Commit message (Expand)AuthorAgeFilesLines
* Remove prefixed EME.ddorwin2016-02-221-2/+0
* Reland: Move VideoCapture* files from media/base/android/... to media/capture...mcasas2016-02-191-5/+11
* Revert of Move VideoCapture* files from media/base/android/... to media/captu...clamy2016-02-191-2/+2
* Move VideoCapture* files from media/base/android/... to media/capture/video/a...mcasas2016-02-191-2/+2
* Move media/capture/webm_muxer* to media/muxersmcasas2016-02-181-3/+3
* Remove V4L2CaptureDelegate{Single,Multi}Plane, VCD::Client::OnIncomingCapture...mcasas2016-02-181-4/+0
* Add allocator interface for use by cdm_adapterjrummell2016-02-171-2/+7
* Add fuzzer test for cenc_utilsjrummell2016-02-171-0/+12
* move from content/browser: UDevLinux -> device/udev; DeviceMonitorUdev -> med...mcasas2016-02-111-0/+8
* Add stub MediaCdecAudioDecodertimav2016-02-101-0/+2
* media: Make clearkeycdm a data_deps of media_unittests.xhwang2016-02-051-1/+3
* Remove cpu type from arm_use_neon check; parity with .gyp.dalecurtis2016-02-051-1/+1
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-18/+0
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+18
* Move gn _run target generation into test().jbudorick2016-02-031-18/+0
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-281-1/+0
* Rename media::SourceState -> MediaSourceState and move to separate fileservolk2016-01-131-0/+2
* Convert enable_hevc to buildflagservolk2016-01-121-3/+1
* Re-add AC3/EAC3 audio demuxing supportservolk2016-01-091-2/+4
* Convert enable_mpeg2ts_parser GYP flag into a new-style buildflagservolk2016-01-071-34/+51
* GN: Make :shared_memory_support a public_dep of //media.jbroman2016-01-061-1/+1
* Add audio_unittests_run compatibility target.kbr2015-12-311-0/+9
* Switch from build-time to run-time flags for Project Spitzer.xhwang2015-12-181-11/+13
* Refactor MediaCodecBridge to add support for NDK APIsqinmin2015-12-171-0/+9
* Add decryptor support to cdm_adapterjrummell2015-12-151-0/+6
* Revert of Refactor MediaCodecBridge to add support for NDK APIs (patchset #5 ...acleung2015-12-151-9/+0
* GN: Fix typo in media libs (-lmediandk -> mediandk)agrieve2015-12-141-1/+1
* Refactor MediaCodecBridge to add support for NDK APIsqinmin2015-12-061-0/+10
* MediaStreamRecorder: enable in Android (including linking libwebm)mcasas2015-12-011-19/+5
* GN: Merge apk_deps and deps in test() templateagrieve2015-12-011-2/+2
* Reland: Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittestsmcasas2015-11-201-5/+6
* Revert of Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unit...mcasas2015-11-181-1/+0
* Reland "Add unit tests for CdmAdapter"jrummell2015-11-171-1/+7
* Media: Use libyuv::I420Copy instead of Copy{Y,U,V,A}Plane() in unittestsmcasas2015-11-171-0/+1
* fix build when ffmpeg, libvpx and libwebm are disabledj.isorce2015-11-161-0/+6
* Revert of Add unit tests for CdmAdapter (patchset #6 id:100001 of https://cod...zhaoqin2015-11-161-7/+1
* Add unit tests for CdmAdapterjrummell2015-11-131-1/+7
* Update WebmMuxer for audio component of MediaStream recording.ajose2015-11-071-0/+2
* media: Remove BrowserCdmFactory inferface.xhwang2015-11-061-2/+0
* Simplify cdm_adapterjrummell2015-11-061-2/+0
* Add content_decryption_module.h based MediaKeys implementation.jrummell2015-11-051-0/+6
* Revert of add ConvertYUVAToARGBRow_MMX to media_perftests (patchset #2 id:200...binjin2015-11-041-1/+0
* add ConvertYUVAToARGBRow_MMX to media_perftestsfbarchard2015-11-041-0/+1
* Revert of add ConvertYUVAToARGBRow_MMX to media_perftests (patchset #5 id:800...dskiba2015-11-031-1/+0
* add ConvertYUVAToARGBRow_MMX to media_perftestsfbarchard2015-11-031-0/+1
* Move skcanvas_video_renderer to media/renderersdongseong.hwang2015-10-261-3/+3
* media: Add AndroidCdmFactory.xhwang2015-10-231-0/+2
* GN(Android): Fix up media_unittests to match GYPagrieve2015-10-231-5/+5
* media: DecoderSelector supports generic decoders that can handle encrypted st...xhwang2015-10-191-0/+10
* Support desktop media pipeline on Android for GN build.timav2015-10-151-5/+29