platform/upstream/libav.git
2012-10-14 Michael Niedermayercavsdec: check for changing w/h.
2012-10-14 Michael Niedermayerindeo4: update AVCodecContext width/height on size...
2012-10-14 Anton Khirnovavidec: use actually read size instead of requested...
2012-10-14 Michael Niedermayerwmaprodec: check num_vec_coeffs for validity
2012-10-14 Michael Niedermayerlagarith: check count before writing zeros.
2012-10-14 Anton Khirnovindeo3: fix out of cell write.
2012-10-14 Michael Niedermayerindeo5: check tile size in decode_mb_info().
2012-10-14 Janne Grunauindeo5: prevent null pointer dereference on broken...
2012-10-14 Michael Niedermayerindeo5dec: Make sure we have had a valid gop header.
2012-10-14 Anton Khirnovindeo4/5: check empty tile size in decode_mb_info().
2012-10-14 Anton Khirnovivi_common: make ff_ivi_process_empty_tile() static.
2012-10-14 Kostya Shishkovindeo: check for invalid motion vectors
2012-10-14 Kostya Shishkovindeo: clear allocated band buffers
2012-10-14 Kostya Shishkovindeo: track tile macroblock size
2012-10-14 Kostya Shishkovfactor out common decoding code for Indeo 4 and Indeo 5
2012-10-14 Kostya Shishkovindeo: check custom Huffman tables for errors
2012-10-14 Anton Khirnovdfa: improve boundary checks in decode_dds1()
2012-10-14 Kostya Shishkovdfa: use more meaningful return codes
2012-10-14 Kostya Shishkovdfa: add some checks to ensure that decoder won't write...
2012-10-14 Paul B Maholdfa: convert to bytestream2 API
2012-10-14 Anton Khirnovdfa: check that the caller set width/height properly.
2012-10-14 Michael Niedermayeravsdec: Set dimensions instead of relying on the demuxer.
2012-10-14 Justin Rugglesac3dec: ensure get_buffer() gets a buffer for the corre...
2012-10-06 Martin Storsjösnow: Check mallocs at init
2012-10-06 Alex Conversevorbis: Validate that the floor 1 X values contain...
2012-10-06 Justin Rugglesvorbisenc: check all allocations for failure
2012-10-06 Kostya Shishkovindeo3: validate new frame size before resetting decoder
2012-10-06 Mina Nagy Zakilavfi: avfilter_merge_formats: handle case where inputs...
2012-10-06 Janne Grunaurv34: error out on size changes with frame threading
2012-10-06 Janne Grunaurv34: Handle only complete frames in frame-mt.
2012-09-29 Janne Grunaurv34: use AVERROR return values in ff_rv34_decode_frame()
2012-09-29 Martin Storsjövlc/rl: Add ff_ prefix to the nonstatic symbols
2012-09-29 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2012-09-28 Michael Niedermayeralsdec: check opt_order.
2012-09-28 Justin Rugglesgolomb: check remaining bits during unary decoding...
2012-09-28 Anton Khirnovlavf: don't segfault when a NULL filename is passed...
2012-09-28 Michael Niedermayermpegvideo: Don't use ff_mspel_motion() for vc1
2012-09-28 Janne Grunauimgconvert: avoid undefined left shift in avcodec_find_...
2012-09-28 Max Lazaroveval: fix swapping of lt() and lte()
2012-09-28 Janne Grunaunuv: check RTjpeg header for validity
2012-09-28 Janne GrunauRevert "nuv: check per-frame header for validity."
2012-09-28 Anton Khirnovbmpdec: only initialize palette for pal8.
2012-09-28 Reimar Döffingersipr: fall back to setting mode based on bit_rate.
2012-09-28 Kostya Shishkovvc1dec: add flush function for WMV9 and VC-1 decoders
2012-09-28 Reimar Döffingeravconv: fix parsing of -force_key_frames option.
2012-06-26 Anton Khirnovavconv: fix -force_key_frames
2012-06-10 Mans Rullgardmov: set AVCodecContext.width/height for h264
2012-06-10 Mans Rullgardh264: allow cropping to AVCodecContext.width/height
2012-06-08 Ronald S. Bultjecmdutils: update copyright year to 2012. v0.8.3
2012-06-03 Reinhard TartlerUpdate Changelog for the 0.8.3 Release
2012-06-03 Reinhard TartlerPrepare for 0.8.3 Release
2012-06-03 Ronald S. Bultjeea: check chunk_size for validity.
2012-06-03 Ronald S. Bultjepng: check bit depth for PAL8/Y400A pixel formats.
2012-06-02 Ronald S. Bultjeqdm2: clip array indices returned by qdm2_get_vlc().
2012-05-23 Michael Niedermayertqi: Pass errors from the MB decoder
2012-05-22 Alexander Strangeh264: Add check for invalid chroma_format_idc
2012-05-22 Michael Niedermayerh263dec: Disallow width/height changing with frame...
2012-05-04 Reinhard TartlerUpdate Changelog for the 0.8.2 Release v0.8.2
2012-05-04 Reinhard TartlerPrepare for 0.8.2 Release
2012-05-04 Mans Rullgardvqavideo: return error if image size is not a multiple...
2012-05-04 Alex Conversecelp filters: Do not read earlier than the start of...
2012-05-04 Alex Conversemotionpixels: Clip YUV values after applying a gradient.
2012-05-04 Ronald S. Bultjejpeg: handle progressive in second field of interlaced.
2012-05-04 Ronald S. Bultjeh263: more strictly forbid frame size changes with...
2012-05-04 Ronald S. Bultjeh264: additional protection against unsupported size...
2012-05-04 Ronald S. Bultjetta: prevents overflows for 32bit integers in header.
2012-05-04 Paul B Maholttadec: CRC checking
2012-05-04 Paul B Maholtta: use skip_bits_long()
2012-04-29 Michael Niedermayerapedec: check bits <= 32.
2012-04-29 Ronald S. Bultjetruemotion: forbid invalid VLC bitsizes and token values.
2012-04-29 Ronald S. Bultjemov: don't overwrite existing indexes.
2012-04-29 Ronald S. Bultjetruemotion2: handle out-of-frame motion vectors through...
2012-04-29 Ronald S. Bultjelzw: prevent buffer overreads.
2012-04-29 Ronald S. Bultjetruemotion2: convert packet header reading to bytestream2.
2012-04-29 Ronald S. Bultjelagarith: fix buffer overreads.
2012-04-29 Ronald S. Bultjeraw: forward avpicture_fill() error code in raw_decode().
2012-04-29 Mashiat Sarker... vc1: Do not read from array if index is invalid.
2012-04-29 Ronald S. Bultjeutvideo: port header reading to bytestream2.
2012-04-29 Paul B Maholbytestream: add more unchecked variants for bytestream2 API
2012-04-29 Aneesh Dograbytestream: K&R formatting cosmetics
2012-04-29 Aneesh Dograbytestream: Add bytestream2 writing API.
2012-04-29 Alex Converseaac: Reset PS parameters on header decode failure.
2012-04-29 Alex Conversemov: Do not read past the end of the ctts_data table.
2012-04-29 Alex Conversexwma: Validate channels and bits_per_coded_sample.
2012-04-29 Ronald S. Bultjeasf: reset side data elements on packet copy.
2012-04-29 Ronald S. Bultjevqa: check palette chunk size before reading data.
2012-04-29 Paul B Maholvqavideo: port to bytestream2 API
2012-04-29 Ronald S. Bultjewmavoice: fix stack overread.
2012-04-29 Ronald S. Bultjeindeo4: fix out-of-bounds function call.
2012-04-29 Reinhard TartlerRead preset files with suffix .avpreset
2012-04-29 Ronald S. Bultjemimic: don't use self as reference, and report completi...
2012-04-29 Ronald S. Bultjempeg4: report frame decoding completion at ff_MPV_frame...
2012-04-01 Anton Khirnovid3v2: fix skipping extended header in id3v2.4
2012-03-15 Reinhard TartlerUpdate Changelog for the 0.8.1 Release v0.8.1
2012-03-14 Kostya Shishkovdca: include libavutil/mathematics.h for possibly missi...
2012-03-14 Ronald S. Bultjedca: don't use av_clip_uintp2().
2012-03-14 Michael Niedermayersnow: check reference frame indices.
2012-03-14 Michael Niedermayersnow: reject unsupported chroma shifts.
2012-03-14 Ronald S. Bultjexa_adpcm: limit filter to prevent xa_adpcm_table[]...
2012-03-14 Ronald S. Bultjeh264: increase reference poc list from 16 to 32.
next