summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* alsdec: validate time diff indexn2.5.6Andreas Cadhalpun2015-04-191-0/+8
* avcodec/alsdec: Use av_mallocz_array() for chan_data to ensure the arrays nev...Michael Niedermayer2015-04-181-2/+2
* alsdec: ensure channel reordering is reversibleAndreas Cadhalpun2015-04-181-1/+5
* Update or 2.5.6Michael Niedermayer2015-04-173-2/+24
* avcodec/atrac3plusdsp: fix on stack alignmentMichael Niedermayer2015-04-171-2/+2
* ac3: validate end in ff_ac3_bit_alloc_calc_maskAndreas Cadhalpun2015-04-171-0/+3
* aacpsy: avoid psy_band->threshold becoming NaNAndreas Cadhalpun2015-04-171-1/+4
* aasc: return correct buffer size from aasc_decode_frameAndreas Cadhalpun2015-04-171-1/+1
* aacdec: consistently use avctx for logging in decode_eld_specific_configAndreas Cadhalpun2015-04-171-1/+1
* msrledec: use signed pixel_ptr in msrle_decode_pal4Andreas Cadhalpun2015-04-171-1/+1
* swresample/swresample-test: Randomly wipe out channel countsMichael Niedermayer2015-04-171-0/+5
* swresample: Check channel layouts and channels against each other and print h...Michael Niedermayer2015-04-171-3/+12
* swresample: Allow reinitialization without ever setting channel layoutsMichael Niedermayer2015-04-174-8/+13
* swresample: Allow reinitialization without ever setting channel countsMichael Niedermayer2015-04-173-6/+14
* avcodec/h264: Do not fail with randomly truncated VUIsMichael Niedermayer2015-04-174-7/+13
* avcodec/h264_ps: Move truncation check from VUI to SPSMichael Niedermayer2015-04-171-6/+6
* avcodec/h264: Be more tolerant to changing pps id between slicesMichael Niedermayer2015-04-171-3/+4
* avcodec/aacdec: Fix storing state before PCE decodeMichael Niedermayer2015-04-171-1/+1
* avcodec/h264: reset the counts in the correct contextMichael Niedermayer2015-04-171-1/+1
* avcodec/h264_slice: Dont reset mb_aff_frame per sliceMichael Niedermayer2015-04-171-3/+7
* avcodec/h264: finish previous slices before switching to single thread modeMichael Niedermayer2015-04-171-0/+6
* avcodec/h264: Fix race between slices where one overwrites data from the nextMichael Niedermayer2015-04-172-5/+39
* avformat/utils: avoid discarded streams in av_find_default_stream_index()Michael Niedermayer2015-04-171-0/+3
* ffmpeg: Fix extradata allocationMichael Niedermayer2015-04-171-4/+6
* avcodec/h264_refs: Do not set reference to things which dont existMichael Niedermayer2015-04-171-1/+1
* avcodec/h264: Fail for invalid mixed IDR / non IDR frames in slice threading ...Michael Niedermayer2015-04-171-1/+7
* h264: avoid unnecessary calls to get_formatRainer Hochecker2015-04-171-1/+2
* avutil/pca: Check for av_malloc* failuresMichael Niedermayer2015-04-171-0/+8
* avcodec/msrledec: restructure msrle_decode_pal4() based on the line number in...Michael Niedermayer2015-04-171-14/+11
* doc: add aarch64 cpuflags to fftools documentationJames Almer2015-04-111-0/+6
* doc: add missing arm cpuflags to fftools documentationJames Almer2015-04-111-0/+1
* doc: add missing x86 cpuflags to fftools documentationJames Almer2015-04-111-0/+4
* avutil/cpu: add missing check for mmxext to av_force_cpu_flagsJames Almer2015-03-281-0/+1
* avcodec/hevc_ps: Check cropping parameters more correctlyn2.5.5Michael Niedermayer2015-03-211-1/+2
* hevc: make the crop sizes unsignedAnton Khirnov2015-03-211-4/+4
* Update ChangelogJames Almer2015-03-211-0/+4
* vp9: make above buffer pointer 32-byte aligned.Ronald S. Bultje2015-03-211-1/+1
* Update for 2.5.5Michael Niedermayer2015-03-213-2/+59
* avcodec/dnxhddec: Check that the frame is interlaced before using cur_fieldMichael Niedermayer2015-03-211-1/+1
* avformat/mov: Disallow ".." in dref unless use_absolute_path is setMichael Niedermayer2015-03-211-0/+3
* avformat/mov: Check for string truncation in mov_open_dref()Michael Niedermayer2015-03-211-1/+3
* avformat/mov: Use sizeof(filename) instead of a literal numberMichael Niedermayer2015-03-211-2/+2
* eac3dec: fix scalingChristophe Gisquet2015-03-211-0/+2
* ac3_fixed: fix computation of spx_noise_blendChristophe Gisquet2015-03-211-1/+1
* ac3_fixed: fix out-of-bound readChristophe Gisquet2015-03-211-1/+1
* ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContextAndreas Cadhalpun2015-03-215-9/+14
* avcodec/012v: redesign main loopMichael Niedermayer2015-03-211-43/+39
* avcodec/012v: Check dimensions more completelyMichael Niedermayer2015-03-211-2/+2
* asfenc: fix leaking asf->index_ptr on errorAndreas Cadhalpun2015-03-211-0/+1
* roqvideoenc: set enc->avctx in roq_encode_initAndreas Cadhalpun2015-03-211-0/+2