Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-26avformat/internal: Don't include avcodec.hAndreas Rheinhardt
2022-09-26avcodec/avcodec: Deprecate lavc chroma pos API functionsAndreas Rheinhardt
2022-09-26avformat/matroska*: Use av_chroma_location_(pos_to_enum|enum_to_pos)Andreas Rheinhardt
2022-09-26avutil/pixdesc: Add av_chroma_location_(enum_to_pos|pos_to_enum)Andreas Rheinhardt
2022-09-26avcodec/avcodec: Move AV_ER_* and FF_COMPLIANCE_* to defs.hAndreas Rheinhardt
2022-09-25avcodec/tiff: support multiple black levelsPaul B Mahol
2022-09-25avcodec/tiff: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol
2022-09-25avcodec/pnmdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol
2022-09-25avcodec/tiff: improve color handling in DNGPaul B Mahol
2022-09-25avfilter/vf_extractplanes: add support for packed rgb float formatsPaul B Mahol
2022-09-25avcodec/tiff: add packed/planar 32bit float supportPaul B Mahol
2022-09-25avutil: add RGBA single-float precision packed formatsPaul B Mahol
2022-09-25avutil: add RGB single-precision float formatsPaul B Mahol
2022-09-25fate/cbs: Add tests for h264_redundant_pps BSFAndreas Rheinhardt
2022-09-25avformat/nutdec: Don't shrink packet size manuallyAndreas Rheinhardt
2022-09-25avcodec/cbs: Only write extradata if there is something to writeAndreas Rheinhardt
2022-09-25avcodec/h264_redundant_pps_bsf: Don't remove PPSAndreas Rheinhardt
2022-09-24avcodec/parser: Remove declaration of inexistent functionAndreas Rheinhardt
2022-09-24avcodec/dstdec: Check for overflow in build_filter()Michael Niedermayer
2022-09-24avformat/matroskadec: Error out if a timestamp is beyond durationMichael Niedermayer
2022-09-24avformat/spdifdec: Use 64bit to compute bit rateMichael Niedermayer
2022-09-24avformat/rpl: Use 64bit for duration computationMichael Niedermayer
2022-09-24avformat/xwma: Use av_rescale() for duration computationMichael Niedermayer
2022-09-24avformat/sdsdec: Use av_rescale() to avoid intermediate overflow in duration ...Michael Niedermayer
2022-09-24avformat/sbgdec: Check ts_int in genrate_intervalsMichael Niedermayer
2022-09-24avformat/sbgdec: clamp end_tsMichael Niedermayer
2022-09-24avformat/rmdec: check tag_sizeMichael Niedermayer
2022-09-24avformat/nutdec: Check fieldsMichael Niedermayer
2022-09-24avformat/flvdec: Use 64bit for sum_flv_tag_sizeMichael Niedermayer
2022-09-24avformat/jacosubdec: Fix overflow in get_shift()Michael Niedermayer
2022-09-24avformat/genh: Check nb_channels for IMA ADPCMMichael Niedermayer
2022-09-24avformat/dxa: avoid bpc overflowsMichael Niedermayer
2022-09-24avformat/dhav: Use 64bit seek_backMichael Niedermayer
2022-09-24avformat/cafdec: Check that nb_frasmes fits within 64bitMichael Niedermayer
2022-09-24avformat/asfdec_o: Limit packet offsetMichael Niedermayer
2022-09-24avformat/apm: Use 64bit for bit_rate computationMichael Niedermayer
2022-09-24avformat/ape: Check frames sizeMichael Niedermayer
2022-09-24avcodec/opusdec: stop setting deprecated swr optionsJames Almer
2022-09-24avformat/cafenc: derive Opus frame size from the relevant stream parametersJames Almer
2022-09-24doc: mention new audio formatsPaul B Mahol
2022-09-24avcodec: add FTR audio decoder and parserPaul B Mahol
2022-09-24avcodec/mjpegbdec: Don't create unnecessary AVFrame referenceAndreas Rheinhardt
2022-09-24avcodec/photocd: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol
2022-09-24avcodec/cri: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol
2022-09-24avcodec/xpmdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol
2022-09-24avcodec/xbmdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol
2022-09-24avcodec/hdrdec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol
2022-09-24avcodec/xwddec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol
2022-09-24avcodec/exr: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol
2022-09-24avcodec/qoidec: implement FF_CODEC_CAP_SKIP_FRAME_FILL_PARAMPaul B Mahol