summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/h263dec: Reinitialize idct context if it has not been setup for the a...Michael Niedermayer2018-05-30
* avcodec/idctdsp: Clear idct/idct_add for studio profileMichael Niedermayer2018-05-30
* avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer2018-05-30
* avcodec/qtrle: Do not output duplicated frames on insufficient inputMichael Niedermayer2018-05-30
* avcodec/vc1: store zero MVs for all blocks in a MBJerome Borsboom2018-05-28
* avcodec/vc1: fix mquant calculation for interlace field picturesJerome Borsboom2018-05-28
* avcodec/allcodecs: Provide empty codec_list in allcodecs when ossfuzz is usedMichael Niedermayer2018-05-28
* avcodec/ac3dec: Check that the number of channels with dependant streams is v...Michael Niedermayer2018-05-27
* avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame()Michael Niedermayer2018-05-27
* avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_depend...Michael Niedermayer2018-05-27
* oavcodec/aacpsdsp_template: Use unsigned for hs0X to prevent undefined behaviorMichael Niedermayer2018-05-27
* avcodec/g723_1dec: Clip bits2 in both directionsMichael Niedermayer2018-05-27
* avcodec/mpeg4videoenc: Use 64 bit for times in mpeg4_encode_gop_header()Michael Niedermayer2018-05-27
* lavc/hevcdec: Treat clean random access nals as keyframes for -skip_frame.Carl Eugen Hoyos2018-05-27
* lavc/cfhd: interlaced frame decoding addedGagandeep Singh2018-05-27
* avcodec/mlpdec: Only change noise_type if the related fields are validMichael Niedermayer2018-05-26
* indeo4: Decode all or nothing of a band header.Michael Niedermayer2018-05-26
* avcodec/ac3dec: Use frame_size if superframe_size is 0Michael Niedermayer2018-05-26
* lavc/hevc_ps: Use correct pix_fmt AV_PIX_FMT_GRAY9 for 9-bit 4:0:0 input.Carl Eugen Hoyos2018-05-25
* lavc/j2kenc: Support AV_PIX_FMT_PAL8.Carl Eugen Hoyos2018-05-25
* lavc/jpeg2000dec: Move a variable declaration closer to its usage.Carl Eugen Hoyos2018-05-22
* lavc/jpeg2000dec: Use a define to clarify the meaning of a constant.Carl Eugen Hoyos2018-05-22
* lavc/h264_parse: Remove a superfluous linebreak.Carl Eugen Hoyos2018-05-22
* avcodec/libvpxenc: fix setting amount of threads used for encodingJames Almer2018-05-21
* avcodec/vc1: FIELDTX is only present in interlaced frame I/BI picturesJerome Borsboom2018-05-20
* avcodec/vc1: fix calculation of the last line of a sliceJerome Borsboom2018-05-20
* avcodec/vc1: DIRECTBIT is only present in inter MBsJerome Borsboom2018-05-20
* avcodec/videotoolbox: fix decoding of some HEVC videosAman Gupta2018-05-18
* opusenc: use for loops with declarationsRostislav Pehlivanov2018-05-18
* lavc/v210dec: Skip Canopus C210 extradata.Carl Eugen Hoyos2018-05-17
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_DD97iH0 / COMPOSE_DD137iL0Michael Niedermayer2018-05-17
* avcodec/fic: Check available input space for cursorMichael Niedermayer2018-05-17
* avcodec/fic: Avoid some magic numbers related to cursorsMichael Niedermayer2018-05-17
* avcodec/mpeg4video: Detect reference studio streams as studio streamsMichael Niedermayer2018-05-17
* avcodec/mpeg4videodec: Check bps (VOL header) before VOP for studio profileMichael Niedermayer2018-05-17
* avcodec/mpeg4videodec: Do not corrupt bits_per_raw_sampleMichael Niedermayer2018-05-17
* avcodec/mpeg4videode: Eliminate out of loop VOP startcode reading for studio ...Michael Niedermayer2018-05-17
* avcodec/g2meet: ask for sample with overflowing RGBMichael Niedermayer2018-05-17
* avcodec/g2meet: Check RGB upper limitMichael Niedermayer2018-05-17
* avcodec/xwddec: fix palette alphaMarton Balint2018-05-16
* lavc/h2645_parse: add h264_nal_unit_name for h264 NAL type.Jun Zhao2018-05-16
* lavc/h2645_parse: rename the nal_unit_name to hevc_nal_unit_name.Jun Zhao2018-05-16
* lavc/h2645_parse: log more HEVC NAL type.Jun Zhao2018-05-16
* avcodec: Disable new iterate API for ossfuzzMichael Niedermayer2018-05-16
* avcodec/h2645_parse: skip NALUs with no content after stripping all the trail...James Almer2018-05-14
* avcodec/vp3: Check that there will be sufficient input for the coded fragment...Michael Niedermayer2018-05-13
* cbs_h264: Add support for mastering display SEI messagesMark Thompson2018-05-10
* cbs_h264: Add support for pan-scan rectangle SEI messagesMark Thompson2018-05-10
* h264_metadata: Fix AUD writingMark Thompson2018-05-10
* h264_metadata: Remove redundant setting of SEI payload sizeMark Thompson2018-05-10