summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix A/V sync regression caused by not queueing video timestamps properly.scherkus@chromium.org2009-06-121-6/+9
* Trust the asynchronous read protocol and stop posting tasks to the pipeline.scherkus@chromium.org2009-06-128-66/+58
* Unit tests for FFmpegVideoDecoder using gmock.scherkus@chromium.org2009-06-124-6/+274
* Disabling FFmpegDemuxerTest.MP3Hack due to flakiness.scherkus@chromium.org2009-06-111-1/+3
* Split FFmpegDemuxerStream into a separate interface AVStreamProvider.scherkus@chromium.org2009-06-1111-46/+80
* Revert "Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make bui...tc@google.com2009-06-112-275/+17
* Enable <video> in test_shellhclam@chromium.org2009-06-111-0/+22
* Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make build).agl@chromium.org2009-06-112-17/+275
* Reapply ffmpeg changes. The original review is at http://codereview.chromium....ajwong@chromium.org2009-06-112-275/+17
* Removing ffmpeg again.ajwong@chromium.org2009-06-092-17/+275
* Reapply ffmpeg changes. The original review is at http://codereview.chromium....ajwong@chromium.org2009-06-092-275/+17
* Reverting r17820 and r17819 due to mac breakage.ajwong@chromium.org2009-06-062-17/+275
* Change ffmpeg.gyp over to use generate_stubs.py.ajwong@chromium.org2009-06-062-275/+17
* Changed to use PushSource for the intermediate bufferhclam@chromium.org2009-06-052-0/+41
* Serialized av_find_stream_info() with a Singleton Lock.scherkus@chromium.org2009-06-051-5/+30
* Fix build bustage due to media_testshclam@chromium.org2009-06-042-44/+45
* Allow PushSource to have smaller write size than read size (packet size)hclam@chromium.org2009-06-045-56/+133
* Handle end of stream for mediahclam@chromium.org2009-06-0415-58/+130
* Reduce header dependencies in base/phajdan.jr@chromium.org2009-06-032-0/+2
* Refactored queue of audio_renderer_base to use scoped_refptrscherkus@chromium.org2009-06-032-9/+3
* mediabench change to decode one extra frame, flushing ffmpeg-mt for the last ...fbarchard@chromium.org2009-06-021-29/+67
* Better seeking for <video> and <audio>hclam@chromium.org2009-05-2910-71/+205
* Cleanup media::SeekableBuffer and unit testshclam@chromium.org2009-05-283-176/+153
* Change default audio device from "plug:default" to "default".ajwong@chromium.org2009-05-273-4/+5
* Non blocking audio sourcecpu@google.com2009-05-234-6/+241
* Media player adds seek menu and dialog.fbarchard@chromium.org2009-05-229-596/+866
* New YUV data for next unittest iteration.fbarchard@chromium.org2009-05-222-0/+2
* New FFmpeg public API headers to match our source tarball in deps.scherkus@chromium.org2009-05-225-103/+137
* Explicitly enable /INCREMENTAL linking for gyp-generated Debug builds.sgk@google.com2009-05-221-0/+5
* Third attempt at http://codereview.chromium.org/115276ajwong@chromium.org2009-05-216-4/+798
* Revert r16622estade@chromium.org2009-05-216-798/+4
* Reapply http://codereview.chromium.org/115276ajwong@chromium.org2009-05-216-4/+798
* Revert http://codereview.chromium.org/115276ajwong@chromium.org2009-05-216-798/+4
* This iteration creates one message loop per audio output stream that is respo...ajwong@chromium.org2009-05-216-4/+798
* Don't update the clock if we don't have a reliable timestamp available.scherkus@chromium.org2009-05-211-5/+14
* Relax decoding error handling requirements.hclam@chromium.org2009-05-211-4/+15
* Temporary fix for MP3 decoding by duplicating packets before handing them to ...scherkus@chromium.org2009-05-204-0/+116
* Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta (secon...scherkus@chromium.org2009-05-206-18/+63
* Revert change 16453 because it broke the build.nsylvain@chromium.org2009-05-205-57/+18
* Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta.scherkus@chromium.org2009-05-205-18/+57
* Fix an aggressive DCHECK in media::VideoThreadhclam@chromium.org2009-05-191-2/+2
* SeekableBuffer to implement a window of buffer which has short seeking ability.hclam@chromium.org2009-05-194-0/+610
* YUV with clipping.fbarchard@chromium.org2009-05-1818-3557/+1319
* Enabled mulithreaded video decoding.scherkus@chromium.org2009-05-141-1/+17
* Change WtlVideoRenderer to use VideoThread as opposed to VideoRendererBase.scherkus@chromium.org2009-05-142-16/+26
* Checking in VideoThread, which uses a dedicated thread for the purpose of tim...scherkus@chromium.org2009-05-143-0/+378
* YUV scaling and conversion refactored into low levels per platform that do a ...fbarchard@chromium.org2009-05-1310-738/+1054
* Fix failing Valgrind builds for media_unittests.scherkus@chromium.org2009-05-121-42/+44
* Implemented Pipeline seek callbacks and a big refactor of PipelineImplTest.scherkus@chromium.org2009-05-128-240/+399
* Media Player view rotation options.fbarchard@chromium.org2009-05-125-590/+667