summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implemented FFmpegDemuxer::Seek() via av_seek_frame().scherkus@chromium.org2009-04-153-91/+313
* Second part of the low level audio for Maccpu@chromium.org2009-04-146-68/+147
* Fast flag for h264 improves performance of loop filter.fbarchard@chromium.org2009-04-141-0/+1
* Forgot to register AtExitManager due to TimeTicks::HighResNow() singleton.scherkus@chromium.org2009-04-101-0/+3
* Checking in FFmpeg benchmarking application.scherkus@chromium.org2009-04-092-0/+211
* Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build:sgk@google.com2009-04-081-1/+1
* Fix some threading issues and some refactoring in AudioRendererHosthclam@chromium.org2009-04-076-8/+34
* Forgot to include ffmpeg.gyp as a dependency for media_unittests.scherkus@chromium.org2009-04-071-0/+1
* Convert /third_party/ffmpeg to gyp for Windows builds.scherkus@chromium.org2009-04-071-14/+2
* Removing old data for unittests.fbarchard@chromium.org2009-04-074-29999/+0
* YV16 unittest which is mostly the same as YV12. Requires YV16 data filesfbarchard@chromium.org2009-04-061-6/+59
* Add jpeg varients of YV12 and YV16. In practice, these come up for motion jpeg.fbarchard@chromium.org2009-04-061-0/+6
* Data for yv16 unittest.fbarchard@chromium.org2009-04-062-0/+1099
* Renaming to yv12 for consistency with yv16 data.fbarchard@chromium.org2009-04-062-0/+1108
* Reapply linux build fix patch to ffmepg glue code from r12791 that was lost i...hclam@chromium.org2009-04-061-12/+7
* Add YV16 convertfbarchard@chromium.org2009-04-062-13/+65
* Fixing misuse of FFmpeg in decodershclam@chromium.org2009-04-032-7/+17
* FFmpeg video decoder glue codehclam@chromium.org2009-04-023-12/+178
* Remove the checked-in scons configuration files.sgk@google.com2009-04-016-359/+0
* Removed player.cc from media project in media.gyp.scherkus@chromium.org2009-03-311-1/+0
* FFmpegDemuxer now uses a thread to handle demuxing.scherkus@chromium.org2009-03-314-43/+84
* Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...hclam@chromium.org2009-03-305-9/+26
* FFmpeg Audio decoder glue codehclam@chromium.org2009-03-303-7/+90
* Exclude ffmpeg_* files that don't build on Linux, too.sgk@google.com2009-03-301-0/+11
* Decoders now use standard callback mechanism for Reads. Removed Assignable<>...ralphl@chromium.org2009-03-308-132/+76
* Linux build fixesagl@chromium.org2009-03-303-15/+10
* Switching media to gyp under windows.bradnelson@google.com2009-03-305-823/+63
* Fixed a lot threading issues during tear down of <video>hclam@chromium.org2009-03-272-5/+4
* Demuxer stream now uses a callback instead of Assignable template. Cleaning ...ralphl@chromium.org2009-03-276-57/+74
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-2626-99/+104
* Fixed missing projects and linker errors in media.sln.scherkus@chromium.org2009-03-261-11/+17
* Fixed bug in AudioRendererBase and made AudioRendererImpl check for audio dev...scherkus@chromium.org2009-03-262-2/+3
* Ability for demuxer clients to get to FFmpeg's AVStream object exposed as an ...ralphl@chromium.org2009-03-269-67/+136
* First part of the Mac Audio low level supportcpu@chromium.org2009-03-255-4/+291
* TBR=hclamfbarchard@chromium.org2009-03-241-8/+8
* This reordering of instructions and use of movzx improved performance on pent...fbarchard@chromium.org2009-03-241-37/+21
* MMX optimized YUV conversion in GCC and Visual C.fbarchard@chromium.org2009-03-232-64/+528
* Update the gyp Linux build:sgk@google.com2009-03-201-0/+11
* Use AutoUnlock class and Lock::AssertAcquired() methods to verify expected be...ralphl@chromium.org2009-03-192-27/+25