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-11-05avformat/replaygain: avoid undefined / negative absMichael Niedermayer
2022-11-03avformat/serdec: fix BE/LE format handlingPaul B Mahol
2022-11-03avformat/imfdec: variable initialiaztion cosmeticsPierre-Anthony Lemieux
2022-11-03avformat/tests/imf: add CPL timecode testPierre-Anthony Lemieux
2022-11-03avformat/imfdec: use CPL start timecode if availablePierre-Anthony Lemieux
2022-10-30avformat/mov_chan: use the cube layoutJames Almer
2022-10-28avformat/argo_cvg: Mark overrides as constAndreas Rheinhardt
2022-10-27avformat/mux: Constify validate_codec_tag()Andreas Rheinhardt
2022-10-27avformat/mux: Don't call ff_toupper4() unnecessarilyAndreas Rheinhardt
2022-10-24lavf: set internal thread namesAnton Khirnov
2022-10-23lavf/hevc: Fix type specifiers, missed in 8b5d1553Carl Eugen Hoyos
2022-10-21avformat/mj2kdec: Remove always-true #if CONFIG_MJPEG_2000_DEMUXERAndreas Rheinhardt
2022-10-21avformat/yuv4mpegdec: increase header limitChema Gonzalez
2022-10-20avformat/asfdec_o: Check offset before adding index entryMichael Niedermayer
2022-10-20avformat/hls: fix spelling and grammar on wrap warningTristan Matthews
2022-10-18avcodec: ViewQuest VQC decoderPeter Ross
2022-10-17avformat/avio: Add doxy for missing argumentMarvin Scholz
2022-10-17avformat/avformat: Improve doxy styleMarvin Scholz
2022-10-17avformat/avformat: Fix mismatching argument namesMarvin Scholz
2022-10-14lavf/async: Fix ring_write return valueGuangyu Sun
2022-10-08avformat/mp3dec: remove a call to avio_tell()Zhao Zhili
2022-10-08avformat/mp3dec: avoid seek back and forthZhao Zhili
2022-10-08avformat/mpegtsenc: add omit_rai flagZhao Zhili
2022-10-06avformat/mxfdec: do not log warning of multiple ANC packets if count is 0Gavin Smith
2022-10-06Encrypted SMPTE DC MXF - additional UL needed to unpack EKLV packetRichard Ayres
2022-10-05avformat/vividas: Check packet sizeMichael Niedermayer
2022-10-04avformat/aviobuf: Don't use NULL as src for memcpyAndreas Rheinhardt
2022-10-04avformat/avio: Schedule AVIODirContext to become an opaque typeAndreas Rheinhardt
2022-10-02avcodec/mpeg4audio: Move ff_copy_pce_data() to a header of its ownAndreas Rheinhardt
2022-09-30avcodec: add Media 100i decoderPaul B Mahol
2022-09-28format/imfdec: improve error handling when selecting tracks for playbackPierre-Anthony Lemieux
2022-09-26avformat/internal: Don't include avcodec.hAndreas Rheinhardt
2022-09-26avformat/matroska*: Use av_chroma_location_(pos_to_enum|enum_to_pos)Andreas Rheinhardt
2022-09-25avformat/nutdec: Don't shrink packet size manuallyAndreas Rheinhardt
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