summaryrefslogtreecommitdiffstats
path: root/media/ffmpeg/ffmpeg_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [c-n]*/thestig2014-09-131-1/+1
* Roll FFmpeg for M37.dalecurtis@google.com2014-05-211-2/+2
* Revert 271945 "Roll FFmpeg for M37."kbr@chromium.org2014-05-211-2/+2
* Roll FFmpeg for M37.dalecurtis@google.com2014-05-211-2/+2
* Convert scoped_ptr_malloc -> scoped_ptr, part 4.viettrungluu@chromium.org2014-03-051-2/+2
* FFmpeg fixups for M33 roll. Now with more Opus!dalecurtis@chromium.org2013-12-121-2/+2
* Call correct method to free up ffmpeg AVFrame objectsjrummell@chromium.org2013-10-051-2/+2
* base: Split logging functions and PerfTimeLogger out of perftimer.htfarina@chromium.org2013-09-171-7/+7
* Move perftimer.* into base/test/ directory.tfarina@chromium.org2013-08-241-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in media/.dcheng@chromium.org2013-06-121-2/+0
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-111-1/+1
* base: Move MemoryMappedFile out of file_util.h and into its own header file.tfarina@chromium.org2013-02-241-1/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-2/+2
* Remove use of AV_EF_CAREFUL from media code.scherkus@chromium.org2012-12-131-1/+0
* Roll ffmpeg DEPS for fixes, patch removal, and better GOMA detection.dalecurtis@google.com2012-11-021-60/+15
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-3/+0
* Switch to using avcodec_decode_audio4, avcodec_alloc_context3.dalecurtis@chromium.org2012-06-111-14/+11
* Roll FFmpeg for M20 (round 2)dalecurtis@google.com2012-05-061-22/+0
* Revert "Roll DEPS for FFmpeg merge. Shuffle testing."scherkus@chromium.org2012-04-271-0/+5
* Roll DEPS for FFmpeg merge. Shuffle testing.dalecurtis@google.com2012-04-241-5/+0
* Enable multithreaded theora decode.dalecurtis@chromium.org2012-03-161-2/+1
* Second attempt to land ffmpeg roll.dalecurtis@google.com2012-03-011-12/+22
* Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,thakis@chromium.org2012-02-231-22/+12
* Fix media code to work with new ffmpeg.dalecurtis@google.com2012-02-221-12/+22
* Glue ffmpeg to Chromeihf@chromium.org2011-07-011-2/+2
* Create helper methods to process FFmpeg index data.acolwell@chromium.org2011-04-011-7/+7
* Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}scherkus@chromium.org2011-03-121-3/+2
* roll ffmpeg to nov 4 to fix clang issuefbarchard@chromium.org2010-11-111-1/+1
* Adding a test case to ffmpeg_unittests for bug 62127.scherkus@chromium.org2010-11-051-0/+1
* Convert LOG(INFO) to VLOG(1) - media/.pkasting@chromium.org2010-10-191-3/+3
* Move PerfTestSuite implementation into a .cc file and add it to the basebrettw@chromium.org2010-10-101-1/+1
* Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...nsylvain@chromium.org2010-08-091-1/+1
* Cleanup in base. This moves the implementation (and a bunch of header filebrettw@chromium.org2010-08-091-1/+1
* Adding two test cases to ffmpeg_unittest from user bug reports.scherkus@chromium.org2010-08-031-1/+10
* ffmpeg roll for chromium source and windows binariesfbarchard@chromium.org2010-07-281-1/+1
* Revert r53885 "deps roll for new ffmpeg and switch to av_register_protocol2"jeremy@chromium.org2010-07-281-1/+1
* Updated some comments to point at bugs in ffmpeg_unittest.cc and ffmpeg_audio...scherkus@chromium.org2010-07-281-0/+18
* deps roll for new ffmpeg and switch to av_register_protocol2fbarchard@chromium.org2010-07-281-1/+1
* Checking in FFmpeg regression testing framework.scherkus@chromium.org2010-07-271-0/+628