summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* h2645_parse: Allocate a single buffer per packetKieran Kunhya2017-11-044-19/+38
* lavc/alac: Avoid allocating huge memory blocks for malicious alac input.Carl Eugen Hoyos2017-11-041-1/+1
* avcodec/mips: Improve hevc bi wgt 4 tap hz and vt mc msa functionsKaustubh Raste2017-11-041-340/+247
* avcodec/mips: Improve hevc bi 4 tap hz and vt mc msa functionsKaustubh Raste2017-11-041-218/+210
* avcodec/mips: Improve avc avg mc 20, 21 and 23 msa functionsKaustubh Raste2017-11-041-399/+793
* snowenc: fix use of deprecated APINicolas Frattaroli2017-11-031-1/+8
* diracdec: fix deprecated API usageNicolas Frattaroli2017-11-031-2/+10
* avcodec/gdv: Check compression before allocating frameMichael Niedermayer2017-11-031-6/+9
* avcodec/mips: Improve hevc uni weighted hv mc msa functionsKaustubh Raste2017-11-032-640/+963
* avcodec/mips: Improve avc avg mc 02, 12 and 32 msa functionsKaustubh Raste2017-11-031-305/+655
* Merge commit '04f691cd4fb7d226e54df886a21ba201cb5019f4'James Almer2017-11-011-0/+1
|\
| * mmal: Add missing .item_name to AVClass declarationDiego Biurrun2017-06-131-0/+1
* | Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-019-21/+36
|\ \ | |/
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-1213-26/+67
| * nvenc: Add default value for AVCodecContext::refsSrinath K R2017-06-102-0/+2
| * dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-0812-10/+823
| * dxva: move d3d11 locking/unlocking to functionswm42017-06-081-18/+28
| * dxva: preparations for new hwaccel APIwm42017-06-086-43/+55
| * lavc: set avctx->hwaccel before initwm42017-06-081-2/+2
* | lavc/ppc/hpeldsp_altivec: Remove declaration of two unused variables.Carl Eugen Hoyos2017-11-011-1/+1
* | avcodec/dca: return standard error codes in avpriv_dca_parse_core_frame_header()James Almer2017-11-012-5/+18
* | avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()Michael Niedermayer2017-11-011-4/+4
* | avcodec/xan: Improve overlapping checkMichael Niedermayer2017-11-011-1/+1
* | Merge commit '5edded9df31bc4712a023f89941b4c278f1bd6f5'James Almer2017-11-011-7/+8
|\ \ | |/
| * smacker: Improve error handlingDiego Biurrun2017-06-011-23/+24
* | Merge commit 'b98f082d8ddc0a0d8317114d8414ab51de60ef02'James Almer2017-11-011-1/+2
|\ \ | |/
| * smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer2017-06-011-0/+5
| * decode: fix the code reducing cropping to preserve alignmentAnton Khirnov2017-05-201-1/+7
* | lavc/ppc/h264dsp: Fix function prototype after bc26fe89.Carl Eugen Hoyos2017-11-011-2/+2
* | lavc/ppc/svq1enc_altivec: Fix function prototype after dad31083.Carl Eugen Hoyos2017-11-011-1/+1
* | avcodec/mips: Improve hevc uni vt and hv mc msa functionsKaustubh Raste2017-11-011-245/+499
* | avcodec/mips: Improve hevc bi hz and hv mc msa functionsKaustubh Raste2017-11-011-345/+595
* | avcodec/mips: Improve hevc bi weighted copy, hz and vt mc msa functionsKaustubh Raste2017-11-011-777/+793
* | avcodec/vp9_superframe_bsf: cache packets by creating new references rather t...James Almer2017-10-311-1/+3
* | lavc/videotoolbox: fix out-of-bounds memory access during hvcc creationAman Gupta2017-10-311-2/+2
* | avcodec/vp9_superframe_bsf: allocate cache of packets during initJames Almer2017-10-311-4/+20
* | Merge commit 'c3f0357bdf7d3c542aad2c58b94184b9f56edc41'James Almer2017-10-313-9/+8
|\ \ | |/
| * hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContextAnton Khirnov2017-05-203-9/+8
| * extract_extradata_bsf: make sure all needed parameter set NALUs were foundJames Almer2017-05-201-3/+12
* | avcodec/hevc_sei: reorder some parameters in static functionsJames Almer2017-10-311-10/+9
* | avcodec/hevc_sei: rename HEVCSEIContext to HEVCSEIJames Almer2017-10-317-21/+20
* | Merge commit '3fb6b98b5e247434456916c35ba7e08efa03e85d'James Almer2017-10-311-31/+21
|\ \ | |/
| * vp9_superframe_bsf: cache input packets directlyAnton Khirnov2017-05-201-30/+19
| * vp9_superframe_bsf: convert to the new bitstream readerAnton Khirnov2017-05-201-10/+12
| * hevc: Add names for reserved NAL unit typesMark Thompson2017-05-161-0/+16
| * h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-165-55/+56
* | Merge commit 'd7320ca3ed10f0d35b3740fa03341161e74275ea'James Almer2017-10-302-20/+5
|\ \ | |/
| * arm: Avoid using .dn register aliasesMartin Storsjö2017-05-152-20/+5
* | Merge commit 'cb167f2947f1a2c446bd8db196d0e64ef4a6d06b'James Almer2017-10-301-0/+7
|\ \ | |/
| * h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking()Sean McGovern2017-05-091-0/+7
OpenPOWER on IntegriCloud