Gitiles
Code Review
Sign In
review.gerrithub.io
/
BrokenROM
/
external_ffmpeg
/
HEAD
19e6141
Merge remote-tracking branch 'cm/cm-13.0' into m6.0
by InkSlinger666
· 7 years ago
m6.0
a4a2a44
ffmpeg: Enable the vectorizer
by Steve Kondik
· 7 years ago
5d36776
swscale: Disable NEW_FILTER on Android, for now.
by Steve Kondik
· 7 years ago
0ec330c
Merge branch 'release/2.8' of https://github.com/FFmpeg/FFmpeg into cm-13.0
by Steve Kondik
· 7 years ago
6b91701
avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized
by Michael Niedermayer
· 7 years ago
1290c85
rtmpcrypt: Do the xtea decryption in little endian mode
by Martin Storsjö
· 7 years ago
b70f7d2
avformat/matroskadec: Check subtitle stream before dereferencing
by Michael Niedermayer
· 7 years ago
71a3113
avcodec/pngdec: Replace assert by request for sample for unsupported TRNS cases
by Michael Niedermayer
· 7 years ago
859a6ed
avformat/utils: Do not init parser if probing is unfinished
by Michael Niedermayer
· 7 years ago
2dc1f3a
avcodec/jpeg2000dec: Fix potential integer overflow with tile dimensions
by Michael Niedermayer
· 7 years ago
9a9dda6
avcodec/jpeg2000: Use av_image_check_size() in ff_jpeg2000_init_component()
by Michael Niedermayer
· 7 years ago
b3bc052
avcodec/wmaprodec: Check for overread in decode_packet()
by Michael Niedermayer
· 7 years ago
093e582
avcodec/smacker: Check that the data size is a multiple of a sample vector
by Michael Niedermayer
· 7 years ago
948d93d
avcodec/takdec: Skip last p2 sample (which is unused)
by Michael Niedermayer
· 7 years ago
824e72d
avcodec/dxtory: Fix input size check in dxtory_decode_v1_410()
by Michael Niedermayer
· 7 years ago
c7a970a
avcodec/dxtory: Fix input size check in dxtory_decode_v1_420()
by Michael Niedermayer
· 7 years ago
6af38b2
avcodec/error_resilience: avoid accessing previous or next frames tables beyond height
by Michael Niedermayer
· 7 years ago
0ce7baa
avcodec/dpx: Move need_align to act per line
by Michael Niedermayer
· 7 years ago
7f0b589
avcodec/flashsv: Check size before updating it
by Michael Niedermayer
· 7 years ago
f64ffbb
avcodec/ivi: Check image dimensions
by Michael Niedermayer
· 7 years ago
c0748b9
avcodec/utils: Better check for channels in av_get_audio_frame_duration()
by Michael Niedermayer
· 7 years ago
dbfec68
avcodec/jpeg2000dec: Check for duplicate SIZ marker
by Michael Niedermayer
· 7 years ago
34f2d74
aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data
by Andreas Cadhalpun
· 7 years ago
22017f7
hqx: correct type and size check of info_offset
by Andreas Cadhalpun
· 7 years ago
b372ad8
mxfdec: check edit_rate also for physical_track
by Andreas Cadhalpun
· 7 years ago
bdbfc12
avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height
by Michael Niedermayer
· 7 years ago
c3a44a2
avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range
by Michael Niedermayer
· 7 years ago
d1d48d4
avcodec/jpeg2000: Check comp coords to be within the supported size
by Michael Niedermayer
· 7 years ago
6b0bc64
mpegvideo: clear overread in clear_context
by Andreas Cadhalpun
· 7 years ago
983e63b
avcodec/avrndec: Use the AVFrame format instead of the context
by Michael Niedermayer
· 7 years ago
bf2f711
dds: disable palette flag for compressed images
by Andreas Cadhalpun
· 7 years ago
ef699b4
dds: validate compressed source buffer size
by Andreas Cadhalpun
· 7 years ago
a851382
dds: validate source buffer size before copying
by Andreas Cadhalpun
· 7 years ago
df31acd
dvdsubdec: validate offset2 similar to offset1
by Andreas Cadhalpun
· 7 years ago
d09fd07
brstm: reject negative sample rate
by Andreas Cadhalpun
· 7 years ago
c3f276b
aacps: avoid division by zero in stereo_processing
by Andreas Cadhalpun
· 7 years ago
510d88a
softfloat: assert when the argument of av_sqrt_sf is negative
by Andreas Cadhalpun
· 7 years ago
c4133b2
avcodec/takdec: Use memove, avoid undefined memcpy() use
by Michael Niedermayer
· 7 years ago
5d86d58
ffmpeg: Don't use Clang's integrated assembler
by Steve Kondik
· 7 years ago
c9b3451
Update Changelog
by Michael Niedermayer
· 7 years ago
46f83b0
aacsbr_fixed: check for envelope scalefactors overflowing
by Andreas Cadhalpun
· 7 years ago
ce2664f
aacdec: don't return frames without data from aac_decode_er_frame
by Andreas Cadhalpun
· 7 years ago
8364d60
avcodec/aacsbr_fixed: Try to initialize sum[0..1] differently to fix build with VS2012
by Michael Niedermayer
· 7 years ago
21e42d9
avcodec/aacsbr: Use FLOAT_0
by Michael Niedermayer
· 7 years ago
e10c353
softfloat: handle INT_MIN correctly in av_int2sf
by Andreas Cadhalpun
· 7 years ago
72be96a
avutil/softfloat: Include negative numbers in cmp/gt tests
by Michael Niedermayer
· 7 years ago
6581e40
avutil/softfloat: Fix av_gt_sf() with large exponents try #2
by Michael Niedermayer
· 7 years ago
0f9c617
avutil/softfloat: Add test for av_gt_sf()
by Michael Niedermayer
· 7 years ago
f9998d1
avutil/softfloat: Extend the av_cmp_sf() test to cover a wider range of exponents
by Michael Niedermayer
· 7 years ago
7ad4bf4
avutil/softfloat: Fix overflows in shifts in av_cmp_sf() and av_gt_sf()
by Michael Niedermayer
· 7 years ago
43ada90
avutil/softfloat: Add test for av_cmp_sf()
by Michael Niedermayer
· 7 years ago
476ddff
avutil/common: add FFDIFFSIGN macro
by Ganesh Ajjanagadde
· 7 years ago
b533998
avutil/softfloat: Add tests for exponent underflows
by Michael Niedermayer
· 7 years ago
acd203f
avutil/softfloat: Fix exponent underflow in av_div_sf()
by Michael Niedermayer
· 7 years ago
402c4a9
avutil/softfloat: Fix exponent underflow in av_mul_sf()
by Michael Niedermayer
· 7 years ago
6e4bfbe
avutil/softfloat: Fix typo in av_mul_sf() doxy
by Michael Niedermayer
· 7 years ago
f38beb4
avutil/softfloat: Correctly set the exponent for 0.0 in av_sqrt_sf()
by Michael Niedermayer
· 7 years ago
efa9128
avutil/softfloat: FLOAT_0 should use MIN_EXP
by Michael Niedermayer
· 7 years ago
3de8521
swresample/resample: increase precision for compensation
by Michael Niedermayer
· 7 years ago
edf5e88
lavf/mov: add support for sidx fragment indexes
by Rodger Combs
· 8 years ago
8d634be
update versions for 2.8.2
by Michael Niedermayer
· 7 years ago
9a6d581
avformat/mxfenc: Only store user comment related tags when needed
by Michael Niedermayer
· 7 years ago
84f8157
tests/fate/avformat: Fix fate-lavf
by Michael Niedermayer
· 7 years ago
e5a2f5e
doc/ffmpeg: Clarify that the sdp_file option requires an rtp output.
by Simon Thelen
· 7 years ago
dac3598
ffmpeg: Don't try and write sdp info if none of the outputs had an rtp format.
by Simon Thelen
· 7 years ago
c0cd874
apng: use correct size for output buffer
by Andreas Cadhalpun
· 7 years ago
e217224
jvdec: avoid unsigned overflow in comparison
by Andreas Cadhalpun
· 7 years ago
5641905
avcodec/jpeg2000dec: Clip all tile coordinates
by Michael Niedermayer
· 7 years ago
11b4822
avcodec/microdvddec: Check for string end in 'P' case
by Michael Niedermayer
· 7 years ago
2de2959
avcodec/dirac_parser: Fix undefined memcpy() use
by Michael Niedermayer
· 7 years ago
b93a8bd
avformat/xmv: Discard remainder of packet on error
by Michael Niedermayer
· 7 years ago
2817eb5
avformat/xmv: factor return check out of if/else
by Michael Niedermayer
· 7 years ago
6e085f9
avcodec/mpeg12dec: Do not call show_bits() with invalid bits
by Michael Niedermayer
· 7 years ago
a7bbb7f
avcodec/faxcompr: Add missing runs check in decode_uncompressed()
by Michael Niedermayer
· 7 years ago
1290037
libavutil/channel_layout: Check strtol*() for failure
by Michael Niedermayer
· 7 years ago
c7174d5
avformat/mpegts: Only start probing data streams within probe_packets
by Michael Niedermayer
· 7 years ago
ff30907
avcodec/hevc_ps: Check chroma_format_idc
by Michael Niedermayer
· 7 years ago
a6ae88b
avcodec/ffv1dec: Check for 0 quant tables
by Michael Niedermayer
· 7 years ago
4567cba
avcodec/mjpegdec: Reinitialize IDCT on BPP changes
by Michael Niedermayer
· 7 years ago
fdb8842
avcodec/mjpegdec: Check index in ljpeg_decode_yuv_scan() before using it
by Michael Niedermayer
· 7 years ago
ed43fbc
ffmpeg: Don't use Clang's integrated assembler
by Steve Kondik
· 7 years ago
1c61611
Merge remote-tracking branch 'cm/cm-13.0' into m6.0
by InkSlinger666
· 7 years ago
c6c801d
avutil/file_open: avoid file handle inheritance on Windows
by Tobias Rapp
· 7 years ago
07c8715
ffmpeg: Don't build with Clang for now
by Steve Kondik
· 7 years ago
aa34146
avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet
by Michael Niedermayer
· 7 years ago
fcb8ee9
avformat/hls: update cookies on setcookie response
by Lucas de Andrade
· 7 years ago
2f5f940
opusdec: Don't run vector_fmul_scalar on zero length arrays
by Kieran Kunhya
· 7 years ago
6ac9d63
avcodec/opusdec: Fix extra samples read index
by Michael Niedermayer
· 7 years ago
81a2ad7
avcodec/ffv1: Initialize vlc_state on allocation
by Michael Niedermayer
· 7 years ago
c8a1324
avcodec/ffv1dec: update progress in case of broken pointer chains
by Michael Niedermayer
· 7 years ago
6a0e10a
avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons
by Michael Niedermayer
· 7 years ago
60d0333
ffmpeg: Install binaries to /vendor
by Steve Kondik
· 7 years ago
0a10d8c
ffmpeg: Install binaries to /vendor
by Steve Kondik
· 7 years ago
3f3e12c
rtsp: Allow $ as interleaved packet indicator before a complete response header
by Martin Storsjö
· 7 years ago
6616762
videodsp: don't overread edges in vfix3 emu_edge.
by Ronald S. Bultje
· 7 years ago
96b87d5
avformat/mp3dec: improve junk skipping heuristic
by wm4
· 7 years ago
f032927
avutil: Fix a warning when building with clang
by Steve Kondik
· 7 years ago
e0e28da
concatdec: fix file_start_time calculation regression
by Marton Balint
· 7 years ago
1a67b0f
avcodec: loongson optimize h264dsp idct and loop filter with mmi
by 周晓勇
· 7 years ago
e3fcd88
avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() too
by Michael Niedermayer
· 7 years ago
Next »