aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/hevc: remove videotoolbox hackAman Gupta2018-05-091-3/+0
* avcodec/videotoolbox: split h264/hevc callbacksAman Gupta2018-05-091-10/+33
* avcodec/videotoolbox: cleanupsAman Gupta2018-05-091-4/+2
* avcodec/cbs_h2645: use AVBufferRef to store list of active parameter setsJames Almer2018-05-093-20/+31
* lavc/cfhd: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-081-1/+1
* mdct15: simplify x86 exptab permutationRostislav Pehlivanov2018-05-071-29/+24
* mdct15: simplify the fft15 x86 SIMDRostislav Pehlivanov2018-05-071-20/+17
* vaapi_encode_vp8: memset the the structure to 0Haihao Xiang2018-05-071-0/+2
* cbs_h264: Need [] in the name when subscript is requiredHaihao Xiang2018-05-071-1/+1
* lavc/qsvenc: set corret maximum value of look_ahead_downsamplingZhong Li2018-05-071-1/+1
* avcodec/libzvbi-teletextdec: remove DEBUG codeMarton Balint2018-05-061-25/+0
* avcodec/libzvbi-teletextdec: allow -1 subtitle duration and make it the defaultMarton Balint2018-05-062-2/+2
* avcodec/jpeg2000dec: Fix undefined shift in the jpeg2000_decode_packets_po_it...Michael Niedermayer2018-05-061-2/+2
* avcodec/jpeg2000dec: Skip init for component in CPRL if nothing is to be doneMichael Niedermayer2018-05-061-0/+3
* avcodec/jpeg2000dec: Reduce the number of tile parts allocatedMichael Niedermayer2018-05-061-2/+5
* avcodec/g2meet: Change order of operations to avoid undefined behaviorMichael Niedermayer2018-05-061-3/+5
* swscale: add gray14 supportPaul B Mahol2018-05-051-0/+2
* mpegvideo: add deprecated flags to the rc_strategy optionRostislav Pehlivanov2018-05-051-3/+3
* dcaenc: fix segfault when attempting to encode with invalid samplerateRostislav Pehlivanov2018-05-051-2/+5
* mpegvideo: remove support for libxvid's RC systemRostislav Pehlivanov2018-05-054-198/+6
* avcodec/flac_parser: Fix infinite loopMichael Niedermayer2018-05-051-2/+7
* avcodec/videotoolbox: fix kVTCouldNotFindVideoDecoderErr trying to decode HEV...Aman Gupta2018-05-041-1/+6
* avcodec/videotoolbox: improve logging of decoder errorsAman Gupta2018-05-041-1/+4
* avcodec/nvenc: move reconfig_encoder call inside of push/pop ctxTimo Rothenpieler2018-05-041-5/+3
* avcodec/nvenc: add A53CC supportRoman Arzumanyan2018-05-041-2/+28
* avcodec/nvenc: support dynamic bitrate changespkviet2018-05-042-3/+58
* avcodec/nvenc: support dynamic aspect ratio changeMiroslav Slugeň2018-05-041-7/+60
* avcodec/nvenc: make hw_frames_ctx fully optionalTimo Rothenpieler2018-05-041-15/+22
* avcodec/mediacodecdec: add workaround for buggy amlogic mpeg2 decoderAman Gupta2018-05-041-3/+19
* avcodec/mediacodecdec: wait on first frame after input buffers are fullAman Gupta2018-05-042-8/+1
* avcodec/mediacodecdec: restructure mediacodec_receive_frameAman Gupta2018-05-043-51/+61
* avcodec/mediacodec_wrapper: add helper to fetch SDK_INTAman Gupta2018-05-042-0/+17
* avcodec/h263dec: Document padding_bug_score heuristic used for wrong stuffingMichael Niedermayer2018-05-041-0/+1
* vaapi_encode_h264: Take VAAPIEncodeH264Context::sei_needed as an ORed valueHaihao Xiang2018-05-031-7/+8
* avcodec/mpeg4videodec: Split decode_studio_vol_header() out of decode_studiov...Michael Niedermayer2018-05-031-9/+21
* avcodec/mpeg4videodec: Move decode_studiovisualobject() parsing in the branch...Michael Niedermayer2018-05-031-10/+5
* lavc: Add VP9 metadata bitstream filterMark Thompson2018-05-023-0/+164
* lavc: Add coded bitstream read/write support for VP9Mark Thompson2018-05-027-0/+1279
* cbs: Add support for array subscripts in trace outputMark Thompson2018-05-027-206/+261
* cbs_h2645: Simplify representation of fixed valuesMark Thompson2018-05-013-39/+34
* cbs: Fragment/unit data is always reference countedMark Thompson2018-05-012-11/+18
* avcodec/cbs_h2645: create a reference to the existing buffer when decomposing...James Almer2018-04-301-14/+4
* avcodec/cbs_mpeg2: create a reference to the existing buffer when decomposing...James Almer2018-04-301-7/+2
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-301-2/+2
* avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint2018-04-301-4/+0
* avcodec/hnm4video: fix palette alphaMarton Balint2018-04-301-0/+1
* avcodec/anm: fix palette alphaMarton Balint2018-04-301-1/+1
* avcodec/mpeg4video_parser: Avoid litteral 0x1B6, use named constant insteadMichael Niedermayer2018-04-301-1/+1
* avcodec/mpeg4video_parser: Fix incorrect spliting of MPEG-4 studio framesMichael Niedermayer2018-04-301-0/+2
* avcodec/wavpack: Fix integer overflow in DEC_MED() / INC_MED()Michael Niedermayer2018-04-291-2/+2