89235 Commits (e1d192442780a6b60f75b78092a862bd40141099)
 

Author SHA1 Message Date
Mark Thompson e1d1924427 lavu/pixfmt: Remove gap in the middle of enum AVPixelFormat 7 years ago
Mark Thompson b26dd5ae2f Merge commit '136e7cf64ce9e78de7158d6720539d51cb96b743' 7 years ago
Richard Ling 7d4fe0c5cb avfilter: add normalize filter 7 years ago
Mikulas Patocka 279d2599dd ffmpeg libopusdec: fix missing include file in libopusdec.c 7 years ago
John Stebbins bdddcb7b03 lavf/mov: fix crash in mov_read_sidx 7 years ago
Karthick J a1f8f1340a avformat/dashenc: Associate mpd extension with dash muxer 7 years ago
Michael Niedermayer 12a511f2c2 avcodec/sbrdsp_fixed: Fix integer overflow 7 years ago
James Almer 31de45d20b avformat/utils: fix mixed declarations and code 7 years ago
Philip Langdale 4186a77f26 avcodec/nvdec: Round up odd width/height values 7 years ago
James Almer fa4121507c avformat/ttaenc: add tta_init() 7 years ago
James Almer e97667c82f avformat/ttaenc: buffer packets directly 7 years ago
Dale Curtis 9648cc6d7f avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead. 7 years ago
Dale Curtis 03fbc0daa7 avformat/utils: Prevent undefined shift with wrap_bits > 64. 7 years ago
Paul B Mahol 63826a0b82 avfilter/af_amix: make use of av_asprintf() 7 years ago
Paul B Mahol ec5328aa6f avfilter: add mix filter 7 years ago
Paul B Mahol 59365e6345 avfilter/af_ladspa: remove duplicate code lines 7 years ago
Michael Niedermayer 7c191dfba7 avcodec/j2kenc: Only allocate cblk.data once 7 years ago
Karthick J efb51c8ebb avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tag 7 years ago
Karthick J 241c1192d6 avformat/hlsenc: Refactor an inconsistent variable name 7 years ago
Karthick J f335efc0ad avformat/hlsenc: Minor fix in setting http options for master playlist 7 years ago
James Almer ef8979f199 avfilter/Makefile: skip building opencl.h when opencl is disabled 7 years ago
Lou Logan a60b2425c3 doc/filters: mention (a)loop defaults 7 years ago
Werner Robitza 5f278620b8 doc/filters.texi: explain infinite looping 7 years ago
Martin Vignali 515555af6c avcodec/x86/exrdsp : use ymm constant for pb_80 7 years ago
Derek Buitenhuis cce33ed10f Revert "udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined" 7 years ago
Li, Zhong 136e7cf64c qsv/hevcdec: Load hw plugin by default on non-windows os 7 years ago
Carl Eugen Hoyos 8b62647a5f lavf/mov: Read aspect ratio from AVID jpeg2000 mov files. 7 years ago
Rostislav Pehlivanov 6e0723470b opus_pvq: fix crashing on analysis of mono 7 years ago
Mark Thompson 79a26ef802 tools/cl2c: Add a copyright header 7 years ago
Mark Thompson 3650cb2dfa lavu,lavfi,ffmpeg: Remove experimental OpenCL API 7 years ago
Mark Thompson 0f93cef2d6 hwcontext: Perform usual uninitialisation on derived frames contexts 7 years ago
Mark Thompson 5514bab37a vf_hwmap: Pass mapping mode when deriving frames context on an existing device 7 years ago
Mark Thompson 7faa8d8b03 lavfi: Add OpenCL unsharp mask filter 7 years ago
Mark Thompson 9204b2deea lavfi: Add OpenCL overlay filter 7 years ago
Mark Thompson 59d6529333 lavfi: Add infrastructure for building OpenCL source into libavfilter 7 years ago
Mark Thompson 5c21c41b7d lavfi: Add some common code for OpenCL filtering 7 years ago
Mark Thompson 7faae6e745 hwcontext_opencl: DRM to OpenCL mapping for ARM 7 years ago
Mark Thompson f06754e4f3 hwcontext_opencl: D3D11 to OpenCL mapping 7 years ago
Mark Thompson 9e7cda1b1e hwcontext_opencl: DXVA2 to OpenCL mapping 7 years ago
Mark Thompson 403cde8e85 hwcontext_opencl: QSV to OpenCL mapping for Intel Media SDK 7 years ago
Mark Thompson eb3e9f469a hwcontext_opencl: VAAPI to OpenCL mapping for Intel i965+beignet 7 years ago
Mark Thompson b25d8ef0a7 lavu: OpenCL hwcontext implementation 7 years ago
Mark Thompson a050f56c09 lavu: Add OpenCL hardware pixfmt 7 years ago
Jim DeLaHunt 152902f379 doc: Add FAQs about running in background (rev 2) 7 years ago
Dale Curtis 6db511a783 avformat/mov: Increment stsd_count while processing stsd data; avoids leaks. 7 years ago
Michael Niedermayer 3d5822d9cf avcodec/jpeg2000: Dynamically allocate codeblock data 7 years ago
Karthick J e8e9306b4f avdevice/decklink_dec: autodetect the video input format 7 years ago
Karthick J aa7b0329ff avdevice/decklink: refactor ff_decklink_set_format function 7 years ago
Michael Niedermayer 0e7865ce41 avcodec/mpeg4videodec: Check also for negative versions in the validity check 7 years ago
Paul B Mahol 000836c2a9 avfilter/af_asetnsamples: add missing error check 7 years ago