summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cbs: ensure user_data is padded for GBC parsingAman Gupta2018-10-152-2/+2
* avcodec/cbs: fix crash in sei_pic_timestampAman Gupta2018-10-151-0/+6
* avcodec/cbs_h264: silence errors about end_of_seq nalusAman Gupta2018-10-151-0/+3
* avcodec/av1_parse: Check obu_sizeMichael Niedermayer2018-10-151-2/+2
* avcodec/cuviddec: properly take deinterlacing and display delay into account ...Timo Rothenpieler2018-10-141-1/+5
* avcodec/imm4: improve decoding of some filesPaul B Mahol2018-10-141-15/+49
* avcodec/imm4: stop using FAAN idctPaul B Mahol2018-10-121-8/+15
* avcodec/avpacket: fix whitespaceAman Gupta2018-10-121-4/+4
* avcodec/mediacodec: add av_mediacodec_render_buffer_at_time()Aman Gupta2018-10-114-2/+36
* libavcodec/libaomenc.c: Added code for computing PSNR/SSIMSam John2018-10-111-5/+59
* avcodec/ffv1dec_template: Check for the end of input after 1024 pixelsMichael Niedermayer2018-10-121-0/+5
* avcodec/aacdec_template: Allow duplicated elementsMichael Niedermayer2018-10-121-4/+7
* h264_slice: Copy the value of x264_build before calling h264_slice_header_ini...Derek Buitenhuis2018-10-091-1/+1
* avcodec/speedhq: Make speedhq_vlc constMichael Niedermayer2018-10-071-39/+34
* avcodec/vc1_loopfilter: Fix colums typosMichael Niedermayer2018-10-071-3/+3
* libavcodec/v4l2_buffers.h: fix cant typosMichael Niedermayer2018-10-071-2/+2
* avcodec/unary: Improve get_unary() docsMichael Niedermayer2018-10-071-1/+14
* av1_metadata: Fix constraint on setting chroma_sample_positionMark Thompson2018-10-061-6/+2
* avcodec/libaomdec: remove bogus commentJames Almer2018-10-041-1/+0
* avcodec: add an AV1 parserJames Almer2018-10-034-2/+232
* avcodec/av1_metadata: add an option to insert and remove Temporal Delimiter OBUsJames Almer2018-10-031-1/+36
* avcodec/rasc: unref both frames on reinitMichael Niedermayer2018-10-031-1/+1
* avcodec/rasc: Fix off by 1 error in vertical coordinateMichael Niedermayer2018-10-031-3/+3
* avcodec/tiff: check remaining packet size for stripsMichael Niedermayer2018-10-031-1/+3
* avcodec/scpr: Skip frames which change nothingMichael Niedermayer2018-09-301-1/+3
* avcodec/wcmv: Fix integer overflowsMichael Niedermayer2018-09-301-0/+4
* avcodec/gdv: Remove unused variableMichael Niedermayer2018-09-301-1/+1
* avcodec/hevc_parser: very minor simplification in hevc_parse()Michael Niedermayer2018-09-301-1/+1
* lavc/hevc: Don't parse NAL unit for a dummy bufferHaihao Xiang2018-09-301-1/+6
* avcodec/libzvbi-teletextdec: add formatted ass outputMarton Balint2018-09-302-8/+257
* avcodec/diracdec: check that GetBitContext has not ended in codeblock()Michael Niedermayer2018-09-281-0/+2
* avcodec/diracdec: Propagate errors from codeblock()Michael Niedermayer2018-09-281-15/+32
* avcodec/bintext: Use ff_get_buffer instead of ff_reget_buffer and simplifyMichael Niedermayer2018-09-281-20/+2
* avcodec/bintext: Check input size before allocating the input imageMichael Niedermayer2018-09-281-0/+3
* avcodec/gdv: Error out if we had insufficent input for the output frame in de...Michael Niedermayer2018-09-281-0/+6
* avcodec/gdv: Optimize 2x scaling loop a little in gdv_decode_frame()Michael Niedermayer2018-09-281-2/+6
* avcodec/gdv: Replace loop in gdv_decode_frame() by memcpy()Michael Niedermayer2018-09-281-3/+1
* avcodec/gdv: Eliminate 50% of the reads in the first inner loop in rescale()Michael Niedermayer2018-09-281-1/+7
* avcodec/gdv: Simplify first inner loop in rescale()Michael Niedermayer2018-09-281-2/+1
* avcodec/gdv: Combine first and 3rd case in rescale()Michael Niedermayer2018-09-281-12/+2
* avcodec/gdv: Factor terms out of inner loops in rescale()Michael Niedermayer2018-09-281-10/+17
* avcodec/gdv: Replace divisions by shifts in rescale()Michael Niedermayer2018-09-281-8/+8
* lavc: Add AV1 metadata bitstream filterMark Thompson2018-09-264-1/+270
* lavc: Add coded bitstream read/write support for AV1Mark Thompson2018-09-267-0/+3539
* vaapi_encode_h265: Add missing error returnMark Thompson2018-09-241-0/+1
* lavc/h265_profile_level: Fix level guessing with no PTL structureMark Thompson2018-09-241-4/+8
* lavc/h265_profile_level: Avoid integer overflow in bitrateMark Thompson2018-09-241-1/+1
* h264_metadata: Avoid integer overflow in bitrateMark Thompson2018-09-241-2/+2
* lavc/h264_levels: Avoid integer overflow in bitrateMark Thompson2018-09-241-1/+1
* avcodec/ilbcdec: fix typo, fixes CID 1439653Paul B Mahol2018-09-241-1/+1