avs: check ff_set_dimensions return value
[platform/upstream/libav.git] / libavcodec /
2015-01-12 Vittorio Giovaraavs: check ff_set_dimensions return value
2015-01-12 Vittorio Giovaraansi: check ff_set_dimensions return value
2015-01-12 Vittorio Giovarasvq1enc: check ff_get_buffer return value
2015-01-12 Michael Niedermayeron2avc: Fix out of array access
2015-01-12 Vittorio Giovaralavc: fix bitshifts amount bigger than the type
2015-01-12 Martin Storsjölavc: Move the libtwolame encoder registration to the...
2015-01-12 Vittorio Giovaralibtwolame: prevent a NULL pointer dereference
2015-01-12 Luca Barbatodvdsubdec: Do not leak on failure path
2015-01-12 Vittorio Giovaraqdm2: avoid integer overflow
2015-01-12 Vittorio Giovaraaacdec: avoid an out-of-bounds write
2015-01-12 Luca Barbatocook: Make sure there is enough extradata
2015-01-12 Vittorio Giovaratiffenc: initialize return value
2015-01-12 Michael Niedermayerroqaudio: Always use the frame buffer on flush
2015-01-12 Luca Barbatohnm4: Use av_image_check_size
2015-01-12 Vittorio Giovarapng_parser: fix size of chunk_lenght
2015-01-12 Michael Niedermayeraacsbr: change order of operation to prevent out of...
2015-01-12 Michael Niedermayersvq1dec: Unbreak the scratch buffer allocation
2015-01-12 Thiago Santosvaapi: wrap codec specific functions in appropiate...
2015-01-12 Vittorio Giovarahevc: always clip luma_log2_weight_denom
2015-01-12 Luca Barbatoprores: Evaluate all the quantizers
2015-01-12 Luca Barbatotiff: Check the check_size() return value and forward it
2015-01-12 Michael Niedermayerh261dec: Fix context initialization sequence
2015-01-12 Vittorio Giovaraaacenc: correctly check returned value
2015-01-12 Alexandre Coluccixsub: Support DXSA subtitles
2015-01-12 Anton Khirnovmpeg4audio: check the init_get_bits() return value
2014-12-27 Anton Khirnovh264: restore a block mistakenly removed in e10fd08a
2014-12-20 Michael Niedermayeron2avc: check number of channels
2014-12-20 Michael Niedermayersmc: fix the bounds check
2014-12-20 Michael Niedermayergifdec: refactor interleave end handling
2014-12-20 Anton Khirnovmmvideo: check frame dimensions
2014-12-20 Anton Khirnovjvdec: check frame dimensions
2014-12-20 Anton Khirnovmjpegdec: check for pixel format changes
2014-12-19 Luca Barbatovc1: Do not assume seek happens after decoding
2014-11-27 Anton Khirnovopusdec: make sure all substreams have the same number...
2014-10-15 Vittorio Giovaraimc: fix order of operations in coefficients read
2014-10-08 Anton Khirnovhevc_mvs: make sure to always initialize the temporal...
2014-10-08 Anton Khirnovhevc_mvs: initialize the temporal MV in case of missing ref
2014-09-29 Michael Niedermayerh264: reset ret to avoid propagating minor failures
2014-09-29 Luca Barbatohevc: Initialize mergecand_list to 0
2014-09-26 Rémi Denis-Courmontmpeg12: Always invoke the get_format() callback
2014-09-26 Rémi Denis-Courmonth264: Always invoke the get_format() callback
2014-08-31 Michael Niedermayeravcodec: fix missing doxygen comment marker
2014-08-28 Vittorio Giovaraavcodec: add stream-level stereo3d side data
2014-08-27 Luca Barbatovc1: Initialize start_code_found to 0
2014-08-26 Luca Barbatovc1: Fix the skip condition
2014-08-24 Diego Biurrunmpeg12enc: Add missing #include for PICT_FRAME
2014-08-24 Diego Biurrunerror_resilience: Drop asserts from guess_mv()
2014-08-19 Diego Biurrunpcm: Drop av_unused attribute from variable that is...
2014-08-19 Diego Biurrunpcm: Drop unused variable from DECODE_PLANAR macro
2014-08-19 Diego Biurrunvc1: Add missing parentheses to conditions in vc1_decod...
2014-08-18 Christophe Gisquetproresenc: Properly account for alpha plane
2014-08-18 Christophe Gisquetproresenc: Realloc if buffer is too small
2014-08-18 Christophe Gisquetproresenc: Report buffer overflow
2014-08-18 Christophe Gisquetproresenc: Remove unneeded parameters from encode_alpha...
2014-08-18 Diego Elio Pettenòtiff: Return proper error for missing LZMA compression
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer inequality checks more...
2014-08-15 Gabriel Dumecosmetics: Write NULL pointer equality checks more...
2014-08-15 Diego Biurrunbuild: Add explanatory comments to (optimization) block...
2014-08-15 Diego Biurrunmpegvideo: cosmetics: Lowercase ugly uppercase MPV_...
2014-08-14 John Stebbinsh261dec: Fix order of initialization
2014-08-14 John Stebbinsh263dec: Fix order of initialization
2014-08-14 John Stebbinsidct: remove call to ff_idctdsp_init from ff_MPV_common...
2014-08-14 Nidhi Makhijanimpeg4video: Fix doxygen comment syntax to document...
2014-08-14 Edgar Hucekvaapi: set the scaling list correctly.
2014-08-12 Michael Niedermayerffv1dec: check that global parameters do not change...
2014-08-12 Christophe Gisquethevc_mvs: avoid deriving tmvp in amvp
2014-08-12 Christophe Gisquethevc: wait proper position for tmvp
2014-08-12 Christophe Gisquethevc: use intreadwrite
2014-08-12 Christophe Gisquethevc: derive partial merge list
2014-08-12 Christophe Gisquethevc: derive partially amvp list
2014-08-12 Christophe Gisquethevc: simplify rounding
2014-08-12 Christophe Gisquethevc: reorder loops
2014-08-10 Diego Biurrunavcodec: Postpone FF_IDCT_XVIDMMX removal until the...
2014-08-10 Anton Khirnovlavc: drop the av_fast_{re,m}alloc compatibility wrappers
2014-08-10 Diego Elio Pettenòtiff: Improve grayscale support
2014-08-09 Anton Khirnovlavc: remove obsolete and disabled avpriv functions
2014-08-09 Anton KhirnovRemove obsolete FF_API_AVFRAME_COLORSPACE cruft.
2014-08-09 Anton KhirnovBump major versions of all libraries.
2014-08-09 Anton KhirnovPostpone API-incompatible changes until the next bump.
2014-08-09 Anton Khirnovhevc_filter: avoid excessive calls to ff_hevc_get_ref_l...
2014-08-09 Anton Khirnovhevc_refs: drop the handling of negative coordinates...
2014-08-09 Anton Khirnovhevc_filter: move some conditions out of loops
2014-08-09 Anton Khirnovhevc: deobfuscate slice/tile boundary handling for DBF
2014-08-09 Anton Khirnovhevc_filter: drop more redundant checks
2014-08-09 Anton Khirnovhevc_filter: drop redundant checks
2014-08-09 Anton Khirnovhevc: calculate the dbf strength in hls_pcm_sample...
2014-08-08 Diego Biurrunavcodec: Rename xvidmmx IDCT to xvid
2014-08-08 Diego Biurrunxvididct: Ensure that the scantable permutation is...
2014-08-08 Diego Biurrunidct: cosmetics: Drop one unnecessary if-block level
2014-08-07 Diego Biurrunavcodec: Undeprecate reordered_opaque
2014-08-07 Felix Abecassish264: fix interpretation of interleved stereo modes
2014-08-06 Anton Khirnovsvq1: do not modify the input packet
2014-08-06 Anton Khirnovcdgraphics: do not return 0 from the decode function
2014-08-06 Anton Khirnovcdgraphics: switch to bytestream2
2014-08-06 Vittorio Giovarajpeg2000: enable 4 component pixel formats
2014-08-05 Michael Niedermayerhuffyuvdec: check width size for yuv422p
2014-08-05 Michael Niedermayermmvideo: check horizontal coordinate too
2014-08-05 Michael Niedermayerwmalosslessdec: fix mclms_coeffs* array size
2014-08-04 Ben Avisonvc-1: Optimise parser (with special attention to ARM)
2014-08-04 Ben Avisonvc-1: Add platform-specific start code search routine...
next