Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Issue 2765923002: Roll to merge into origin/master (Closed)

Created:
3 years, 9 months ago by tguilbert
Modified:
3 years, 9 months ago
Reviewers:
hubbe
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Roll src/third_party/ffmpeg/ 3f3ad2ea9..b9acb5c51 (500 commits) https://chromium.googlesource.com/chromium/third_party/ffmpeg.git/+log/3f3ad2ea90df..b9acb5c51eea $ git log 3f3ad2ea9..b9acb5c51 --date=short --no-merges --format='%ad %ae %s' 2017-03-20 tguilbert Skip ID3v1 tags 2017-03-15 tguilbert Fix Windows build typo 2017-03-15 tguilbert Remove carriage return characters 2017-03-14 tguilbert Updating build configs for M59. 2017-02-14 weisert Fixed android arm build. 2017-03-10 tguilbert avcodec/vp8: Fix hang with slice threads 2017-03-09 tguilbert Remove upstreamed patches descriptions 2017-03-02 kagami lavc/libvpxenc: add -row-mt option 2017-03-04 michael avcodec/proresdec2: Do not discard frames with bad slices 2017-03-05 michael avcodec/x86/cavsdsp: Put MMX code under mmx check 2017-03-04 michael avcodec/movtextdec: Call mov_text_cleanup() on close 2017-03-02 nfxjfg avformat/flvdec: remove meaningless warning 2017-03-02 nfxjfg ffmpeg: remove unnecessary hack for decoders which refuse to drain 2017-03-02 nfxjfg avcodec: consider an error during decoder draining as EOF 2017-03-03 wbsecg1 avcodec/videotoolbox: set kCVPixelBufferOpenGLESCompatibilityKey for iOS 2017-03-05 onemda avformat/vivo: fix logic error in checking version in probe 2017-03-01 cehoyos lavf/matroska: Support QDMC. 2017-03-04 michael avcodec/wavpack: Fix runtime error: left shift of negative value -2 2017-03-03 michael avcodec/dcadsp: Fix 2 runtime error: signed integer overflow: -1958094138 - 1078906344 cannot be represented in type 'int' 2017-03-03 michael avcodec/wavpack: Check bitrate_acc for overflow 2017-03-03 michael avcodec/mpeg4videodec: Fix runtime error: signed integer overflow: 134527392 * 16 cannot be represented in type 'int' 2017-03-03 michael avcodec/mpeg12dec: Fix runtime error: left shift of negative value -13 2017-03-03 michael avcodec/h264_mvpred: Fix multiple runtime error: left shift of negative value 2017-03-03 michael avcodec/adxdec: Fix runtime error: left shift of negative value -1 2017-03-02 michael avcodec/mpeg4videodec: Improve the overflow checks in mpeg4_decode_sprite_trajectory() 2017-03-02 michael avcodec/vp56: Require a correctly decoded frame before using vp56_conceal_mb() 2017-03-04 lq avformat/hlsenc: move the segment files handler close to before temp flags process 2017-03-03 jamrial doc/encoders: mention valid values for compression_level when using FLAC encoder 2017-03-03 jamrial avutil/md5: stop discarding the const qualifier for the src pointer 2017-03-03 jamrial avutil/md5: fix misaligned reads 2016-12-15 michael avcodec/vp3: Do not return random positive values but the buf size 2017-03-03 jjsuwa omx: Add support for specifying H.264 profile [v5'] 2017-03-03 onemda avcodec/scpr: fix top left prediction for special case when x is 0 for keyframes 2017-03-02 nfxjfg ffmpeg: properly cleanup filter graph on init failure 2017-03-02 nfxjfg ffmpeg: delay processing of subtitles before filters are initialized 2017-02-09 timo ffmpeg_cuvid: adapt for recent filter graph initialization changes 2016-06-27 anton ffmpeg: restructure sending EOF to filters 2016-06-27 anton ffmpeg: move flushing the queued frames to configure_filtergraph() 2017-02-08 nfxjfg ffmpeg: fix printing of filter input/output names 2016-05-27 anton ffmpeg: init filtergraphs only after we have a frame on each input 2016-05-27 anton ffmpeg: do packet ts rescaling in write_packet() 2017-02-08 nfxjfg ffmpeg: make sure packets put into the muxing FIFO are refcounted 2017-03-01 cehoyos lavf/matroska: Support codec ID V_FFV1 for demuxing. 2017-03-01 michael Revert "avutil/frame: Disallow zero sized frame side data" 2017-03-01 michael avcodec/interplayvideo: Fix timeout from lack of bitstream end check 2017-03-01 michael avcodec/mpegaudiodec_template: Fix runtime error: signed integer overflow: 2053224902 + 2053224902 cannot be represented in type 'int' 2017-03-01 michael avcodec/mjpegdec: Fix runtime error: left shift of negative value -511 2017-03-01 cehoyos lavc/sheervideo: Fix Y prediction for interlaced frames with transparency. 2017-03-02 cehoyos doc: Link to "Resampler Options" in the aresample documentation. 2017-03-02 kostya.shishkov avcodec: add ClearVideo decoder 2016-11-25 sw hwcontext_vaapi: Don't abort on failing to allocate from a fixed-size pool 2017-02-24 nfxjfg avcodec/videotoolbox: set kCVPixelBufferIOSurfaceOpenGLTextureCompatibilityKey 2017-02-24 nfxjfg avcodec/videotoolbox: allow not setting the kCVPixelBufferPixelFormatTypeKey 2017-02-13 nfxjfg avformat: fix AVStream private fields marker 2017-02-13 nfxjfg avcodec, avutil, avformat: remove AVOption requirement for some fields 2017-03-02 cehoyos lavf/flacdec: Return maximum score if the streaminfo header is valid. 2017-03-01 michael avcodec/vp56: Clear dimensions in case of failure in the middle of a resolution change 2017-02-28 michael avcodec/wavpack: Check value before shift in wp_exp2() 2017-02-28 michael avcodec/ituh263dec: Use 0xffff as error code in h263p_decode_umotion() 2017-02-28 michael avcodec/h264idct_template: Fix several runtime error: signed integer overflow 2017-02-28 michael avformat/oggdec: fix leak in ogg_restore() 2017-02-28 michael avformat/oggdec: Factor free_stream out 2017-02-28 michael avformat/oggdec: remove unused parameter of ogg_restore() 2017-03-01 kernrj lavc/videotoolboxenc: fix symbol linking 2017-02-28 michael avcodec/vp8: Check for bitsteam end in decode_mb_row_no_filter() 2017-02-28 michael avcodec/h264_direct: Fix runtime error: left shift of negative value -14 2017-02-27 michael avcodec/avpacket: Check metadata key in av_packet_unpack_dictionary() 2017-03-01 cehoyos Makefile: Clean compat/atomics/pthread subdirectory. 2017-02-28 kraju avcodec/nvenc: add initial QP value options 2017-02-24 gkasi avcodec/nvenc: remove qmin and qmax constraints for vbr 2017-02-27 timo compat/cuda: fix ulong size on cygwin 2017-02-21 cehoyos Makefile: Clean compat subdirectory. 2017-02-28 cehoyos lavf/matroskadec: Fix demuxing sipr. 2017-02-23 michael MAINTAINERS: Add Rodger Combs to ffmpeg-security 2017-02-23 michael MAINTAINERS: add wm4 to ffmpeg-security 2017-02-23 michael MAINTAINERS: Make formating of ffmpeg-security entry the same as others 2017-02-25 michael avcodec/vp56: Factorize vp56_render_mb() out 2017-02-26 michael avcodec/dca: Fix multiple runtime error: signed integer overflow 2017-02-26 michael avcodec/pictordec: Check plane value before doing value/mask computations 2017-02-26 michael avcodec/mpeg4videodec: Fix runtime error: left shift of negative value -2650 2017-02-26 michael avcodec/h264idct_template: Fix multiple runtime error: signed integer overflow 2017-02-27 onemda avcodec/qdrw: check bytes per scanline for 2bpp images 2017-02-27 onemda avcodec/scpr: check if total_freq is 0 in decode0 2017-02-22 jdarnley avcodec/h264: enable sse2 chroma deblock/loop filter functions 2017-02-15 jdarnley avcodec/h264: add avx 8-bit 4:2:2 chroma h intra deblock/loop filter 2017-02-15 jdarnley avcodec/h264: add avx 8-bit 4:2:0 chroma h intra deblock/loop filter 2017-02-15 jdarnley avcodec/h264: add avx 8-bit chroma v intra deblock/loop filter 2017-02-15 jdarnley avcodec/h264: add avx 8-bit 4:2:2 chroma h deblock/loop filter 2017-02-15 jdarnley avcodec/h264: add avx 8-bit 4:2:0 chroma h deblock/loop filter 2017-02-15 jdarnley avcodec/h264: add avx 8-bit chroma v deblock/loop filter 2017-02-27 cehoyos lavc/svq3: Remove an unused function. 2017-02-27 onemda avcodec/qdrw: consume bytes when end is reached for 8bpp case 2017-02-27 onemda avcodec/qdrw: fix decoding of odd sized images for 8bpp 2017-02-27 onemda avcodec/qdrw: fix decoding odd size images for 2bpp and 4bpp 2017-02-27 onemda avcodec/qdrw: fix decoding odd size images for 16bit case 2017-02-27 cehoyos ffmpeg: Add a linebreak to an error message. 2017-02-24 thomasanderson Fix GCC build 2017-02-18 cus avdevice/decklink_dec: remove AVFMT_RAWPICTURE 2017-02-18 cus avdevice/decklink_enc: convert AVFMT_RAWPICTURE to AV_CODEC_ID_WRAPPED_AVFRAME 2017-02-18 cus avdevice/decklink_enc: add support to specify field order (...) Created with: roll-dep src/third_party/ffmpeg BUG=698865 Review-Url: https://codereview.chromium.org/2765923002 Cr-Commit-Position: refs/heads/master@{#458526} Committed: https://chromium.googlesource.com/chromium/src/+/2f746c5c4260329c7ef5a850ce1b72d78da106a6

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (10 generated)
tguilbert
PTAL, thanks!
3 years, 9 months ago (2017-03-21 19:44:24 UTC) #7
hubbe
lgtm
3 years, 9 months ago (2017-03-21 19:51:46 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2765923002/1
3 years, 9 months ago (2017-03-21 19:59:52 UTC) #11
commit-bot: I haz the power
3 years, 9 months ago (2017-03-21 20:09:46 UTC) #14
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/2f746c5c4260329c7ef5a850ce1b...

Powered by Google App Engine
This is Rietveld 408576698