OSDN Git Service

android-x86/external-ffmpeg.git
2015-04-22 Michael Niedermayeravcodec/options_table: remove extradata_size from the...
2015-04-22 Andreas Cadhalpunffmdec: limit the backward seek to the last resync...
2015-04-22 Andreas Cadhalpunffmdec: fix infinite loop at EOF
2015-04-22 Andreas Cadhalpunavformat/rm: limit packet size
2015-04-22 Andreas Cadhalpunavcodec/webp: validate the distance prefix code
2015-04-22 Andreas Cadhalpunavcodec/rv10: check size of s->mb_width * s->mb_height
2015-04-22 Federico Tomassettimdec: check for out of bounds read
2015-04-22 Vittorio Giovaraaic: Fix decoding files with odd dimensions
2015-04-22 Michael Niedermayeravcodec/tiff: move bpp check to after "end:"
2015-04-22 Michael Niedermayeravcodec/utils: Align YUV411 by as much as the other...
2015-04-22 Andreas Cadhalpunwebp: ensure that each transform is only used once
2015-02-28 Andreas Cadhalpunavformat/flvenc: check that the codec_tag fits in the...
2015-02-27 Michael Niedermayerswscale/utils: clear formatConvBuffer on allocation
2015-02-26 Michael Niedermayeravcodec/mjpegdec: Skip blocks which are outside the...
2015-02-26 Andreas Cadhalpunavformat/bit: only accept the g729 codec and 1 channel
2015-02-26 Andreas Cadhalpunavformat/bit: check that pkt->size is 10 in write_packet
2015-02-26 Andreas Cadhalpunavformat/adxdec: check avctx->channels for invalid...
2015-02-26 Dyami CaliriFix buffer_size argument to init_put_bits() in multiple...
2015-02-26 James Cowgillmips/acelp_filters: fix incorrect register constraint
2015-02-25 Michael Niedermayeravcodec/hevc_ps: Sanity checks for some log2_* values
2015-02-25 Michael Niedermayeravcodec/zmbv: Check len before reading in decode_frame()
2015-02-25 Michael Niedermayeravcodec/h264: Only reinit quant tables if a new PPS...
2015-02-25 Michael Niedermayeravcodec/snowdec: Fix ref value check
2015-02-25 Michael Niedermayerswscale/utils: More carefully merge and clear coefficie...
2015-02-23 Andreas Cadhalpunavcodec/a64multienc: fix use of uninitialized values...
2015-02-23 Michael Niedermayeravcodec/a64multienc: don't set incorrect packet size
2015-02-23 Andreas Cadhalpunavcodec/a64multienc: use av_frame_ref instead of copyin...
2015-02-21 Michael Niedermayeravcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()
2015-02-21 Anton Khirnovh264: initialize H264Context.avctx in init_thread_copy
2015-02-20 Michael Niedermayeravformat/omadec: Use 64bit for ret to avoid overflow
2015-02-20 Michael Niedermayeravformat/vqf: Use 64bit for ret to avoid overflow
2015-02-20 Michael Niedermayeravformat/mvdec: Use 64bit for ret to avoid overflow
2015-02-20 Michael Niedermayeravformat/gxf: Use 64bit for res to avoid overflow
2015-02-20 Michael Niedermayeravformat/idcin: Use 64bit for ret to avoid overflow
2015-02-07 Michael Niedermayeravcodec/h264_slice: ignore SAR changes in slices after...
2015-02-07 Michael Niedermayeravcodec/h264_slice: Check picture structure before...
2015-02-07 Michael Niedermayeravcodec/h264_slice: Do not change frame_num after the...
2015-02-06 Michael Niedermayeravcodec/h264: Be more strict on rejecting pps/sps changes
2015-02-06 Michael Niedermayeravcodec/h264_ps: More completely check the bit depths
2015-02-05 Michael Niedermayeravformat/thp: Check av_get_packet() for failure not...
2015-02-04 Michael Niedermayerswscale/utils: Limit filter shifting so as not to read...
2015-02-04 Michael Niedermayeravcodec/mjpegdec: Check escape sequence validity
2015-02-04 Michael Niedermayeravcodec/mjpegdec: Check number of components for JPEG-LS
2015-02-04 Michael Niedermayeravformat/mpc8: Use uint64_t in *_get_v() to avoid undef...
2015-02-04 wm4avformat/mpc8: fix broken pointer math
2015-02-03 wm4avformat/mpc8: fix hang with fuzzed file
2015-02-03 wm4avformat/tta: fix crash with corrupted files
2015-02-01 Michael Niedermayeravcodec/mpegvideo_enc: Fix number suffixes in rc_buffer...
2015-02-01 Michael Niedermayeravcodec/h264_cabac: use int instead of long for mbb_xy
2015-02-01 Michael Niedermayeravformat/omadec: fix number suffix
2015-02-01 Michael Niedermayeravformat/smacker: Fix number suffix
2015-02-01 Michael Niedermayeravformat/matroskadec: Fix number suffixes
2015-02-01 Michael Niedermayerswresample/dither: Cleanup number suffixes
2015-02-01 Michael Niedermayeravformat/utils: Fix number suffixes in tb_unreliable()
2015-01-17 Michael Niedermayeravformat/rmdec: Check for overflow in ff_rm_read_mdpr_c...
2015-01-17 Vittorio Giovaraswscale: check memory allocations
2015-01-17 Michael Niedermayeravcodec/flac_parser: fix handling EOF if no headers...
2015-01-08 Michael Niedermayerffmpeg: Clear error message array at init.
2015-01-08 wm4avcodec/dvdsubdec: fix accessing dangling pointers
2015-01-08 wm4avcodec/dvdsubdec: error on bitmaps with size 0
2015-01-06 Johan Anderssoncmdutils: update copyright year to 2015.
2015-01-06 Michael Niedermayeravformat/mov: Fix mixed declaration and statement warning
2015-01-06 Michael Niedermayeravformat/utils: Clear pointer in ff_alloc_extradata...
2015-01-06 Michael Niedermayeravformat/matroskadec: Use av_freep() to avoid leaving...
2015-01-06 Paul B Mahollavfi: check av_strdup() return value
2015-01-06 Dale Curtismov: Fix negative size calculation in mov_read_default().
2015-01-06 Michael Niedermayeravformat/mov: fix integer overflow in mov_read_udta_str...
2015-01-06 Dale Curtismov: Avoid overflow with mov_metadata_raw()
2015-01-05 wm4avcodec/dvdsubdec: fix out of bounds accesses
2015-01-05 Michael Niedermayeravfilter/vf_sab: fix filtering tiny images
2015-01-01 Michael Niedermayeravformat/flvdec: Increase string array size
2015-01-01 Michael Niedermayeravformat/flvdec: do not inject dts=0 metadata packets...
2014-12-31 Michael Niedermayeravformat/cdxl: Fix integer overflow of image_size
2014-12-30 Michael NiedermayerUpdate for 2.1.7
2014-12-30 Stefano Sabatinilavf/segment: remove duplicated and inconsistent cleanu...
2014-12-30 Michael Niedermayeravformat/mov: Fix memleaks for duplicate STCO/CO64...
2014-12-30 Anton Khirnovmmvideo: check frame dimensions
2014-12-30 Anton Khirnovjvdec: check frame dimensions
2014-12-30 Michael Niedermayeravcodec/indeo3: ensure offsets are non negative
2014-12-30 Michael Niedermayeravcodec/h264: Check *log2_weight_denom
2014-12-30 Michael Niedermayeravcodec/hevc_ps: Check diff_cu_qp_delta_depth
2014-12-30 Michael Niedermayeravcodec/h264: Clear delayed_pic on deallocation
2014-12-30 Michael Niedermayeravcodec/hevc: clear filter_slice_edges() on allocation
2014-12-30 Michael Niedermayeravcodec/indeo3: use signed variables to avoid underflow
2014-12-30 Michael Niedermayeravcodec/h264: make the first field of H264Context an...
2014-12-30 Michael Niedermayerswscale: increase yuv2rgb table headroom
2014-12-30 Michael Niedermayeravformat/mov: check atom nesting depth
2014-12-30 Michael Niedermayeravcodec/utvideodec: Fix handling of slice_height=0
2014-12-30 Michael Niedermayeravcodec/vmdvideo: Check len before using it in method 3
2014-12-30 Michael Niedermayerconfigure: create the tests directory like the doc...
2014-12-30 wm4lavu/frame: fix malloc error path in av_frame_copy_props()
2014-12-30 Michael Niedermayeravformat/aviobuf: Check that avio_seek() target is...
2014-12-30 Rob Sykesswresample/soxr_resample: fix error handling
2014-12-30 wm4avformat/matroskadec: fix handling of recursive SeekHea...
2014-12-30 Michael Niedermayerswscale/x86/rgb2rgb_template: fix crash with tiny size...
2014-12-30 Michael Niedermayeravformat/rmdec: Check codec_data_size
2014-12-30 Michael Niedermayeravcodec/motion_est: use 2x8x8 for interlaced qpel
2014-12-30 Michael Stypafix Makefile objects for pulseaudio support
2014-12-19 Clément Bœschavformat/rsd: make tag_buf string larger
2014-11-28 Michael NiedermayerUpdate for 2.1.6
next