aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* eval: add gcd()Michael Niedermayer2011-10-081-1/+3
* eval:add hypot()Michael Niedermayer2011-10-081-1/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-085-12/+6
|\
| * mpegps: Use av_get_packet() instead of poorly emulating it.Alex Converse2011-10-071-8/+1
| * motionpixels: decode only the 111 complete frames for fateJanne Grunau2011-10-072-2/+1
| * mpc8: Check out of bound bands limitLaurent Aimar2011-10-071-0/+2
| * xan: Prevent NULL dereference with missing paletteLaurent Aimar2011-10-071-0/+5
| * xan: Check for out of bound reads in xan_huffman_decode()Laurent Aimar2011-10-071-1/+4
| * xan: Fixed out of bound accesses in xan_unpack()Laurent Aimar2011-10-071-5/+13
| * motionpixels: Prevent calling init_vlc() with invalid parametersLaurent Aimar2011-10-071-0/+2
| * shorten: Fix out of bound writes in fix_bitshift()Laurent Aimar2011-10-071-1/+1
| * dsicinav: Check for out of bounds writesLaurent Aimar2011-10-071-0/+2
| * tiertexseqv: Check for out of bound readsLaurent Aimar2011-10-071-14/+51
| * quickdraw: Check for out of bound readsLaurent Aimar2011-10-071-0/+12
| * dsicinav: Check for out of bounds readsLaurent Aimar2011-10-071-0/+2
| * motionpixels: Fix the size of workspace buffersLaurent Aimar2011-10-071-2/+4
| * motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp...Laurent Aimar2011-10-072-1/+2
| * wmavoice: Check for corrupted extra dataLaurent Aimar2011-10-071-0/+8
| * wmavoice: Check for out of bound writesLaurent Aimar2011-10-071-0/+2
| * xan: Prevent NULL dereferences with missing reference frameLaurent Aimar2011-10-071-0/+2
| * bink: Prevent NULL dereferences with missing reference frameLaurent Aimar2011-10-071-3/+5
| * wavpack: Reset internal state on corrupted blocksLaurent Aimar2011-10-071-10/+13
| * wmapro: Validate the number of audio channels before using itLaurent Aimar2011-10-071-12/+12
| * mpc8: Fix return value on EOFLaurent Aimar2011-10-071-1/+1
| * shorten: Prevent block size from increasingLaurent Aimar2011-10-071-2/+8
| * xan: Prevent out of bound accessesLaurent Aimar2011-10-071-5/+20
| * H264: Only wait before triggering ff_thread_setup_complete() until the next s...Michael Niedermayer2011-10-071-1/+5
* | eval: add random()Michael Niedermayer2011-10-081-1/+10
* | eval: make variables persistent so they can be used between evaluations.Michael Niedermayer2011-10-081-1/+5
* | H264: set colorspace and full range to values indicating unspecified by defaultMichael Niedermayer2011-10-082-1/+3
* | bintext: reset x and y pos after each frame decode.Clément Bœsch2011-10-071-0/+1
* | return error code if error happensMaksym Veremeyenko2011-10-071-2/+4
* | Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer2011-10-071-5/+37
|\ \
| * | libstagefright: start decode_thread() only after decode_frame() is called at ...Mohamed Naufal2011-10-071-2/+10
| * | libstagefright: mark the dummy frame as keyframe.Mohamed Naufal2011-10-071-0/+1
| * | libstagefright: limit the output queue sizeMohamed Naufal2011-10-071-1/+20
| * | libstagefright: return EOS if CustomSource::read() is called after decode_thr...Mohamed Naufal2011-10-071-0/+2
| * | libstagefright: set the correct frame sizeMohamed Naufal2011-10-071-2/+4
* | | swresample/rematrix: show matrix with debug log levelMichael Niedermayer2011-10-071-2/+2
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-077-15/+54
|\ \ \ | | |/ | |/|
| * | vp6: Reset the internal state when aborting key frames header parsingLaurent Aimar2011-10-071-1/+4
| * | vp56: Release old pictures after a resolution changesLaurent Aimar2011-10-071-0/+13
| * | vp6: Check for huffman tree build errorsLaurent Aimar2011-10-074-11/+18
| * | vp56: Check for missing reference frame dataLaurent Aimar2011-10-071-0/+2
| * | cinepak: Fix invalid read access on extra dataLaurent Aimar2011-10-061-1/+2
| * | vmd: fix segfaults on corruped streamsLaurent Aimar2011-10-061-24/+80
| * | cook: Fix js_vlc_bits value validation for joint stereoLaurent Aimar2011-10-061-2/+3
| * | segafilm: Check for memory allocation failures in segafilm demuxer.Laurent Aimar2011-10-061-0/+4
| * | segafilm: Fix potential division by 0 on corrupted streams in the demuxerLaurent Aimar2011-10-061-5/+8
| * | Fixed segfault on corrupted sega streams in the demuxer.Laurent Aimar2011-10-061-1/+3