summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: add myself to MIPS sectionShiyou Yin2018-08-081-1/+1
* ffmpeg: simplify refcounting packets for the muxing queueJames Almer2018-08-071-2/+2
* avs2: correct avs2 descriptionhwren2018-08-085-5/+5
* lavc/libx264: Support monochrome encoding.Carl Eugen Hoyos2018-08-072-1/+11
* libavfilter: Fixes warnings for unused variables in dnn_srcnn.h, dnn_espcn.h,...Sergey Lavrushkin2018-08-073-74/+64
* libavfilter: Code style fixes for pointers in DNN module and sr filter.Sergey Lavrushkin2018-08-079-150/+150
* libavfilter: Adds on the fly generation of default DNN models for tensorflow ...Sergey Lavrushkin2018-08-075-17559/+7742
* avformat/flvdec: add flv_full_metadata option into flvdecSteven Liu2018-08-072-2/+7
* avformat/flvdec: reindent code for previous commitSteven Liu2018-08-071-11/+11
* avformat/flvdec: add flv_ignore_prevtag option into flvdecSteven Liu2018-08-072-0/+7
* avformat/dashdec: remove unused functions and process codeSteven Liu2018-08-071-38/+8
* avformat/dashdec: Fix memleak when resolve_content_pathJacek Jendrzej2018-08-071-1/+4
* avformat/dashdec: fix for ticket #7336Jacek Jendrzej2018-08-071-2/+4
* fftools/qsv: add extra_hw_frames supportZhong Li2018-08-071-1/+1
* lavc/qsvenc: expose qp of encoded framesZhong Li2018-08-073-0/+50
* vf_tonemap: Update hdr metadata with the new peak valueVittorio Giovara2018-08-061-0/+2
* vf_tonemap_opencl: Move update_metadata() to a shared fileVittorio Giovara2018-08-063-18/+19
* vf_tonemap[_opencl]: Move determine_signal_peak() to a shared fileVittorio Giovara2018-08-065-63/+40
* vf_tonemap: Fix logic for detecting the maximum peak of untagged sourcesVittorio Giovara2018-08-061-3/+3
* avcodec/libaomenc: correct range for cpu-usedGyan Doshi2018-08-061-1/+1
* avcodec/mediacodecdec: fix spurious newline in trace loggingAman Gupta2018-08-051-1/+1
* avcodec/pnm_parser: Avoid reparsing failed data.Michael Niedermayer2018-08-041-2/+3
* avcodec/simple_idct_template: Fix several integer overflowsMichael Niedermayer2018-08-041-24/+24
* avcodec/aacdec_template: Check for duplicate elementsMichael Niedermayer2018-08-041-0/+9
* avcodec/aacpsdsp_template: Fix integer overflow in ps_stereo_interpolate_c()Michael Niedermayer2018-08-041-4/+4
* avformat/flvenc: Check audio packet sizeMichael Niedermayer2018-08-041-0/+5
* avcodec/mediacodecdec: fix SEGV on modern nvidia decodersAman Gupta2018-08-031-2/+3
* lavc/svq3: Fix regression decoding some files.Nikolas Bowe2018-08-031-5/+4
* avcodec/mlp_parser: Check if synccode is within bufferMichael Niedermayer2018-08-031-1/+1
* avcodec/qtrle: Check remaining bytestream in qtrle_decode_XYbpp()Michael Niedermayer2018-08-031-0/+10
* avformat/matroskaenc: filter and reorder AV1 OBUsJames Almer2018-08-021-0/+6
* avformat/av1: reorder OBUs before writting them in ff_isom_write_av1c()James Almer2018-08-021-4/+46
* avcodec/av1_parse: return size of the parsed OBU in parse_obu_header()James Almer2018-08-023-29/+26
* avformat/av1: return an error when no data is provided to ff_isom_write_av1c()James Almer2018-08-021-0/+3
* avcodec/av1_parse: check for OBU header overreadJames Almer2018-08-021-0/+4
* avcodec/libaomdec: auto insert dump_extra bitstream filterJames Almer2018-08-022-0/+2
* avcodec/dump_extradata_bsf: don't allocate a new AVPacket per filtered packetJames Almer2018-08-021-3/+4
* avformat/avs: add descriptive name and urlGyan Doshi2018-08-021-1/+7
* x86/pixelutils: don't use the AVX2 functions on CPUs known to be slow with themJames Almer2018-07-311-1/+1
* x86/pixelutils: add missing preprocessor wrapper to the AVX2 functionsJames Almer2018-07-311-0/+2
* tools/qt-faststart: Allow free atoms after moov atom.Carl Eugen Hoyos2018-08-011-1/+12
* avutil/pixelutils: sad_32x32 sse2/avx2 optimizations.Jun Zhao2018-07-312-0/+249
* lavutil/pixelutils: add sad_32x32 in pixelutils API.Jun Zhao2018-07-313-1/+15
* avcodec/h264_mp4toannexb_bsf: use enum constants for the NAL unit type valuesJames Almer2018-07-301-7/+8
* fate: add tests for audio channel up-/downmixing with pan filterTobias Rapp2018-07-306-22/+146
* tests/audiogen: raise channel count limit to 12Tobias Rapp2018-07-301-1/+1
* libavformat/dashenc: Fix relative URI of HLS master playlistAntonio Morell2018-07-301-1/+1
* doc/formats: Add documentation for skip_estimate_duration_from_ptsMichael Niedermayer2018-07-301-0/+4
* configure: add missing aandcttables dependency to asv1 and asv2 encodersJames Almer2018-07-291-2/+2
* configure: add missing aandcttables dependency to mpegvideoencJames Almer2018-07-291-11/+11