aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-02avfilter/vf_elbg: stop leaking frame on errorPaul B Mahol
2019-10-01avformat/electronicarts: If no packet has been read at the end do not treat i...Michael Niedermayer
2019-10-01lavc/x264: Use FF_CODEC_CAP_INIT_THREADSAFE if x264 is new.Carl Eugen Hoyos
2019-10-01lavfi/movie: Use filter thread count for decoding threads.Carl Eugen Hoyos
2019-10-01cmdutils: trailing options may be ignoredLou Logan
2019-10-01avfilter/vf_drawbox: implement process_commandPaul B Mahol
2019-10-01avfilter/vf_drawbox: reduce code duplicationPaul B Mahol
2019-10-01lavf/avio: Print https warning also for avio_find_protocol_name().Carl Eugen Hoyos
2019-10-01avfilter/f_streamselect: add check case when nothing is donePaul B Mahol
2019-10-01avfilter/vsink_nullsink: cosmeticsPaul B Mahol
2019-10-01avfilter/copy: add forgotten checkPaul B Mahol
2019-10-01avfilter/asink_anullsink: cosmeticsPaul B Mahol
2019-10-01avfilter/vf_copy: check for error cases and handle themPaul B Mahol
2019-10-01avfilter/af_acopy: check for error cases and handle themPaul B Mahol
2019-10-01avfilter/vf_showpalette: fix small cosmetics issuePaul B Mahol
2019-10-01avfilter/vf_alphamere: use the name 's' for the pointer to the private contextPaul B Mahol
2019-09-30avcodec/dxv: Check op_offset in dxv_decompress_yo()Michael Niedermayer
2019-09-30avcodec/utils: Check sample_rate before opening the decoderMichael Niedermayer
2019-09-30avcodec/aptx: Fix multiple shift anomaliesMichael Niedermayer
2019-09-30avfilter/vf_photosensitivity: fix memleakPaul B Mahol
2019-09-30libavfilter: add photosensitivity filterVladimir Panteleev
2019-09-30avfilter: add scroll video filterPaul B Mahol
2019-09-30avfilter/af_join: cosmeticsPaul B Mahol
2019-09-30avfilter/af_join: use av_asprintf()Paul B Mahol
2019-09-30avfilter/split: use av_asprintf()Paul B Mahol
2019-09-30avfilter/trim: drop all audio frames instead of assertingPaul B Mahol
2019-09-30avfilter/f_metadata: do not memleak exprPaul B Mahol
2019-09-30avfilter/f_metadata: add ends_with() function for comparing ends of stringsPaul B Mahol
2019-09-30lavf/utils: support duration estimate method dumpJun Zhao
2019-09-30lavf/utils: Cosmetics: fix indentation for estimate_timingsJun Zhao
2019-09-30lavf/utils: correct the duration estimation method for nut demuxerJun Zhao
2019-09-30lavf/nutdec: add logging context to logJun Zhao
2019-09-30lavf/utils: change the log level to warning if can't get durationJun Zhao
2019-09-29tools/target_dec_fuzzer: Adjust VP7 thresholdMichael Niedermayer
2019-09-29avcodec/qtrleenc: fix undefined behaviourPaul B Mahol
2019-09-29doc/examples/muxing: fix underflow in duration of encoded streamsPaul B Mahol
2019-09-29avcodec/cbs_av1: Make overread check more robustAndreas Rheinhardt
2019-09-29avcodec/cbs_h2645: Fix potential out-of-bounds array accessAndreas Rheinhardt
2019-09-29avcodec/fitsdec: fix use of uninitialised valuesJames Almer
2019-09-28avformat/utils: Remove unnecessary initializationsAndreas Rheinhardt
2019-09-28avformat/utils: Improve parsing packetsAndreas Rheinhardt
2019-09-28avformat/utils: Avoid copying packets unnecessarilyAndreas Rheinhardt
2019-09-28avformat/utils: Don't create unnecessary referencesAndreas Rheinhardt
2019-09-28avformat/utils: Fix memleaks IIAndreas Rheinhardt
2019-09-28avformat/utils: Don't initialize in loopsAndreas Rheinhardt
2019-09-28doc/filters: add more advanced silenceremove examplePaul B Mahol
2019-09-28avfilter/fifo: use the name 's' for the pointer to the private contextPaul B Mahol
2019-09-28avfilter/fifo: cosmeticsPaul B Mahol
2019-09-28avfilter/vf_framerate: remove duplicate code with macro-based functionLimin Wang
2019-09-28avfilter/vf_framerate: refine the filter_slice code for better readiablityLimin Wang