summaryrefslogtreecommitdiffstats
path: root/media/base
Commit message (Expand)AuthorAgeFilesLines
* Better seeking for <video> and <audio>hclam@chromium.org2009-05-292-0/+18
* Cleanup media::SeekableBuffer and unit testshclam@chromium.org2009-05-283-176/+153
* New FFmpeg public API headers to match our source tarball in deps.scherkus@chromium.org2009-05-221-91/+109
* Temporary fix for MP3 decoding by duplicating packets before handing them to ...scherkus@chromium.org2009-05-201-0/+9
* Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta (secon...scherkus@chromium.org2009-05-201-1/+10
* Revert change 16453 because it broke the build.nsylvain@chromium.org2009-05-201-10/+1
* Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta.scherkus@chromium.org2009-05-201-1/+10
* SeekableBuffer to implement a window of buffer which has short seeking ability.hclam@chromium.org2009-05-193-0/+607
* YUV with clipping.fbarchard@chromium.org2009-05-1811-743/+639
* YUV scaling and conversion refactored into low levels per platform that do a ...fbarchard@chromium.org2009-05-139-738/+1050
* 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-126-231/+395
* 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
* Revert r15615, build errors on linux and mac.sgk@google.com2009-05-083-127/+38
* YUV scaler do horizontal mirror.fbarchard@chromium.org2009-05-083-38/+127
* Retry of enabling video on linux. See related review: http://codereview.chro...ajwong@chromium.org2009-05-081-3/+33
* Lands http://codereview.chromium.org/99349 for Ryan.sky@chromium.org2009-05-041-1/+5
* Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind...ajwong@chromium.org2009-05-011-38/+8
* Enable video in posix builds and remove unneeded ifdefs to guard windows.ajwong@chromium.org2009-05-011-8/+38
* Clean up FFmpeg media formats and switch to using av_get_bits_per_sample_form...scherkus@chromium.org2009-04-291-1/+9
* Fix a crash with <video>hclam@chromium.org2009-04-271-1/+1
* Prototype audio time shift.fbarchard@chromium.org2009-04-231-1/+1
* Move FFmpegDemuxer initialization onto the demuxer thread.scherkus@chromium.org2009-04-221-1/+35
* Hacked up delay load code for ffmpeg in posix systems. This isajwong@chromium.org2009-04-212-2/+216
* Fixes FFmpegDemuxerTest.ReadAndSeek test flakiness by using a WaitableEvent.scherkus@chromium.org2009-04-211-10/+4
* 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-214-29/+450
* Move the ffmpeg loading function into media library.ajwong@chromium.org2009-04-183-0/+114
* YV16 unittest which is mostly the same as YV12. Requires YV16 data filesfbarchard@chromium.org2009-04-061-6/+59
* Add YV16 convertfbarchard@chromium.org2009-04-062-13/+65
* FFmpeg video decoder glue codehclam@chromium.org2009-04-021-2/+3
* FFmpegDemuxer now uses a thread to handle demuxing.scherkus@chromium.org2009-03-311-0/+1
* Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha...hclam@chromium.org2009-03-302-0/+7
* Decoders now use standard callback mechanism for Reads. Removed Assignable<>...ralphl@chromium.org2009-03-303-69/+12
* 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-272-3/+5
* Lots of files touched for a very simple change. Everywhere we used a const M...scherkus@chromium.org2009-03-265-35/+34
* Ability for demuxer clients to get to FFmpeg's AVStream object exposed as an ...ralphl@chromium.org2009-03-263-43/+64
* 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
* Revert tree bustage cause by r11904.hclam@chromium.org2009-03-1717-169/+417
* andrew's patchhclam@chromium.org2009-03-1717-417/+169
* Removed unneeded includes of base/time.h.thestig@chromium.org2009-03-162-2/+4
* Buffer interface is now uint8*. Slight change to way data buffers are create...ralphl@chromium.org2009-03-164-52/+55
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* Remove unneeded platform_thread.h includes. Reduces number of includes from 5...thestig@chromium.org2009-03-131-1/+0
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-113-3/+0