index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
ffmpeg
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix crash on unsupported pixel formats.
dalecurtis@chromium.org
2011-11-02
1
-4
/
+4
*
Miscellaneous header file cleanup for src/media.
scherkus@chromium.org
2011-10-28
2
-4
/
+6
*
Remove DemuxerStream::GetAVStream() once and for all.
scherkus@chromium.org
2011-10-27
2
-63
/
+100
*
Fix regression and make CrOS audio codecs work again.
ihf@chromium.org
2011-10-26
1
-0
/
+16
*
Fix support for yuv_422 pixel format.
scherkus@chromium.org
2011-10-04
2
-0
/
+30
*
Clean up VideoDecoderConfig and replace VideoCodecInfo with a bool.
scherkus@chromium.org
2011-10-01
2
-11
/
+6
*
Remove no-longer-used FFmpeg index-related helpers.
fischman@chromium.org
2011-09-29
3
-196
/
+0
*
Introduce AudioDecoderConfig to migrate away from GetAVStream().
scherkus@chromium.org
2011-09-21
2
-2
/
+117
*
Reland r101418: Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-19
2
-5
/
+5
*
Revert 101418 - Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
2
-5
/
+5
*
Fix aspect ratio and clarify video frame dimensions
vrk@google.com
2011-09-16
2
-5
/
+5
*
Create media.dll / libmedia.so.
darin@chromium.org
2011-08-29
2
-15
/
+18
*
Reland r97895: Use surface_width/height instead of coded_width/coded_height f...
vrk@chromium.org
2011-08-24
1
-2
/
+2
*
Revert 97892 - Use surface_width/height instead of coded_width/coded_height f...
vrk@google.com
2011-08-23
1
-2
/
+2
*
Use surface_width/height instead of coded_width/coded_height for VideoFrame size
vrk@google.com
2011-08-23
1
-2
/
+2
*
Remove mock_ffmpeg and update media unittests.
acolwell@chromium.org
2011-08-23
1
-0
/
+2
*
Revert 96974 - Remove mock_ffmpeg and update media unittests.
rvargas@google.com
2011-08-16
1
-2
/
+0
*
Remove mock_ffmpeg and update media unittests.
acolwell@chromium.org
2011-08-16
1
-0
/
+2
*
Revert r95841 due to failing media_unittests on linux_shared bot.
darin@chromium.org
2011-08-08
2
-18
/
+15
*
Enable media.dll / libmedia.so.
darin@chromium.org
2011-08-08
2
-15
/
+18
*
Revert 95496 - Create media.dll
apatrick@chromium.org
2011-08-05
2
-18
/
+15
*
Create media.dll
darin@chromium.org
2011-08-04
2
-15
/
+18
*
Update Chromium's FFmpeg file URLProtocol implementation.
scherkus@chromium.org
2011-07-22
1
-2
/
+6
*
Glue ffmpeg to Chrome
ihf@chromium.org
2011-07-01
2
-15
/
+17
*
Adding ChunkDemuxer implementation.
acolwell@chromium.org
2011-06-29
2
-0
/
+28
*
Respect pixel aspect ratio of video if it contains one.
scherkus@chromium.org
2011-06-03
2
-0
/
+27
*
Revert 87578 - Respect pixel aspect ratio of video if it contains one.
michaeln@google.com
2011-06-02
2
-27
/
+0
*
Respect pixel aspect ratio of video if it contains one.
scottfr@chromium.org
2011-06-02
2
-0
/
+27
*
Description:
annacc@chromium.org
2011-05-16
2
-0
/
+52
*
Refactor PTS processing logic from FFmpegVideoDecoder::FindPtsAndDuration() i...
scherkus@chromium.org
2011-04-27
2
-0
/
+8
*
Fix samplefmt.h inclusion with newer ffmpeg
scherkus@chromium.org
2011-04-01
1
-1
/
+0
*
Create helper methods to process FFmpeg index data.
acolwell@chromium.org
2011-04-01
4
-9
/
+304
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Fold media/ffmpeg/ffmpeg_util.{cc,h} into media/ffmpeg/ffmpeg_common.{cc,h}
scherkus@chromium.org
2011-03-12
5
-40
/
+11
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream (again).
scherkus@chromium.org
2011-03-11
2
-0
/
+46
*
Revert 77476 - Remove FFmpegVideoDecodeEngine's dependency on AVStream.
tyoshino@chromium.org
2011-03-11
2
-46
/
+0
*
Remove FFmpegVideoDecodeEngine's dependency on AVStream.
scherkus@chromium.org
2011-03-09
2
-0
/
+46
*
Remove the silly notion of MIME types from media code.
scherkus@chromium.org
2011-03-09
2
-17
/
+3
*
Cleaning up src/media to be consistent with static versus anonymous namespaces.
scherkus@chromium.org
2011-03-07
1
-12
/
+8
*
roll ffmpeg to nov 4 to fix clang issue
fbarchard@chromium.org
2010-11-11
2
-1
/
+2
*
Adding a test case to ffmpeg_unittests for bug 62127.
scherkus@chromium.org
2010-11-05
1
-0
/
+1
*
Convert LOG(INFO) to VLOG(1) - media/.
pkasting@chromium.org
2010-10-19
1
-3
/
+3
*
Move PerfTestSuite implementation into a .cc file and add it to the base
brettw@chromium.org
2010-10-10
1
-1
/
+1
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
1
-1
/
+0
*
Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...
nsylvain@chromium.org
2010-08-09
1
-1
/
+1
*
Cleanup in base. This moves the implementation (and a bunch of header file
brettw@chromium.org
2010-08-09
1
-1
/
+1
*
Adding two test cases to ffmpeg_unittest from user bug reports.
scherkus@chromium.org
2010-08-03
1
-1
/
+10
*
ffmpeg roll for chromium source and windows binaries
fbarchard@chromium.org
2010-07-28
2
-1
/
+2
*
Revert r53885 "deps roll for new ffmpeg and switch to av_register_protocol2"
jeremy@chromium.org
2010-07-28
2
-2
/
+1
*
Updated some comments to point at bugs in ffmpeg_unittest.cc and ffmpeg_audio...
scherkus@chromium.org
2010-07-28
1
-0
/
+18
[next]