summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Make AddFilter void and remove bullshit fallback code.fischman@chromium.org2012-03-275-38/+19
* Don't report errors twice to pipeline clients.fischman@chromium.org2012-03-273-41/+29
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-2711-129/+126
* Add the output interface for the ChromeOS Audio Server(CRAS).dgreid@chromium.org2012-03-272-2/+11
* Forgot media/base/buffers_unittest.cc in r129038.scherkus@chromium.org2012-03-261-0/+89
* Removed StreamSample as a shared base class between Buffer and VideoFrame.scherkus@chromium.org2012-03-267-99/+66
* Make Callback::Reset() return a copy to support use-cases where Run() ends up...fischman@chromium.org2012-03-244-24/+6
* Fix incorrect VideoFrame::row_bytes() for RGB. Add tests.dalecurtis@chromium.org2012-03-232-1/+70
* Fix frame hashing to include all valid planes.dalecurtis@chromium.org2012-03-223-1/+31
* Move VideoDecoder out of media pipeline.xhwang@chromium.org2012-03-228-58/+65
* Make AudioParameters a class instead of a structvrk@google.com2012-03-212-13/+10
* Merge FilterStatusCB into PipelineStatusCB.xhwang@chromium.org2012-03-189-52/+41
* Callback renaming in media code.xhwang@chromium.org2012-03-1512-149/+149
* Add base::StaticAtomicSequenceNumber.pliard@chromium.org2012-03-131-3/+2
* Rename StatisticsCallback to StatisticsCB and DataSource::ReadCallback to Rea...xhwang@chromium.org2012-03-107-25/+25
* Add AES decryptor and tests.xhwang@chromium.org2012-03-088-3/+120
* Fold media::MessageLoopFactoryImpl into media::MessageLoopFactory.scherkus@chromium.org2012-03-064-130/+72
* Fix muted audio when playback rate != 1.0 or 0.0vrk@chromium.org2012-03-062-24/+38
* Change Clock::SetMaxTime() to be safe even in the presence of slow pipelines.fischman@chromium.org2012-03-023-5/+4
* Second attempt to land ffmpeg roll.dalecurtis@google.com2012-03-013-5/+8
* Replace a CHECK with some CHECK_LEs, to aid in debugging.wez@chromium.org2012-03-011-1/+2
* Fix race in Pipeline where video_decoder_ was accessed from multiple threads.tommi@chromium.org2012-02-291-5/+5
* Workaround for Windows-only crash inside delay load helper.enal@chromium.org2012-02-281-11/+43
* Don't histogram negative VideoCodecProfile values.fischman@chromium.org2012-02-231-2/+5
* Add texture target field to video frame (for use by native textures).sievers@chromium.org2012-02-232-1/+14
* Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,thakis@chromium.org2012-02-233-9/+6
* Fix media code to work with new ffmpeg.dalecurtis@google.com2012-02-223-6/+9
* Reimplement r122778 to fix BuildMediaStreamCollection without breaking HW vid...fischman@chromium.org2012-02-221-4/+0
* Replace several NOTREACHED(), NOTIMPLEMENTED() with DVLOG(1), all values are ...dalecurtis@chromium.org2012-02-213-8/+24
* always remove existing video decoders when a new video decoder is added.wjia@chromium.org2012-02-211-0/+4
* Minor fixes to compile media_unittests on android.nileshagrawal@chromium.org2012-02-161-1/+1
* Extends error handling for audio capture and rendering.henrika@chromium.org2012-02-131-1/+1
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-091-2/+3
* Clear buffer prior to distribution to prevent valgrind errors.dalecurtis@chromium.org2012-02-081-1/+3
* Reverting 120739 that caused valgrind breaks.alexeypa@chromium.org2012-02-071-3/+2
* Introducing helper wrappers for copying a rectangle from a one partial buffer...alexeypa@chromium.org2012-02-071-2/+3
* Fix incomplete teardown of demuxer.dalecurtis@chromium.org2012-02-071-6/+2
* Remove AudioDecoder from the Filter heirarchy.fischman@chromium.org2012-02-0711-119/+147
* Remove explicit casting needed from the .Pass() switchover, now that PassAs()...fischman@chromium.org2012-02-061-2/+1
* Initialize logging early enough to see VLOGs emitted by InitializeMediaLibrar...fischman@chromium.org2012-02-031-3/+23
* Fix media timeline so that thumb never exceeds buffered datavrk@chromium.org2012-02-0212-226/+414
* Update AudioRenderer, VideoRenderer, and AudioDecoder Initialize() methods to...acolwell@chromium.org2012-02-027-39/+23
* Fix ChunkDemuxer seek deadlockacolwell@chromium.org2012-01-312-4/+11
* Fold Pipeline::Init() into Pipeline::Start().scherkus@chromium.org2012-01-303-44/+50
* Detect errors in audio output and report them upstream.fischman@chromium.org2012-01-271-1/+4
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-3/+1
* Die, Pts{Stream,Heap}, Die!fischman@chromium.org2012-01-216-379/+0
* Revert 118546 because it caused PrerenderHTML5VideoNetwork to timeout on wind...sadrul@chromium.org2012-01-214-169/+109
* Fire canplaythrough as soon as download defers to fix autoplayvrk@google.com2012-01-204-109/+169
* Replace DataSourceFactory with explicitly initialized DataSources.scherkus@chromium.org2012-01-197-396/+6