summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Merge 59869 - Make AudioOutputController.Close() truly asynchronous.sergeyu@chromium.org2010-09-203-81/+81
* Merge 59830 - Fixed Ended event when audio is disabled.sergeyu@chromium.org2010-09-203-1/+20
* Merge 59398 - Fixed crash in AudioOutputController.sergeyu@chromium.org2010-09-202-12/+20
* Rename all FillThisBuffer and EmptyThisBuffer to something more meaningfulhclam@chromium.org2010-09-0527-175/+223
* Remove refcounting of VideoDecodeEnginehclam@chromium.org2010-09-0311-42/+54
* Merge remote branch 'origin/trunk' into resubmithclam@chromium.org2010-09-0318-41/+38
* Revert 58429, 58428, 58427, 58423.akalin@chromium.org2010-09-0318-19/+2744
* Revert 58428 - Revert 58423 - Refactor video decode engines to move them to a...akalin@chromium.org2010-09-0214-2739/+14
* Revert 58423 - Refactor video decode engines to move them to a new folderakalin@chromium.org2010-09-0214-33/+36
* Build fix. Fix include to point to new locations.hclam@chromium.org2010-09-024-5/+5
* Refactor video decode engines to move them to a new folderhclam@chromium.org2010-09-0214-36/+33
* Implement audio recording for Linux via ALSA.satish@chromium.org2010-09-0213-85/+501
* This test now works for the mac audio capture code as well, and in a future C...satish@chromium.org2010-09-0213-152/+69
* media: recycle buffers/direct rendering etc. (third patch)jiesun@google.com2010-09-0212-370/+623
* Fixed OpenBSD build.sergeyu@chromium.org2010-09-022-33/+7
* Fixing rounding error in buffering bar for fully loaded HTTP videosvrk@google.com2010-09-012-14/+30
* Add AudioParameters struct. Use it everywhere.sergeyu@chromium.org2010-08-3142-450/+399
* Revert "re-enable ogg threads"tony@chromium.org2010-08-312-1/+10
* re-enable ogg threadsfbarchard@chromium.org2010-08-312-10/+1
* Guarantee PPAPI Audio playbacks are stopped in Pause().neb@chromium.org2010-08-311-0/+7
* Second attempt at fixing the Direct3D Present() crash. It is fixed by realizi...imcheng@chromium.org2010-08-303-5/+5
* there are 2 threads for AVCodecThreadInitfbarchard@chromium.org2010-08-281-0/+1
* another mock failurefbarchard@chromium.org2010-08-281-1/+1
* mock test 3 threads not 2 for mediafbarchard@chromium.org2010-08-281-2/+2
* remove meaningless ffmpeg fast flagfbarchard@chromium.org2010-08-283-6/+4
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-2711-6/+10
* Displays a speech input UI bubble during speech recognition.satish@chromium.org2010-08-271-0/+3
* Add missing backslash to fix build break caused bysatish@chromium.org2010-08-271-1/+1
* Mac audio input implementationjoth@chromium.org2010-08-277-17/+395
* media: add flush stage before stop().jiesun@google.com2010-08-262-54/+133
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-2528-236/+372
* Removed strmiids.lib from MftH264Decoder by reordering two header files. (mov...imcheng@chromium.org2010-08-251-4/+4
* Changed mft_h264_decoder's API to match with video_decode_engine.h. Also chan...imcheng@chromium.org2010-08-2513-1332/+1044
* Revert 57254 - Share one thread between all AudioOutputControllers instead of...scherkus@chromium.org2010-08-2423-352/+228
* Share one thread between all AudioOutputControllers instead of creating one p...sergeyu@chromium.org2010-08-2423-228/+352
* Add VP8 codec enum to video decoder.fgalligan@chromium.org2010-08-232-0/+3
* fix windows loop problem.jiesun@google.com2010-08-192-14/+12
* Revert 56582 - ffmpeg flag CODEC_FLAG2_FAST removedrvargas@google.com2010-08-183-2/+3
* ffmpeg flag CODEC_FLAG2_FAST removedfbarchard@chromium.org2010-08-183-3/+2
* revert thread enable for ogv. bug on video-cookie.html likely affects mp4 as...fbarchard@chromium.org2010-08-181-1/+3
* remove pragma message to fix build issuefbarchard@chromium.org2010-08-181-5/+0
* enable multicore decode for ogg theora videofbarchard@chromium.org2010-08-181-2/+6
* media: add ifdef to prevent build error in "use-system-ffmpeg" casejiesun@google.com2010-08-182-1/+23
* Re-land part of r55416, minus actually moving the test_suite.h contents to a ...brettw@chromium.org2010-08-173-2/+5
* Initialize member var.finnur@chromium.org2010-08-172-3/+8
* GTTF: some more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-08-161-5/+6
* meida:fix a typojiesun@google.com2010-08-161-1/+1
* Separate out the constructor and Run from test_suite.cc. This is an isolatedbrettw@chromium.org2010-08-161-0/+1
* Re-land just the project file changes from r55416. This makes projects that usebrettw@chromium.org2010-08-151-0/+3
* media: bit stream converterjiesun@google.com2010-08-135-30/+32