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-07avformat/imfdec: check if Asset/Id exists before trying to read itPierre-Anthony Lemieux
2022-09-05avformat/matroskaenc: Write CodecDelay for codecs != OpusAndreas Rheinhardt
2022-09-05avformat/matroskaenc: Use custom min timestampAndreas Rheinhardt
2022-09-05avformat/mux: Allow muxers to set custom min timestampAndreas Rheinhardt
2022-09-05avformat/matroskaenc: Actually apply timestamp offset for OpusAndreas Rheinhardt
2022-09-05avformat/matroskaenc: Don't override samplerate for CodecDelayAndreas Rheinhardt
2022-09-05avformat/matroskaenc: Only write DiscardPadding if nonzeroAndreas Rheinhardt
2022-09-05lavf/mov: avoid leaks with multiple dv-audio streamsAnton Khirnov
2022-09-05lavf/dv: do not update AVCodecParameters.sample_rate while demuxingAnton Khirnov
2022-09-05lavf/dv: set audio bitrate only at stream creationAnton Khirnov
2022-09-05lavf/dv: set non-changing AVStream fields only onceAnton Khirnov
2022-09-05lavf/dv: forward errors from avformat_new_stream()Anton Khirnov
2022-09-05lavf/dv: return a meaningful error code from avpriv_dv_produce_packet()Anton Khirnov
2022-09-05lavf/dv: make returning the video packet optionalAnton Khirnov
2022-09-05lavc/dv: rename constants to follow our naming conventionsAnton Khirnov
2022-09-05lavf/dv: always provide avpriv_dv_* symbolsAnton Khirnov
2022-09-05lavf/dv: remove DVMuxContext declaration from dv.hAnton Khirnov
2022-09-04avformat/avisynth: reindentStephen Hutchinson
2022-09-04avformat/avisynth: implement avisynth_flags optionStephen Hutchinson
2022-09-04avformat/avisynth: read _SARNum/_SARDen from frame propertiesStephen Hutchinson
2022-09-03avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt
2022-09-03avutil/dict: Move avpriv_dict_set_timestamp() to a header of its ownAndreas Rheinhardt
2022-09-02avcodec/flac: Don't use bytestream API unnecessarilyAndreas Rheinhardt
2022-09-02avformat/hevc: Reindent after the previous commitAndreas Rheinhardt
2022-09-02avformat/hevc: Fix crash on allocation failure, avoid allocationsAndreas Rheinhardt
2022-08-31avformat/asfdec_o: limit recursion depth in asf_read_unknown()Michael Niedermayer
2022-08-31lavf/sdp: Add missing version.h includeCarl Eugen Hoyos
2022-08-28avformat/mov: Check count sums in build_open_gop_key_points()Michael Niedermayer
2022-08-28libavformat/iff: Check for overflow in body_end calculationMichael Niedermayer
2022-08-28avformat/avidec: Prevent entity expansion attacksMichael Niedermayer
2022-08-27avformat/tests/imf: Test ff_imf_parse_cpl_from_xml_dom cleanup on errorAndreas Rheinhardt
2022-08-26avformat/imf_cpl: Check the right variableAndreas Rheinhardt
2022-08-25avformat/riff: add support for ICMV filesPaul B Mahol
2022-08-24avformat/wavdec: fix the ID3 metadata obtained in WAV format's missingWujian(Chin)
2022-08-24avformat/os_support: Include stdint.h for int64_tAndreas Rheinhardt
2022-08-23avformat/subviewerdec: Make read_ts() more flexibleMichael Niedermayer
2022-08-22lavf: deprecate av_stream_get_end_pts()Anton Khirnov
2022-08-19mov: Compare frag times in correct time base when seeking a stream without a ...Derek Buitenhuis
2022-08-16avformat/mov: fix encryption index in the case of multiple trunZhao Zhili
2022-08-16avformat/mov: fix frag_index.current out of syncZhao Zhili
2022-08-15ipfsgateway: Remove default gatewayDerek Buitenhuis
2022-08-13configure: always enable gnu_windres if availableTimo Rothenpieler
2022-08-13avformat/avisynth: add missing avs_release_video_frameStephen Hutchinson
2022-08-12avformat/imfdec: preserve stream informationPierre-Anthony Lemieux
2022-08-12avformat: refactor ff_stream_encode_params_copy() to stream_params_copy()Pierre-Anthony Lemieux
2022-08-09avformat/mov: Rework the AVIF parser to handle multiple itemsVignesh Venkatasubramanian
2022-08-08avformat/movenc: Remove experimental status of flac-in-MP4 muxingMartijn van Beurden
2022-08-08avformat: allow .ec3 as extension for raw E-AC-3 streamRuben Gonzalez
2022-08-08avformat/avisynth: cosmetics after nb_channels changeStephen Hutchinson
2022-08-08avformat/avisynth: use ch_layout.nb_channels for channel countStephen Hutchinson