summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Check for unsupported parameters in ff_j2k_dwt_init()Laurent Aimar2011-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Check for out of bound reads in jpeg 2000 decoder.Laurent Aimar2011-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Prevent calling init_vlc() with invalid parameters in motionpixels decoder.Laurent Aimar2011-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Prevent NULL dereference when the palette is missing in the xan decoder.Laurent Aimar2011-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Fixed out of bound accesses in xan_unpack() of the xan decoder.Laurent Aimar2011-09-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-29
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (23 commits) avconv: Reformat s16 volume adjustment. ARM: NEON optimised vector_fmac_scalar() dca: use vector_fmac_scalar from dsputil dsputil: add vector_fmac_scalar() latmenc: Fix private options vf_unsharp: store hsub/vsub in the filter context vf_unsharp: adopt a more natural order of params in apply_unsharp() vf_unsharp: rename method "unsharpen" to "apply_unsharp" vf_scale: apply the same transform to the aspect during init that is applied per frame vf_pad: fix "vsub" variable value computation vf_scale: add a "sar" variable lavfi: fix realloc size computation in avfilter_add_format() vsrc_color: use internal timebase lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() graphparser: prefer void * over AVClass * for log contexts avfiltergraph: use meaningful error codes avconv: Initialize return value for codec copy path. fate: use 'run' helper for seek-test fate: remove seek-mpeg2reuse test Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080. ... Conflicts: doc/filters.texi libavfilter/avfilter.h libavfilter/avfiltergraph.c libavfilter/avfiltergraph.h libavfilter/graphparser.c libavfilter/vf_scale.c libavfilter/vsrc_color.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ARM: NEON optimised vector_fmac_scalar()Mans Rullgard2011-09-28
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * dca: use vector_fmac_scalar from dsputilMans Rullgard2011-09-28
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * dsputil: add vector_fmac_scalar()Mans Rullgard2011-09-28
| | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* | h264: fix FIXME and use list_count in ff_h264_fill_mbaff_ref_list()Michael Niedermayer2011-09-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: More correct ref_count check in decode_slice_header()Michael Niedermayer2011-09-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Use "JPEG 2000" as long name for j2k.Carl Eugen Hoyos2011-09-28
| |
* | libvpxenc: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-28
| | | | | | | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | bitstream: Replace av_realloc by av_realloc_f when relevant.Nicolas George2011-09-28
| | | | | | | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libx264: remove check_default_settings()Michael Niedermayer2011-09-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kdec: use correct printf format.Nicolas George2011-09-28
| | | | | | | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: Fix pointer<->integer casts.Michael Niedermayer2011-09-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: dont set key_frame when the frame is not a real keyframe.Michael Niedermayer2011-09-28
| | | | | | | | | | | | Fixes Ticket514 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Check for out of bound reads in the flic decoder.Laurent Aimar2011-09-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Prevent out of bound accesses in the xan decoder.Laurent Aimar2011-09-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Check for invalid/corrupted bitstream in sun raster decoder.Laurent Aimar2011-09-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Prevent NULL dereferences when missing the reference frame in the xan decoder.Laurent Aimar2011-09-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Check for out of bounds reads in sun rasterfile decoder.Laurent Aimar2011-09-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Check for corrupted extra data in wmavoice decoder.Laurent Aimar2011-09-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Check for out of bound writes in the wmavoice decoder.Laurent Aimar2011-09-28
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Prevent NULL dereferences when missing the reference frame in the bink decoder.Laurent Aimar2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: Fix use of value before its initialized.Michael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: only list pixel formats that fully work currently.Michael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: fix colors on yuv444Michael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: enable 4:2:0 YUV it works as "well" as the other subsampled yuv formatsMichael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | build system: enable j2kencMichael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: fix coded_frame and prevent null pointer dereference.Michael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: Update ff_j2k_init_component() argumentsMichael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: fix arguments for ff_j2k_getnbctxno()Michael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: mark as experimental.Michael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: s/CODEC_TYPE_VIDEO/AVMEDIA_TYPE_VIDEO/Michael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: update codec name to modern ffmpegMichael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: cleanup() is not used outside thus it is staticMichael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | j2kenc: update function name.Michael Niedermayer2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Check for out of bound writes when building tree in bink decoder.Laurent Aimar2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Check for various out of bound writes in the bink decoder.Laurent Aimar2011-09-27
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (21 commits) fate: allow testing with libavfilter disabled x86: XOP/FMA4 CPU detection support ws_snd: misc cosmetic clean-ups ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead. ws_snd: use memcpy() and memset() instead of loops ws_snd: use samples pointer for loop termination instead of a separate iterator variable. ws_snd: make sure number of channels is 1 ws_snd: add some checks to prevent buffer overread or overwrite. ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16. flacdec: fix buffer size checking in get_metadata_size() rtp: Simplify ff_rtp_get_payload_type rtpenc: Add a payload type private option rtp: Correct ff_rtp_get_payload_type documentation avconv: replace all fprintf() by av_log(). avconv: change av_log verbosity from ERROR to FATAL for fatal errors. cmdutils: replace fprintf() by av_log() avtools: parse loglevel before all the other options. oggdec: add support for Xiph's CELT codec sol: return error if av_get_packet() fails. cosmetics: reindent and pretty-print ... Conflicts: avconv.c cmdutils.c libavcodec/avcodec.h libavcodec/version.h libavformat/oggparsecelt.c libavformat/utils.c libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ws_snd: misc cosmetic clean-upsJustin Ruggles2011-09-26
| |
| * ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.Justin Ruggles2011-09-26
| |
| * ws_snd: use memcpy() and memset() instead of loopsJustin Ruggles2011-09-26
| |
| * ws_snd: use samples pointer for loop termination instead of a separateJustin Ruggles2011-09-26
| | | | | | | | iterator variable.
| * ws_snd: make sure number of channels is 1Justin Ruggles2011-09-26
| |
| * ws_snd: add some checks to prevent buffer overread or overwrite.Justin Ruggles2011-09-26
| |
| * ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.Justin Ruggles2011-09-26
| | | | | | | | 8-bit unsigned is the native sample format.
| * flacdec: fix buffer size checking in get_metadata_size()Justin Ruggles2011-09-26
| | | | | | | | | | | | Adds an additional check before reading the next block header and avoids a potential integer overflow when checking the metadata size against the remaining buffer size.