e45e77e081
version 2.8.14: - avcodec/vp8: Check for bitstream end before vp7_fade_frame() - avcodec/exr: Check remaining bits in last get code loop - avutil/common: Fix integer overflow in av_clip_uint8_c() and av_clip_uint16_c() - avcodec/h264_cabac: Tighten allowed coeff_abs range - avcodec/h264_cavlc: Set valid qscale value in ff_h264_decode_mb_cavlc() - avcodec/vp3: Error out on invalid num_coeffs in unpack_vlcs() - avcodec/mpeg4videodec: Ignore multiple VOL headers - avcodec/vp3: Check eob_run - avcodec/huffyuvdec: Check input buffer size - avcodec/wavpack: Fix integer overflow in FFABS - avcodec/aacsbr_fixed: Fix overflows in rounding in sbr_hf_assemble() - changelog: update with previous commit - x264: Support version 153 - avcodec/indeo5: Do not leave frame_type set to an invalid value - avcodec/hevc_ps: Check log2_sao_offset_scale_* - avcodec/mpeg4videodec: Avoid possibly aliasing violating casts - avcodec/get_bits: Document the return code of get_vlc2() - avcodec/mpeg4videodec: Check mb_num also against 0 - avfilter/vf_transpose: Fix used plane count. - avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_level_remaining_decode() - avcodec/mjpegdec: Fix integer overflow in DC dequantization - avcodec/hevc_cabac: Move prefix check in coeff_abs_level_remaining_decode() down - avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK() - avcodec/snowdec: Fix integer overflow before htaps check - avcodec/ulti: Check number of blocks at init - avcodec/ac3dec_fixed: Fix integer overflow in scale_coefs() - avformat/lrcdec: Fix memory leak in lrc_read_header() - avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_parse_tracks() - configure: bump year - avcodec/arm/sbrdsp_neon: Use a free register instead of putting 2 things in one - avcodec/h264addpx_template: Fixes integer overflows - avcodec/dirac_dwt: Fix overflows in COMPOSE_HAARiH0/COMPOSE_HAARiL0 - avcodec/diracdec: Fix integer overflow with quant - avcodec/opus_parser: Check payload_len in parse_opus_ts_header() - avcodec/jpeg2000dsp: Fix integer overflows in ict_int() - avcodec/h264_slice: Do not attempt to render into frames already output - avcodec/exr: Check buf_size more completely - avcodec/flacdec: Fix overflow in multiplication in decode_subframe_fixed() - avcodec/hevcdsp_template: Fix Invalid shifts in put_hevc_qpel_bi_w_h() and put_hevc_qpel_bi_w_w() - avcodec/flacdec: avoid undefined shift - avcodec/hevcdsp_template.c: Fix undefined shift in FUNC(dequant) - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0() and COMPOSE_DD137iL0() - avcodec/hevc_cabac: Fix integer overflow in ff_hevc_cu_qp_delta_abs() - avcodec/hevc_sei: Fix integer overflows in decode_nal_sei_message() - avcodec/hevcdsp_template: Fix undefined shift in put_hevc_qpel_bi_w_hv() - libavfilter/af_dcshift.c: Fixed repeated spelling error - avfilter/formats: fix wrong function name in error message - avcodec/amrwbdec: Fix division by 0 in voice_factor() - avcodec/dirac_dwt: Fix integer overflows in COMPOSE_DAUB97* - avcodec/vorbis: Fix another 1 << 31 > int32_t::max() with 1u. - Don't manipulate duration when it's AV_NOPTS_VALUE. - avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead. - avformat/utils: Prevent undefined shift with wrap_bits > 64. - avcodec/j2kenc: Fix out of array access in encode_cblk() - avcodec/hevcdsp_template: Fix undefined shift in put_hevc_epel_bi_w_h() - avcodec/mlpdsp: Fix signed integer overflow, 2nd try - avcodec/kgv1dec: Check that there is enough input for maximum RLE compression - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi* - avcodec/mpeg4videodec: Check also for negative versions in the validity check - Close ogg stream upon error when using AV_EF_EXPLODE. - Fix undefined shift on assumed 8-bit input. - avformat/mov: Propagate errors in mov_switch_root. - avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v() - avcodec/mlpdsp: Fix undefined shift ff_mlp_pack_output() - avcodec/zmbv: Check that the buffer is large enough for mvec - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD137iL0() - avcodec/wmv2dec: Check end of bitstream in parse_mb_skip() and ff_wmv2_decode_mb() - avcodec/snowdec: Check for remaining bitstream in decode_blocks() - avcodec/snowdec: Check intra block dc differences. - avformat/mov: Check size of STSC allocation - avcodec/h264dec: Fix potential array overread - avcodec/x86/mpegvideodsp: Fix signedness bug in need_emu - avcodec/aacdec_fixed: Fix undefined shift - avcodec/mdct_*: Fix integer overflow in addition in RESCALE() - avcodec/snowdec: Fix integer overflow in header parsing - avcodec/cngdec: Fix integer clipping - avcodec/sbrdsp_fixed: Fix integer overflow in shift in sbr_hf_g_filt_c() - avutil/softfloat: Add FLOAT_MIN - avcodec/aacsbr_fixed: Fix division by zero in sbr_gain_calc() - avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add() - avcodec/xan: Check for bitstream end in xan_huffman_decode() - avformat: Free the internal codec context at the end - avcodec/xan: Improve overlapping check - avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed() - avcodec/aacdec_fixed: Fix integer overflow in predict() - avcodec/jpeglsdec: Check for end of bitstream in ls_decode_line() - avcodec/jpeglsdec: Check ilv for being a supported value - avcodec/snowdec: Check mv_scale - avcodec/pafvideo: Check for bitstream end in decode_0() - avcodec/ffv1dec: Fix out of array read in slice counting - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_53iL0() - avcodec/mpeg_er: Clear mcsel in mpeg_er_decode_mb() - avcodec/mpeg4videodec: Use 64 bit intermediates for sprite delta - avcodec/truemotion2: Fix integer overflows in tm2_high_chroma() - avcodec/aacdec_template: Clear tns present flag on error - avcodec/proresdec2: SKIP_BITS() does not work with len=32 - avcodec/hevcdsp_template: Fix undefined shift - avcodec/jpeg2000: Check that codsty->log2_prec_widths/heights has been initialized - avcodec/takdec: Fix integer overflow in decode_lpc() - avcodec/proresdec2: Check bits in DECODE_CODEWORD(), fixes invalid shift - avcodec/takdec: Fix integer overflows in decode_subframe() - avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*() - avcodec/ffv1dec: Fix integer overflow in read_quant_table() - avcodec/svq3: Fix overflow in svq3_add_idct_c() - avcodec/pngdec: Clean up on av_frame_ref() failure - avcodec/jpeg2000dsp: Fix multiple integer overflows in ict_int() - avcodec/hevcdsp_template: Fix undefined shift in put_hevc_pel_bi_w_pixels - avcodec/diracdec: Fix overflow in DC computation - avformat/asfdec: Fix DoS in asf_build_simple_index() - avformat/mov: Fix DoS in read_tfra() - avcodec/dirac_dwt: Fix multiple overflows in 9/7 lifting - avformat/libssh: check the user provided a password before trying to use it |
||
---|---|---|
.. | ||
acidrip | ||
adobe-flash-player | ||
adobe-flash-plugin11 | ||
alevt | ||
audiocd-kio | ||
avidemux | ||
bitstream | ||
bsdav | ||
ccxstream | ||
cfourcc | ||
clutter-gst | ||
deforaos-player | ||
dirac | ||
divxplayer | ||
dragon | ||
dumpmpeg | ||
dvb-apps | ||
dvd-slideshow | ||
dvdauthor | ||
dvdbackup | ||
dvdrip | ||
dvdstyler | ||
dvdview | ||
farsight2 | ||
ffmpeg1 | ||
ffmpeg2 | ||
ffmpeg2theora | ||
ffmpeg3 | ||
ffmpeg010 | ||
ffmpegthumbnailer | ||
ffmpegthumbs | ||
ffplay1 | ||
ffplay2 | ||
ffplay3 | ||
flashplayer | ||
flvstreamer | ||
fuppes | ||
fxtv | ||
gecko-mediaplayer | ||
ggrab | ||
gmediaserver | ||
gmencoder | ||
gmp-api | ||
gmplayer | ||
gnash | ||
gnome-media | ||
gnome-mplayer | ||
goggles | ||
gopchop | ||
gpac | ||
gst-plugins0.10-bad | ||
gst-plugins0.10-base | ||
gst-plugins0.10-dvdread | ||
gst-plugins0.10-ffmpeg | ||
gst-plugins0.10-gnonlin | ||
gst-plugins0.10-good | ||
gst-plugins0.10-hal | ||
gst-plugins0.10-mpeg2dec | ||
gst-plugins0.10-ogg | ||
gst-plugins0.10-resindvd | ||
gst-plugins0.10-theora | ||
gst-plugins0.10-ugly | ||
gst-plugins0.10-v4l2 | ||
gst-plugins0.10-vp8 | ||
gst-plugins0.10-x264 | ||
gst-plugins0.10-xvid | ||
gst-plugins1-bad | ||
gst-plugins1-base | ||
gst-plugins1-dvdread | ||
gst-plugins1-egl-gl | ||
gst-plugins1-egl-opengl | ||
gst-plugins1-good | ||
gst-plugins1-libav | ||
gst-plugins1-mpeg2dec | ||
gst-plugins1-ogg | ||
gst-plugins1-omx | ||
gst-plugins1-resindvd | ||
gst-plugins1-theora | ||
gst-plugins1-ugly | ||
gst-plugins1-v4l2 | ||
gst-plugins1-vpx | ||
gst-plugins1-x264 | ||
gst123 | ||
gstreamer0.10 | ||
gstreamer1 | ||
gtranscode | ||
gxine | ||
handbrake | ||
harvid | ||
hwdecode-demos | ||
intel-vaapi-driver | ||
juk | ||
kaffeine | ||
kdenlive | ||
kmix | ||
kmplayer | ||
kodi | ||
kscd | ||
libaacs | ||
libass | ||
libassetml | ||
libbdplus | ||
libbluray | ||
libdv | ||
libdv-tools | ||
libdvbcsa | ||
libdvbpsi | ||
libdvbpsi0 | ||
libdvdcss | ||
libdvdnav | ||
libdvdplay | ||
libdvdread | ||
libflash | ||
libflashsupport | ||
libhdhomerun | ||
libkate | ||
libkcddb | ||
libkcompactdisc | ||
libmatroska | ||
libmediainfo | ||
libmp4v2 | ||
libmpeg2 | ||
libmpeg3 | ||
libnms | ||
libogg | ||
liboggz | ||
libquicktime | ||
libtheora | ||
libtheora-docs | ||
libva | ||
libva-driver-vdpau | ||
libvdpau | ||
libvpx | ||
livestreamer | ||
lsdvd | ||
mate-media | ||
mediainfo | ||
mediatomb | ||
mencoder | ||
ming | ||
minidlna | ||
mjpegtools | ||
mkv2mp4 | ||
mkvtoolnix | ||
mkvtoolnix-old | ||
mlt | ||
mp4v2 | ||
mpeg-lib | ||
mpeg_encode | ||
mpeg_play | ||
mplayer | ||
mplayer-plugin | ||
mplayer-share | ||
mplayerthumbs | ||
mpv | ||
ogle | ||
ogle_gui | ||
ogmtools | ||
omxplayer | ||
openquicktime | ||
p5-GStreamer | ||
p5-xmltv | ||
phonon | ||
phonon-backend-gstreamer | ||
phonon-backend-gstreamer-shared | ||
phonon-backend-vlc | ||
phonon-qt5 | ||
phonon-qt5-backend-gstreamer | ||
phonon-qt5-backend-vlc | ||
php-ming | ||
pitivi | ||
pspvc | ||
py-enzyme | ||
py-gstreamer0.10 | ||
py-gstreamer1 | ||
py-m3u8 | ||
py-ming | ||
py-mpegdash | ||
regionset | ||
replex | ||
ruby-gnome2-clutter-gstreamer | ||
ruby-gnome2-gstreamer | ||
ruby-ming | ||
schroedinger | ||
sickbeard | ||
smpeg | ||
smpeg2 | ||
ssr | ||
streamlink | ||
subtitleeditor | ||
swfdec | ||
swfdec-gnome | ||
swfdec-mozilla | ||
totem | ||
totem-browser-plugin | ||
totem-nautilus | ||
totem-pl-parser | ||
transcode | ||
tstools | ||
tvtime | ||
ushare | ||
vlc | ||
vlc20 | ||
win32-codecs | ||
x264-devel | ||
x265 | ||
xanim | ||
xawtv | ||
xfce4-mpc-plugin | ||
xfce4-thunar-media-tags | ||
xine-lib | ||
xine-ui | ||
xine-v4l | ||
xine-v4l2 | ||
xvid4conf | ||
xvidcore | ||
Makefile |