summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avcodec: add Media 100i decoderPaul B Mahol2022-09-30
* format/imfdec: improve error handling when selecting tracks for playbackPierre-Anthony Lemieux2022-09-28
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-26
* avformat/matroska*: Use av_chroma_location_(pos_to_enum|enum_to_pos)Andreas Rheinhardt2022-09-26
* avformat/nutdec: Don't shrink packet size manuallyAndreas Rheinhardt2022-09-25
* avformat/matroskadec: Error out if a timestamp is beyond durationMichael Niedermayer2022-09-24
* avformat/spdifdec: Use 64bit to compute bit rateMichael Niedermayer2022-09-24
* avformat/rpl: Use 64bit for duration computationMichael Niedermayer2022-09-24
* avformat/xwma: Use av_rescale() for duration computationMichael Niedermayer2022-09-24
* avformat/sdsdec: Use av_rescale() to avoid intermediate overflow in duration ...Michael Niedermayer2022-09-24
* avformat/sbgdec: Check ts_int in genrate_intervalsMichael Niedermayer2022-09-24
* avformat/sbgdec: clamp end_tsMichael Niedermayer2022-09-24
* avformat/rmdec: check tag_sizeMichael Niedermayer2022-09-24
* avformat/nutdec: Check fieldsMichael Niedermayer2022-09-24
* avformat/flvdec: Use 64bit for sum_flv_tag_sizeMichael Niedermayer2022-09-24
* avformat/jacosubdec: Fix overflow in get_shift()Michael Niedermayer2022-09-24
* avformat/genh: Check nb_channels for IMA ADPCMMichael Niedermayer2022-09-24
* avformat/dxa: avoid bpc overflowsMichael Niedermayer2022-09-24
* avformat/dhav: Use 64bit seek_backMichael Niedermayer2022-09-24
* avformat/cafdec: Check that nb_frasmes fits within 64bitMichael Niedermayer2022-09-24
* avformat/asfdec_o: Limit packet offsetMichael Niedermayer2022-09-24
* avformat/apm: Use 64bit for bit_rate computationMichael Niedermayer2022-09-24
* avformat/ape: Check frames sizeMichael Niedermayer2022-09-24
* avformat/cafenc: derive Opus frame size from the relevant stream parametersJames Almer2022-09-24
* avcodec: add FTR audio decoder and parserPaul B Mahol2022-09-24
* avformat: add APAC demuxerPaul B Mahol2022-09-23
* avformat/movenc: Write auxi box for animated AVIF with alphaVignesh Venkatasubramanian2022-09-22
* avformat/icodec: Check nb_palMichael Niedermayer2022-09-22
* avformat/aiffdec: Use 64bit for block_duration useMichael Niedermayer2022-09-22
* avformat/aiffdec: Check block_durationMichael Niedermayer2022-09-22
* avformat/mxfdec: Avoid some redundant writing to tables in mxf_compute_ptses_...Michael Niedermayer2022-09-22
* avformat/mxfdec: only probe max run inMichael Niedermayer2022-09-22
* avformat/mxfdec: Check run_in is within 65536Michael Niedermayer2022-09-22
* avformat/dashdec: Reindent after the previous commitAndreas Rheinhardt2022-09-22
* avformat/dashdec: Fix crash on invalid input/ENOMEM, fix leakAndreas Rheinhardt2022-09-22
* avformat/mov: get the correct fragment stsd_id when decrypting the sampleWang Yaqiang2022-09-21
* libavformat/riffec: Zero-initialize channels in ff_get_wav_headerWill Cassella2022-09-20
* avformat/spdifenc: Reorder struct members to make it smallerAndreas Rheinhardt2022-09-20
* avformat/mxf: set stream frame rates for ST 422 essence containersPierre-Anthony Lemieux2022-09-20
* avformat/aptxdec: Don't set AV_PKT_FLAG_CORRUPT mistakenlyAndreas Rheinhardt2022-09-19
* avformat/aptxdec: Don't set AVCodecParameters.frame_sizeAndreas Rheinhardt2022-09-19
* avformat/ape: fix overflow in total_blocksPaul B Mahol2022-09-16
* avformat/ape: set packet durationPaul B Mahol2022-09-16
* avformat/bonk: Don't set data_offset to what it would be set to anywayAndreas Rheinhardt2022-09-16
* avformat: add LAF demuxerPaul B Mahol2022-09-16
* avcodec: add MI-SC4 audio decoderPaul B Mahol2022-09-16
* avformat/dump: Avoid unnecessary implicit calculation of strlenAndreas Rheinhardt2022-09-14
* avformat: add bonk demuxerPaul B Mahol2022-09-12
* avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layoutJames Almer2022-09-11
* libavformat/hls: Free keysMichael Niedermayer2022-09-10