summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/movenc: Write auxi box for animated AVIF with alphaVignesh Venkatasubramanian2022-09-222-13/+16
* avformat/icodec: Check nb_palMichael Niedermayer2022-09-221-0/+3
* avformat/aiffdec: Use 64bit for block_duration useMichael Niedermayer2022-09-221-1/+1
* avformat/aiffdec: Check block_durationMichael Niedermayer2022-09-221-0/+2
* avformat/mxfdec: Avoid some redundant writing to tables in mxf_compute_ptses_...Michael Niedermayer2022-09-221-3/+3
* avformat/mxfdec: only probe max run inMichael Niedermayer2022-09-221-1/+1
* avformat/mxfdec: Check run_in is within 65536Michael Niedermayer2022-09-221-1/+6
* avformat/dashdec: Reindent after the previous commitAndreas Rheinhardt2022-09-221-7/+7
* avformat/dashdec: Fix crash on invalid input/ENOMEM, fix leakAndreas Rheinhardt2022-09-221-1/+6
* avformat/mov: get the correct fragment stsd_id when decrypting the sampleWang Yaqiang2022-09-212-3/+5
* libavformat/riffec: Zero-initialize channels in ff_get_wav_headerWill Cassella2022-09-201-1/+1
* avformat/spdifenc: Reorder struct members to make it smallerAndreas Rheinhardt2022-09-201-1/+1
* avformat/mxf: set stream frame rates for ST 422 essence containersPierre-Anthony Lemieux2022-09-201-0/+25
* avformat/aptxdec: Don't set AV_PKT_FLAG_CORRUPT mistakenlyAndreas Rheinhardt2022-09-191-2/+8
* avformat/aptxdec: Don't set AVCodecParameters.frame_sizeAndreas Rheinhardt2022-09-191-2/+0
* avformat/ape: fix overflow in total_blocksPaul B Mahol2022-09-161-2/+2
* avformat/ape: set packet durationPaul B Mahol2022-09-161-0/+1
* avformat/bonk: Don't set data_offset to what it would be set to anywayAndreas Rheinhardt2022-09-161-1/+0
* avformat: add LAF demuxerPaul B Mahol2022-09-164-1/+274
* avcodec: add MI-SC4 audio decoderPaul B Mahol2022-09-161-0/+1
* avformat/dump: Avoid unnecessary implicit calculation of strlenAndreas Rheinhardt2022-09-141-3/+1
* avformat: add bonk demuxerPaul B Mahol2022-09-124-2/+102
* avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layoutJames Almer2022-09-111-3/+8
* libavformat/hls: Free keysMichael Niedermayer2022-09-101-0/+1
* avformat/mov: don't read duration from mvhd atomJames Almer2022-09-081-4/+0
* avformat/imfdec: check if Asset/Id exists before trying to read itPierre-Anthony Lemieux2022-09-071-1/+6
* avformat/matroskaenc: Write CodecDelay for codecs != OpusAndreas Rheinhardt2022-09-051-1/+1
* avformat/matroskaenc: Use custom min timestampAndreas Rheinhardt2022-09-052-0/+5
* avformat/mux: Allow muxers to set custom min timestampAndreas Rheinhardt2022-09-052-2/+12
* avformat/matroskaenc: Actually apply timestamp offset for OpusAndreas Rheinhardt2022-09-051-4/+4
* avformat/matroskaenc: Don't override samplerate for CodecDelayAndreas Rheinhardt2022-09-052-2/+2
* avformat/matroskaenc: Only write DiscardPadding if nonzeroAndreas Rheinhardt2022-09-051-5/+7
* lavf/mov: avoid leaks with multiple dv-audio streamsAnton Khirnov2022-09-051-0/+5
* lavf/dv: do not update AVCodecParameters.sample_rate while demuxingAnton Khirnov2022-09-051-15/+34
* lavf/dv: set audio bitrate only at stream creationAnton Khirnov2022-09-051-1/+1
* lavf/dv: set non-changing AVStream fields only onceAnton Khirnov2022-09-051-2/+2
* lavf/dv: forward errors from avformat_new_stream()Anton Khirnov2022-09-051-2/+7
* lavf/dv: return a meaningful error code from avpriv_dv_produce_packet()Anton Khirnov2022-09-051-1/+1
* lavf/dv: make returning the video packet optionalAnton Khirnov2022-09-052-9/+12
* lavc/dv: rename constants to follow our naming conventionsAnton Khirnov2022-09-052-26/+26
* lavf/dv: always provide avpriv_dv_* symbolsAnton Khirnov2022-09-052-2/+24
* lavf/dv: remove DVMuxContext declaration from dv.hAnton Khirnov2022-09-052-5/+3
* avformat/avisynth: reindentStephen Hutchinson2022-09-041-174/+174
* avformat/avisynth: implement avisynth_flags optionStephen Hutchinson2022-09-041-0/+52
* avformat/avisynth: read _SARNum/_SARDen from frame propertiesStephen Hutchinson2022-09-041-0/+8
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-033-3/+5
* avutil/dict: Move avpriv_dict_set_timestamp() to a header of its ownAndreas Rheinhardt2022-09-036-0/+6
* avcodec/flac: Don't use bytestream API unnecessarilyAndreas Rheinhardt2022-09-021-0/+1
* avformat/hevc: Reindent after the previous commitAndreas Rheinhardt2022-09-021-9/+9
* avformat/hevc: Fix crash on allocation failure, avoid allocationsAndreas Rheinhardt2022-09-021-90/+65