summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* avformat/subviewerdec: Make read_ts() more flexibleMichael Niedermayer2022-08-23
* lavf: deprecate av_stream_get_end_pts()Anton Khirnov2022-08-22
* mov: Compare frag times in correct time base when seeking a stream without a ...Derek Buitenhuis2022-08-19
* avformat/mov: fix encryption index in the case of multiple trunZhao Zhili2022-08-16
* avformat/mov: fix frag_index.current out of syncZhao Zhili2022-08-16
* ipfsgateway: Remove default gatewayDerek Buitenhuis2022-08-15
* configure: always enable gnu_windres if availableTimo Rothenpieler2022-08-13
* avformat/avisynth: add missing avs_release_video_frameStephen Hutchinson2022-08-12
* avformat/imfdec: preserve stream informationPierre-Anthony Lemieux2022-08-12
* avformat: refactor ff_stream_encode_params_copy() to stream_params_copy()Pierre-Anthony Lemieux2022-08-12
* avformat/mov: Rework the AVIF parser to handle multiple itemsVignesh Venkatasubramanian2022-08-09