summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* media player list management.fbarchard@chromium.org2009-04-281-0/+127
* Adds a second vector of streams to FFmpegDemuxer to handle re-mapped audio/vi...scherkus@chromium.org2009-04-283-22/+51
* media player resource header file. Mechanically generated.fbarchard@chromium.org2009-04-282-20/+81
* media player view window for painting frames to the display with YUV conversi...fbarchard@chromium.org2009-04-281-0/+392
* stdafx for precompiled stdafx generation in media player.fbarchard@chromium.org2009-04-282-0/+42
* Fix a crash with <video>hclam@chromium.org2009-04-271-1/+1
* Prototype audio time shift.fbarchard@chromium.org2009-04-237-56/+82
* Resource file for media player.fbarchard@chromium.org2009-04-232-12/+510
* Disabling FFmpegDemuxerTest.* due to flakiness.scherkus@chromium.org2009-04-231-3/+7
* Binary data for media playerfbarchard@chromium.org2009-04-222-0/+0
* Reduce ffmpeg alignment requirement from 4x2 to 2x1.fbarchard@chromium.org2009-04-221-3/+2
* Move FFmpegDemuxer initialization onto the demuxer thread.scherkus@chromium.org2009-04-224-33/+80
* Build on Linux with shared libraries (significant chunks courtesy craigsch):sgk@google.com2009-04-221-0/+2
* Hacked up delay load code for ffmpeg in posix systems. This isajwong@chromium.org2009-04-214-34/+248
* Fixes FFmpegDemuxerTest.ReadAndSeek test flakiness by using a WaitableEvent.scherkus@chromium.org2009-04-212-23/+35
* DCHECK now allows SetPlaybackRate(0.0f) if the pipeline is stopped.ralphl@chromium.org2009-04-211-1/+2
* YUV to RGB with arbitrary scaling.fbarchard@chromium.org2009-04-215-30/+453
* Move the ffmpeg loading function into media library.ajwong@chromium.org2009-04-184-0/+124
* Disabling the FFmpegDemuxerTest.ReadAndSeek test.scherkus@chromium.org2009-04-171-1/+3
* Switched over to scoped_ptr_malloc and heap-allocated FFmpeg structures.scherkus@chromium.org2009-04-178-43/+58
* Windows low level audio small changescpu@google.com2009-04-162-17/+99
* improvements to media_bench (ffmpeg benchmarking application)fbarchard@chromium.org2009-04-151-8/+47