summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
...
* 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
* avformat/mov: don't read duration from mvhd atomJames Almer2022-09-08
* avformat/imfdec: check if Asset/Id exists before trying to read itPierre-Anthony Lemieux2022-09-07
* avformat/matroskaenc: Write CodecDelay for codecs != OpusAndreas Rheinhardt2022-09-05
* avformat/matroskaenc: Use custom min timestampAndreas Rheinhardt2022-09-05
* avformat/mux: Allow muxers to set custom min timestampAndreas Rheinhardt2022-09-05
* avformat/matroskaenc: Actually apply timestamp offset for OpusAndreas Rheinhardt2022-09-05
* avformat/matroskaenc: Don't override samplerate for CodecDelayAndreas Rheinhardt2022-09-05
* avformat/matroskaenc: Only write DiscardPadding if nonzeroAndreas Rheinhardt2022-09-05
* lavf/mov: avoid leaks with multiple dv-audio streamsAnton Khirnov2022-09-05
* lavf/dv: do not update AVCodecParameters.sample_rate while demuxingAnton Khirnov2022-09-05
* lavf/dv: set audio bitrate only at stream creationAnton Khirnov2022-09-05
* lavf/dv: set non-changing AVStream fields only onceAnton Khirnov2022-09-05
* lavf/dv: forward errors from avformat_new_stream()Anton Khirnov2022-09-05
* lavf/dv: return a meaningful error code from avpriv_dv_produce_packet()Anton Khirnov2022-09-05
* lavf/dv: make returning the video packet optionalAnton Khirnov2022-09-05
* lavc/dv: rename constants to follow our naming conventionsAnton Khirnov2022-09-05
* lavf/dv: always provide avpriv_dv_* symbolsAnton Khirnov2022-09-05
* lavf/dv: remove DVMuxContext declaration from dv.hAnton Khirnov2022-09-05
* avformat/avisynth: reindentStephen Hutchinson2022-09-04
* avformat/avisynth: implement avisynth_flags optionStephen Hutchinson2022-09-04
* avformat/avisynth: read _SARNum/_SARDen from frame propertiesStephen Hutchinson2022-09-04
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-03
* avutil/dict: Move avpriv_dict_set_timestamp() to a header of its ownAndreas Rheinhardt2022-09-03
* avcodec/flac: Don't use bytestream API unnecessarilyAndreas Rheinhardt2022-09-02
* avformat/hevc: Reindent after the previous commitAndreas Rheinhardt2022-09-02
* avformat/hevc: Fix crash on allocation failure, avoid allocationsAndreas Rheinhardt2022-09-02
* avformat/asfdec_o: limit recursion depth in asf_read_unknown()Michael Niedermayer2022-08-31
* lavf/sdp: Add missing version.h includeCarl Eugen Hoyos2022-08-31
* avformat/mov: Check count sums in build_open_gop_key_points()Michael Niedermayer2022-08-28
* libavformat/iff: Check for overflow in body_end calculationMichael Niedermayer2022-08-28
* avformat/avidec: Prevent entity expansion attacksMichael Niedermayer2022-08-28
* avformat/tests/imf: Test ff_imf_parse_cpl_from_xml_dom cleanup on errorAndreas Rheinhardt2022-08-27
* avformat/imf_cpl: Check the right variableAndreas Rheinhardt2022-08-25
* avformat/riff: add support for ICMV filesPaul B Mahol2022-08-25
* avformat/wavdec: fix the ID3 metadata obtained in WAV format's missingWujian(Chin)2022-08-24
* avformat/os_support: Include stdint.h for int64_tAndreas Rheinhardt2022-08-24