summaryrefslogtreecommitdiffstats
path: root/media/base/media_posix.cc
Commit message (Expand)AuthorAgeFilesLines
* 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