summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ffplay: add options to specify window positionDave Rice2018-10-072-1/+9
* avutil/tests/parseutils: add some big duration testsMarton Balint2018-10-072-0/+8
* avutil/parseutils: fix some overflows in duration calculationsMarton Balint2018-10-071-4/+10
* avutil/opt: check for minimum and maximum values when setting AV_OPT_TYPE_DUR...Marton Balint2018-10-071-7/+14
* avformat/segment: fix segment_time_delta option min/max valueMarton Balint2018-10-071-1/+1
* avfilter/af_afade: fix crossfade duration maximum valueMarton Balint2018-10-071-2/+2
* avfilter/af_afade: add logistic sigmoid curvePaul B Mahol2018-10-072-1/+13
* avfilter/avf_showspectrum: add legend support to showspectrum filterPaul B Mahol2018-10-072-348/+385
* avformat/utils: Fix potential integer overflow in extract_extradata()Michael Niedermayer2018-10-071-1/+3
* avformat/utils: Do not use "i" as a context pointer, "i" is normally the inte...Michael Niedermayer2018-10-071-21/+21
* avformat/utils: Do not ignore failure in extract_extradata_init()Michael Niedermayer2018-10-071-6/+2
* avcodec/speedhq: Make speedhq_vlc constMichael Niedermayer2018-10-071-39/+34
* avfilter/vf_tonemap_opencl: Fix seperate typoMichael Niedermayer2018-10-071-1/+1
* avcodec/vc1_loopfilter: Fix colums typosMichael Niedermayer2018-10-071-3/+3
* libavcodec/v4l2_buffers.h: fix cant typosMichael Niedermayer2018-10-071-2/+2
* avfilter/af_biquads: Remove l from %lf in av_log environmentMichael Niedermayer2018-10-071-1/+1
* avfilter/af_aiir: Remove l from %lf in av_log environmentMichael Niedermayer2018-10-071-2/+2
* avformat/movenc: Remove unneeded variable from mov_find_codec_tag()Michael Niedermayer2018-10-071-8/+5
* libavformat/ty: use decimal constant for shiftMichael Niedermayer2018-10-071-1/+1
* avcodec/unary: Improve get_unary() docsMichael Niedermayer2018-10-071-1/+14
* avfilter/avf_showspectrum: switch to activate and add fps optionPaul B Mahol2018-10-062-64/+101
* Merge commit '21733b39d0af5211d7b9f168ff3667ea86362e2b'Mark Thompson2018-10-061-1/+1
|\
| * lavu/qsv: fix a random hwupload failure regressionZhong Li2018-10-031-1/+1
* | lavfi/deshake: fix deshake crash issue.Jun Zhao2018-10-061-1/+1
* | av1_metadata: Fix constraint on setting chroma_sample_positionMark Thompson2018-10-061-6/+2
* | avfilter/avf_showspectrum: increase padding size for low sample ratesPaul B Mahol2018-10-051-1/+1
* | avfilter/avf_showspectrum: add zoom mode to showspectrumpicPaul B Mahol2018-10-052-2/+17
* | avfilter/avf_showspectrum: add green color mapPaul B Mahol2018-10-052-1/+12
* | lavfi/atempo: fix tempo range limit inconsistencyPavel Koshevoy2018-10-041-4/+9
* | avfilter/avf_showspectrum: fix scaling in zoom modePaul B Mahol2018-10-051-3/+3
* | avfilter/avf_showspectrum: implement zoom modePaul B Mahol2018-10-042-25/+159
* | avilter/af_afir: add irfmt optionPaul B Mahol2018-10-043-14/+27
* | avcodec/libaomdec: remove bogus commentJames Almer2018-10-041-1/+0
* | avfilter/af_afir: use internal lavfi queuePaul B Mahol2018-10-041-33/+13
* | avfilter/af_headphone: use lavfi internal queue insteadPaul B Mahol2018-10-041-44/+12
* | avfilter/af_asetnsamples: use lavfi internal queuePaul B Mahol2018-10-041-114/+32
* | avfilter: add ff_inlink_queued_samples()Paul B Mahol2018-10-042-0/+12
* | avcodec: add an AV1 parserJames Almer2018-10-036-2/+234
* | avcodec/av1_metadata: add an option to insert and remove Temporal Delimiter OBUsJames Almer2018-10-031-1/+36
* | avfilter/f_cue: use inlink fifo for queueing framesMarton Balint2018-10-031-58/+29
* | avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to acc...Marton Balint2018-10-032-0/+23
* | doc/protocols: simplify and clarify UDP localaddr optionMarton Balint2018-10-031-3/+2
* | avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP m...Marton Balint2018-10-031-24/+28
* | avformat/udp: specify the local address for some source filtered multicast joinsMarton Balint2018-10-031-4/+11
* | avformat/udp: add support for generic source filteringMarton Balint2018-10-032-8/+17
* | avformat/rtpproto: use factorized ip functionsMarton Balint2018-10-032-117/+11
* | avformat/udp: use factorized ip functionsMarton Balint2018-10-032-104/+23
* | avformat/ip: factorize some IP filtering and resolving functions to a new fileMarton Balint2018-10-032-0/+231
* | avfilter/af_afir: make IR gain control more flexiblePaul B Mahol2018-10-033-12/+65
* | avfilter/avfilter: fix typos in commentsPaul B Mahol2018-10-031-2/+2