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

Issue 2850032: ffmpeg update to june 23 version which fixes mp4 crash on still frames with 3... (Closed)

Created:
10 years, 6 months ago by fbarchard
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

ffmpeg update to june 23 version which fixes mp4 crash on still frames with 3 threads removed vp3 patch, which allows layout tests to pass, but causes small some artifacts on seeks. BUG=47325 TEST=media_bench --video-threads=3 --fast2 --stream=video still2.mp4 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50919

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3221 lines, -1506 lines) Patch
M README.chromium View 4 chunks +8 lines, -16 lines 0 comments Download
M libswscale.tar.gz View 3 chunks +673 lines, -719 lines 0 comments Download
M patches/to_upstream/01_static_pthread_O2.patch View 4 chunks +7 lines, -7 lines 0 comments Download
M patches/to_upstream/02_mov_dref_looping.patch View 1 chunk +2 lines, -2 lines 0 comments Download
M patches/to_upstream/03_mpeg4_video_to_elementary_stream.patch View 5 chunks +10 lines, -10 lines 0 comments Download
M patches/to_upstream/04_vc1_bsfs.patch View 4 chunks +7 lines, -7 lines 0 comments Download
M patches/to_upstream/05_respect_flac_dirac_configure.patch View 3 chunks +7 lines, -7 lines 0 comments Download
M patches/to_upstream/06_remove_decode_on_config_no_svq3.patch View 1 chunk +2 lines, -2 lines 0 comments Download
A patches/to_upstream/11_mkv_buffer_overflow.patch View 1 chunk +134 lines, -0 lines 0 comments Download
D patches/to_upstream/12_vp3_key_frame_after_flush.patch View 1 chunk +0 lines, -65 lines 0 comments Download
D patches/to_upstream/15_mkv_buffer_overflow.patch View 1 chunk +0 lines, -134 lines 0 comments Download
M patches/ugly/07_get_bits_overrun.patch View 1 chunk +2 lines, -2 lines 0 comments Download
M patches/ugly/08_enforce_theora_oob.patch View 1 chunk +2 lines, -2 lines 0 comments Download
M patches/ugly/09_enforce_vorbis_oob_divzero.patch View 1 chunk +2 lines, -2 lines 0 comments Download
M patches/ugly/10_aac_oob_read.patch View 3 chunks +5 lines, -5 lines 0 comments Download
M source/patched-ffmpeg-mt/Changelog View 1 chunk +2 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/configure View 14 chunks +22 lines, -30 lines 0 comments Download
M source/patched-ffmpeg-mt/doc/fftools-common-opts.texi View 2 chunks +9 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/doc/general.texi View 1 chunk +1 line, -1 line 0 comments Download
M source/patched-ffmpeg-mt/ffmpeg.c View 5 chunks +8 lines, -4 lines 0 comments Download
M source/patched-ffmpeg-mt/ffserver.c View 1 chunk +6 lines, -2 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/Makefile View 4 chunks +3 lines, -2 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/aacdec.c View 6 chunks +13 lines, -3 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/aacsbr.c View 12 chunks +26 lines, -9 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/allcodecs.c View 2 chunks +1 line, -1 line 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/avcodec.h View 1 chunk +1 line, -1 line 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/dca.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/dvbsubdec.c View 9 chunks +65 lines, -2 lines 0 comments Download
A source/patched-ffmpeg-mt/libavcodec/dxva2_mpeg2.c View 1 chunk +274 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/h264.c View 1 chunk +3 lines, -0 lines 0 comments Download
D source/patched-ffmpeg-mt/libavcodec/libfaad.c View 1 chunk +0 lines, -333 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/libvorbis.c View 1 chunk +1 line, -1 line 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/mpeg4audio.c View 1 chunk +8 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/mpegaudio.h View 2 chunks +4 lines, -1 line 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/mpegaudiodec.c View 5 chunks +65 lines, -25 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/nellymoserdec.c View 1 chunk +11 lines, -14 lines 0 comments Download
A source/patched-ffmpeg-mt/libavcodec/ps.h View 1 chunk +79 lines, -0 lines 0 comments Download
A source/patched-ffmpeg-mt/libavcodec/ps.c View 1 chunk +1037 lines, -0 lines 0 comments Download
A source/patched-ffmpeg-mt/libavcodec/ps_tablegen.h View 1 chunk +221 lines, -0 lines 0 comments Download
A source/patched-ffmpeg-mt/libavcodec/ps_tablegen.c View 1 chunk +93 lines, -0 lines 0 comments Download
A source/patched-ffmpeg-mt/libavcodec/psdata.c View 1 chunk +163 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/raw.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/sbr.h View 3 chunks +3 lines, -1 line 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/svq3.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/patched-ffmpeg-mt/libavcodec/vp3.c View 7 chunks +1 line, -12 lines 0 comments Download
M source/patched-ffmpeg-mt/libavfilter/vsrc_buffer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavfilter/vsrc_buffer.c View 1 chunk +2 lines, -1 line 0 comments Download
M source/patched-ffmpeg-mt/libavformat/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M source/patched-ffmpeg-mt/libavformat/avformat.h View 1 chunk +0 lines, -2 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/http.h View 1 chunk +3 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/http.c View 4 chunks +2 lines, -3 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/internal.h View 1 chunk +2 lines, -1 line 0 comments Download
M source/patched-ffmpeg-mt/libavformat/isom.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/matroskadec.c View 2 chunks +3 lines, -3 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/mmst.c View 4 chunks +4 lines, -4 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/movenc.c View 1 chunk +2 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/oma.c View 6 chunks +24 lines, -25 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/output-example.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/raw.c View 2 chunks +8 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/rtmpproto.c View 1 chunk +1 line, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/rtpenc.h View 1 chunk +6 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/rtpenc.c View 1 chunk +6 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/rtsp.h View 1 chunk +1 line, -1 line 0 comments Download
M source/patched-ffmpeg-mt/libavformat/rtsp.c View 7 chunks +19 lines, -22 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/spdif.c View 1 chunk +7 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavformat/udp.c View 1 chunk +1 line, -1 line 0 comments Download
M source/patched-ffmpeg-mt/libavformat/utils.c View 2 chunks +32 lines, -2 lines 0 comments Download
M source/patched-ffmpeg-mt/libavutil/eval.c View 8 chunks +49 lines, -5 lines 0 comments Download
M source/patched-ffmpeg-mt/libavutil/internal.h View 2 chunks +30 lines, -0 lines 0 comments Download
M source/patched-ffmpeg-mt/libavutil/log.c View 2 chunks +2 lines, -2 lines 0 comments Download
M source/patched-ffmpeg-mt/libavutil/mem.h View 1 chunk +1 line, -1 line 0 comments Download
M source/patched-ffmpeg-mt/mt-work/todo.txt View 1 chunk +6 lines, -2 lines 0 comments Download
M source/patched-ffmpeg-mt/tests/codec-regression.sh View 1 chunk +3 lines, -3 lines 0 comments Download
M source/patched-ffmpeg-mt/tests/ref/fate/vc1 View 1 chunk +14 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
fbarchard
updates to ffmpeg and swscaler to june23 version ffmpeg is to fix crash on mp4 ...
10 years, 6 months ago (2010-06-26 01:29:45 UTC) #1
scherkus (not reviewing)
10 years, 5 months ago (2010-06-28 19:09:19 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698