summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | lavu/hwcontext_opencl.h: fix build on macOSRodger Combs2017-11-281-0/+4
* | avformat/matroskaenc: add missing allocation failure checks for stream durationsJames Almer2017-11-281-0/+4
* | avformat/matroskaenc: move some initialization checks to mkv_initJames Almer2017-11-271-18/+21
* | ffmpeg: Check read_ffserver_streams() return valuePan Bian2017-11-281-0/+2
* | libavformat/rtpenc_mpegts: check avformat_new_stream() return valuePan Bian2017-11-281-0/+4
* | avfilter/vf_threshold: use correct linesizePaul B Mahol2017-11-271-2/+2
* | avformat/matroskaenc: actually enforce the stream limitJames Almer2017-11-271-0/+7
* | avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol2017-11-271-0/+9
* | lavd/alsa: Double maximum alsa buffer size.Carl Eugen Hoyos2017-11-271-1/+1
* | avfilter/af_silenceremove: fix logic error in EOF casePaul B Mahol2017-11-271-1/+1
* | avformat/avienc: fix fields-per-frame value for interlaced video streamsTobias Rapp2017-11-273-14/+33
* | avcodec/nvdec: More effort to make vp8 compile with gcc < 4.6Philip Langdale2017-11-261-11/+10
* | avcodec/nvdec: Make vp8 initialisation more 'compatible'Philip Langdale2017-11-261-5/+14
* | tests/fate-run: Use -bitexactMichael Niedermayer2017-11-271-12/+12
* | avcodec/mlpdsp: Fix signed integer overflow, 2nd tryMichael Niedermayer2017-11-271-1/+1
* | libavformat/mov: Replace duplicate stream_nb check by assertMichael Niedermayer2017-11-271-2/+1
* | avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_addMichael Niedermayer2017-11-271-4/+4
* | avcodec/kgv1dec: Check that there is enough input for maximum RLE compressionMichael Niedermayer2017-11-271-0/+3
* | tests/checkasm/float_dsp: Increase allowed difference for float_dsp.vector_dmulMichael Niedermayer2017-11-271-1/+2
* | avcodec/vc1dec: fix preprocessor checks and hw_configs lists for the hwaccelsJames Almer2017-11-261-18/+18
* | avcodec/mpeg4videodec: fix preprocessor check for the nvdec hwaccelJames Almer2017-11-261-1/+1
* | avcodec/nvdec: Implement vp8 hwaccelPhilip Langdale2017-11-268-2/+110
* | vaapi_decode: Ignore the profile when not usefulMark Thompson2017-11-261-1/+2
* | vaapi: Add VP8 decode hwaccelMark Thompson2017-11-265-0/+248
* | vp8: Add hwaccel hooksMark Thompson2017-11-263-68/+172
* | vaapi: Make the decode profile matching more explicitMark Thompson2017-11-261-11/+9
* | ffmpeg: Use codec hardware config to configure hwaccelsMark Thompson2017-11-264-133/+251
* | lavc: Mark all AVHWAccel structures as constMark Thompson2017-11-2629-101/+104
* | lavc: Delete all fake hwaccelsMark Thompson2017-11-267-151/+6
* | lavc: Remove register mechanism for hwaccelsMark Thompson2017-11-262-83/+1
* | lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson2017-11-264-13/+26
* | lavc: Use hardware config information in ff_get_format()Mark Thompson2017-11-264-94/+211
* | lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-2616-1/+372
* | lavc: Add codec metadata to indicate hardware supportMark Thompson2017-11-265-2/+109
* | avformat/aacdec: Fix leak in adts_aac_read_packet()Michael Niedermayer2017-11-261-1/+5
* | avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*Michael Niedermayer2017-11-261-2/+2
* | vorbisenc: Check the return value of av_frame_cloneDerek Buitenhuis2017-11-261-1/+5
* | doc/ffmpeg: Document opencl for -init_hw_deviceMark Thompson2017-11-261-0/+37
* | doc/fftools: Remove documentation for old -opencl_bench optionMark Thompson2017-11-261-45/+0
* | nvenc: Include config.h before checking for D3D11 supportMark Thompson2017-11-261-2/+2
* | hwcontext_vaapi: Do not assume that sw_format is transferableMark Thompson2017-11-261-7/+14
* | h264_picture: Actually return error during alloc failureDerek Buitenhuis2017-11-261-3/+9
* | avfilter: add lv2 wrapper filterPaul B Mahol2017-11-267-1/+669
* | error_resilience: remove avpriv_atomic usageRostislav Pehlivanov2017-11-262-11/+12
* | libavcodec/utils.c: simplify avcodec locking with atomicsRostislav Pehlivanov2017-11-262-7/+6
* | lavc/utils.c: use C11 atomics for entangled thread handlingRostislav Pehlivanov2017-11-261-4/+5
* | avformat/mov_esds: check return value of ff_mp4_read_dec_config_descrJames Almer2017-11-251-3/+4
* | avformat/isom: return proper error values in ff_mp4_read_dec_config_descrJames Almer2017-11-251-1/+1
* | fate/hapAlphaOnly : add test for hap alpha only decodingMartin Vignali2017-11-253-0/+18
* | avcodec/hapdec : use gray8 for HapAlphaOnly decoding instead of RGB0Martin Vignali2017-11-252-4/+7
OpenPOWER on IntegriCloud