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: suppport YUV 4:2:2 10-bit for rfc4175Limin Wang
2021-11-25avformat/rtpenc: adds partial support for the RFC 4175Limin Wang
2021-11-25avformat/rtpdec_rfc4175: support for yuv420p formatLimin Wang
2021-11-25avformat/rtpdec_rfc4175: use rawvideo for uyvy422Limin Wang
2021-11-22avformat/mov: make STTS duration unsigned intGyan Doshi
2021-11-19avformat/utils: Remove duplicated AV_DISPOSITION_FOO <-> "foo" tableAndreas Rheinhardt
2021-11-19avformat/mxfenc: Remove redundant DNXHD frame size checksAndreas Rheinhardt
2021-11-19avformat/mxfenc: Store locally whether DNXHD profile is interlacedAndreas Rheinhardt
2021-11-19avformat/nullenc: Use ff_interleave_packet_passthrough()Andreas Rheinhardt
2021-11-19avformat/mux: Avoid overhead of packet list in case of single streamsAndreas Rheinhardt
2021-11-19avformat/mux: Store pointer to interleavement func in FFFormatContextAndreas Rheinhardt
2021-11-18avformat/librist: correctly initialize logging_settingsGijs Peskens
2021-11-18avformat/utils: Remove unused shorthand feature for auto-inserted BSFAndreas Rheinhardt
2021-11-18avformat/mxfenc: Make init function out of write_headerAndreas Rheinhardt
2021-11-18avformat/mxfenc: Remove redundant checkAndreas Rheinhardt
2021-11-18avformat/hlsenc: Only write something if there is something to writeAndreas Rheinhardt
2021-11-18avformat/hlsenc: Remove nonsense memsetAndreas Rheinhardt
2021-11-17avformat/http: Add short_seek_size optionDerek Buitenhuis
2021-11-16lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov
2021-11-16lavf: add public functions converting dispositions to/from stringsAnton Khirnov
2021-11-16lavf: add an AVClass to AVStream on next major bumpAnton Khirnov
2021-11-16lavf: improve AV_DISPOSITION_* doxyAnton Khirnov
2021-11-15*/version.h: define FF_API macros unconditionallyAnton Khirnov
2021-11-14avformat/concatdec: fix NEEDS_UNSAFE flag valueGoogleplex
2021-11-14avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...Marton Balint
2021-11-14avformat/dhav: Limit get_duration() iterationsMichael Niedermayer
2021-11-09avformat/hls_sample_encryption: Fix precedenceAndreas Rheinhardt
2021-11-09avformat/apngenc: Use UINT16_MAX instead of USHRT_MAXAndreas Rheinhardt
2021-11-07avformat/matroskadec: Don't unnecessarily reduce aspect ratioAndreas Rheinhardt
2021-11-06avformat/mpegtsenc: do not include adaptation field in teletext TS packetsAlex Shumsky
2021-11-06avformat/mpegtsenc: fix first_pcr initial updateMaksym Veremeyenko
2021-11-05avformat/dashenc: enabling streaming and hls_playlist for lhlsZhao Zhili
2021-11-05avformat/dashenc: enabling streaming automatically for ldashZhao Zhili
2021-11-05lavf/mov: Change default to prefer TFDT time and allow for fallback to SIDX o...Thilo Borgmann
2021-11-03avformat/isom_tags: fix 'ipcm' with samplesize equal to 16Zhao Zhili
2021-11-03avformat/dashenc: Fix comparing double with 0Limin Wang
2021-11-01avformat/aiffdec: "-1" -> AVERROR_INVALIDDATAMichael Niedermayer
2021-11-01avformat/aiffdec: Use av_rescale() for bitrateMichael Niedermayer
2021-11-01avformat/aiffdec: sanity check block_alignMichael Niedermayer
2021-11-01avformat/aiffdec: Check sample_rateMichael Niedermayer
2021-10-29avformat/demux: preserve AV_PKT_FLAG_CORRUPT in parse_packetAlex Shumsky
2021-10-28avcodec/vqavideo: Decode 15-bit VQA3 filesPekka Väänänen
2021-10-28avformat/mpegts: Fix for the DOVI video stream descriptorLimin Wang
2021-10-28avformat/movenc: support dvwC box for Dolby VisionLimin Wang
2021-10-28avformat/mov: support dvwC box for Dolby VisionLimin Wang
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-24avformat/avio: privatize source of truth for AVIOContext::writtenJan Ekström
2021-10-21avformat/mov: Do not hard fail if bit rate calculation overflows unless in ex...Derek Buitenhuis
2021-10-21avformat/mov: Use av_rescale when calculating bit rateDerek Buitenhuis