90679 Commits (3e1204b94d1ab586e4a5b1fc7c51559bc2447dcd)
 

Author SHA1 Message Date
James Almer c00579ab32 Merge commit '80a4e6a46f21256e9bf508ead686563616945ad5' 7 years ago
James Almer 23ba9b3fd1 Merge commit '31a53ab34e22fe1eec902f79ec1f19ab828a7a0c' 7 years ago
James Almer c00b218a8f Merge commit '18dc1ff0fb4572b1d50a44905aa1e76bc3bbb0ad' 7 years ago
James Almer 67e8f476b7 Merge commit '9c37d765ef28b027414f86b0088b0c282a3c46d8' 7 years ago
Sven Dueking a2fc8dbae8 Add Haivision SRT protocol 7 years ago
sanilraut 10d008f0fd avformat/dashdec: Support signaling of last segment number 7 years ago
Mark Thompson 44000b7744 hwcontext_d3d11: Fix crash with valid adapter but no device 7 years ago
Michael Niedermayer b3e9f3f5f5 doc/examples/hw_decode: Remove logically dead code in decode_write() 7 years ago
Michael Niedermayer 49a0b3f6bc doc/examples/hw_decode: Remove useless NULL check 7 years ago
James Almer 95e33ea565 doc/APIchanges: fix lavu version for the AVEncryptionInfo addition 7 years ago
James Almer d205c8f3bb avcodec/avpacket: remove unnecessary check in av_packet_make_writable() 7 years ago
Diego Biurrun 2124a97a49 configure: Drop unused helper function test_cflags_cpp() 7 years ago
Timo Rothenpieler 3914c8e0e6 avformat/hlsenc: initialize saveptrs 7 years ago
Jun Zhao ac6e27d74f kmsgrab: add category for kmsgrab 7 years ago
drfer3 29c663d50c avfilter/vf_avgblur_opencl: fix error when clSetKernelArg fails 7 years ago
Mark Thompson 213839edff vf_avgblur_opencl: Don't run kernel on pixels outside the image 7 years ago
Danil Iashchenko 9f17875134 libavfilter: Add OpenCL convolution filter 7 years ago
Gyan Doshi cfe1a9d311 avformat/segafilm - fix keyframe detection and set packet flags 7 years ago
Diego Biurrun 434b44cd6f configure: Simplify vararg check 7 years ago
Diego Biurrun 8c7554e6a9 configure: Add check_x86asm() helper function to simplify some expressions 7 years ago
Diego Biurrun 17ee5b0c13 configure: Use indirection for the -o assembler flag also for x86asm 7 years ago
Diego Biurrun b9ea301e02 configure: Use a more sensible suffix for x86 assembly tempfiles 7 years ago
Diego Biurrun 5292e97c42 configure: Document available options for the --toolchain parameter 7 years ago
James Almer 3c245707bd avcodec/avdct: use the proper function to free AVCodecContext 7 years ago
James Almer 3eff98c927 avformat/rtpenc_chain: use the proper function to free AVFormatContext 7 years ago
Michael Niedermayer db77230894 avcodec/mpeg4videodec: Use more specific error codes 7 years ago
Michael Niedermayer eb60b9d3aa avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_entry() 7 years ago
Michael Niedermayer e529fe7633 avcodec/get_bits: Make sure the input bitstream with padding can be addressed 7 years ago
Paul B Mahol 78f8036c9c avfilter/af_mcompand: make error message more helpful 7 years ago
Paul B Mahol 261171d084 doc/filter.texi: fix some spotted typos 7 years ago
wm4 b0644c3e1a movtextdec: fix handling of UTF-8 subtitles 7 years ago
wm4 b7d0d912ef avcodec: add a subcharenc mode that disables UTF-8 check 7 years ago
Jan Ekström 5b31dd1c6b avformat/hlsenc: use stream's maximum bit rate as fall-back advertised rate 7 years ago
Marton Balint 87455b78cc avdevice/decklink: fix leak when listing devices and there is no memory 7 years ago
Martin Vignali 5f6126ea7f swscale/rgb2rgb : cosmetic, move shuffle_bytes func declaration 7 years ago
Martin Vignali a9a7ed4f27 checkasm/swscale : add test for rgb shuffle_bytes func 7 years ago
Martin Vignali 1ba5ca2d72 swscale/rgb : add X86 SIMD (SSSE3), for shuffle_bytes_1230, shuffle_bytes_3012, shuffle_bytes_3210 7 years ago
Martin Vignali d4f6640855 swscale/rgb : move shuffle func shuffle_bytes_1230, shuffle_bytes_3012, shuffle_bytes_3210 in order to add SIMD 7 years ago
Martin Vignali 923a324174 swscale/rgb : add X86 SIMD (SSSE3) for shuffle_bytes_2103 and shuffle_bytes_0321 7 years ago
James Almer 823362782c Revert "avcodec/vp9_superframe_bsf: cache packets by creating new references rather than moving them" 7 years ago
Jacob Trimble db2a7c947e avcodec/avcodec.h: Add encryption info side data. 7 years ago
Sasi Inguva 829aebf95d lavf/utils.c: Don't compute start_time from DISCARD packets for video. 7 years ago
James Almer dc99ee6b08 avcodec/noise_bsf: move the reference in the bsf internal buffer 7 years ago
James Almer ed1f08bfb5 avcodec/bsf: make sure the AVBSFInternal stored packet is reference counted 7 years ago
James Almer 231a73308f ffmpeg: pass reference counted packet on codec copy when possible 7 years ago
James Almer f5ceb15bb6 ffmpeg: remove dead call to av_parser_change() 7 years ago
Paul B Mahol 3e3d567761 avfilter/avf_showvolume: implement basic rms metering mode 7 years ago
Paul B Mahol 74c6a6d373 doc/filters: itemize channelmap examples 7 years ago
Paul B Mahol a8c2d375ca avfilter/avf_showwaves: add draw mode which controls how single sample is drawn 7 years ago
Paul B Mahol fe0fdc51b5 avfilter/vf_convolution: disable fast path if rdiv/bias are different from defaults 7 years ago