summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* avfilter/vf_framerate: change blend factor precisionMarton Balint2018-01-284-111/+109
* avfilter/vf_framerate: factorize blend functions and unify filter_sliceMarton Balint2018-01-281-51/+57
* avfilter/vf_framerate: unify luma and chroma blendingMarton Balint2018-01-281-45/+15
* fate: test the transpose filter more fullyMichael Niedermayer2018-01-282-0/+111
* avfilter/vf_transpose: Fix regression with packed pixel formatsMichael Niedermayer2018-01-281-1/+1
* avcodec/nvenc: also clear data pointer after unregistering a resourceTimo Rothenpieler2018-01-281-0/+2
* avcodec/nvenc: add some more error case checksTimo Rothenpieler2018-01-281-6/+18
* avcodec/nvenc: unregister input resource when unmappingTimo Rothenpieler2018-01-281-0/+2
* avcodec/nvenc: refcount input frame mappingsTimo Rothenpieler2018-01-282-17/+24
* avcodec/hevc_cabac: Check prefix so as to avoid invalid shifts in coeff_abs_l...Michael Niedermayer2018-01-271-1/+1
* avcodec/mjpegdec: Fix integer overflow in DC dequantizationMichael Niedermayer2018-01-271-1/+1
* avfilter/vf_transpose: Fix used plane count.Michael Niedermayer2018-01-271-1/+7
* hls: don't print a certain warning if playlist loading is abortedwm42018-01-271-2/+3
* avformat, hls: add a flag to signal unavailability of seekingwm42018-01-274-4/+16
* hls: do not allow fallback to generic seekingwm42018-01-271-0/+1
* lavc/aarch64/sbrdsp_neon: fix build on old binutilsRodger Combs2018-01-261-1/+1
* avformat/dashenc: Signal http end of chunk(http_shutdown) explicitlyKarthick Jeyapal2018-01-261-0/+3
* avformat/dashenc: Fix a resource leak when http persistent in enabledKarthick Jeyapal2018-01-261-0/+4
* lavfi/misc_vaapi: use default value setting if without arguments.Jun Zhao2018-01-251-34/+30
* lavfi/procamp_vaapi: fix the green video issue if without arguments.Jun Zhao2018-01-251-42/+31
* ffmpeg: Ignore SIGPIPEMark Thompson2018-01-251-0/+3
* Merge commit '559370f2c45110afd8308eec7194437736c323d4'Mark Thompson2018-01-251-1/+5
|\
| * qsv: Skip the packet if decoding failureRuiling, Song2018-01-251-1/+5
* | Merge commit 'a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d'Mark Thompson2018-01-250-0/+0
|\ \ | |/
| * rtmp: Plug leak if sending bytes read report fails.Josh Allmann2018-01-241-1/+3
* | Merge commit '85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba'Mark Thompson2018-01-251-1/+1
|\ \ | |/
| * intreadwrite: Use __unaligned in MSVC for ARM64 as wellMartin Storsjö2018-01-161-1/+1
* | libavformat/rtmpproto: Plug leak if sending bytes read report fails.Josh Allmann2018-01-251-1/+3
* | lavfi/vf_xxx_vaapi: fix typo.Jun Zhao2018-01-244-5/+5
* | avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit2018-01-245-5/+196
* | avformat: add option to parse/store ID3 PRIV tags in metadata.Richard Shaffer2018-01-245-1/+126
* | avfilter/Makefile: skip compiling vaapi_vpp.h when vaapi is not enabledJames Almer2018-01-231-0/+1
* | configure: fix vaapi_encode_example dependenciesJames Almer2018-01-231-1/+1
* | MAINTAINERS: Add dashenc maintainerKarthick Jeyapal2018-01-241-0/+1
* | avcodec/dxtory: Fix bits left checksMichael Niedermayer2018-01-231-5/+5
* | avcodec/hevc_cabac: Move prefix check in coeff_abs_level_remaining_decode() downMichael Niedermayer2018-01-231-4/+7
* | avutil/aes_ctr: Add method to set 16-byte IV.Jacob Trimble2018-01-234-2/+16
* | avcodec: v4l2_context: remove unnecessary codeJorge Ramirez-Ortiz2018-01-231-3/+1
* | v4l2_m2m: Fix integer overflow in timestamp handlingMark Thompson2018-01-221-1/+2
* | avcodec/mpeg12dec: fix preprocessor check for mpeg1_nvdec hwaccelJames Almer2018-01-211-1/+1
* | v4l2_m2m: Fix free of the wrong pointer in an error pathMark Thompson2018-01-211-1/+1
* | lavfi: add denoise and sharpness VAAPI video filters.Jun Zhao2018-01-215-1/+300
* | lavfi: add ProcAmp (color balance) VAAPI video filter.Jun Zhao2018-01-215-0/+285
* | lavfi: use common VAAPI VPP infrastructure for vf_deinterlace_vaapi.Jun Zhao2018-01-212-307/+46
* | lavfi: use common VAAPI VPP infrastructure for vf_scale_vaapi.Jun Zhao2018-01-212-316/+42
* | lavfi: VAAPI VPP common infrastructure.Jun Zhao2018-01-212-0/+461
* | avcodec/truemotion2: Fix integer overflow in TM2_RECALC_BLOCK()Michael Niedermayer2018-01-211-2/+2
* | MAINTAINERS: add myself for avcodec/v4l2_Jorge Ramirez-Ortiz2018-01-211-0/+1
* | lavc/svq3: Do not write into memory defined as const.Carl Eugen Hoyos2018-01-211-4/+4
* | libavformat/dashdec: Fix for ticket 6856 (filename limited to 1024)Colin NG2018-01-211-31/+63
OpenPOWER on IntegriCloud