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-03-17avformat/tests/movenc: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/tests/fifo_muxer: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/wc3movie: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/subtitles: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/rtpenc_mpegts: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/rtpdec: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/mpegtsenc: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/mpegts: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/movenc: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/matroskaenc: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/matroskadec: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/hls: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/flacdec: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/id3v2: replace call to av_init_packet()James Almer
2021-03-17avformat/flac_picture: replace call to av_init_packet()James Almer
2021-03-17avformat/avienc: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/avidec: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/asfdec_o: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/amvenc: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/utils: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avformat/mux: use av_packet_alloc() to allocate packetsJames Almer
2021-03-17avcodec/packet_internal: make avpriv_packet_list_* functions use an internal ...James Almer
2021-03-17avcodec/packet: deprecate av_init_packet()James Almer
2021-03-17avformat/mov: Handle when we have an mfra box but have not read the full sidx...Derek Buitenhuis
2021-03-17avformat/aviobuf: don't reduce short seek thresholdAndriy Gelman
2021-03-16avformat/matroskadec: Check for EOF in resync loopMichael Niedermayer
2021-03-16avformat/ipmovie: Free packets allocated in header readingMichael Niedermayer
2021-03-15libavformat/hls: Reset options after open_url_keepalive() failsEd Martin
2021-03-15avformat/voc_packet: prevent remaining size from becoming negative in ff_voc_...Michael Niedermayer
2021-03-15avformat/mvi: Check audio size for more overflowsMichael Niedermayer
2021-03-15avformat/samidec: Deallocate hdr_bufMichael Niedermayer
2021-03-13avformat/cinedec: Fix index_entries size checkMichael Niedermayer
2021-03-13avformat/aaxdec: Check that segments table has been initializedMichael Niedermayer
2021-03-13avformat: add Changelog entry for librist and bump minorMarton Balint
2021-03-13avformat/librist: clarify and limit buffer_sizeMarton Balint
2021-03-13avformat/librist: increase default loglevelMarton Balint
2021-03-13avformat/librist: simplify secret strlcpyMarton Balint
2021-03-13avformat/librist: make packet size adjustable for writing, fix it for readingMarton Balint
2021-03-13avformat/librist: rework librist_readMarton Balint
2021-03-13libavformat: add librist protocolPaul B Mahol
2021-03-12avformat/adp, svs: Remove redundant av_shrink_packet()Andreas Rheinhardt
2021-03-12avformat/gopher: Add support for Gopher over TLSparazyd
2021-03-12avformat/gopher: Add default_whitelist to ff_gopher_protocolparazyd
2021-03-11avisynth: fix audio on big endianStephen Hutchinson
2021-03-11avisynth: populate field orderemcodem
2021-03-11avisynth: more intelligent RGB flippingStephen Hutchinson
2021-03-11avformat/rawenc: Use init instead of write_header functionAndreas Rheinhardt
2021-03-11avformat: use the buffer_size_t typedef where requiredJames Almer
2021-03-11avformat/utils: change AVStream side data related public function and struct ...James Almer
2021-03-09avformat/mvdec: Allocate extradata only onceMichael Niedermayer