summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* lavc/avcodec.h: fix missing line breaks in API documentationLinjie Fu2020-02-281-0/+2
* avformat/ivfenc: Don't use size_t for size of fileAndreas Rheinhardt2020-02-281-1/+1
* avfilter/vf_v360: simplify code which handles interpolation pointsPaul B Mahol2020-02-281-74/+74
* avfilter/vf_v360: add initial barrel split format input supportPaul B Mahol2020-02-271-20/+128
* avcodec/mpegaudioenc_template: fix invalid shift of sampleMichael Niedermayer2020-02-271-1/+1
* avcodec/motion_est_template: Fix invalid shifts in no_sub_motion_search()Michael Niedermayer2020-02-271-2/+2
* libavformat/avienc: Check bits per sample for PAL8Michael Niedermayer2020-02-271-0/+8
* avformat/mpegts: Improve the position determination for avpriv_mpegts_parse_p...Michael Niedermayer2020-02-271-5/+3
* mailmap: Add another old mail address I used.Carl Eugen Hoyos2020-02-271-1/+1
* mailmap: add entry for myselfThilo Borgmann2020-02-271-0/+1
* mailmap: add entry for myselfrcombs2020-02-271-0/+1
* Add .mailmapJosh de Kock2020-02-271-0/+16
* avdevice/decklink: add support for SDK version 11.5Marton Balint2020-02-261-1/+16
* avdevice/decklink_dec: fix stopping streams in read_closeMarton Balint2020-02-262-2/+1
* doc/muxers: describe the default behavior of the write_prft dash muxer optionJames Almer2020-02-261-0/+2
* avformat/dashenc: use a quieter log lever when informing prft was automatical...James Almer2020-02-261-1/+1
* avfilter/vf_v360: add barrel split format output supportPaul B Mahol2020-02-263-1/+98
* libswscale/x86/yuv2rgb: Fix Segmentation Fault when load unaligned dataTing Fu2020-02-261-2/+2
* configure: Enable section_data_rel_ro for OpenBSD aarch64 / armBrad Smith2020-02-251-0/+1
* avcodec/magicyuv: Check that there are enough lines for interlacing to be pos...Michael Niedermayer2020-02-251-0/+11
* avformat/mvdec: Check stream numbersMichael Niedermayer2020-02-251-0/+6
* avformat/mux: CosmeticsAndreas Rheinhardt2020-02-251-10/+9
* avformat/segafilmenc: Add deinit functionAndreas Rheinhardt2020-02-251-0/+14
* avformat/segafilmenc: Combine several checksAndreas Rheinhardt2020-02-251-17/+9
* avfilter/vf_zscale: fix crash on unaligned inputJacob Ruiz2020-02-251-10/+49
* avfilter/vf_convolve: reset fft/ifft pointers after freePaul B Mahol2020-02-251-0/+2
* doc/filters: split tblend from blendPaul B Mahol2020-02-251-1/+7
* doc/filters: mention commands for v360 filterPaul B Mahol2020-02-251-0/+4
* avcodec/utvideodec: add support for UQY0Paul B Mahol2020-02-252-0/+15
* avfilter/vf_v360: add basic commands supportPaul B Mahol2020-02-251-23/+44
* avfilter/vf_v360: handle gracefully invalid values for rorder optionPaul B Mahol2020-02-251-6/+12
* avcodec/Makefile: remove bogus/duplicate PNG parser entryAnamitra Ghorui2020-02-241-1/+0
* avfilter: add Contrast Adaptive Sharpen video filterPaul B Mahol2020-02-246-1/+318
* doc: add adpcm_ima_{ssi,apm}Zane van Iperen2020-02-241-0/+2
* changelog: add adpcm_ima_ssi decoder and kvag demuxerZane van Iperen2020-02-241-0/+2
* hwcontext_vaapi: Only accept a render node when deriving from DRM deviceMark Thompson2020-02-241-3/+43
* lavc/vaapi_decode: add decode support for HEVC_MAIN_STILL_PICTURELinjie Fu2020-02-241-0/+2
* lavc/hevcdec: add 4:2:2 8-bit/10-bit VAAPI decode supportLinjie Fu2020-02-241-0/+6
* lavc/vaapi_decode: add profile_parser and format map support for HEVC REXTLinjie Fu2020-02-241-6/+22
* lavc/vaapi_hevc: add function to find exact va_profile for REXTLinjie Fu2020-02-243-1/+106
* lavc/hevc_ps: parse constraint flags for HEVC REXTLinjie Fu2020-02-242-5/+50
* lavc/vaapi_hevc: extend parameter buffer to ParameterBufferHEVCExtensionLinjie Fu2020-02-241-19/+85
* lavu/hwcontext_vaapi: add vaapi_format_map support for Y210Linjie Fu2020-02-241-0/+3
* swscale: Add swscale input support for Y210LELinjie Fu2020-02-242-0/+25
* lavu/pix_fmt: add new pixel format y210Linjie Fu2020-02-244-1/+36
* avcodec/libzvbi-teletextdec: add option to set default G0 character setKirill Savkov2020-02-243-1/+12
* doc/protocols: clarify SRT timeout options docsMarton Balint2020-02-241-5/+3
* avformat/libsrt: make avformat connect timeout 0 by defaultMarton Balint2020-02-241-1/+1
* avformat/libsrt: use listen_timeout for listeningMarton Balint2020-02-241-9/+4
* avformat/libsrt: send non-blocking mode on both the listen and the connect so...Marton Balint2020-02-241-3/+3