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-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
2022-09-24avformat/apm: Use 64bit for bit_rate computationMichael Niedermayer
2022-09-24avformat/ape: Check frames sizeMichael Niedermayer
2022-09-24avformat/cafenc: derive Opus frame size from the relevant stream parametersJames Almer
2022-09-24avcodec: add FTR audio decoder and parserPaul B Mahol
2022-09-23avformat: add APAC demuxerPaul B Mahol
2022-09-23avformat/movenc: Write auxi box for animated AVIF with alphaVignesh Venkatasubramanian
2022-09-22avformat/icodec: Check nb_palMichael Niedermayer
2022-09-22avformat/aiffdec: Use 64bit for block_duration useMichael Niedermayer
2022-09-22avformat/aiffdec: Check block_durationMichael Niedermayer
2022-09-22avformat/mxfdec: Avoid some redundant writing to tables in mxf_compute_ptses_...Michael Niedermayer
2022-09-22avformat/mxfdec: only probe max run inMichael Niedermayer
2022-09-22avformat/mxfdec: Check run_in is within 65536Michael Niedermayer
2022-09-22avformat/dashdec: Reindent after the previous commitAndreas Rheinhardt
2022-09-22avformat/dashdec: Fix crash on invalid input/ENOMEM, fix leakAndreas Rheinhardt
2022-09-21avformat/mov: get the correct fragment stsd_id when decrypting the sampleWang Yaqiang
2022-09-21libavformat/riffec: Zero-initialize channels in ff_get_wav_headerWill Cassella
2022-09-20avformat/spdifenc: Reorder struct members to make it smallerAndreas Rheinhardt
2022-09-20avformat/mxf: set stream frame rates for ST 422 essence containersPierre-Anthony Lemieux
2022-09-19avformat/aptxdec: Don't set AV_PKT_FLAG_CORRUPT mistakenlyAndreas Rheinhardt
2022-09-19avformat/aptxdec: Don't set AVCodecParameters.frame_sizeAndreas Rheinhardt
2022-09-16avformat/ape: fix overflow in total_blocksPaul B Mahol
2022-09-16avformat/ape: set packet durationPaul B Mahol
2022-09-16avformat/bonk: Don't set data_offset to what it would be set to anywayAndreas Rheinhardt
2022-09-16avformat: add LAF demuxerPaul B Mahol
2022-09-16avcodec: add MI-SC4 audio decoderPaul B Mahol
2022-09-14avformat/dump: Avoid unnecessary implicit calculation of strlenAndreas Rheinhardt
2022-09-12avformat: add bonk demuxerPaul B Mahol
2022-09-11avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layoutJames Almer
2022-09-10libavformat/hls: Free keysMichael Niedermayer
2022-09-09avformat/mov: don't read duration from mvhd atomJames Almer