| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of time headers in media/. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 1 | -6/+3 |
* | Use a direct include of strings headers in ipc/, jingle/, media/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-23 | 1 | -2/+2 |
* | base: Move MemoryMappedFile out of file_util.h and into its own header file. | tfarina@chromium.org | 2013-02-24 | 1 | -1/+2 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 1 | -4/+4 |
* | Remove use of AV_EF_CAREFUL from media code. | scherkus@chromium.org | 2012-12-13 | 1 | -1/+0 |
* | Roll ffmpeg DEPS for fixes, patch removal, and better GOMA detection. | dalecurtis@google.com | 2012-11-02 | 1 | -52/+25 |
* | Switch to using avcodec_decode_audio4, avcodec_alloc_context3. | dalecurtis@chromium.org | 2012-06-11 | 1 | -13/+29 |
* | Second attempt to land ffmpeg roll. | dalecurtis@google.com | 2012-03-01 | 1 | -9/+8 |
* | Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479, | thakis@chromium.org | 2012-02-23 | 1 | -8/+9 |
* | Fix media code to work with new ffmpeg. | dalecurtis@google.com | 2012-02-22 | 1 | -9/+8 |
* | Enable logging for media_bench. | scherkus@chromium.org | 2011-08-13 | 1 | -3/+10 |
* | MD5Update function uses StringPiece instead of raw buffer. | dominich@chromium.org | 2011-07-26 | 1 | -4/+10 |
* | base: Put md5.* into base namespace. | tfarina@chromium.org | 2011-07-18 | 1 | -12/+10 |
* | Rename CommandLine::GetArgs(), update callers. | msw@chromium.org | 2011-07-13 | 1 | -1/+1 |
* | Glue ffmpeg to Chrome | ihf@chromium.org | 2011-07-01 | 1 | -13/+10 |
* | check for codec null pointer when printing error message | fbarchard@chromium.org | 2011-01-04 | 1 | -2/+2 |
* | media_bench output width and height of media | fbarchard@chromium.org | 2010-10-27 | 1 | -3/+8 |
* | remove meaningless ffmpeg fast flag | fbarchard@chromium.org | 2010-08-28 | 1 | -0/+1 |
* | Revert 56582 - ffmpeg flag CODEC_FLAG2_FAST removed | rvargas@google.com | 2010-08-18 | 1 | -1/+0 |
* | ffmpeg flag CODEC_FLAG2_FAST removed | fbarchard@chromium.org | 2010-08-18 | 1 | -0/+1 |
* | media bench report fps | fbarchard@chromium.org | 2010-08-03 | 1 | -17/+24 |
* | fix another compile error on windows. | nsylvain@chromium.org | 2010-07-31 | 1 | -0/+1 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -6/+6 |
* | ffmpeg roll for chromium source and windows binaries | fbarchard@chromium.org | 2010-07-28 | 1 | -1/+1 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Revert r53885 "deps roll for new ffmpeg and switch to av_register_protocol2" | jeremy@chromium.org | 2010-07-28 | 1 | -1/+1 |
* | deps roll for new ffmpeg and switch to av_register_protocol2 | fbarchard@chromium.org | 2010-07-28 | 1 | -1/+1 |
* | Revert 53281 - ffmpeg update with vp3 patches. | fbarchard@chromium.org | 2010-07-22 | 1 | -1/+1 |
* | ffmpeg update with vp3 patches. | fbarchard@chromium.org | 2010-07-22 | 1 | -1/+1 |
* | Remove deprecated CommandLine::GetLooseValues(), rename to args(). | evan@chromium.org | 2010-07-21 | 1 | -23/+27 |
* | file_util: deprecate remaining wstring functions | evan@chromium.org | 2010-07-16 | 1 | -7/+11 |
* | media_Bench and ffmpeg_tests disable exception handler by default | fbarchard@chromium.org | 2010-06-24 | 1 | -2/+8 |
* | Enable error recognition and error concealment options in qualification softw... | fbarchard@chromium.org | 2010-05-17 | 1 | -0/+12 |
* | Revert 42727 - ffmpeg roll chromium binaries | fbarchard@chromium.org | 2010-03-26 | 1 | -2/+2 |
* | ffmpeg roll chromium binaries | fbarchard@chromium.org | 2010-03-26 | 1 | -2/+2 |
* | media: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-06 | 1 | -1/+1 |
* | ffmpeg better message for error on opening file if the file opens but the cod... | fbarchard@chromium.org | 2010-03-03 | 1 | -3/+13 |
* | Refactor some code that depends on FFmpeg | hclam@chromium.org | 2010-01-26 | 3 | -101/+3 |
* | Use argv[0] to print out executable usage info for media tools. | scherkus@chromium.org | 2009-11-25 | 1 | -1/+1 |
* | Re-organizing all tools under /src/media to be consistent with the rest of th... | scherkus@chromium.org | 2009-11-25 | 3 | -0/+642 |