| Commit message (Expand) | Author | Age | Files | Lines |
* | Add mac and linux binaries for ffmpeg. | ajwong@chromium.org | 2009-07-08 | 6 | -0/+0 |
* | Cleanup resources allocated by FFmpeg to avoid memory and threads leaks | hclam@chromium.org | 2009-07-07 | 2 | -0/+2 |
* | Checking in Windows FFmpeg binaries for Chromium. | scherkus@chromium.org | 2009-07-06 | 6 | -10/+34 |
* | Make FFmpeg delay load settings propagate to all shared libraries and executa... | scherkus@chromium.org | 2009-07-01 | 1 | -8/+8 |
* | Fixed typo in ffmpeg.gyp that caused avcodec-52.dll to not get copied. | scherkus@chromium.org | 2009-06-30 | 1 | -1/+1 |
* | Add in support for copying the ffmpeg binaries in linux and mac. | ajwong@chromium.org | 2009-06-30 | 2 | -29/+94 |
* | Revert r19534 "Add in support for copying the ffmpeg binaries in linux and mac." | ajwong@chromium.org | 2009-06-29 | 2 | -97/+29 |
* | Add in support for copying the ffmpeg binaries in linux and mac. | ajwong@chromium.org | 2009-06-29 | 2 | -29/+97 |
* | Setting executable bit for third_party/ffmpeg/copy_binaries.sh | hclam@chromium.org | 2009-06-27 | 1 | -0/+0 |
* | Refactor FFmpegVideoDecoder::OnDecode and unittest and add state tracking. | ajwong@chromium.org | 2009-06-22 | 2 | -1/+9 |
* | Make the generated stubs weak. Enable the unittests that had conflicting sym... | ajwong@chromium.org | 2009-06-16 | 1 | -1/+6 |
* | Change delayload attribute from string to list in gyp files | hclam@chromium.org | 2009-06-12 | 1 | -1/+5 |
* | Delay loading FFmpeg dlls from the test_shell | hclam@chromium.org | 2009-06-12 | 1 | -0/+5 |
* | Revert "Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make bui... | tc@google.com | 2009-06-11 | 7 | -48/+178 |
* | Revert r18122: "Reapply ffmpeg changes." (it broke the Linux make build). | agl@chromium.org | 2009-06-11 | 7 | -178/+48 |
* | Define all file handles so if open fails, we can still test for the variable. | ajwong@chromium.org | 2009-06-11 | 1 | -0/+5 |
* | Reapply ffmpeg changes. The original review is at http://codereview.chromium.... | ajwong@chromium.org | 2009-06-11 | 7 | -48/+178 |
* | Removing ffmpeg again. | ajwong@chromium.org | 2009-06-09 | 6 | -150/+41 |
* | Fixing include path for windows. | ajwong@chromium.org | 2009-06-09 | 1 | -0/+3 |
* | Reapply ffmpeg changes. The original review is at http://codereview.chromium.... | ajwong@chromium.org | 2009-06-09 | 6 | -41/+147 |
* | Reverting r17820 and r17819 due to mac breakage. | ajwong@chromium.org | 2009-06-06 | 6 | -158/+41 |
* | Fix mac gyp build of ffmpeg to have type 'none'. | ajwong@chromium.org | 2009-06-06 | 1 | -0/+5 |
* | Change ffmpeg.gyp over to use generate_stubs.py. | ajwong@chromium.org | 2009-06-06 | 6 | -41/+153 |
* | Python script for auto-generating stub/def files for a list of signatures. | ajwong@chromium.org | 2009-06-03 | 2 | -0/+1144 |
* | Better seeking for <video> and <audio> | hclam@chromium.org | 2009-05-29 | 1 | -0/+1 |
* | Make the GUID upper case (so Visual Studio won't try to correct | sgk@google.com | 2009-05-26 | 1 | -1/+1 |
* | Adding ffmpeg_binaries target which copies FFmpeg binaries alongside chrome.d... | ajwong@chromium.org | 2009-05-23 | 2 | -1/+47 |
* | New FFmpeg public API headers to match our source tarball in deps. | scherkus@chromium.org | 2009-05-22 | 9 | -194/+382 |
* | Temporary fix for MP3 decoding by duplicating packets before handing them to ... | scherkus@chromium.org | 2009-05-20 | 1 | -0/+1 |
* | Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta (secon... | scherkus@chromium.org | 2009-05-20 | 1 | -0/+1 |
* | Revert change 16453 because it broke the build. | nsylvain@chromium.org | 2009-05-20 | 1 | -1/+0 |
* | Use av_rescale_q() for converting FFmpeg timestamps to base::TimeDelta. | scherkus@chromium.org | 2009-05-20 | 1 | -0/+1 |
* | Add a 'cygwin' target to execute setup_mount.bat explicitly as a | sgk@google.com | 2009-05-11 | 1 | -0/+1 |
* | Retry of enabling video on linux. See related review: http://codereview.chro... | ajwong@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Clean up FFmpeg media formats and switch to using av_get_bits_per_sample_form... | scherkus@chromium.org | 2009-04-29 | 1 | -1/+1 |
* | Implemented FFmpegDemuxer::Seek() via av_seek_frame(). | scherkus@chromium.org | 2009-04-15 | 1 | -0/+1 |
* | Restore -Wall to Linux build and set up for -Werror. | sgk@google.com | 2009-04-09 | 1 | -3/+0 |
* | Checking in FFmpeg benchmarking application. | scherkus@chromium.org | 2009-04-09 | 1 | -0/+1 |
* | Convert /third_party/ffmpeg to gyp for Windows builds. | scherkus@chromium.org | 2009-04-07 | 5 | -222/+136 |
* | Update public FFmpeg header files from r16647 to r18286. | scherkus@chromium.org | 2009-04-02 | 27 | -711/+1130 |
* | Uses FFmpeg in chrome/renderer | hclam@chromium.org | 2009-03-19 | 1 | -1/+1 |
* | Check in C99 compatibility headers for MSVC and FFmpeg. | scherkus@chromium.org | 2009-02-19 | 3 | -1/+37 |
* | Checking in basic FFmpeg import library generator project and public header f... | scherkus@chromium.org | 2009-02-19 | 32 | -0/+6915 |