[SCM] Libav/FFmpeg packaging annotated tag, upstream/0.8.11, created. upstream/0.8.11

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Mar 15 02:14:14 UTC 2014


The annotated tag, upstream/0.8.11 has been created
        at  10103672af886fed564d606108cda8aba34ff7e5 (tag)
   tagging  d4a3180e704bde13925cbf3c1f23b27142272cdc (commit)
  replaces  upstream/0.8.10
 tagged by  Reinhard Tartler
        on  Sat Mar 15 02:12:07 2014 +0000

- Shortlog ------------------------------------------------------------
Upstream version 0.8.11

Anton Khirnov (13):
      mxfdec: set audio timebase to 1/samplerate
      h264_cavlc: check the size of the intra PCM data.
      segafilm: fix leaks if reading the header fails
      h264: check that an IDR NAL only contains I slices
      h264: reset num_reorder_frames if it is invalid
      mathematics: remove asserts from av_rescale_rnd()
      oggparseogm: check timing variables
      lavf: make av_probe_input_buffer more robust
      rpza: limit the number of blocks to the total remaining blocks in the frame
      shorten: pad the internal bitstream buffer
      truemotion1: check the header size
      lagarith: avoid infinite loop in lag_rac_refill()
      lagarith: reallocate rgb_planes when needed

Ben Jackson (1):
      pthread: Avoid spurious wakeups

Derek Buitenhuis (1):
      pthread: Fix deadlock during thread initialization

Diego Biurrun (1):
      configure: Support preprocessor macros as header names

Janne Grunau (2):
      arm: hpeldsp: prevent overreads in armv6 asm
      arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6

Justin Ruggles (2):
      avutil: use align == 0 for default alignment in audio sample buffer functions
      samplefmt: avoid integer overflow in av_samples_get_buffer_size()

Luca Barbato (8):
      twinvq: Cope with gcc-4.8.2 miscompilation
      get_bits: change the failure condition in init_get_bits
      avi: directly resync on DV in AVI read failure
      avi: DV in AVI must be considered single stream
      cavs: Check for negative cbp
      h264: Fix a typo from the previous commit
      drawtext: Drop pointless header
      configure: Update freetype check to follow upstream

Martin Storsjö (63):
      arm: Don't clobber callee saved registers in scalarproduct
      dsicin: Add some basic sanity checks for fields read from the file
      smacker: Don't return packets in unallocated streams
      smacker: Avoid integer overflow when allocating packets
      smacker: Make sure we don't fill in huffman codes out of range
      shorten: Use a checked bytestream reader for the wave header
      shorten: Break out of loop looking for fmt chunk if none is found
      ape: Don't allow the seektable to be omitted
      mpc8: Check the seek table size parsed from the bitstream
      mpc8: Make sure the first stream exists before parsing the seek table
      omadec: Properly check lengths before incrementing the position
      sierravmd: Do sanity checking of frame sizes
      cavsdec: Make sure a sequence header has been decoded before decoding pictures
      vp3: Check the framerate for validity
      svq3: Check for any negative return value from ff_h264_check_intra_pred_mode
      mace: Make sure that the channel count is set to a valid value
      matroskadec: Verify realaudio codec parameters
      rv34: Check the return value from ff_rv34_decode_init
      oggparseogm: Convert to use bytestream2
      ivi_common: Make sure color planes have been initialized
      mpeg4videodec: Check the width/height in mpeg4_decode_sprite_trajectory
      eacmv: Make sure a reference frame exists before referencing it
      truemotion2: Use av_freep properly in an error path
      ffv1: Make sure at least one slice context is initialized
      xmv: Add more sanity checks for parameters read from the bitstream
      rv10: Validate the dimensions set from the container
      idroqdec: Make sure a video stream has been allocated before returning packets
      asv1: Verify the amount of extradata
      mpegaudiodec: Validate that the number of channels fits at the given offset
      qpeg: Add checks for running out of rows in qpeg_decode_inter
      segafilm: Validate the number of audio channels
      wtv: Add more sanity checks for a length read from the file
      rl2: Avoid a division by zero
      dca: Validate the lfe parameter
      wnv1: Make sure the input packet is large enough
      vc1dec: Fix leaks in ff_vc1_decode_init_alloc_tables on errors
      vc1dec: Undo mpegvideo initialization if unable to allocate tables
      vqf: Make sure sample_rate is set to a valid value
      vqf: Make sure the bitrate is in the valid range
      avidec: Make sure a packet is large enough before reading its data
      xwma: Avoid division by zero
      mvi: Add sanity checking for the audio frame size
      riffdec: Add sanity checks for the sample rate
      electronicarts: Add more sanity checking for the number of channels
      bfi: Avoid divisions by zero
      bfi: Add some very basic sanity checks for input packet sizes
      mov: Make sure the read sample count is nonnegative
      pngdec: Stop trying to decode once inflate returns Z_STREAM_END
      pcx: Consume the whole packet if giving up due to missing palette
      xan: Use bytestream2 to limit reading to within the buffer
      xan: Only read within the data that actually was initialized
      xxan: Disallow odd width
      rpza: Fix a buffer size check
      pcx: Check the packet size before assuming it fits a palette
      asfdec: Check the return value of asf_read_stream_properties
      twinvqdec: Check the ibps parameter separately
      rmdec: Validate the fps value
      svq3: Avoid a division by zero
      fraps: Make the input buffer size checks more strict
      r3d: Add more input value validation
      vc1dec: Make sure last_picture is initialized in vc1_decode_skip_blocks
      mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0
      mov: Free an earlier allocated array if allocating a new one

Michael Niedermayer (8):
      qdm2: check array index before use, fix out of array accesses
      roqvideodec: check dimensions validity
      zmbvdec: Check the buffer size for uncompressed data
      vc1dec: Don't decode slices when the latest slice header failed to decode
      vqavideo: check chunk sizes before reading chunks
      dsputil/pngdsp: fix signed/unsigned type in end comparison
      flashsv: Check diff_start diff_height values
      vc1: Always reset numref when parsing a new frame header.

Reinhard Tartler (6):
      alsdec: check block length
      Prepare for 0.8.10 Release
      Updated Changelog for 0.8.10
      Prepare for 0.8.11 Release
      Update Changelog for 0.8.11
      Imported Upstream version 0.8.11

Ronald S. Bultje (1):
      lagarith: pad RGB buffer by 1 byte.

Sean McGovern (1):
      Changelog for 0.8.10

Vittorio Giovara (1):
      h264: Lower bound check for slice offsets

-----------------------------------------------------------------------

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list