summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: remove mlp parser dependency from truehd_core bsfJames Almer2019-05-071-1/+0
* avcodec/mlp_parser: split off shared code to its own fileJames Almer2019-05-076-208/+223
* doc/filters: layout requirements for xstackGyan Doshi2019-05-071-0/+3
* avfilter/vf_xstack: set better error msg forGyan Doshi2019-05-071-1/+10
* swscale/ppc: Shorten power8 tests via a varLauri Kasanen2019-05-071-13/+14
* swscale/ppc: VSX-optimize hScale16To*Lauri Kasanen2019-05-071-0/+159
* swscale/ppc: IndentLauri Kasanen2019-05-071-6/+6
* swscale/ppc: VSX-optimize hScale8To19Lauri Kasanen2019-05-071-1/+63
* lavc/qsv: extactly map profileZhong Li2019-05-071-8/+44
* lavc/qsvdec: fix hevc level incorrectly mapZhong Li2019-05-073-1/+15
* lavc/qsvdec: add query function and provide error messageZhong Li2019-05-071-0/+33
* avcodec/fits: Check bitpixMichael Niedermayer2019-05-061-0/+11
* avfilter/af_rubberband: also do not ignore failuresPaul B Mahol2019-05-061-1/+1
* avfilter/af_rubberband: handle case when no frame is givenPaul B Mahol2019-05-061-3/+6
* avcodec/vp9_raw_reorder: reset state when flushingJames Almer2019-05-061-0/+11
* avformat/aacdec: fix demuxing of small framesJames Almer2019-05-051-13/+21
* avcodec/hevcdec: Declare that VDPAU can handle HEVC 4:4:4 contentManojGuptaBonda2019-05-053-2/+10
* avcodec/vdpau_hevc: Pass sps and pps range extension flags to VDPAUManojGuptaBonda2019-05-052-0/+44
* avutil/hwcontext_vdpau: Map 444 pix fmts to new VdpYCbCr typesManojGuptaBonda2019-05-052-5/+15
* lavf/rpl: Don't be case-sensitive detecting codecs.Carl Eugen Hoyos2019-05-051-2/+2
* avfilter/vf_freezedetect: fix missing freeze_start when the freeze length is ...Marton Balint2019-05-051-4/+3
* avdevice/decklink: fix checking video mode in SDK version 11Marton Balint2019-05-052-13/+10
* avfilter/f_interleave: switch to activatePaul B Mahol2019-05-051-74/+63
* avcodec/truehd_core: reset state when flushingJames Almer2019-05-051-0/+7
* avfilter/vf_vibrance: add alternate optionPaul B Mahol2019-05-052-6/+14
* avfilter/vf_vibrance: factor some calculations out of loopPaul B Mahol2019-05-051-12/+20
* avcodec/h263dec: Fixed VA API, VDPAU, and VideoToolbox hardware acceleration ...fumoboy0072019-05-051-12/+15
* configure: Do not overwrite src symlink if it already exists.Carl Eugen Hoyos2019-05-051-1/+3
* avcodec/jvdec: Use ff_get_buffer() when the content is not reusedMichael Niedermayer2019-05-041-2/+8
* avcodec/pnm_parser: clear state if buffer is discardedMichael Niedermayer2019-05-041-0/+1
* avfilter/f_realtime: add option to scale speedMoritz Barsnick2019-05-042-2/+13
* avfilter/af_amultiply: use pts from frame from first inputPaul B Mahol2019-05-041-7/+5
* avfilter/vf_vmafmotion: remove unused headerPaul B Mahol2019-05-041-1/+0
* avisynth: adapt 239d02eff3ffe9f7d40caa21dde50fb4a0e94c24 to dlsymStephen Hutchinson2019-05-041-1/+2
* doc/general.texi: add note about 32-bit GCC builds of AviSynth+Stephen Hutchinson2019-05-041-0/+15
* doc/general.texi: update AviSynth+ reference pageStephen Hutchinson2019-05-041-1/+1
* doc/general.texi: remove note about regressed AviSynth+ headerStephen Hutchinson2019-05-041-13/+0
* libavformat/avisynth: enable additional pix_fmtsStephen Hutchinson2019-05-041-1/+32
* compat/avisynth: update headersStephen Hutchinson2019-05-044-162/+415
* avfilter/vf_blend: remove unused headerPaul B Mahol2019-05-031-1/+0
* aacdec: use float_dsp in apply_independent_couplingLynne2019-05-031-3/+1
* avformat/mov: set AVFMT_SEEK_TO_PTS flagGyan Doshi2019-05-031-1/+1
* x86/v210dec: use named registersJames Almer2019-05-031-16/+16
* x86/v210dec: don't reserve more xmm regs than neededJames Almer2019-05-031-1/+1
* x86/v210dec: remove duplicate load instructionJames Almer2019-05-031-1/+0
* fate/checkasm: add missing v210dec testJames Almer2019-05-031-0/+1
* avcodec/x86/v210: fix operands of vpblendd used in new avx2 codeJames Darnley2019-05-021-1/+1
* lavf/webm_chunk: Respect buffer sizeAndreas Rheinhardt2019-05-021-1/+1
* libavcodec Adding ff_v210_planar_unpack AVX2Michael Stoner2019-05-023-17/+73
* checkasm: add test for v210decJames Darnley2019-05-024-0/+82
OpenPOWER on IntegriCloud