summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove executable bit from a bunch of files that shouldn't have it.evan@chromium.org2009-05-113-0/+0
* Review URL: http://codereview.chromium.org/115197fbarchard@chromium.org2009-05-113-40/+134
* Call AtExitManager earlier in player app to avoid hitting DCHECKs.scherkus@chromium.org2009-05-081-2/+2
* Revert r15615, build errors on linux and mac.sgk@google.com2009-05-087-261/+102
* YUV scaler do horizontal mirror.fbarchard@chromium.org2009-05-087-102/+261
* Retry of enabling video on linux. See related review: http://codereview.chro...ajwong@chromium.org2009-05-086-19/+41
* Moved FFmpegDemuxer tests into the same anonymous namespace as FFmpegDemuxerT...scherkus@chromium.org2009-05-081-2/+2
* Change NullAudioRenderer to sleep for at least one millisecond to avoid spinn...scherkus@chromium.org2009-05-061-1/+5
* Remove embedded manifest from media player.scherkus@chromium.org2009-05-061-16/+2
* Removed duplicate entries in media.gyp.scherkus@chromium.org2009-05-051-2/+0
* Media Player mainfrm.hfbarchard@chromium.org2009-05-056-22/+775
* Lands http://codereview.chromium.org/99349 for Ryan.sky@chromium.org2009-05-041-1/+5
* media player movie functions to bind WTL menu events to pipeline.fbarchard@chromium.org2009-05-043-6/+192
* Added media player File->Last to play the most recent movie again.fbarchard@chromium.org2009-05-044-15/+17
* media player props.h file (properties)fbarchard@chromium.org2009-05-021-0/+314
* Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind...ajwong@chromium.org2009-05-015-45/+20
* Enable video in posix builds and remove unneeded ifdefs to guard windows.ajwong@chromium.org2009-05-015-20/+45
* Third installement of low level audio for maccpu@chromium.org2009-04-302-14/+130
* Add comment to media bench clarifying library initialization.ajwong@chromium.org2009-04-301-1/+7
* Refactored FFmpegDemuxerTest to use a test fixture, fixing flakiness in the p...scherkus@chromium.org2009-04-301-138/+131
* media player wtl_render - video rendererfbarchard@chromium.org2009-04-302-0/+59
* player_wtl main entry point separated from the rest of media player for code ...fbarchard@chromium.org2009-04-291-0/+96
* Fixes bug where NullAudioRenderer would join a previously joined thread.scherkus@chromium.org2009-04-291-1/+3
* Clean up FFmpeg media formats and switch to using av_get_bits_per_sample_form...scherkus@chromium.org2009-04-296-47/+12