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
2021-11-25avformat/rtpenc: adds partial support for the RFC 4175Limin Wang
2021-11-17avformat/http: Add short_seek_size optionDerek Buitenhuis
2021-11-16lavf: add an AVClass to AVStream on next major bumpAnton Khirnov
2021-11-15*/version.h: define FF_API macros unconditionallyAnton Khirnov
2021-10-24avformat/avio{,buf}: introduce public AVIOContext::bytes_{read,written}Jan Ekström
2021-10-24avformat/avio{,buf}: deprecate AVIOContext::writtenJan Ekström
2021-10-08avformat/img2dec: add GEM Raster image demuxerPeter Ross
2021-10-04avformat/{isom,mov,movenc}: add support for CMAF DASH rolesJan Ekström
2021-09-02avformat: add an AV1 Low overhead bitstream format muxerJames Almer
2021-08-24avformat/matroskaenc: Pass dispositions through unchanged by defaultAndreas Rheinhardt
2021-07-19avformat/argo_brp: use bits_per_coded_sample instead of bits_per_raw_sampleZane van Iperen
2021-07-02avformat: add a concat protocol that takes a line break delimited list of res...James Almer
2021-06-20lavf/webmdashenc.c: Allow AV1 video in WebMMatthieu Patou
2021-06-11avformat: make AVStream.pts_wrap_bits publicJames Almer
2021-06-09avformat/libsrt: workaround conflict with ffmpeg cmdline optionZhao Zhili
2021-05-21avformat/mpegtsenc: add NIT supportUbaldo Porcheddu
2021-05-12avformat: add Argonaut Games CVG muxerZane van Iperen
2021-05-12avformat: add Argonaut Games CVG demuxerZane van Iperen
2021-05-04movenc: add movie_timescale option instead of hardcoding 1000Justin Ruggles
2021-04-27Bump major versions of all libraries.Anton Khirnov
2021-04-27avformat: remove deprecated AVStream.codecJames Almer
2021-04-27avformat: Switch AVChapter.id to 64bitsAndreas Rheinhardt
2021-04-27avformat: Remove deprecated av_demuxer_open()Andreas Rheinhardt
2021-04-27avformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag, latm optionAndreas Rheinhardt
2021-04-27avformat/dashenc: Remove deprecated min_seg_duration optionAndreas Rheinhardt
2021-04-27avformat/rtsp: Remove deprecated old options, rename stimeout->timeoutAndreas Rheinhardt
2021-04-27avformat/aviobuf: End grace period of allowing 0 from read_packetAndreas Rheinhardt
2021-04-27avformat/mov, movenc: Stop exporting rotation via metadataAndreas Rheinhardt
2021-04-27avformat: Remove remnants of side data mergingAndreas Rheinhardt
2021-04-27avformat/hlsenc: Remove deprecated localtime optionsAndreas Rheinhardt
2021-04-27avformat/hlsenc: Remove deprecated wrap optionAndreas Rheinhardt
2021-04-27avformat/http: Remove deprecated "user-agent" optionAndreas Rheinhardt
2021-04-27avformat: Remove deprecated filename field from AVFormatContextAndreas Rheinhardt
2021-04-27avformat: Remove getters and settersAndreas Rheinhardt
2021-04-27avformat: Remove deprecated old open callbacksAndreas Rheinhardt
2021-04-27avformat: Remove FFserver leftoversAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-04-27avformat: Remove next API for AV(In|Out)putFormatAndreas Rheinhardt
2021-04-26avformat/westwoodaudenc: Adds muxer for Westwood AUD format.Aidan Richmond
2021-04-08lavf: postpone removal of FF_API_COMPUTE_PKT_FIELDS2Anton Khirnov
2021-04-07avformat/utils: add helper functions to retrieve index entries from an AVStreamJames Almer
2021-03-20Bump minor versions after release branchn4.5-devMichael Niedermayer
2021-03-20Bump Versions before release/4.4 branchMichael Niedermayer
2021-03-19avformat: Make AVChapter.id an int64_t on next major bumpAndreas Rheinhardt
2021-03-13avformat: add Changelog entry for librist and bump minorMarton Balint
2021-03-12avformat/gopher: Add support for Gopher over TLSparazyd
2021-03-11avformat/utils: change AVStream side data related public function and struct ...James Almer
2021-03-05avformat: add TTML muxerJan Ekström
2021-03-03avformat: Deprecate AVFMT_FLAG_PRIV_OPT, remove av_demuxer_open on bumpAndreas Rheinhardt
2021-03-01avformat: add Digital Pictures SGA game demuxerPaul B Mahol