summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec: add HYMT decoderPaul B Mahol2018-12-318-59/+131
* avformat/au: do not use invalid block_align for small bits per samplePaul B Mahol2018-12-311-2/+3
* avcodec/qsvenc: Fix Unkown typoMichael Niedermayer2018-12-311-1/+1
* avformat/libopenmpt: Fix successfull typoMichael Niedermayer2018-12-311-1/+1
* avcodec/v4l2_m2m: fix cant typoMichael Niedermayer2018-12-311-2/+2
* avcodec/mjpegbdec: Propagate error codesMichael Niedermayer2018-12-311-8/+8
* avcodec/mjpegbdec: Fix some misplaced {} and spacesMichael Niedermayer2018-12-311-15/+9
* avfilter/vf_chromashift: remove invalid offsetPaul B Mahol2018-12-301-1/+1
* avfilter/af_afir: do not over allocate fft bufferPaul B Mahol2018-12-301-1/+1
* avformat/concatdec: always allow seeking to startMarton Balint2018-12-301-2/+7
* avfilter/af_asetnsamples: fix last frame propsMarton Balint2018-12-301-0/+7
* lavfi/vaapi: Add constant VAAPI_VPP_BACKGROUND_BLACKZachary Zhou2018-12-305-4/+7
* avfilter/af_afir: stop using as much threads as stream have itPaul B Mahol2018-12-301-2/+16
* avfilter/af_afir: optimize code a little morePaul B Mahol2018-12-301-4/+1
* avcodec/prores_ks: Fix luma quantization if q >= MAX_STORED_QAlex Mogurenko2018-12-301-2/+4
* avfilter/af_afir: implement non-uniform partitioned convolutionPaul B Mahol2018-12-303-62/+129
* avfilter/af_afir: properly split IR into multiple segmentsPaul B Mahol2018-12-291-2/+4
* avfilter/af_afir: make part_index values per channelPaul B Mahol2018-12-292-9/+12
* avfilter/af_afir: make number of segments extendablePaul B Mahol2018-12-292-30/+48
* avfilter/af_afir: use AVFrame for coeff tooPaul B Mahol2018-12-292-19/+9
* avfilter/af_afir: use segment pointerPaul B Mahol2018-12-291-19/+20
* avfilter/af_afir: introduce uninit_segment() and use itPaul B Mahol2018-12-291-18/+23
* avfilter/af_afir: fix minp/maxp range and change default value for maxpPaul B Mahol2018-12-292-5/+5
* avfilter/af_afir: introduce init_segment() and use itPaul B Mahol2018-12-291-30/+39
* avfilter/af_afir: move allocation stuff where it belongsPaul B Mahol2018-12-291-6/+7
* avfilter/af_afir: introduce AudioFIRSegment structure and use itPaul B Mahol2018-12-292-103/+86
* tools: add target_dec_fate.shMichael Niedermayer2018-12-292-0/+84
* Makefile: Allow "make clean" to delete compat/atomics/pthread/stdatomic.oCarl Eugen Hoyos2018-12-281-1/+1
* avformat/wvdec: detect and error out on WavPack DSD filesDavid Bryant2018-12-281-0/+6
* avcodec/wavpack: fix decoding of files with many channelsPaul B Mahol2018-12-282-5/+22
* configure: Make sure libpostproc can be found if -rpath-link doesn't work.Carl Eugen Hoyos2018-12-282-2/+2
* lavf/vividas: Support demuxing on big-endian hardware.Carl Eugen Hoyos2018-12-281-1/+1
* lavf/vividas: Do not increase extradata_size after allocation.Carl Eugen Hoyos2018-12-281-1/+2
* avcodec/mips: [loongson] optimize theora decoding in vp3dsp.gxw2018-12-276-0/+750
* afilter/af_afir: remove invalid delayPaul B Mahol2018-12-272-20/+7
* avfilter/af_afir: remove not needed nb_samples from filter contextPaul B Mahol2018-12-272-5/+2
* 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
OpenPOWER on IntegriCloud