summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat/qtpalette: parse color table according to the QuickTime file format ...Marton Balint2018-04-302-7/+7
* avfilter/vf_mix: initialize last to silence possible warningPaul B Mahol2018-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
* avformat/m4vdec: Use the same constant names as libavcodecMichael Niedermayer2018-04-301-4/+7
* avformat/m4vdec: Fix detection of raw MPEG-4 ES StudioMichael Niedermayer2018-04-301-0/+11
* configure: add missing pthreads dependency to v4l2_m2mJames Almer2018-04-291-1/+1
* doc/filters: add tmix examplesPaul B Mahol2018-04-291-0/+22
* avfilter/vf_mix: make setting weights more user friendlyPaul B Mahol2018-04-292-3/+12
* avcodec/wavpack: Fix integer overflow in DEC_MED() / INC_MED()Michael Niedermayer2018-04-291-2/+2
* avcodec/wavpack: Fix integer overflow in wv_unpack_stereo()Michael Niedermayer2018-04-291-1/+1
* avfilter/vf_fieldmatch: add support for >8 bit depth in ppsrcPaul B Mahol2018-04-291-4/+44
OpenPOWER on IntegriCloud