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