summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probingMark Thompson2018-06-031-1/+2
* avcodec/vp3: Fix end of bitstream check in unpack_superblocks()Michael Niedermayer2018-06-021-2/+5
* lavc/libx265: allow users to set closed GOP via generic lavc flagGyan Doshi2018-06-022-1/+2
* avcodec/dpx: Support for RGBA 12-bit packed decodingJérôme Martinez2018-06-011-0/+3
* avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threa...Paul B Mahol2018-06-011-2/+4
* avcodec/h263dec: Reinitialize idct context if it has not been setup for the a...Michael Niedermayer2018-05-301-0/+2
* avcodec/idctdsp: Clear idct/idct_add for studio profileMichael Niedermayer2018-05-301-2/+4
* avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer2018-05-303-1/+5
* avcodec/qtrle: Do not output duplicated frames on insufficient inputMichael Niedermayer2018-05-301-6/+6
* avcodec/vc1: store zero MVs for all blocks in a MBJerome Borsboom2018-05-281-2/+4
* avcodec/vc1: fix mquant calculation for interlace field picturesJerome Borsboom2018-05-281-1/+2
* avcodec/allcodecs: Provide empty codec_list in allcodecs when ossfuzz is usedMichael Niedermayer2018-05-281-1/+4
* avcodec/ac3dec: Check that the number of channels with dependant streams is v...Michael Niedermayer2018-05-271-0/+5
* avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame()Michael Niedermayer2018-05-271-1/+3
* avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_depend...Michael Niedermayer2018-05-271-1/+1
* oavcodec/aacpsdsp_template: Use unsigned for hs0X to prevent undefined behaviorMichael Niedermayer2018-05-271-4/+4
* avcodec/g723_1dec: Clip bits2 in both directionsMichael Niedermayer2018-05-271-1/+1
* avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header()Michael Niedermayer2018-05-271-1/+1
* lavc/hevcdec: Treat clean random access nals as keyframes for -skip_frame.Carl Eugen Hoyos2018-05-271-1/+1
* lavc/cfhd: interlaced frame decoding addedGagandeep Singh2018-05-272-35/+155
* avcodec/mlpdec: Only change noise_type if the related fields are validMichael Niedermayer2018-05-261-4/+5
* indeo4: Decode all or nothing of a band header.Michael Niedermayer2018-05-261-3/+8
* avcodec/ac3dec: Use frame_size if superframe_size is 0Michael Niedermayer2018-05-261-0/+3
* lavc/hevc_ps: Use correct pix_fmt AV_PIX_FMT_GRAY9 for 9-bit 4:0:0 input.Carl Eugen Hoyos2018-05-252-2/+2
* lavc/j2kenc: Support AV_PIX_FMT_PAL8.Carl Eugen Hoyos2018-05-252-5/+37
* lavc/jpeg2000dec: Move a variable declaration closer to its usage.Carl Eugen Hoyos2018-05-221-1/+1
* lavc/jpeg2000dec: Use a define to clarify the meaning of a constant.Carl Eugen Hoyos2018-05-221-1/+1
* lavc/h264_parse: Remove a superfluous linebreak.Carl Eugen Hoyos2018-05-221-1/+1
* avcodec/libvpxenc: fix setting amount of threads used for encodingJames Almer2018-05-211-1/+1
* avcodec/vc1: FIELDTX is only present in interlaced frame I/BI picturesJerome Borsboom2018-05-201-1/+2
* avcodec/vc1: fix calculation of the last line of a sliceJerome Borsboom2018-05-201-1/+1
* avcodec/vc1: DIRECTBIT is only present in inter MBsJerome Borsboom2018-05-201-35/+36
* avcodec/videotoolbox: fix decoding of some HEVC videosAman Gupta2018-05-181-32/+35
* opusenc: use for loops with declarationsRostislav Pehlivanov2018-05-181-54/+44
* lavc/v210dec: Skip Canopus C210 extradata.Carl Eugen Hoyos2018-05-172-1/+7
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0 / COMPOSE_DD137iL0Michael Niedermayer2018-05-171-2/+2
* avcodec/fic: Check available input space for cursorMichael Niedermayer2018-05-171-0/+4
* avcodec/fic: Avoid some magic numbers related to cursorsMichael Niedermayer2018-05-171-1/+2
* avcodec/mpeg4video: Detect reference studio streams as studio streamsMichael Niedermayer2018-05-172-9/+25
* avcodec/mpeg4videodec: Check bps (VOL header) before VOP for studio profileMichael Niedermayer2018-05-171-2/+6
* avcodec/mpeg4videodec: Do not corrupt bits_per_raw_sampleMichael Niedermayer2018-05-171-3/+5
* avcodec/mpeg4videode: Eliminate out of loop VOP startcode reading for studio ...Michael Niedermayer2018-05-171-4/+0
* avcodec/g2meet: ask for sample with overflowing RGBMichael Niedermayer2018-05-171-1/+1
* avcodec/g2meet: Check RGB upper limitMichael Niedermayer2018-05-171-1/+1
* avcodec/xwddec: fix palette alphaMarton Balint2018-05-161-1/+1
* lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.Jun Zhao2018-05-162-3/+66
* lavc/h2645_parse: rename the nal_unit_name to hevc_nal_unit_name.Jun Zhao2018-05-161-2/+2
* lavc/h2645_parse: log more HEVC NAL type.Jun Zhao2018-05-162-29/+94
* avcodec: Disable new iterate API for ossfuzzMichael Niedermayer2018-05-161-0/+5
* avcodec/h2645_parse: skip NALUs with no content after stripping all the trail...James Almer2018-05-141-1/+1