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

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Jun 28 15:04:54 UTC 2014


The annotated tag, upstream/10.2 has been created
        at  b67b5123fe01379279d46be80707fb4ff77b7eee (tag)
   tagging  63abc6f59968411ecb6d9fbaaf9c748a6025d08b (commit)
  replaces  upstream/10.1
 tagged by  Reinhard Tartler
        on  Fri Jun 27 21:59:58 2014 -0400

- Shortlog ------------------------------------------------------------
Upstream version 10.2

Anton Khirnov (53):
      mpeg4videodec: split initializing static tables into a separate function
      mpeg4video_parser: init mpeg4 static tables.
      h264/mpegvideo: do not provide pixel formats for hwaccels that are not compiled in
      rv30: fix extradata size check.
      eacmv: check the framerate before setting it.
      gifdec: return meaningful error codes.
      gifdec: check that the image dimensions are non-zero
      gifdec: convert to bytestream2
      lzw: switch to bytestream2
      pmpdec: check that there is at least one audio packet.
      pcx: round up in bits->bytes conversion in a buffer size check
      truemotion1: make sure index does not go out of bounds
      avidec: fix a memleak in the dv init code.
      motionpixels: clip VLC codes.
      matroskadec: pad EBML_BIN data.
      alsa-audio-dec: explicitly cast the delay to a signed int64
      audio_mix: fix channel order in mix_1_to_2_fltp_flt_c
      lavf: simplify handling of offset in av_probe_input_buffer()
      lavf: use a fixed width type
      lavf: make av_probe_input_buffer more robust
      cavsdec: check ff_get_buffer() return value
      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
      rpza: limit the number of blocks to the total remaining blocks in the frame
      Add missing header to fix compilation after d2a0654
      shorten: pad the internal bitstream buffer
      truemotion1: check the header size
      lagarith: reallocate rgb_planes when needed
      h264: check buffer size before accessing it
      h264_refs: make sure not to write over the bounds of the default ref list
      h264: reset data_partitioning if decoding the slice header for NAL_DPA fails
      h264: do not use 422 functions for monochrome
      h264: check that execute_decode_slices() is not called too many times
      h264: reject mismatching luma/chroma bit depths during sps parsing
      h264: limit allowed pred modes in ff_h264_check_intra_pred_mode() to 3
      h264: reset first_field if frame_start() fails for missing refs
      h264: reset ref count if decoding the slice header fails
      h264: reset data partitioning at the beginning of each decode call
      mpegvideo: set reference/pict_type on generated reference frames
      adx: check that the offset is not negative
      sgidec: fix buffer size check in expand_rle_row()
      af_channelmap: fix ONE_STR mapping mode
      resample: fix avresample_get_delay() return value
      lavr: allocate the resampling buffer with a positive size
      Revert "pthread: flush all threads on flush, not just the first one"
      h264: reset next_output_pic earlier in start_frame()
      matroska: add the Opus mapping
      avconv: make -shortest work with streamcopy
      avpacket: fix copying side data in av_packet_copy_props()

Aurelien Jacobs (1):
      matroskadec: use correct compression parameters for current track CodecPrivate

Baptiste Coudurier (1):
      movdec: handle 0x7fff langcode as macintosh per the specs

Ben Jackson (1):
      pthread: Avoid spurious wakeups

Derek Buitenhuis (2):
      pthread: Fix deadlock during thread initialization
      nut: Fix unchecked allocations

Diego Biurrun (4):
      x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponents
      configure: Add missing dependency of Snow decoder on videodsp
      configure: Support preprocessor macros as header names
      pthread: flush all threads on flush, not just the first one

Janne Grunau (3):
      arm: hpeldsp: prevent overreads in armv6 asm
      arm: hpeldsp: fix put_pixels8_y2_{,no_rnd_}armv6
      mpeg12: check scantable indices in all decode_block functions

Johan Andersson (1):
      cmdutils: update copyright year to 2014.

John Stebbins (2):
      matroskaenc: allow override of "writing application" tag
      movenc: allow override of "writing application" tag

Justin Ruggles (6):
      lavr: check that current_buffer is not NULL before using it
      samplefmt: avoid integer overflow in av_samples_get_buffer_size()
      bytestream: add bytestream2_copy_buffer() functions
      tiffdec: use bytestream2 to simplify overread/overwrite protection
      Check if an mp3 header is using a reserved sample rate.
      Check mp3 header before calling avpriv_mpegaudio_decode_header().

Keiji Costantini (1):
      ituh263: reject b-frame with pp_time = 0

Kostya Shishkov (1):
      vc1: Reset numref if fieldmode is not set

Luca Barbato (24):
      mpegvideo: Drop a faulty assert
      avio: Use AVERROR_PROTOCOL_NOT_FOUND
      ffv1: Assume bitdepth 0 means 8bit
      indeo4: Check the block size if reusing the band configuration
      indeo4: Check the inherited quant_mat
      prores: Reject negative run and level values
      avi: properly fail if the dv demuxer is missing
      shorten: Extend fixed_coeffs to properly support pred_order 0
      avi: directly resync on DV in AVI read failure
      prores: Add a codepath for decoding errors
      prores: Error out only on surely incomplete ac_coeffs
      vmnc: K&R formatting cosmetics
      vmnc: Port to bytestream2
      vmnc: Check the cursor dimensions
      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
      avfilter: Add missing emms_c when needed
      configure: Use the right pkgconf file for openjpeg
      configure: Support older version of openjpeg1
      swscale: Fix an undefined behaviour
      lzo: Handle integer overflow

Mark Himsley (1):
      isom: lpcm in mov default to big endian

Martin Storsjö (11):
      arm: Don't clobber callee saved registers in scalarproduct
      sdp: Check that fmt->oformat is non-null before accessing it
      mov: Don't allocate arrays with av_malloc that will be realloced
      mov: Free intermediate arrays in the normal cleanup function
      mov: Free an earlier allocated array if allocating a new one
      doc: Point to the correct, actually maintained gas-preprocessor repo
      rtmpproto: Make sure to pass on the error code if read_connect failed
      aarch64: Use the correct syntax for relocations
      oggenc: Set the right AVOption size for the pref_duration option
      adpcm: Avoid reading out of bounds in the IMA QT trellis encoder
      adpcm: Write the proper predictor in trellis mode in IMA QT

Michael Niedermayer (10):
      ac3dec: fix outptr increment.
      omadec: check GEOB sizes against buffer size
      omadec: Fix wrong number of array elements
      dsputil/pngdsp: fix signed/unsigned type in end comparison
      flashsv: Check diff_start diff_height values
      h263: Check init_get_bits return value
      vc1: Always reset numref when parsing a new frame header.
      qt-faststart: Check offset_count before reading from the moov_atom buffer
      avi: Improve non-interleaved detection
      mp3enc: Properly write bitrate value in XING header

Nicolas George (1):
      oggdec: add support for Opus in Ogg demuxing

Paul B Mahol (1):
      bytestream: add functions for accessing size of buffer

Pierre Lejeune (1):
      build: Use pkg-config for openjpeg

Rafaël Carré (2):
      apedec: do not buffer decoded samples over AVPackets
      update Changelog

Reinhard Tartler (13):
      alsdec: check block length
      Prepare for 9.11 RELEASE
      Update Changelog for 9.11
      Prepare for 9.12 RELEASE
      configure: enable PIC on s390(x)
      Update Changelog for 9.12
      Prepare for 9.13 Release
      Update Changelog for v9.13
      Imported Upstream version 9.13
      Merge branch 'upstream.experimental' into upstream
      Update Changelog for v10.2
      Prepare for 10.2 Release
      Imported Upstream version 10.2

Thierry Fauck (1):
      ppc: Fix compilation for ppc64le (ELFv2)

Tim Walker (1):
      shorten: Fix out-of-array read

Vittorio Giovara (2):
      h264: Lower bound check for slice offsets
      jpeg2000: fix dereferencing invalid pointers during cleanup

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list