summaryrefslogtreecommitdiffstats
path: root/media/ffmpeg
Commit message (Expand)AuthorAgeFilesLines
* [Merge to M44] Chromium changes to statically link ffmpeg.Dale Curtis2015-06-171-12/+4
* Getting rid of duplicate includes from media/anujk.sharma2015-05-141-1/+0
* FFmpeg roll for M43.watk2015-03-301-0/+1
* Revert of FFmpeg roll for M43. (patchset #2 id:20001 of https://codereview.ch...watk2015-03-281-1/+0
* FFmpeg roll for M43.watk2015-03-281-0/+1
* Adding an ALAC enum to AudioDecoderConfigmikhal2015-01-291-0/+6
* Add allocator shim test to ffmpeg test suite.wfh2015-01-231-0/+12
* Add support for Rec709 color space videos in software YUV convert path.rileya2015-01-211-0/+7
* Reject vp8 video having alpha and image planes of different sizes.watk2015-01-211-0/+4
* Roll ffmpeg DEPs for security fixes. Add regression tests.dalecurtis2015-01-061-0/+9
* replace COMPILE_ASSERT with static_assert in media/mostynb2015-01-051-8/+8
* Move all pipeline integration tests to media/test.dalecurtis2014-12-161-2/+1
* Delete ffmpeg_unittests.scherkus2014-12-131-589/+0
* Use clockless mode for ffmpeg_regression_tests and enable more tests.scherkus2014-12-031-8/+8
* De-flake some tests in ffmpeg_regression_tests.scherkus2014-12-031-17/+25
* Update PipelineStatus expectations in ffmpeg_regression_tests.scherkus2014-12-021-20/+11
* Remove hash checks from ffmpeg_regression_tests.scherkus2014-12-021-184/+201
* Remove outdated tests and documentation from ffmpeg_regression_tests.scherkus2014-12-021-70/+0
* Make PipelineIntegrationTestBase::Start() API return a PipelineStatus.scherkus2014-12-021-6/+5
* Fix path in ffmpeg_regression_tests.cc.xhwang2014-11-061-33/+37
* Fix link to media security test data.xhwang2014-11-051-1/+1
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Using PROFILE_ANY for vp8 and vp9amogh.bihani@samsung.com2014-08-151-2/+2
* Roll FFmpeg for M38wolenetz@chromium.org2014-08-091-3/+1
* Always use 48kHz for OPUS decoding.dalecurtis@chromium.org2014-07-142-47/+28
* Add mp3 end padding skip for the WebAudio decoder.dalecurtis@chromium.org2014-06-251-3/+3
* Fix VP9 playback for videos with odd width/height.sergeyu@chromium.org2014-06-241-1/+1
* Support for YUV 4:4:4 subsampling.sandersd@chromium.org2014-06-031-3/+9
* Roll FFmpeg for M37.dalecurtis@google.com2014-05-212-3/+11
* Revert 271945 "Roll FFmpeg for M37."kbr@chromium.org2014-05-212-11/+3
* Roll FFmpeg for M37.dalecurtis@google.com2014-05-212-3/+11
* Add MEDIA_EXPORT to an ffmpeg_common function to link cast_sender_app.miu@chromium.org2014-05-091-2/+2
* Replicate FFmpeg's video frame allocation strategy.dalecurtis@chromium.org2014-05-071-0/+1
* Don't double correct for discarded codec delay frames.dalecurtis@chromium.org2014-04-282-1/+7
* Revert 264803 "Revert 264763 "Wire up codec_delay() to MP3Stream..."dalecurtis@google.com2014-04-181-7/+1
* Revert 264763 "Wire up codec_delay() to MP3StreamParser and FFmp..."rockot@chromium.org2014-04-181-1/+7
* Wire up codec_delay() to MP3StreamParser and FFmpegAudioDecoder.dalecurtis@chromium.org2014-04-181-7/+1
* Add WebMediaPlayer::timelineOffset() support to WebMediaPlayerImpl.acolwell@chromium.org2014-04-163-0/+93
* Reland r264008: cast_sender_app transcode a video file using FFmpeghclam@chromium.org2014-04-161-1/+2
* Audit/fix use of media::VideoFrame::coded_size()sheu@chromium.org2014-03-271-0/+5
* Convert scoped_ptr_malloc -> scoped_ptr, part 5.viettrungluu@chromium.org2014-03-172-42/+68
* Convert scoped_ptr_malloc -> scoped_ptr, part 4.viettrungluu@chromium.org2014-03-051-2/+2
* Clean up histogram'd media enum max values.rileya@chromium.org2014-02-281-1/+4
* Cleanup OPUS decoder. Remove extraneous transforms and copies.dalecurtis@chromium.org2013-12-131-2/+3
* FFmpeg fixups for M33 roll. Now with more Opus!dalecurtis@chromium.org2013-12-121-2/+2
* Add plumbing for video pixel formats with JPEG color range.rileya@chromium.org2013-12-041-4/+4
* Add alaw codec for .wav files.ihf@chromium.org2013-11-051-0/+4
* Add UMA metrics for ffmpeg color ranges.rileya@chromium.org2013-11-051-0/+7
* media: Adding Opus support in WebM for <video> tagvigneshv@chromium.org2013-11-011-2/+15