summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lsws/rgb2rgb_template: Do not compile unneeded shuffle functions on big-endian.Carl Eugen Hoyos2018-06-101-0/+2
* lavc/aacsbr: fix make checkheaders warningJun Zhao2018-06-102-12/+12
* lavc/dolby_e: fix make checkheaders warningJun Zhao2018-06-102-86/+87
* ffmpeg: Fail if the user requested impossible subtitle encoding.Carl Eugen Hoyos2018-06-091-0/+17
* avformat/mov: Fix reading saio/saiz for clear content.Jacob Trimble2018-06-091-16/+55
* doc/filters: change subtitles example to hint at correct color syntaxGyan Doshi2018-06-091-2/+2
* avformat/mxfdec: add support for recognizing timed text streamsMarton Balint2018-06-081-0/+8
* avcodec/avcodec.h: add AV_CODEC_ID_TTMLMarton Balint2018-06-083-2/+11
* avformat/mxfdec: remove check for NULL MXFTrack in mxf_set_ptsMarton Balint2018-06-081-1/+1
* avformat/mxfdec: only disallow seek on metadata streamsMarton Balint2018-06-081-1/+1
* avformat/mxfdec: recognize SMPTE 436 VBI dataMarton Balint2018-06-081-0/+2
* avformat/mxfdec: use MXFCodecUL struct to store essence description for data_...Marton Balint2018-06-082-12/+5
* ffmpeg: mark sseof as an input-only optionGyan Doshi2018-06-092-2/+2
* libavfilter/dnn_interface.c: fix av_freep dnn_module.Sergey Lavrushkin2018-06-081-1/+1
* libavfilter/vf_srcnn.c: adds DNN module backend AVOption, changes AV_LOG_INFO...Sergey Lavrushkin2018-06-081-14/+11
* MAINTAINERS: add myself to qsv sectionZhong Li2018-06-071-1/+1
* avcodec/shorten: Fix multiple integer overflowsMichael Niedermayer2018-06-071-2/+2
* avcodec/shorten: Fix undefined shift in fix_bitshift()Michael Niedermayer2018-06-071-1/+1
* avcodec/shorten: Fix a negative left shift in shorten_decode_frame()Michael Niedermayer2018-06-071-1/+1
* avcodec/shorten: Sanity check nmeansMichael Niedermayer2018-06-071-0/+4
* configure: fix check for openclJun Zhao2018-06-071-1/+2
* lavfi/opencl: remove redundant header.Jun Zhao2018-06-071-3/+0
* lavu/hwcontext_opecl: fix the build warningJun Zhao2018-06-071-2/+2
* doc/general.texi: clarify FDK-AAC licensing & usabilityGyan Doshi2018-06-071-4/+5
* lavu: add calling convention for OpenCL callback.Ruiling Song2018-06-061-3/+4
* lavc/profiles: Mention AAC-LC only once.Carl Eugen Hoyos2018-06-061-1/+0
* avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header()Michael Niedermayer2018-06-061-2/+2
* avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan()Michael Niedermayer2018-06-061-1/+1
* avcodec/truemotion2: Fix overflow in tm2_apply_deltas()Michael Niedermayer2018-06-061-1/+1
* configure: fix arm inline asm checksJohn Cox2018-06-061-1/+1
* fate: add Dolby E testfoo862018-06-051-0/+5
* Use the same name for stereo3d frame/packet side dataVittorio Giovara2018-06-051-1/+1
* lavf/mov.c: Set st->start_time for video streams explicitly.Sasi Inguva2018-06-064-5/+54
* lavf/mov.c: Fix timestamps to be strictly monotonic for video also.Sasi Inguva2018-06-051-4/+5
* Adds TensorFlow backend for dnn inference module.Sergey Lavrushkin2018-06-059-9/+3262
* avcodec/magicyuvenc: mark as not more experimentalPaul B Mahol2018-06-051-1/+1
* avcodec/magicyuvenc: write max huffman length and extradata tooPaul B Mahol2018-06-051-5/+37
* doc/filters: mention required compile options for some filtersLou Logan2018-06-041-2/+8
* avcodec/opus_silk: Change silk_lsf2lpc() slightly toward silk/NLSF2A.cMichael Niedermayer2018-06-041-2/+4
* avcodec/amrwbdec: Fix division by 0 in find_hb_gain()Michael Niedermayer2018-06-041-3/+8
* fftools/ffmpeg: fix for all forced key frames when 'copyts' is enabledVishwanath Dixit2018-06-043-1/+7
* avcodec/vc1: fix out-of-bounds reference pixel replicationJerome Borsboom2018-06-041-283/+385
* avfilter/drawtext: present 'hms' formatted 'pts' in 24h formatVishwanath Dixit2018-06-042-0/+12
* v4l2_m2m: Mark V4L2 M2M decoders as unsuitable for probingMark Thompson2018-06-031-1/+2
* avfilter/f_drawgraph: fix drawing of first point for non-first metadata keyPaul B Mahol2018-06-031-6/+6
* avfilter/vf_zoompan: do not increase VAR_IN twice, also count from 0Paul B Mahol2018-06-031-3/+3
* avfilter/avf_showspectrum: also show sample rate and channel layoutPaul B Mahol2018-06-031-0/+10
* avfilter/avf_showspectrum: avoid overwritting textPaul B Mahol2018-06-031-1/+1
* avfilter/avf_showspectrum: improve axes drawingPaul B Mahol2018-06-031-3/+4
* avcodec/vp3: Fix end of bitstream check in unpack_superblocks()Michael Niedermayer2018-06-021-2/+5
OpenPOWER on IntegriCloud