summaryrefslogtreecommitdiffstats
path: root/media/filters
Commit message (Expand)AuthorAgeFilesLines
* omx_test refactor to add encoder support. (only start)hclam@chromium.org2010-01-121-2/+6
* Revert my last two commits that brokoe the buildhclam@chromium.org2010-01-061-5/+1
* omx_test refactor to add encoder support. (only start)hclam@chromium.org2010-01-061-1/+5
* Implementation of OmxVideoDecodeEngine.ajwong@chromium.org2009-12-2220-689/+1482
* Refactor FFmpegVideoDecoder to try and generalize code common to all video de...ajwong@chromium.org2009-12-1010-360/+699
* Factor out PtsHeap into a reusable class.ajwong@chromium.org2009-12-023-80/+33
* Move some XDG code from chrome to base, make DIR_USER_CACHE generic rather th...thestig@chromium.org2009-12-021-0/+1
* Add codec id into the media_format so that downstream filters can determine c...ajwong@chromium.org2009-12-011-0/+4
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-201-1/+1
* Check for null frame pointers and do nothing to avoid a crash.fbarchard@chromium.org2009-11-191-0/+9
* Replace hard-coded media_format() methods with Google Mock methods declared i...scherkus@chromium.org2009-11-182-3/+26
* First patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-2/+2
* Fix crash in AudioRendererImpl by adding a MessageLoop DestructionObserver.scherkus@chromium.org2009-11-051-0/+7
* SetVolume and GetVolume take one volume instead of separate left and right vo...fbarchard@chromium.org2009-11-041-1/+1
* Fix incorrect usage of scope_ptr with an array.tkent@chromium.org2009-10-191-1/+1
* Turn NULL used as int to 0.phajdan.jr@chromium.org2009-10-132-4/+4
* media::FFmpegDemuxer giving too much errorshclam@chromium.org2009-09-301-2/+4
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-2/+2
* Disable FFmpeg logging as it interferes with layout tests.scherkus@chromium.org2009-09-192-0/+4
* Implemented file URLProtocol for media_bench.scherkus@chromium.org2009-09-042-4/+3
* Apply some sanity checks to the values coming back to us from FFmpeg.cevans@chromium.org2009-09-042-1/+14
* Do not permit a seek to a negative position. This was already an errorcevans@chromium.org2009-09-032-1/+5
* Ignore audio decode errors in the same way video decode errors are done.fbarchard@chromium.org2009-09-021-1/+6
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-283-6/+6
* Fix a ton of compiler warnings.estade@chromium.org2009-08-283-6/+6
* Delay calling NotifyEnded() until the audio hardware has played the last of t...scherkus@chromium.org2009-08-272-7/+18
* Fix build bustage r24568hclam@chromium.org2009-08-271-0/+2
* Make audio and video in sync while playback rate != 1.0hclam@chromium.org2009-08-271-0/+1
* Clean up AudioRendererAlgorithmOLA when dealing with very little remaining data.scherkus@chromium.org2009-08-255-26/+229
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-242-4/+11
* Fix Issue 160529 in a nice way with unittest.fbarchard@chromium.org2009-08-212-53/+29
* Fix build bustagehclam@chromium.org2009-08-211-1/+1
* Suppress slider thumb jumping around during seekinghclam@chromium.org2009-08-213-8/+23
* Prevent current time jumping around when seekhclam@chromium.org2009-08-191-3/+10
* Workaround a race condition caused by not synchronization destruction of the ...ajwong@chromium.org2009-08-151-0/+7
* Fixes crash due to NullAudioRenderer calling GetPlaybackRate() during initial...scherkus@chromium.org2009-08-151-18/+16
* demux duplicate data the same way as mp3 does.fbarchard@chromium.org2009-08-142-86/+49
* Implemented end-of-stream callback for media::PipelineImpl.scherkus@chromium.org2009-08-126-78/+105
* Updated decode logic to estimate timestamps if the demuxer has not assigned one.kylep@chromium.org2009-08-112-9/+23
* Mute audio under OLA when given rate would cause poor quality.kylep@chromium.org2009-08-102-3/+21
* Fix video sync error when framerate or playback rate is lowkylep@chromium.org2009-08-062-6/+15
* Fix a leak in AudioRendererBaseTest::OneCompleteReadCyclehclam@chromium.org2009-08-061-1/+2
* Renderer busy looping after video (with sound) or audio endshclam@chromium.org2009-08-062-2/+76
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-063-0/+67
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-019-180/+103
* Returns AVERROR_EOF when FFmpeg is read at the end of filehclam@chromium.org2009-07-312-2/+19
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-298-15/+18
* Fixes an audio playback regression caused by seeking in audio/video media.scherkus@chromium.org2009-07-291-1/+10
* Implemented a proper clock for audio/video synchronization.scherkus@chromium.org2009-07-281-16/+24
* Quick work around for av_seek_frame() causing video to go completely out of s...scherkus@chromium.org2009-07-273-1/+29