summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_afir: remove not needed operationsPaul B Mahol2018-12-271-3/+2
* avfilter/af_sofalizer: use av_log2()Paul B Mahol2018-12-271-4/+4
* avfilter/af_headphone: use av_log2()Paul B Mahol2018-12-271-4/+4
* avfilter/af_afir: remove dead store variablePaul B Mahol2018-12-262-3/+1
* avfilter/af_afir: remove unused variablePaul B Mahol2018-12-262-4/+0
* swscale/output: Altivec-optimize float yuv2plane1Lauri Kasanen2018-12-261-2/+139
* avcodec/dnxhddec: fix block alignmentRamiro Polla2018-12-261-1/+1
* avcodec/4xm: fix block alignmentRamiro Polla2018-12-261-1/+1
* avformat/hlsenc: remove unused variable to fix compiler warningSteven Liu2018-12-261-2/+0
* Fix usage of temp_file flag in hls_flags option.Adrian Guzowski2018-12-261-27/+33
* avformat/hls.c: Properly free prev_segments dynarray after playlist parsingvkot2018-12-261-0/+1
* lavc/libdavs2: enable multithreadhwrenx2018-12-261-1/+1
* avfilter/af_headphone: fix regression after 7c201e420Paul B Mahol2018-12-261-4/+4
* avfilter/af_sofalizer: fix regression after 7ea4b928a264Paul B Mahol2018-12-261-7/+7
* avfilter/af_sofalizer: fix typo in commentsPaul B Mahol2018-12-261-1/+1
* avfilter/af_sofalizer: use float constantsPaul B Mahol2018-12-261-2/+2
* avfilter/af_sofalizer: add fltp sample format supportPaul B Mahol2018-12-261-28/+61
* avformat/mxfenc: support writing subsecond precision timestampsMarton Balint2018-12-251-3/+5
* avformat/mxfdec: support subsecond precision of decoded timestampsMarton Balint2018-12-251-1/+4
* avformat/mxfdec: replace obsolete commentMarton Balint2018-12-251-3/+1
* avfilter/af_headphone: speed up fast convolutionPaul B Mahol2018-12-251-12/+23
* avfilter/af_sofalizer: speed up fast convolutionPaul B Mahol2018-12-251-16/+28
* avcodec/lagarith: Remove duplicate checkMichael Niedermayer2018-12-251-3/+0
* avcodec/libvpxenc: add VP8/9 sharpness config optionRene Claus2018-12-242-0/+10
* avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msagxw2018-12-241-1/+1
* avfilter/af_surround: fix code indentationPaul B Mahol2018-12-241-2/+2
* avfilter/af_headphone: do not reduce LFE gain too muchPaul B Mahol2018-12-241-1/+1
* avfilter/af_sofalizer: do not reduce LFE by 6dBPaul B Mahol2018-12-241-2/+2
* avformat/hlsenc: remove duplicate operation at hls_write_headerSteven Liu2018-12-241-10/+4
* avfilter/af_sofalizer: fix memory leaksPaul B Mahol2018-12-231-1/+1
* avfilter/af_sofalizer: set delays when interpolation is disabledPaul B Mahol2018-12-231-0/+7
* avcodec/wmavoice: use init_get_bits8()Paul B Mahol2018-12-231-1/+1
* avcodec/g722dec: use init_get_bits8()Paul B Mahol2018-12-231-1/+3
* avcodec/fic: use init_get_bits8()Paul B Mahol2018-12-231-2/+4
* avcodec/fic: Fail on invalid slice size/offMichael Niedermayer2018-12-231-0/+2
* avcodec/ivi: Avoid mbs memleakMichael Niedermayer2018-12-231-0/+8
* avcodec/ilbcdec: fix integer overflow in energyMichael Niedermayer2018-12-231-1/+2
* avfilter/af_sofalizer: stop using easy APIPaul B Mahol2018-12-232-17/+117
* avcodec/g723_1dec: use init_get_bits8()Paul B Mahol2018-12-231-1/+4
* avcodec: add g732_1 parserPaul B Mahol2018-12-234-2/+62
* avfilter/af_sofalizer: reset FFT pointers back to NULLPaul B Mahol2018-12-231-0/+4
* avfilter/af_sofalizer: pick IR length after loading sofaPaul B Mahol2018-12-231-3/+5
* avfilter/af_sofalizer: increase range for lfegainPaul B Mahol2018-12-231-1/+1
* avformat/dashdec: refine uri path with double dot processGorilla Maguila2018-12-231-1/+1
* avformat/mxfdec: Do not process zero modified_date timestamp.Michael Niedermayer2018-12-221-1/+1
* avfilter/af_headphone: fix filtering of non-power of 2 length IRs in time domainPaul B Mahol2018-12-221-21/+24
* avformat/mpegts: unset DTS/PTS for subtitle PES packets if PCR not availableJan Ekström2018-12-221-0/+11
* cbs_av1: Fix reading of overlong uvlc codesMark Thompson2018-12-221-18/+40
* avformat/avio: fix avio_feof documentationMarton Balint2018-12-221-3/+3
* postproc/postprocess_template: remove FF_REG_sp from clobber listMichael Niedermayer2018-12-221-1/+1
OpenPOWER on IntegriCloud