summaryrefslogtreecommitdiffstats
path: root/media/base/media_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux: fix build with system ffmpeg (Chromium side).phajdan.jr@chromium.org2012-11-081-0/+9
* Using Ronald's libclang based converter, we're able to translatedalecurtis@google.com2012-10-211-41/+30
* Dead code elimination: scythe.chrome_functions:segment.path %media% edition, ...fischman@chromium.org2012-08-061-30/+0
* Second attempt to land ffmpeg roll.dalecurtis@google.com2012-03-011-3/+3
* Revert 123123 (probably caused a big perf regression -- http://crbug.com/115479,thakis@chromium.org2012-02-231-3/+3
* Fix media code to work with new ffmpeg.dalecurtis@google.com2012-02-221-3/+3
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-231-0/+6
* Revert 96974 - Remove mock_ffmpeg and update media unittests.rvargas@google.com2011-08-161-6/+0
* Remove mock_ffmpeg and update media unittests.acolwell@chromium.org2011-08-161-0/+6
* ffmpeg: r94155 -> r94207evan@chromium.org2011-07-271-1/+2
* Glue ffmpeg to Chromeihf@chromium.org2011-07-011-3/+3
* Move media library path resolution into Chrome path provider.wez@chromium.org2011-03-171-2/+11
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-071-9/+7
* Remove GetVp8CxAlgoAddress hackhclam@chromium.org2010-12-201-26/+0
* Add shared macros for stringizing and converting ANSI string constantsjoi@chromium.org2010-11-181-6/+4
* VP8 decoder for chromotinghclam@chromium.org2010-09-291-0/+9
* Implement VP8 encoder for chromotinghclam@chromium.org2010-09-281-1/+20
* Fix use_system_ffmpeg and clean up ffmpeg.gypscherkus@chromium.org2010-03-301-5/+20
* Generate stubs for OpenMAX ILhclam@chromium.org2010-03-021-1/+32
* Add yasm and ffmpeg into the build tree for linux.ajwong@chromium.org2009-10-301-0/+10
* Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set butbenl@chromium.org2009-09-071-1/+1
* Add in macro to abstract the differences in library naming conventions betwee...ajwong@chromium.org2009-07-151-6/+11
* Revert "Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make bui...tc@google.com2009-06-111-274/+16
* Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make build).agl@chromium.org2009-06-111-16/+274
* Reapply ffmpeg changes. The original review is at http://codereview.chromium....ajwong@chromium.org2009-06-111-274/+16
* Removing ffmpeg again.ajwong@chromium.org2009-06-091-16/+274
* Reapply ffmpeg changes. The original review is at http://codereview.chromium....ajwong@chromium.org2009-06-091-274/+16
* Reverting r17820 and r17819 due to mac breakage.ajwong@chromium.org2009-06-061-16/+274
* Change ffmpeg.gyp over to use generate_stubs.py.ajwong@chromium.org2009-06-061-274/+16
* Better seeking for <video> and <audio>hclam@chromium.org2009-05-291-0/+9
* New FFmpeg public API headers to match our source tarball in deps.scherkus@chromium.org2009-05-221-91/+109
* Temporary fix for MP3 decoding by duplicating packets before handing them to ...scherkus@chromium.org2009-05-201-0/+9
* Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta (secon...scherkus@chromium.org2009-05-201-1/+10
* Revert change 16453 because it broke the build.nsylvain@chromium.org2009-05-201-10/+1
* Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta.scherkus@chromium.org2009-05-201-1/+10
* Retry of enabling video on linux. See related review: http://codereview.chro...ajwong@chromium.org2009-05-081-3/+33
* Revert "Enable video in posix builds and remove unneeded ifdefs to guard wind...ajwong@chromium.org2009-05-011-38/+8
* Enable video in posix builds and remove unneeded ifdefs to guard windows.ajwong@chromium.org2009-05-011-8/+38
* Clean up FFmpeg media formats and switch to using av_get_bits_per_sample_form...scherkus@chromium.org2009-04-291-1/+9
* Hacked up delay load code for ffmpeg in posix systems. This isajwong@chromium.org2009-04-211-1/+213
* Move the ffmpeg loading function into media library.ajwong@chromium.org2009-04-181-0/+19