summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter/vf_neighbor: add slice threadingPaul B Mahol2018-05-011-16/+38
* avfilter/vf_neighbor: simplify code littlePaul B Mahol2018-05-011-34/+32
* avfilter/vf_neighbor: rewrite without using temp memoryPaul B Mahol2018-05-011-46/+24
* 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
* fftools/ffmpeg: fix mixed code and declarationsJames Almer2018-04-301-5/+5
* avdevice/decklink_dec: unref packets on avpacket_queue_put errorMarton Balint2018-04-301-0/+3
* avdevice/decklink_dec: do not copy video dataMarton Balint2018-04-301-0/+12
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-304-3/+5
* avutil/pixdesc: add AV_PIX_FMT_FLAG_ALPHA to AV_PIX_FMT_PAL8Marton Balint2018-04-306-17/+7
* avcodec/hnm4video: fix palette alphaMarton Balint2018-04-301-0/+1
* avcodec/anm: fix palette alphaMarton Balint2018-04-301-1/+1
OpenPOWER on IntegriCloud