summaryrefslogtreecommitdiffstats
path: root/media/ffmpeg
Commit message (Expand)AuthorAgeFilesLines
* Fail playback when VideoDecoderConfig has invalid extra data.chcunningham2015-10-203-35/+177
* Revert of Fail playback when VideoDecoderConfig has invalid extra data. (patc...hajimehoshi2015-10-193-177/+35
* Fail playback when VideoDecoderConfig has invalid extra data.Chris Cunningham2015-10-173-35/+177
* Roll ffmpeg DEPS for security fix.dalecurtis2015-10-011-0/+8
* Roll ffmpeg deps to disable broken AAC SBR SSE2 functions.dalecurtis2015-09-281-0/+4
* Roll ffmpeg for M47.dalecurtis2015-09-191-1/+4
* Switch from using codec ids to codec name hashes.dalecurtis2015-09-173-375/+45
* Move VideoCodec/VideoCodecProfile enums into video_codecs.hservolk2015-09-092-1/+2
* Implemented HEVC video demuxing and parsingservolk2015-09-081-0/+8
* Fix VideoDecoderShim to simulate synchronous initialization.sergeyu2015-09-012-2/+4
* Stop over-counting media decoder codec config src= UMAswolenetz2015-08-213-37/+16
* Add support for H264 and VP9 to AndroidVDAwatk2015-08-131-0/+9
* ffmpeg_common: s/PIX_FMT/AV_PIX_FMT/jzern2015-08-122-19/+19
* Initial support for the desktop media pipeline on Android.watk2015-07-201-0/+9
* Updating ffmpeg_regression_tests repository docs to use git link.chcunningham2015-07-171-2/+2
* Re-enable the JPEG video color space.watk2015-07-162-4/+16
* Reland: Change the video color space default.watk2015-07-142-6/+30
* media: extract Format and ColorSpace enum from VideoFrame.dongseong.hwang2015-07-132-31/+28
* Roll FFmpeg for M45.chcunningham2015-07-101-13/+4
* Revert of Change the video color space default. (patchset #4 id:60001 of http...amineer2015-07-092-35/+12
* Change the video color space default.watk2015-07-092-12/+35
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-11/+19
* Verify that ffmpeg codec enum values match the histogram valuesjrummell2015-06-251-0/+374
* Chromium changes to statically link ffmpeg.chcunningham2015-06-091-12/+4
* Revert "Chromium changes to statically link ffmpeg."chcunningham2015-06-051-4/+12
* Chromium changes to statically link ffmpeg.chcunningham2015-06-041-12/+4
* VideoFrame: Pass color space from pixel format to metadatamcasas2015-05-221-11/+3
* 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