summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probingMark Thompson2018-06-031-1/+2
* avfilter/f_drawgraph: fix drawing of first point for non-first metadata keyPaul B Mahol2018-06-031-6/+6
* avfilter/vf_zoompan: do not increase VAR_IN twice, also count from 0Paul B Mahol2018-06-031-3/+3
* avfilter/avf_showspectrum: also show sample rate and channel layoutPaul B Mahol2018-06-031-0/+10
* avfilter/avf_showspectrum: avoid overwritting textPaul B Mahol2018-06-031-1/+1
* avfilter/avf_showspectrum: improve axes drawingPaul B Mahol2018-06-031-3/+4
* avcodec/vp3: Fix end of bitstream check in unpack_superblocks()Michael Niedermayer2018-06-021-2/+5
* avfilter/vf_lut3d: unbreak haldclut with planar rgb formatsPaul B Mahol2018-06-021-13/+59
* lavfi/Makefile: move dnn_*.o under vf_srcnnJan Ekström2018-06-021-3/+1
* doc/ffmpeg: rewrite Stream Selection chapterGyan Doshi2018-06-021-10/+202
* avfilter: add adeclick and adeclip audio filtersPaul B Mahol2018-06-026-1/+856
* libavformat/mov: Fix heap buffer overflow.Jacob Trimble2018-06-021-3/+3
* lavc/libx265: allow users to set closed GOP via generic lavc flagGyan Doshi2018-06-022-1/+2
* avcodec/dpx: Support for RGBA 12-bit packed decodingJérôme Martinez2018-06-011-0/+3
* avcodec/dnxhdenc: do not free nonexistent slice threads data when frame threa...Paul B Mahol2018-06-011-2/+4
* doc/ffmpeg: remove non-existent vdt optionGyan Doshi2018-06-011-2/+0
* avfilter: use av_clip_uintp2_c where clip is variableJohn Cox2018-05-313-11/+11
* avformat/mxfdec: add some missing picture_essence_container_ulsMarton Balint2018-05-301-0/+3
* avformat/mxfdec: use int math for sample count calculationMarton Balint2018-05-301-2/+1
* avformat/mxfdec: fix klv_decode_ber_length return value usageMarton Balint2018-05-301-3/+12
* tools/crypto_bench: add missing RC4 implementation from tomcryptJames Almer2018-05-301-4/+11
* tools/crypto_bench: add missing RC4 implementation from gcryptJames Almer2018-05-301-8/+10
* tools/crypto_bench: add support for mbedcryptoJames Almer2018-05-301-3/+121
* avcodec/h263dec: Reinitialize idct context if it has not been setup for the a...Michael Niedermayer2018-05-301-0/+2
* avcodec/idctdsp: Clear idct/idct_add for studio profileMichael Niedermayer2018-05-301-2/+4
* avcodec/idctdsp: Transmit studio_profile to init instead of using AVCodecCont...Michael Niedermayer2018-05-303-1/+5
* avfilter/af_aiir: draw IR frequency responsePaul B Mahol2018-05-302-13/+263
* avfilter/af_afir: fix picking of IR channelPaul B Mahol2018-05-301-1/+1
* flvenc: Fix sequence header update timestampsAlex Converse2018-05-291-4/+4
* flvenc: Factorize timestamp writingAlex Converse2018-05-291-6/+9
* lavfi/tests: Fix 16-bit vf_blend test to avoid memory not aligned to 2 bytesAndrey Semashev2018-05-301-1/+1
* qt-faststart - stricter input validationserankor2018-05-301-4/+9
* avcodec/qtrle: Do not output duplicated frames on insufficient inputMichael Niedermayer2018-05-302-115/+6
* ffplay: Print codec_name if decoder for codec_id could not be found.Carl Eugen Hoyos2018-05-301-1/+1
* avfilter/af_afir: draw IR frequency responsePaul B Mahol2018-05-293-13/+212
* Adds dnn inference module for simple convolutional networks. Reimplements src...Sergey Lavrushkin2018-05-299-1093/+2680
* doc/ffmpeg: update disposition valuesGyan Doshi2018-05-291-2/+11
* avformat/movenc: creating producer reference time (PRFT) boxVishwanath Dixit2018-05-293-0/+69
* avformat/utils: function to get the formatted ntp timeVishwanath Dixit2018-05-292-0/+30
* avcodec/vc1: store zero MVs for all blocks in a MBJerome Borsboom2018-05-281-2/+4
* avcodec/vc1: fix mquant calculation for interlace field picturesJerome Borsboom2018-05-281-1/+2
* avcodec/allcodecs: Provide empty codec_list in allcodecs when ossfuzz is usedMichael Niedermayer2018-05-282-5/+5
* lavf/libssh: translate a read of 0 to EOFJan Ekström2018-05-281-1/+1
* cmdutils: dump supported hardware devices in print_codec()Jun Zhao2018-05-281-0/+11
* cmdutils: print missing caps in print_codec().Jun Zhao2018-05-281-0/+10
* avformat/dashenc: Added a warning for incorrect segment name extensionKarthick Jeyapal2018-05-281-0/+21
* avformat/dashenc: Added option for Segment file formatKarthick Jeyapal2018-05-282-28/+48
* avcodec/ac3dec: Check that the number of channels with dependant streams is v...Michael Niedermayer2018-05-271-0/+5
* avcodec/ac3dec: Fix null pointer dereference in ac3_decode_frame()Michael Niedermayer2018-05-271-1/+3
* avcodec/aacdec_fixed: use 64bit to avoid overflow in rounding in apply_depend...Michael Niedermayer2018-05-271-1/+1
OpenPOWER on IntegriCloud