summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_convolution: use already available dstridePaul B Mahol2018-05-051-1/+1
* 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
* avfilter/vf_colorbalance: add 16bit depth supportPaul B Mahol2018-05-051-45/+100
* 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
* avfilter/vf_libvmaf: the libvmaf filter tried to join on an invalid thread idKevin Wheatley2018-05-041-1/+8
* avfilter/vf_lut3d: fix typoPaul B Mahol2018-05-041-1/+1
* avfilter/vf_edgedetect: add more formats support to canny modePaul B Mahol2018-05-041-20/+28
* avfilter/vf_edgedetect: add planes optionPaul B Mahol2018-05-042-1/+28
* avfilter/vf_edgedetect: add canny modePaul B Mahol2018-05-042-0/+8
* avfilter/vf_convolution: add column/vertical modePaul B Mahol2018-05-042-47/+144
* avfilter/vf_lut3d: add planar rgb supportPaul B Mahol2018-05-041-4/+112
* 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
* avformat: add vapoursynth wrapperwm42018-05-045-1/+504
* Adds SRCNN filter.Sergey Lavrushkin2018-05-045-0/+1278
* avfilter/vf_amplify: add more options for finer filteringPaul B Mahol2018-05-042-8/+35
* avformat/hls: don't propagate deprecated "user-agent" AVOptionwm42018-05-041-1/+1
* avformat/matroskaenc: do not write timebase as frameratewm42018-05-041-2/+0
* 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
* avfilter/drawutils: add support for full rangePaul B Mahol2018-05-034-8/+26
* 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
* avformat/yuv4mpegdec: simplify mathPaul B Mahol2018-05-032-34/+32
* avfilter/vf_neighbor: add >8 depth suppportPaul B Mahol2018-05-031-24/+118
* avfilter/vf_convolution: unbreak roberts filterPaul B Mahol2018-05-031-4/+4
* avfilter/vf_convolution: add horizontal/row modePaul B Mahol2018-05-032-27/+109
* avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm checkPaul B Mahol2018-05-033-3/+7
* lavf/dashenc: pass standards compliance value to the internal contextJan Ekström2018-05-031-4/+5
* lavf/dashenc: require experimental mode to be enabled for WebMJan Ekström2018-05-031-0/+10
* lavf/dashenc: don't call flush_init_segment before avformat_write_headerRodger Combs2018-05-031-7/+7
* avfilter/vf_convolution: rewrite so it doesn't use temp buffersPaul B Mahol2018-05-031-708/+261
* avfilter/vf_overlay: add x86 SIMDPaul B Mahol2018-05-025-56/+313
* fftools/ffmpeg: properly initialize output stream field orderTobias Rapp2018-05-021-0/+6
* fate/cbs: Always overwrite output in cbs fate testsMark Thompson2018-05-021-1/+1
* lavc/cbs: Add tests for VP9Mark Thompson2018-05-0215-5/+43
* lavc: Add VP9 metadata bitstream filterMark Thompson2018-05-025-0/+191
* lavc: Add coded bitstream read/write support for VP9Mark Thompson2018-05-029-1/+1282
* 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
* avfilter/af_biquads: add slice threadingPaul B Mahol2018-05-011-15/+37
* avfilter/af_biquads: change clipping detection from global to channelPaul B Mahol2018-05-011-13/+17
OpenPOWER on IntegriCloud