summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* media: change engine interface to be suitable for gpu_video_decoderjiesun@google.com2010-08-1313-537/+595
* Added error callbacks. Decoder no longer explicitly quits the message loop on...imcheng@chromium.org2010-08-128-172/+371
* remove text direct in 64 bit because these are proper inline within a C funct...fbarchard@chromium.org2010-08-121-3/+0
* declare text segment for gcc assemblyfbarchard@chromium.org2010-08-111-24/+9
* preparation for recycling buffer, patch 2jiesun@google.com2010-08-1117-298/+547
* Second attempt at removing executable bits from media/mf filesimcheng@chromium.org2010-08-1111-11/+0
* Fixed executable permission bits in media/mf source files.imcheng@chromium.org2010-08-1111-0/+11
* Added rendering and unittests for the MF H264 decoder prototype.imcheng@chromium.org2010-08-1111-154/+980
* Revert 55603nsylvain@chromium.org2010-08-1117-540/+298
* Allow unit tests to use a mock audio input controller.satish@chromium.org2010-08-105-3/+191
* preparation for recycling buffer, patch 2jiesun@google.com2010-08-1017-298/+540
* Fix av sync for webm files with altref video frames. Altref framesfgalligan@chromium.org2010-08-102-2/+8
* Fixed issue with rendering in mfdecoder where it crashes when rendering D3D s...imcheng@chromium.org2010-08-102-93/+102
* 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder ...jiesun@google.com2010-08-103-2/+6
* The decoder filter pushes a pts for every video frame but it was notfgalligan@chromium.org2010-08-092-0/+4
* Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code.ananta@chromium.org2010-08-093-6/+2
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-094-8/+3
* Special thanks for in-ming cheng's MFT hardware decodering code.jiesun@google.com2010-08-093-2/+6
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-094-3/+8
* FBTF: Remove unneeded headers from base/ (part 5)thestig@chromium.org2010-08-071-2/+0
* Moved files from media/media_foundation to media/mf. Cleaned up the code a li...imcheng@chromium.org2010-08-067-410/+344
* allow yuv scaling fpic code to be used on linux, as well as Macfbarchard@chromium.org2010-08-061-7/+16
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-064-4/+0
* FBTF: Remove unneeded headers from base/ (part 1)thestig@chromium.org2010-08-051-4/+3
* base: rename Environment::HasEnv to Environment::HasVar.tfarina@chromium.org2010-08-041-1/+1
* Play WebM live streamhclam@chromium.org2010-08-042-1/+10
* media bench report fpsfbarchard@chromium.org2010-08-032-18/+28
* Adding two test cases to ffmpeg_unittest from user bug reports.scherkus@chromium.org2010-08-031-1/+10
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-032-3/+2
* Remove FFmpegDemuxer::first_seek_hack_ since underlying bugs have been fixed ...scherkus@chromium.org2010-08-023-32/+3