summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avcodec/decode: use a packet list to store packet propertiesJames Almer2020-09-15
* avcodec/packet: move AVPacketList definition and function helpers over from l...James Almer2020-09-15
* avfilter/x86/vf_convolution_init: there is asm only for 8bit depthPaul B Mahol2020-09-15
* avfilter/avf_concat: check for possible integer overflowPaul B Mahol2020-09-14
* avfilter/af_amix: do not leave unset PTS for frames after first stream is overPaul B Mahol2020-09-14
* avcodec/cfhdenc: Fix leaks on allocation errorsAndreas Rheinhardt2020-09-14
* avcodec/snowdec: Use ff_snow_common_init() directlyAndreas Rheinhardt2020-09-14
* avfilter/vf_premultiply: add missing AV_PIX_FMT_YUVA444P12Mark Reid2020-09-14
* avformat: add Argonaut Games BRP demuxerZane van Iperen2020-09-14
* avformat/argo_asf: add ASF_MIN_BUFFER_SIZE #defineZane van Iperen2020-09-14
* avformat/argo_asf: split functionality into a headerZane van Iperen2020-09-14
* avformat/argo_asf: bail if invalid tagZane van Iperen2020-09-14
* avdevice/decklink_dec: add support for querying RP188 High Frame Rate timecodeMarton Balint2020-09-13
* avdevice/decklink_dec: add support for rgb/yuv pixel format autodetectionMarton Balint2020-09-13
* avdevice/decklink_dec: use decklink_ctx->raw_format as bmdPixelFormatMarton Balint2020-09-13
* avdevice/decklink_common.h: remove unsupported decklink version ifdefMarton Balint2020-09-13
* avformat: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-13
* avfilter/vf_showinfo: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-13
* avcodec: use av_timecode_make_smpte_tc_string2 in hevc and h264 decoderMarton Balint2020-09-13
* fftools/ffprobe: use av_timecode_make_smpte_tc_string2Marton Balint2020-09-13
* avutil/timecode: add av_timecode_make_smpte_tc_string2Marton Balint2020-09-13
* avutil/timecode: do not trash bits on invalid av_timecode_get_smpte argumentsMarton Balint2020-09-13
* avutil/timecode: cosmetics on av_timecode_get_smpteMarton Balint2020-09-13
* avutil/timecode: fix av_timecode_get_smpte_from_framenum with 50/60 fpsMarton Balint2020-09-13
* avformat: add Square SVS demuxerPaul B Mahol2020-09-13
* avformat/moflex: make seeking more usefulPaul B Mahol2020-09-13
* avcodec/mobiclip: add missing flushPaul B Mahol2020-09-13
* avformat/flic: add support for seeking to startPaul B Mahol2020-09-13
* avcodec/cdgraphics: fix decoded output when seeking to start of filePaul B Mahol2020-09-13
* avfilter/asrc_anullsrc: actually return correct EOF ptsPaul B Mahol2020-09-13
* avfilter/asrc_anullsrc: give better limits to number of samples per framePaul B Mahol2020-09-13
* avfilter/asrc_anullsrc: make number of output samples match durationPaul B Mahol2020-09-13
* avformat/cdg: Fix integer overflow in duration computationMichael Niedermayer2020-09-13
* tools:target_dem_fuzzer: Split into a fuzzer fuzzing at the protocol level an...Michael Niedermayer2020-09-13
* avcodec/crystalhd: Remove unused packetAndreas Rheinhardt2020-09-13
* avcodec/av1dec: fix setting pix_fmtJames Almer2020-09-12
* avcodec/av1dec: update reference frame state on show_existing_frameJames Almer2020-09-12
* avcodec/av1dec: set chroma_sample_locationJames Almer2020-09-12
* avcodec/av1dec: use av_cmp_q() to compare aspect ratioJames Almer2020-09-12
* avcodec/av1_parser: don't set AVCodecContext frame dimensionsJames Almer2020-09-12
* avcodec: add AV1 hardware accelerated decoderFei Wang2020-09-12
* avcodec/av1_parser: don't set AVCodecContext pixel formatJames Almer2020-09-12
* avcodec/mpc: Fix multiple numerical overflows in ff_mpc_dequantize_and_synth()Michael Niedermayer2020-09-12
* avcodec/mobiclip: Check quantizer before table setupMichael Niedermayer2020-09-12
* avcodec/adpcm: take into account block_align when decoding ADPCM_PSXPaul B Mahol2020-09-12
* avformat/brstm: remove custom allocation of table to hold coeffsPaul B Mahol2020-09-12
* avformat/brstm: fix decoding brstm with custom coeff offsetsPaul B Mahol2020-09-12
* fate: use correct uint32 layerMark Reid2020-09-12
* lavf/mov: Remove redundant codeJun Zhao2020-09-12
* dnn/openvino: add input/output name infoTing Fu2020-09-12