summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
...
* Android VideoCapture: Use max frame rate instead of min for CaptureFormat enu...mcasas@chromium.org2014-07-091-1/+1
* Mac VideoCapture: return empty GetModel() for non-USB non-built-in cameras.mcasas@chromium.org2014-07-0910-16/+145
* Invoke the seek callback during abort if needed.damienv@chromium.org2014-07-092-0/+46
* Disable VP9 444 testjohannkoenig@google.com2014-07-091-1/+3
* Update ChunkDemuxer unit tests to use real muxed clusters.acolwell@chromium.org2014-07-092-75/+147
* Small cleaups to media to support disabling ozone and libvpx properly.ajwong@chromium.org2014-07-092-5/+7
* Pipeline: Call clock_->SetTime() right before StartPlayingFrom().xhwang@chromium.org2014-07-092-13/+10
* Remove duration from media::Clock.scherkus@chromium.org2014-07-096-109/+22
* Fixes for re-enabling more MSVC level 4 warnings: media/ editionpkasting@chromium.org2014-07-089-82/+79
* Turn audio ducking on by default on Windows again.tommi@chromium.org2014-07-086-26/+67
* Mac AVFoundation: Blackmagic camera blacklisting updatemcasas@chromium.org2014-07-081-12/+7
* Add AppendMuxedCluster() method to make test intentions clearer.acolwell@chromium.org2014-07-081-52/+112
* Set buffering state variable even when Pipeline underflow is disabled.scherkus@chromium.org2014-07-081-5/+6
* Mpeg2 TS adts parser: use OffsetByteQueue to manage the ES stream.damienv@chromium.org2014-07-082-89/+77
* Fold Pipeline's initial prerolling state into the playing state.scherkus@chromium.org2014-07-082-41/+31
* Mpeg2 TS: relax the spec compliancy w.r.t. the adaptation field.damienv@chromium.org2014-07-071-1/+6
* Third attempt of fixing narrowing error for TAG.thakis@chromium.org2014-07-071-2/+4
* Revert of Make TAG() really return an unsigned number. (https://codereview.ch...nkostylev@chromium.org2014-07-071-2/+2
* Make TAG() really return an unsigned number.thakis@chromium.org2014-07-071-2/+2
* Make TAG() return an unsigned number.thakis@chromium.org2014-07-041-2/+2
* Win Video Capture: floating point frame ratesmcasas@chromium.org2014-07-041-3/+4
* VideoCaptureDeviceLinux: 2 tiny error printout addition.mcasas@chromium.org2014-07-032-1/+6
* Add chromecast_build gyp variable and add rules when the variable is set to 1.lcwu@chromium.org2014-07-031-1/+1
* Mac AVFoundation Video Capture: float frame ratemcasas@chromium.org2014-07-031-1/+1
* Make TextRenderer::Play() a synchronous method.scherkus@chromium.org2014-07-035-36/+9
* Fix MP4StreamParser to gracefully handle running out of data when discarding ...acolwell@chromium.org2014-07-032-8/+9
* Remove dead SyncSample code from TrackRunIterator.acolwell@chromium.org2014-07-031-6/+2
* Fix the typo 'mininum' to 'minimum'.amistry@chromium.org2014-07-031-1/+1
* Always run AudioRendererImpl's flush callback asynchronously.scherkus@chromium.org2014-07-031-4/+8
* Cast: Implement cast simulator toolhclam@chromium.org2014-07-0314-90/+791
* reland r280896: Fixed the audio mirroring problem introduced by r278345 xians@chromium.org2014-07-021-1/+1
* Revert 280896 "Fixed the audio mirroring problem introduced by r..."xians@chromium.org2014-07-021-1/+1
* Some millisecond => TimeDelta cleanups. (More remain)kmarshall@chromium.org2014-07-0210-32/+40
* Fixed the audio mirroring problem introduced by r278345 ( https://codereview....xians@chromium.org2014-07-011-1/+1
* MSE: Move FrameProcessorBase code into FrameProcessorwolenetz@chromium.org2014-07-016-469/+402
* Update VideoRenderer API to fire changes in BufferingState.scherkus@chromium.org2014-07-018-363/+230
* Fix OUTPUT_PROTECTION_ALL_EXTERNAL_LINKS_PROTECTED reporting.xhwang@chromium.org2014-07-011-1/+8
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-012-9/+5
* Cast: increase the maximum outstanding audio frameshclam@chromium.org2014-07-011-5/+14
* Fix corrupted audio and video at playback start in ogg containers.dalecurtis@chromium.org2014-07-013-35/+123
* Add test data for BUG=387996dalecurtis@google.com2014-06-301-0/+0
* Copy media files from chrome/test/data/media and content/test/data/mediashadi@chromium.org2014-06-3039-5/+14
* changed the input low latency input impl to use client's native buffer size o...xians@chromium.org2014-06-303-95/+57
* Fix missing seek information when video has no start time.dalecurtis@chromium.org2014-06-282-8/+22
* Clear render error callback on Stop(). Ensure callback is set.dalecurtis@chromium.org2014-06-282-12/+22
* Add test data for BUG=388070dalecurtis@google.com2014-06-271-0/+0
* Fix WebM parser for MediaSource to return correct natural_sizesergeyu@chromium.org2014-06-271-5/+3
* Removes bulach@ from OWNERS.bulach@chromium.org2014-06-271-3/+0
* Revert 280020 "Revert 279958 "Revert "Revert 279650 "Add VaapiVideoEncodeAcce...posciak@chromium.org2014-06-276-5/+380
* Fix logging in DecoderStream::OnBufferReady().xhwang@chromium.org2014-06-271-1/+1