summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/arm/mlpdsp: add missing dependency for truehdAman Gupta2019-11-111-0/+3
* avcodec/dvdec: Don't use restrict directly to fix build on MSVCAndreas Rheinhardt2019-11-111-1/+1
* avcodec/librav1e: free the RaPacket after using itJames Almer2019-11-101-2/+1
* avcodec: Add librav1e encoderDerek Buitenhuis2019-11-104-1/+597
* avcodec/wmaprodec: get frame during frame decodeMichael Niedermayer2019-11-091-4/+6
* avcodec/interplayacm: Fix overflow of last unused valueMichael Niedermayer2019-11-091-1/+1
* avcodec/adpcm: Fix undefined behavior with negative predictions in IMA OKIMichael Niedermayer2019-11-091-1/+1
* avcodec/cook: Move up and extend block_align checkMichael Niedermayer2019-11-091-4/+3
* avcodec/sbcdec: Fix integer overflows in sbc_synthesize_four()Michael Niedermayer2019-11-091-14/+14
* avcodec/twinvq: Check block_alignMichael Niedermayer2019-11-091-7/+10
* avcodec/cook: Enlarge gain tableMichael Niedermayer2019-11-091-4/+4
* avcodec/cook: Check samples_per_channel earlierMichael Niedermayer2019-11-091-8/+9
* avcodec/atrac3plus: Check split point in fill mode 3Michael Niedermayer2019-11-091-0/+4
* avcodec/wmavoice: Check sample_rateMichael Niedermayer2019-11-091-0/+3
* avcodec/xsubdec: fix overflow in alpha handlingMichael Niedermayer2019-11-091-1/+1
* avcodec/iff: Check available space before entering loop in decode_long_vertic...Michael Niedermayer2019-11-091-0/+6
* avcodec/apedec: Fix integer overflow in filter_3800()Michael Niedermayer2019-11-091-1/+1
* avcodec/atrac3plusdec: add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-11-091-1/+2
* avcodec/decode: Also consider channels in max_samples checkMichael Niedermayer2019-11-091-1/+1
* avcodec/rasc: Check input size in decode_fint()Michael Niedermayer2019-11-091-0/+2
* avcodec/ffv1dec: Use a different error message for the slice level CRCMichael Niedermayer2019-11-091-1/+1
* avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()Michael Niedermayer2019-11-091-1/+2
* avcodec/dstdec: Check that AC probabilities are within rangeMichael Niedermayer2019-11-091-0/+4
* avcodec/dstdec: Check read_table() for failureMichael Niedermayer2019-11-091-2/+6
* avcodec/vc1_block: Check input in the block decode loopsMichael Niedermayer2019-11-091-0/+17
* avcodec/vc1_block: Check for end of bitstream at the top of vc1_decode_i_bloc...Michael Niedermayer2019-11-091-2/+6
* avcodec/hqx: Check the input data against the image sizeMichael Niedermayer2019-11-091-0/+8
* avcodec/pafvideo: Only clear frame when it was written toMichael Niedermayer2019-11-091-2/+8
* avcodec/snowenc: Set mb_num to avoid ratecontrol floating point divisions by 0.0Michael Niedermayer2019-11-091-0/+1
* avcodec/snowenc: Fix 2 undefined shiftsMichael Niedermayer2019-11-091-2/+2
* avcodec/libvpxenc,cosmetics: fix a typoJames Zern2019-11-081-1/+1
* avcodec/libvpxdec.c,cosmetics: bpp -> bpcJames Zern2019-11-081-1/+1
* avcodec/extract_extradata_bsf: fix typo in commentsleozhang2019-11-061-2/+2
* avcodec/Makefile: add missing msmpeg4* dependencies to wmv1 encoderLou Logan2019-11-061-1/+1
* avcodec/Makefile: add missing h263data dependency to snow encoderLou Logan2019-11-061-1/+1
* avcodec/Makefile: add missing vorbis_data dependency to opus encoderLou Logan2019-11-061-1/+1
* avcodec/dvdec: correctly decode bottom mb row in 1080i field modeBaptiste Coudurier2019-11-062-20/+72
* avcodec/dvdec: correctly set interlaced and tffBaptiste Coudurier2019-11-061-3/+10
* avcodec/libvpxdec: reject video and alpha dimension mismatchesMarton Balint2019-11-051-0/+11
* avcodec/libvpxdec: decode to custom framebuffers for vp9Marton Balint2019-11-051-5/+68
* avcodec/libvpxdec: pass decoder instances to vpx_init directlyMarton Balint2019-11-051-13/+13
* avcodec/libvpxdec: make sure BlockAdditional side data size >= 8Marton Balint2019-11-051-1/+1
* avcodec/libvpxenc: only allocate alpha U/V planes on size changesMarton Balint2019-11-051-24/+35
* avcodec/libvpxenc: fix alpha strideMarton Balint2019-11-051-1/+1
* avcodec/Makefile: add missing ass dependency to ccaption decoderLou Logan2019-11-041-1/+1
* lavc/qsvenc: add the missing vp9 filezhongli_dev@126.com2019-11-041-0/+113
* lavc/qsvenc: enable vp9 encoderZhong Li2019-11-034-1/+69
* lavc/qsvenc: Fix bitrate_limit to allow AVC encode in limited bitrateLinjie Fu2019-11-031-19/+19
* avcodec/v4l2_m2m: Fix indentationAndriy Gelman2019-11-011-1/+1
* avcodec/v4l2_buffers: Fix infinite loopAndriy Gelman2019-11-011-5/+3
OpenPOWER on IntegriCloud