platform/upstream/libav.git
2013-01-05 Luca Barbatomp3: properly forward mp_decode_frame errors
2013-01-04 Anton Khirnovmpeg12: do not decode extradata more than once.
2013-01-04 Kostya Shishkovindeo3: when freeing buffers, set pointers referencing...
2013-01-04 Kostya Shishkovindeo3: ensure that decoded cell data is in 7-bit range...
2013-01-04 Anton Khirnovavconv: fix copying per-stream metadata.
2013-01-04 Anton Khirnovid3v2: fix reading unsynchronized frames.
2013-01-04 Janne Grunauh264: Fix parameters to ff_er_add_slice() call
2013-01-03 Diego Biurrunbuild: fix 'clean' target
2013-01-03 Diego Biurrunbuild: Add 'check' target to run all compile and test...
2013-01-03 Diego BiurrunIgnore generated aviocat tool.
2013-01-02 Anton Khirnovavconv: only apply presets when we have an encoder.
2013-01-02 Justin Rugglesflacenc: ensure the order is within the min/max range...
2013-01-02 Luca Barbatoyuv4mpeg: reject unsupported codecs
2013-01-02 Sami Pietilavp8: reset loopfilter delta values at keyframes.
2013-01-02 Luca Barbatovp56: release frames on error
2013-01-02 Luca Barbatovp56: make parse_header return standard error codes
2013-01-02 Anton Khirnovivi_common: check that scan pattern is set before using it.
2013-01-02 Reinhard TartlerPrepare for 0.8.5 Release
2012-11-11 Diego Biurrunx86: Require an assembler able to cope with AVX instruc...
2012-10-23 Mans Rullgardsvq3: replace unsafe pointer casting with intreadwrite...
2012-10-22 Reinhard TartlerUpdate Changelog for the 0.8.4 Release v0.8.4
2012-10-22 Anton Khirnovlavc: remove stats_out from the options table.
2012-10-19 Reinhard TartlerPrepare for 0.8.4 Release
2012-10-19 Alex Conversetiffenc: Check av_malloc() results.
2012-10-19 Luca Barbatompegaudiodec: fix short_start calculation
2012-10-19 Jindřich Makovičkah264: avoid stuck buffer pointer in decode_nal_units
2012-10-19 Anton Khirnovvf_pad/scale: use double precision for aspect ratios.
2012-10-19 Anton Khirnovyuv4mpeg: return proper error codes.
2012-10-18 Franz Braußesmacker audio: sign-extend the initial 16-bit predicted...
2012-10-18 Anton Khirnovvf_pad: don't give up its own reference to the output...
2012-10-18 Justin Ruggleslibvorbis: use VBR by default, with default quality...
2012-10-18 Justin Ruggleslibvorbis: fix use of minrate/maxrate AVOptions
2012-10-18 Ronald S. Bultjeh264: fix deadlocks on incomplete reference frame decoding.
2012-10-18 Anton Khirnovcmdutils: avoid setting data pointers to invalid values...
2012-10-18 Anton Khirnovavidec: return 0, not packet size from read_packet().
2012-10-18 Sean McGovernwmapro: prevent division by zero when sample rate is...
2012-10-17 Michael Niedermayervc1dec: check that coded slice positions and interlacin...
2012-10-17 Thilo Borgmannalsdec: fix number of decoded samples in first sub...
2012-10-17 Mans Rullgardalsdec: remove dead assignments
2012-10-17 Thilo Borgmannalsdec: Fix out of ltp_gain_values read.
2012-10-17 Michael Niedermayeralsdec: Check that quantized parcor coeffs are within...
2012-10-17 Michael Niedermayeralsdec: Check k used for rice decoder.
2012-10-16 Anton Khirnovwav: do not fail on empty INFO tags
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...
next