summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fate: add Dolby E testfoo862018-06-051-0/+5
* Use the same name for stereo3d frame/packet side dataVittorio Giovara2018-06-051-1/+1
* lavf/mov.c: Set st->start_time for video streams explicitly.Sasi Inguva2018-06-064-5/+54
* lavf/mov.c: Fix timestamps to be strictly monotonic for video also.Sasi Inguva2018-06-051-4/+5
* Adds TensorFlow backend for dnn inference module.Sergey Lavrushkin2018-06-059-9/+3262
* avcodec/magicyuvenc: mark as not more experimentalPaul B Mahol2018-06-051-1/+1
* avcodec/magicyuvenc: write max huffman length and extradata tooPaul B Mahol2018-06-051-5/+37
* doc/filters: mention required compile options for some filtersLou Logan2018-06-041-2/+8
* avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.cMichael Niedermayer2018-06-041-2/+4
* avcodec/amrwbdec: Fix division by 0 in find_hb_gain()Michael Niedermayer2018-06-041-3/+8
* fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabledVishwanath Dixit2018-06-043-1/+7
* avcodec/vc1: fix out-of-bounds reference pixel replicationJerome Borsboom2018-06-041-283/+385
* avfilter/drawtext: present 'hms' formatted 'pts' in 24h formatVishwanath Dixit2018-06-042-0/+12
* 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
OpenPOWER on IntegriCloud