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-02-08all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt
2022-02-07lavf/async: switch to new FIFO APIAnton Khirnov
2022-02-07lavf/udp: switch to new FIFO APIAnton Khirnov
2022-02-07lavf/swfenc: switch to new FIFO APIAnton Khirnov
2022-02-07lavf/mpegenc: switch to new FIFO APIAnton Khirnov
2022-02-07lavf/dvenc: switch to new FIFO APIAnton Khirnov
2022-02-07lavf/dvenc: return an error on audio/video desyncAnton Khirnov
2022-02-07avformat/rtpproto: set ttl upper bound to 255Zhao Zhili
2022-02-07avformat/udp: set ttl upper bound to 255Zhao Zhili
2022-02-06avformat/mxfdec: add avlanguage dependencyZane van Iperen
2022-02-05avformat/imf: cosmeticsZane van Iperen
2022-02-05avformat/tests: add /imf to .gitignorePierre-Anthony Lemieux
2022-02-05avformat/demux: don't truncate the return value of ts_to_samples()James Almer
2022-02-05avformat/demux: print skip_samples and discard_padding as unsigned values in ...James Almer
2022-02-05avformat/demux: don't propagate unsupported skip samples packet side data valuesJames Almer
2022-02-05avformat/imf_cpl: do not use filesize when reading XML fileMarton Balint
2022-02-05avformat/rtpdec_rfc4175: fix interlace formatPatrick Keroulas
2022-02-04avformat/img2dec: increase probe score for GEM image fourcc variantsPeter Ross
2022-02-04avformat/img2dec: fix logic error in GEM Raster file probePeter Ross
2022-02-03Add MKV tags for AVS2 and AVS3 codecs.TianBo Zheng
2022-02-01avformat/mov: Check size before subtractionMichael Niedermayer
2022-02-01avformat/http: Fix double-free on errorAndreas Rheinhardt
2022-01-31http: remove cache_redirect optionerankor
2022-01-30avformat/dashdec: avoid calling strlen multiple timesLimin Wang
2022-01-30avformat/rtpdec: return value check for init_get_bits()Limin Wang
2022-01-30avformat/rtpdec: Fix negative missed packets in warning messageLimin Wang
2022-01-29avformat/matroskadec: Export rectangular projection as displaymatrixAndreas Rheinhardt
2022-01-21avformat/hls: Remove redundant castAndreas Rheinhardt
2022-01-21avformat/mux: Peek into the muxing queue for avoid_negative_tsAndreas Rheinhardt
2022-01-21avformat/mux: Preserve sync even if later packet has negative tsAndreas Rheinhardt
2022-01-21avformat/avformat: Add AVFMT_AVOID_NEG_TS_DISABLEDAndreas Rheinhardt
2022-01-21avformat/mux: Remove assert based on faulty assumptionsAndreas Rheinhardt
2022-01-21avformat/mov: Fix endian-dependent parsingAndreas Rheinhardt
2022-01-21lavf/network: log ff_listen() errors to proper contexts rather than NULLAnton Khirnov
2022-01-21lavf/network: log ff_socket() errors to proper contexts rather than NULLAnton Khirnov
2022-01-21lavf/udp: log net errors to proper contexts rather than NULLAnton Khirnov
2022-01-20avformat/matroskaenc: Fix writing AV_SPHERICAL_EQUIRECTANGULARAndreas Rheinhardt
2022-01-20avformat/matroskadec: Use correct type for field_orderAndreas Rheinhardt
2022-01-19avformat/imfdec: Use proper logcontextAndreas Rheinhardt
2022-01-19avformat/matroskaenc: Write data directly into dynamic buffersAndreas Rheinhardt
2022-01-19avformat/matroskaenc: Avoid repeated avio_tell()Andreas Rheinhardt
2022-01-19avformat/matroskaenc: ReindentationAndreas Rheinhardt
2022-01-19avformat/matroskaenc: Remove duplicated code for writing WebVTT subsAndreas Rheinhardt
2022-01-19avformat/matroskaenc: Don't waste bytes on BlockGroup length fieldsAndreas Rheinhardt
2022-01-19avformat/matroskaenc: Redo applying ProRes offsetAndreas Rheinhardt
2022-01-19avformat/matroskaenc: Pass more parameters explicitly to mkv_write_blockAndreas Rheinhardt
2022-01-19avformat/matroskaenc: Remove special code for writing subtitlesAndreas Rheinhardt
2022-01-19avformat/matroskaenc: Avoid temporary buffers when reformatting H.2645Andreas Rheinhardt
2022-01-19avformat/avc: Add functions to split access unit into list of NALUsAndreas Rheinhardt
2022-01-19avformat/matroskaenc: Use common function for H.2645 annex B->mp4Andreas Rheinhardt