summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_v360: implement stereo 3D supportPaul B Mahol2019-09-143-44/+142
* avfilter/vf_v360: reduce by one cosf call lessPaul B Mahol2019-09-141-3/+8
* avfilter/vf_v360: define variables in for loops consistentlyPaul B Mahol2019-09-141-44/+29
* avfilter/vf_v360: call tanf() oncePaul B Mahol2019-09-141-3/+3
* avfilter/vf_v360: implement diagonal field of viewPaul B Mahol2019-09-143-16/+43
* avformat/hlsenc: make fix code style of hls_write_trailerSteven Liu2019-09-141-8/+8
* avformat/dashdec: reindent code at parse_manifestSteven Liu2019-09-141-1/+1
* lavf/hls: fix memory leak in error handling path for option tmpJun Zhao2019-09-141-3/+4
* lavf/hls: remove redundancy seekable settingJun Zhao2019-09-141-1/+0
* lavf/hls: drop unnecessary check before ff_format_io_closeJun Zhao2019-09-141-12/+6
* lavf/hls: refine the log messageJun Zhao2019-09-141-3/+3
* avformat/hlsenc: Fix memleak when using single_fileAndreas Rheinhardt2019-09-141-0/+1
* hlsenc: flush segments to guarantuee atomic single file hlsDaniel Oberhoff2019-09-141-0/+1
* avcodec/mjpegdec: Restore non bayer checks in ljpeg_decode_rgb_scan()Michael Niedermayer2019-09-131-0/+4
* avcodec/mjpegdec: Only allow 0x11110000 pix_fmt_id for bayer modeMichael Niedermayer2019-09-131-0/+2
* avformat/sccdec: remove not needed codePaul B Mahol2019-09-131-1/+0
* avfilter/vf_v360: use always float version instead of double floating-point f...Paul B Mahol2019-09-131-4/+4
* avfilter/vf_v360: fix flat projection field of view calculationPaul B Mahol2019-09-131-8/+3
* cmdutils: promote report level if loglevel is higherGyan Doshi2019-09-131-2/+9
* avfilter/vf_v360: add dfisheye outputPaul B Mahol2019-09-122-3/+43
* avfilter/vf_v360: fix setting default height for stereographicPaul B Mahol2019-09-121-3/+3
* avfilter/vf_v360: fix errors is commentsPaul B Mahol2019-09-121-16/+16
* avfilter/vf_v360: fix M_PI_4 usage consistencyPaul B Mahol2019-09-121-2/+2
* avformat/dashdec: add startNumber parser for segmentlistSteven Liu2019-09-121-1/+9
* avformat/hlsenc: fix memleak at hls_write_trailerSteven Liu2019-09-121-0/+1
* avformat/hlsenc: print warning at the end when upload the last segment failedSteven Liu2019-09-121-0/+2
* avformat/hlsenc: merge fmp4 and mpegts segment type m3u8 list AVIOConextSteven Liu2019-09-121-11/+11
* x85/opusdsp: enable the functions on all FMA3 CPUsJames Almer2019-09-111-1/+1
* x86/opusdps: clear the high bits from some gprsJames Almer2019-09-111-3/+4
* avcodec/htmlsubtitles: Avoid locale dependant isdigit()Michael Niedermayer2019-09-111-1/+1
* avcodec/mpeg12enc: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-09-111-0/+2
* avcodec/alsdec: Check k from being outside what our implementation can handleMichael Niedermayer2019-09-111-0/+3
* avcodec/takdec: Fix integer overflow in decorrelate()Michael Niedermayer2019-09-111-1/+1
* avcodec/aacps: Fix integer overflows in hybrid_synthesis()Michael Niedermayer2019-09-111-18/+18
* avcodec/mpeg4videodec: Fix integer overflow in mpeg4_decode_studio_block()Michael Niedermayer2019-09-111-1/+2
* avcodec/vp56rac: delay signaling an error on truncated inputMichael Niedermayer2019-09-113-2/+6
* avcodec/v4l2_context: set frame SAR using VIDIOC_CROPCAPMaxime Jourdan2019-09-113-1/+23
* avcodec/v4l2_buffers: use correct timebase for encoder/decoderAman Gupta2019-09-111-6/+12
* avcodec/v4l2_m2m_dec: fix compileAman Gupta2019-09-111-0/+1
* avcodec/v4l2_m2m_dec: fix dropped packets while decodingMaxime Jourdan2019-09-112-5/+17
* avcodec/v4l2_context: expose timeout for dequeue_frameAman Gupta2019-09-113-5/+6
* avcodec/v4l2_m2m_dec: set pkt_dts on decoded frames to NOPTSAman Gupta2019-09-112-0/+2
* avcodec/v4l2_buffers: read height/width from the proper contextAman Gupta2019-09-111-3/+2
* avfilter/vf_v360: remove pointless special case when allocating stuffPaul B Mahol2019-09-111-10/+1
* avfilter/vf_v360: refactor FoV calculation for stereographicPaul B Mahol2019-09-111-6/+23
* avcodec/h2645_parse: simplify memset callAndriy Gelman2019-09-111-2/+1
* avfilter/vf_v360: extend max limit to vertical fovPaul B Mahol2019-09-111-1/+1
* avfilter/vf_v360: really fix FoV selectionPaul B Mahol2019-09-111-2/+5
* lavfi/sinc: fix memory leak in error handling pathJun Zhao2019-09-111-1/+4
* lavfi/anequalizer: fix memory leak in error handling pathJun Zhao2019-09-111-1/+3
OpenPOWER on IntegriCloud