summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Revert 279650 "Add VaapiVideoEncodeAccelerator for HW-accelerate..."jamescook@chromium.org2014-06-256-379/+5
* Windows DS VideoCapture: HDYC pixel format uses graph builder Connect() iso C...mcasas@chromium.org2014-06-251-0/+4
* Enumerate audio devices on audio worker thread.grunell@chromium.org2014-06-251-3/+4
* Add VaapiVideoEncodeAccelerator for HW-accelerated video encode.posciak@chromium.org2014-06-256-5/+379
* Add mp3 end padding skip for the WebAudio decoder.dalecurtis@chromium.org2014-06-254-8/+27
* [Cast] A really simple skeleton mirror session simulation executable.imcheng@chromium.org2014-06-252-0/+63
* Fix VP9 playback for videos with odd width/height.sergeyu@chromium.org2014-06-244-34/+53
* Introduce buffering state change callback to Pipeline.scherkus@chromium.org2014-06-248-38/+51
* Fix wrong result from IsKnownUnaccelerated() even if there are H/W accelerata...keonho07.kim@samsung.com2014-06-241-1/+2
* Fix up some AudioRendererImpl tests.scherkus@chromium.org2014-06-241-20/+7
* Renamed misleading method name TransportEncryptionHandler::is_initialized to ...kmarshall@chromium.org2014-06-234-12/+9
* Add test bear video in VP9 with odd dimensionssergeyu@chromium.org2014-06-231-0/+0
* Always use the native sample rate for Pulse.dalecurtis@chromium.org2014-06-231-4/+1
* Win Video Capture: support HDYC pixel format.mcasas@chromium.org2014-06-233-2/+15
* Video Capture: Allow 0 fps frame rates to be deserializablemcasas@chromium.org2014-06-231-2/+2
* Extract SourceBuffer related constants to a separate file.damienv@chromium.org2014-06-214-8/+38
* Removed Media.TimetoPipelineStarted histogram metrics as it was no longer pro...suderman@chromium.org2014-06-212-13/+1
* Add chrome/renderer to the GN build.brettw@chromium.org2014-06-212-0/+23
* Fix potential deadlock situation for ChromeOS sounds.dalecurtis@google.com2014-06-211-15/+16
* Clear active splice flag after an explicit Reset().dalecurtis@google.com2014-06-204-0/+31
* [Android] Use exceptions rather that Log.wtf on Androidbenm@chromium.org2014-06-201-34/+17
* Cast: Avoid retransmit if we sent the same packet recently (less than RTT)hubbe@chromium.org2014-06-2018-36/+102
* Cast: Use DSCP AF41 for all traffic if possible.hclam@chromium.org2014-06-203-0/+28
* Consolidate and improve audio decoding test for all decoders.dalecurtis@chromium.org2014-06-209-468/+734
* Fix muxed MP4 parsing so it won't crash on partial media segment appends.acolwell@chromium.org2014-06-203-15/+106
* Revert 276260 "Win Video Capture: Add support for HDYC pixel for..."amineer@chromium.org2014-06-204-29/+9
* Revert 276590 "VideoCaptureDevice Win: Enumerate devices' suppor..."amineer@chromium.org2014-06-201-10/+5
* Revert 278338 "Smart Revert 276260 "Win Video Capture: Add suppo..."amineer@chromium.org2014-06-203-4/+15
* Fix WebMStreamParser to handle Cues between Clusters correctly.sergeyu@chromium.org2014-06-193-72/+61
* [Cast] Fix log_deserializer BasePacketEvent merge bug.imcheng@chromium.org2014-06-191-0/+5
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-1937-220/+300
* MSE: Give decode error if MDAT discard peek failswolenetz@chromium.org2014-06-191-2/+4
* Smart Revert 276260 "Win Video Capture: Add support for HDYC pixel for..."mcasas@chromium.org2014-06-193-15/+4
* [Cast] Correct serialization of packet sequence number.miu@chromium.org2014-06-191-4/+8
* [Cast] Halt AudioSender transmission when too many frames are in-flight.miu@chromium.org2014-06-195-79/+269
* Revert 278314 "Revert 276260 "Win Video Capture: Add support for..."mcasas@chromium.org2014-06-194-6/+19
* Revert 276260 "Win Video Capture: Add support for HDYC pixel for..."mcasas@chromium.org2014-06-194-19/+6
* MSE: Remove Chromium-side support for LegacyFrameProcessorwolenetz@chromium.org2014-06-197-632/+183
* No EOS frame in {Audio|Video}Decoder::OutputCB.xhwang@chromium.org2014-06-1930-236/+285
* aw: Support the platform specific key-systems.ycheo@chromium.org2014-06-194-43/+20
* Add more test data for BUG=381356dalecurtis@google.com2014-06-192-0/+0
* Fix seeking when the start time is non-zero.dalecurtis@chromium.org2014-06-1810-137/+322
* MSE: Reduce spurious discontinuities caused by partial append window start ov...wolenetz@chromium.org2014-06-182-3/+24
* MSE: Allow negative parsed frame PTS/DTS in FrameProcessorwolenetz@chromium.org2014-06-172-6/+30
* Support casting for embedded YT videosmaybelle@chromium.org2014-06-177-10/+25
* Fix the flushing process of DecryptingAudioDecoder.xhwang@chromium.org2014-06-174-70/+74
* Revert 277794 "Modifies AudioInputCallback::OnData and use media..."macourteau@chromium.org2014-06-1737-292/+214
* Remove the atomic operations from media::AudioFifo, making it truly thread-un...glider@chromium.org2014-06-172-18/+5
* Modifies AudioInputCallback::OnData and use media::AudioBus instead of plain ...henrika@chromium.org2014-06-1737-214/+292
* Remove unnecessary #includes in sounds_manager.cc.sungmann.cho@navercorp.com2014-06-171-2/+0