summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc/utils: fix typo for min() descriptionrelease/2.2Paul B Mahol2016-03-021-1/+1
* swscale/x86/rgb2rgb_template: Fallback to mmx in interleaveBytes() if the ali...Michael Niedermayer2015-12-151-6/+6
* swscale/x86/rgb2rgb_template: Do not crash on misaligend strideMichael Niedermayer2015-12-151-1/+4
* avcodec/ffv1dec: Clear quant_table_count if its invalidMichael Niedermayer2015-12-061-0/+1
* avcodec/ffv1dec: Print an error if the quant table count is invalidMichael Niedermayer2015-12-061-1/+3
* avcodec/ffv1dec: Check for 0 quant tablesMichael Niedermayer2015-12-061-1/+1
* doc/filters/drawtext: fix centering exampleAndrey Utkin2015-12-011-1/+1
* videodsp: don't overread edges in vfix3 emu_edge.Ronald S. Bultje2015-10-251-4/+11
* avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size checkMichael Niedermayer2015-10-091-1/+1
* avformat/oggenc: Check segments_count for headers tooMichael Niedermayer2015-10-091-4/+7
* avformat/avidec: Workaround broken initial frameMichael Niedermayer2015-10-091-1/+2
* hevc: fix wpp threading deadlock.Ronald S. Bultje2015-10-091-0/+2
* avcodec/ffv1: seperate slice_count from max_slice_countMichael Niedermayer2015-10-094-11/+16
* avcodec/mp3: fix skipping zeroswm42015-10-091-1/+3
* MAINTAINERS: Remove myself as leaderMichael Niedermayer2015-07-311-1/+0
* avformat/swfdec: Do not error out on pixel format changesMichael Niedermayer2015-07-081-4/+2
* avformat/mov: Mark avio context of decompressed atoms as seekableMichael Niedermayer2015-06-191-0/+1
* avfilter/x86/vf_hqdn3d: Fix register typesMichael Niedermayer2015-06-191-2/+2
* Update for 2.2.16n2.2.16Michael Niedermayer2015-06-172-2/+2
* avcodec/h264_slice: More complete cleanup in h264_slice_header_init()Michael Niedermayer2015-06-171-5/+11
* diracdec: check if reference could not be allocatedAndreas Cadhalpun2015-06-171-0/+6
* diracdec: avoid overflow of bytes*8 in decode_lowdelayAndreas Cadhalpun2015-06-171-1/+4
* diracdec: prevent overflow in data_unit_size checkAndreas Cadhalpun2015-06-171-2/+2
* avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k]Michael Niedermayer2015-06-171-2/+2
* matroskadec: check s->streams[k] before using itAndreas Cadhalpun2015-06-171-1/+1
* avcodec/ffv1dec: Check chroma shift parametersMichael Niedermayer2015-06-171-0/+12
* matroskadec: use uint64_t instead of int for index_scaleAndreas Cadhalpun2015-06-171-1/+1
* avcodec/wavpack: Check L/R values before use to avoid harmless integer overfl...Michael Niedermayer2015-06-171-0/+8
* nutdec: fix illegal count check in decode_main_headerAndreas Cadhalpun2015-06-171-1/+1
* nutdec: check for negative frame rate in decode_info_headerAndreas Cadhalpun2015-06-171-1/+2
* ffmpeg: remove incorrect network deinitMichael Niedermayer2015-06-171-1/+0
* OpenCL: Avoid potential buffer overflow in cmdutils_opencl.cManeesh Gupta2015-06-171-1/+3
* apedec: set s->samples only when init_frame_decoder succeededAndreas Cadhalpun2015-06-171-1/+1
* tests/fate-run: do not attempt to parse tiny_psnrs output if it failedMichael Niedermayer2015-06-171-1/+1
* lavf: Reset global flag on deinitVittorio Giovara2015-06-171-0/+1
* bink: check vst->index_entries before using itAndreas Cadhalpun2015-06-171-1/+4
* mpeg4videodec: only allow a positive lengthAndreas Cadhalpun2015-06-171-2/+2
* avformat/utils: Ensure that AVFMT_FLAG_CUSTOM_IO is set before useMichael Niedermayer2015-06-171-0/+3
* avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits()Michael Niedermayer2015-06-171-0/+2
* avcodec/put_bits: Assert that there is enough space left in skip_put_bytes()Michael Niedermayer2015-06-171-0/+1
* avcodec/mpegvideo_enc: Update the buffer size as more slices are mergedMichael Niedermayer2015-06-171-0/+2
* avcodec/put_bits: Update size_in_bits in set_put_bits_buffer_size()Michael Niedermayer2015-06-171-0/+1
* nutdec: abort if EOF is reached in decode_info_header/read_sm_dataAndreas Cadhalpun2015-06-171-4/+12
* nutdec: stop skipping bytes at EOFAndreas Cadhalpun2015-06-171-3/+18
* nutdec: fix infinite resync loopsAndreas Cadhalpun2015-06-172-1/+5
* avformat/nutdec: Check X in 2nd branch of index readingMichael Niedermayer2015-06-171-0/+4
* avformat/nutdec: Fix recovery when immedeately after seeking a failure happensMichael Niedermayer2015-06-171-0/+1
* avformat/nutdec: Return error on EOF from get_str()Michael Niedermayer2015-06-171-0/+2
* avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k valuesMichael Niedermayer2015-06-171-2/+10
* avcodec/hevc: Fix typo in num_entry_point_offsets checkMichael Niedermayer2015-06-171-1/+1