summaryrefslogtreecommitdiffstats
path: root/media/ffmpeg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Roll FFmpeg for bug fixes.dalecurtis@google.com2013-05-241-1/+3
* Roll FFmpeg for M29wolenetz@chromium.org2013-05-161-124/+143
* Enable partial playbackjrummell@chromium.org2013-05-092-17/+18
* Remove use_system_ffmpeg-related logic from media and other mainline gyp files.phajdan.jr@chromium.org2013-05-071-8/+0
* media: use AVCodecID instead of deprecated CodecIDphajdan.jr@chromium.org2013-04-232-7/+7
* media: Add support for playback of VP8 Alpha video streamsvigneshv@chromium.org2013-04-191-0/+10
* Revert 194465 "media: Add support for playback for VP8 Alpha vid..."mek@chromium.org2013-04-161-10/+0
* media: Add support for playback for VP8 Alpha video streams.tomfinegan@chromium.org2013-04-161-0/+10
* media: switch from deprecated CODEC_ID_* to AV_CODEC_ID_*phajdan.jr@chromium.org2013-04-121-42/+42
* Roll FFMpeg for M27.dalecurtis@google.com2013-03-251-1/+1
* Roll DEPS for FFmpeg security fix.dalecurtis@google.com2013-03-221-0/+2
* Support for parsing encrypted WebM streams by src.fgalligan@chromium.org2013-03-142-5/+22
* Pass more detailed audio hardware configuration information to the renderercrogers@google.com2013-03-131-26/+0
* 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-242-2/+2
* Linux: add a tool and code to make use_system_ffmpeg option more compatiblephajdan.jr@chromium.org2013-02-201-0/+10
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-102-3/+3
* Attempt to guess channel layout if not specified.dalecurtis@chromium.org2013-02-071-28/+18
* media: Support multichannel Opus audio streams.tomfinegan@chromium.org2013-01-311-6/+35
* Add support for YUVJ420P and tests for common color formats for each video co...scherkus@chromium.org2013-01-291-0/+4
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-251-3/+22
* Revert 177842. This doesn't build in standalone webkit builds:thakis@chromium.org2013-01-211-22/+3
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2013-01-191-3/+22
* media: Fix Opus support, and handle bad timestamps correctly in the Opus wrap...tomfinegan@chromium.org2013-01-161-2/+4
* Roll FFMpeg for M26. Fix ffmpeg float audio decoding.dalecurtis@google.com2013-01-041-40/+62
* Revert "Add wrapper class to media for support of VP9 video, and add a comman...fsamuel@chromium.org2012-12-281-31/+3
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-221-3/+31
* GTTF: No more FLAKY_ .phajdan.jr@chromium.org2012-12-211-16/+16
* Revert 174311kinaba@chromium.org2012-12-211-31/+3
* Add wrapper class to media for support of VP9 video, and add a command line f...tomfinegan@chromium.org2012-12-211-3/+31
* Add wrapper class to media for support of Opus audio, and add a command line ...tomfinegan@chromium.org2012-12-181-1/+15
* Linux: make it possible to compile against system libav.phajdan.jr@chromium.org2012-12-141-0/+1
* Remove use of AV_EF_CAREFUL from media code.scherkus@chromium.org2012-12-131-1/+0
* Replace av_malloc with AlignedAlloc for memory allocation in VideoFrame.xhwang@chromium.org2012-12-081-6/+20
* Roll FFMpeg DEPS to pick up security fixes.dalecurtis@chromium.org2012-11-201-25/+26
* Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...scherkus@chromium.org2012-11-141-3/+3
* Revert 167638 - Reimplement FileDataSource using file_util::MemoryMappedFile ...jochen@chromium.org2012-11-141-2/+2
* Reimplement FileDataSource using file_util::MemoryMappedFile and convert to u...scherkus@chromium.org2012-11-141-2/+2
* Linux: fix build with system ffmpeg (Chromium side).phajdan.jr@chromium.org2012-11-081-1/+0
* Roll ffmpeg DEPS for fixes, patch removal, and better GOMA detection.dalecurtis@google.com2012-11-023-166/+15
* Switch to AVIO instead of a custom FFmpeg URLProtocol handler.dalecurtis@chromium.org2012-11-012-30/+0
* Sync new FFmpeg channel layouts.dalecurtis@google.com2012-10-261-1/+25
* Support encrypted audio stream in demuxer.xhwang@chromium.org2012-10-121-1/+2
* Roll FFmpeg DEPS + Fixup FFmpeg tests.dalecurtis@google.com2012-09-281-34/+37
* Replace av_malloc with AlignedAlloc for memory allocation in DecoderBuffer.xhwang@chromium.org2012-09-201-0/+21
* Add is_encrypted() in VideoDecoderConfig.xhwang@chromium.org2012-09-181-2/+2
* Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClientacolwell@chromium.org2012-09-121-1/+0
* Fix FFmpegAudioDecoder monotonically increasing timestamp check to ignore kNo...acolwell@chromium.org2012-08-161-0/+3