summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Expand)AuthorAgeFilesLines
* Fix a ton of compiler warnings.estade@chromium.org2009-08-285-7/+10
* Fix memory leask in media yuv_convert unit tests. Replace pointers init'd by ...jshin@chromium.org2009-08-281-22/+22
* 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
* Output format change to allow longer durations.fbarchard@chromium.org2009-08-261-1/+1
* Clean up AudioRendererAlgorithmOLA when dealing with very little remaining data.scherkus@chromium.org2009-08-256-26/+230
* Provide unplayed bytes ALSA implementation of audiohclam@chromium.org2009-08-244-3/+32
* Providing unplayed bytes in audio hardware bufferhclam@chromium.org2009-08-2415-37/+126
* qt_faststart use %PRIX64 for 64 bit value printfs for better compatibility wi...fbarchard@chromium.org2009-08-211-5/+6
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-215-0/+26
* Updates to be able to build all targets in Linux x64.deanm@chromium.org2009-08-211-7/+11
* Timing code for measuring DLL load performance.fbarchard@chromium.org2009-08-211-1/+29
* Fix Issue 160529 in a nice way with unittest.fbarchard@chromium.org2009-08-214-54/+33
* Reverting r24002 due to test_shell_tests rednessajwong@chromium.org2009-08-215-26/+0
* Correct network state and ready state reporting.ajwong@chromium.org2009-08-215-0/+26
* Threadsafe access to AudioSource callback. Release stream on close. Handle er...ajwong@chromium.org2009-08-215-46/+151
* Fix build bustagehclam@chromium.org2009-08-211-1/+1
* Suppress slider thumb jumping around during seekinghclam@chromium.org2009-08-219-16/+91
* Remove the folding define macro.ajwong@chromium.org2009-08-201-7/+0
* Bump kNumBuffers to 3fbarchard@chromium.org2009-08-202-16/+22
* Enabled mono playback support for Linux.scherkus@chromium.org2009-08-202-5/+20
* Prevent current time jumping around when seekhclam@chromium.org2009-08-191-3/+10
* Possible deadlock in PCM audio Start() methodcpu@chromium.org2009-08-182-6/+47
* Renames the ambiguous hwnd variable to |parent|.scherkus@chromium.org2009-08-181-2/+2
* A quick fix for YUV overflow on Mac concern.fbarchard@chromium.org2009-08-183-32/+88
* Removes hungarian notations from list.h.paul@chromium.org2009-08-171-37/+36
* 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
* Framework to display disabled mute button when audio fails.kylep@chromium.org2009-08-141-0/+5
* 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-1216-84/+320
* media player cleanup of old unused menu itemsfbarchard@chromium.org2009-08-116-131/+9
* AudioRendererHost send ViewMsg_AudioStreamStatehclam@chromium.org2009-08-111-9/+0
* 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
* MediaPlayer command line parser and -exit option, so a video can be played an...fbarchard@chromium.org2009-08-102-10/+60
* 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-062-2/+4
* Renderer busy looping after video (with sound) or audio endshclam@chromium.org2009-08-062-2/+76
* Updated wav_ola_test.kylep@chromium.org2009-08-061-1/+2
* Free demuxed audio packets if audio device failshclam@chromium.org2009-08-0610-0/+161
* Reimplement the AlsaPcmOutputStream and fix the threading issues.ajwong@chromium.org2009-08-049-512/+1139
* Replace the guts of AudioRendererBase with calls to scaling algorithm.kylep@chromium.org2009-08-0113-214/+176
* Returns AVERROR_EOF when FFmpeg is read at the end of filehclam@chromium.org2009-07-312-2/+19
* Missing buffered attribute for <video>/<audio>hclam@google.com2009-07-303-2/+64
* Pipeline will execute a callback whenever an run-time error has happened.kylep@chromium.org2009-07-303-1/+24
* BufferedDataSource to support server without range request supporthclam@chromium.org2009-07-2915-18/+48
* Nice and easy fix for the media clock interpolating past the duration.scherkus@chromium.org2009-07-293-8/+20
* Fixes an audio playback regression caused by seeking in audio/video media.scherkus@chromium.org2009-07-291-1/+10