aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Add dot_product function for use by the G.723.1 decoderMohamed Naufal Basheer2011-09-292-0/+23
* Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de...Mohamed Naufal Basheer2011-09-295-6/+10
* Check for unsupported parameters in ff_j2k_dwt_init()Laurent Aimar2011-09-291-0/+2
* Check for out of bound reads in jpeg 2000 decoder.Laurent Aimar2011-09-291-3/+6
* Prevent calling init_vlc() with invalid parameters in motionpixels decoder.Laurent Aimar2011-09-291-0/+2
* Prevent NULL dereference when the palette is missing in the xan decoder.Laurent Aimar2011-09-291-0/+3
* Fixed out of bound accesses in xan_unpack() of the xan decoder.Laurent Aimar2011-09-291-5/+13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-295-5/+73
|\
| * ARM: NEON optimised vector_fmac_scalar()Mans Rullgard2011-09-282-0/+51
| * dca: use vector_fmac_scalar from dsputilMans Rullgard2011-09-281-5/+2
| * dsputil: add vector_fmac_scalar()Mans Rullgard2011-09-282-0/+20
* | h264: fix FIXME and use list_count in ff_h264_fill_mbaff_ref_list()Michael Niedermayer2011-09-281-1/+1
* | h264: More correct ref_count check in decode_slice_header()Michael Niedermayer2011-09-281-5/+6
* | Use "JPEG 2000" as long name for j2k.Carl Eugen Hoyos2011-09-282-0/+2
* | libvpxenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-2/+2
* | bitstream: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-281-2/+2
* | libx264: remove check_default_settings()Michael Niedermayer2011-09-281-25/+0
* | j2kdec: use correct printf format.Nicolas George2011-09-281-1/+1
* | j2kenc: Fix pointer<->integer casts.Michael Niedermayer2011-09-281-3/+3
* | h264: dont set key_frame when the frame is not a real keyframe.Michael Niedermayer2011-09-281-2/+2
* | Check for out of bound reads in the flic decoder.Laurent Aimar2011-09-281-15/+29
* | Prevent out of bound accesses in the xan decoder.Laurent Aimar2011-09-281-5/+20
* | Check for invalid/corrupted bitstream in sun raster decoder.Laurent Aimar2011-09-281-7/+9
* | Prevent NULL dereferences when missing the reference frame in the xan decoder.Laurent Aimar2011-09-281-0/+2
* | Check for out of bounds reads in sun rasterfile decoder.Laurent Aimar2011-09-281-1/+13
* | Check for corrupted extra data in wmavoice decoder.Laurent Aimar2011-09-281-0/+8
* | Check for out of bound writes in the wmavoice decoder.Laurent Aimar2011-09-281-0/+2
* | Prevent NULL dereferences when missing the reference frame in the bink decoder.Laurent Aimar2011-09-271-3/+5
* | j2kenc: Fix use of value before its initialized.Michael Niedermayer2011-09-271-1/+1
* | j2kenc: only list pixel formats that fully work currently.Michael Niedermayer2011-09-271-3/+3
* | j2kenc: fix colors on yuv444Michael Niedermayer2011-09-271-1/+5
* | j2kenc: enable 4:2:0 YUV it works as "well" as the other subsampled yuv formatsMichael Niedermayer2011-09-271-0/+1
* | build system: enable j2kencMichael Niedermayer2011-09-272-2/+2
* | j2kenc: fix coded_frame and prevent null pointer dereference.Michael Niedermayer2011-09-271-8/+9
* | j2kenc: Update ff_j2k_init_component() argumentsMichael Niedermayer2011-09-271-1/+1
* | j2kenc: fix arguments for ff_j2k_getnbctxno()Michael Niedermayer2011-09-271-3/+5
* | j2kenc: mark as experimental.Michael Niedermayer2011-09-271-2/+1
* | j2kenc: s/CODEC_TYPE_VIDEO/AVMEDIA_TYPE_VIDEO/Michael Niedermayer2011-09-271-1/+1
* | j2kenc: update codec name to modern ffmpegMichael Niedermayer2011-09-271-1/+1
* | j2kenc: cleanup() is not used outside thus it is staticMichael Niedermayer2011-09-271-1/+1
* | j2kenc: update function name.Michael Niedermayer2011-09-271-1/+1
* | Check for out of bound writes when building tree in bink decoder.Laurent Aimar2011-09-271-1/+1
* | Check for various out of bound writes in the bink decoder.Laurent Aimar2011-09-271-4/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-274-89/+138
|\|
| * ws_snd: misc cosmetic clean-upsJustin Ruggles2011-09-261-14/+11
| * ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.Justin Ruggles2011-09-261-5/+4
| * ws_snd: use memcpy() and memset() instead of loopsJustin Ruggles2011-09-261-9/+6
| * ws_snd: use samples pointer for loop termination instead of a separateJustin Ruggles2011-09-261-10/+5
| * ws_snd: make sure number of channels is 1Justin Ruggles2011-09-261-0/+5
| * ws_snd: add some checks to prevent buffer overread or overwrite.Justin Ruggles2011-09-261-4/+28