summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vf_tonemap: Update hdr metadata with the new peak valueVittorio Giovara2018-08-06
* vf_tonemap_opencl: Move update_metadata() to a shared fileVittorio Giovara2018-08-06
* vf_tonemap[_opencl]: Move determine_signal_peak() to a shared fileVittorio Giovara2018-08-06
* vf_tonemap: Fix logic for detecting the maximum peak of untagged sourcesVittorio Giovara2018-08-06
* avcodec/libaomenc: correct range for cpu-usedGyan Doshi2018-08-06
* avcodec/mediacodecdec: fix spurious newline in trace loggingAman Gupta2018-08-05
* avcodec/pnm_parser: Avoid reparsing failed data.Michael Niedermayer2018-08-04
* avcodec/simple_idct_template: Fix several integer overflowsMichael Niedermayer2018-08-04
* avcodec/aacdec_template: Check for duplicate elementsMichael Niedermayer2018-08-04
* avcodec/aacpsdsp_template: Fix integer overflow in ps_stereo_interpolate_c()Michael Niedermayer2018-08-04
* avformat/flvenc: Check audio packet sizeMichael Niedermayer2018-08-04
* avcodec/mediacodecdec: fix SEGV on modern nvidia decodersAman Gupta2018-08-03
* lavc/svq3: Fix regression decoding some files.Nikolas Bowe2018-08-03
* avcodec/mlp_parser: Check if synccode is within bufferMichael Niedermayer2018-08-03
* avcodec/qtrle: Check remaining bytestream in qtrle_decode_XYbpp()Michael Niedermayer2018-08-03
* avformat/matroskaenc: filter and reorder AV1 OBUsJames Almer2018-08-02
* avformat/av1: reorder OBUs before writting them in ff_isom_write_av1c()James Almer2018-08-02
* avcodec/av1_parse: return size of the parsed OBU in parse_obu_header()James Almer2018-08-02
* avformat/av1: return an error when no data is provided to ff_isom_write_av1c()James Almer2018-08-02
* avcodec/av1_parse: check for OBU header overreadJames Almer2018-08-02
* avcodec/libaomdec: auto insert dump_extra bitstream filterJames Almer2018-08-02
* avcodec/dump_extradata_bsf: don't allocate a new AVPacket per filtered packetJames Almer2018-08-02
* avformat/avs: add descriptive name and urlGyan Doshi2018-08-02
* x86/pixelutils: don't use the AVX2 functions on CPUs known to be slow with themJames Almer2018-07-31
* x86/pixelutils: add missing preprocessor wrapper to the AVX2 functionsJames Almer2018-07-31
* tools/qt-faststart: Allow free atoms after moov atom.Carl Eugen Hoyos2018-08-01
* avutil/pixelutils: sad_32x32 sse2/avx2 optimizations.Jun Zhao2018-07-31
* lavutil/pixelutils: add sad_32x32 in pixelutils API.Jun Zhao2018-07-31
* avcodec/h264_mp4toannexb_bsf: use enum constants for the NAL unit type valuesJames Almer2018-07-30
* fate: add tests for audio channel up-/downmixing with pan filterTobias Rapp2018-07-30
* tests/audiogen: raise channel count limit to 12Tobias Rapp2018-07-30
* libavformat/dashenc: Fix relative URI of HLS master playlistAntonio Morell2018-07-30
* doc/formats: Add documentation for skip_estimate_duration_from_ptsMichael Niedermayer2018-07-30
* configure: add missing aandcttables dependency to asv1 and asv2 encodersJames Almer2018-07-29
* configure: add missing aandcttables dependency to mpegvideoencJames Almer2018-07-29
* lavfi/nlmeans: fix aarch64 assembly with clangJan Ekström2018-07-28
* cmdutils: print a more descriptive error message in show_help_bsf() when no b...James Almer2018-07-28
* avcodec/bitstream_filters: check the input argument of av_bsf_get_by_name() f...James Almer2018-07-28
* avcodec/diracdec: Check bytes count in else branch in decode_lowdelay() tooMichael Niedermayer2018-07-28
* avcodec/diracdec: Check slice numbers for overflows in relation to picture di...Michael Niedermayer2018-07-28
* avcodec/diracdec: Change frame_number to 64bit as its a 32bit from the bitstr...Michael Niedermayer2018-07-28
* avcodec/dirac_dwt_template: Fix several integer overflows in horizontal_compo...Michael Niedermayer2018-07-28
* avcodec/diracdec: Prevent integer overflow in intermediate in global_mv()Michael Niedermayer2018-07-28
* avformat/librtmp: fix returning EOF from Read/WriteTimo Rothenpieler2018-07-28
* fate: remove unnecessary reference file for fate-encryption-infoJames Almer2018-07-27
* avcodec: add missing files missed in previous commitsJames Almer2018-07-27
* lavc, doc, configure: add avs2 video decoder wrapperhwren2018-07-27
* lavf: add avs2 fourcchwren2018-07-27
* lavc: add AVS2/IEEE 1857.4 parserhwren2018-07-27
* doc/protocols: documents tcp_mssJun Zhao2018-07-26