]> git.sesse.net Git - ffmpeg/history - libavformat
hwcontext_vulkan: check for dedicated allocation when mapping from drm/vaapi
[ffmpeg] / libavformat /
2020-05-26 Andreas Rheinhardtavformat/matroskadec: Beautify matroska_parse_laces()
2020-05-25 Michael Niedermayeravformat/oggparsevorbis: Error out on double init of vp
2020-05-25 Andreas Rheinhardtavformat: Replace ffurl_close() by ffurl_closep() where...
2020-05-25 Mattias Wadmanlibavformat/flacdec: Workaround for truncated metadata...
2020-05-25 Anton Khirnovfate: add tests for h264 and vp9 video enc parameters...
2020-05-25 Andreas Rheinhardtavformat/id3v2: Remove unnecessary indirection
2020-05-25 Andreas Rheinhardtavformat/id3v2: Avoid allocations for ID3v2ExtraMeta
2020-05-25 Andreas Rheinhardtavformat/aiffenc: Don't forget chapters
2020-05-23 Lynneoggdec: remove the oggparsedaala subdemuxer
2020-05-23 Andreas Rheinhardtavformat/webm_chunk: Open AVIOContext before initializi...
2020-05-23 Andreas Rheinhardtavformat/matroskaenc: Forward errors from avpriv_split_...
2020-05-23 Andreas Rheinhardtavformat/matroskadec: Use proper context for logging
2020-05-23 Andreas Rheinhardtavformat/segment: Propagate disposition
2020-05-23 Andreas Rheinhardtavformat/segment: Access AVStream more directly
2020-05-23 Andreas Rheinhardtavformat/webmdashenc: Simplify parsing strings
2020-05-23 Andreas Rheinhardtavformat/webmdashenc: Don't segfault on invalid arguments
2020-05-23 Andreas Rheinhardtavformat/webmdashenc: Remove possibility of infinite...
2020-05-23 Andreas Rheinhardtavformat/webmdashenc: Be more strict when parsing strea...
2020-05-23 Andreas Rheinhardtavformat/webmdashenc: Avoid allocation for parsing...
2020-05-23 Andreas Rheinhardtavformat/mux: Remove unnecessary unreferencing of AVPacket
2020-05-22 Andreas Rheinhardtavformat/avformat: Remove redundant "NOT PART OF PUBLIC...
2020-05-22 Martin Storsjömovenc: Fix accidental leftover duplication from 1aec1f...
2020-05-22 Martin Storsjömovenc: Fix conversion of the first frame for extradata...
2020-05-22 Andreas Rheinhardtavformat/utils: Set stream side-data size even without...
2020-05-22 Andreas Rheinhardtavformat/matroskaenc: Remove pointless casts
2020-05-22 Andreas Rheinhardtavformat/matroskaenc: Don't use stream side-data size
2020-05-21 Joey Smithavformat/http: increase BUFFER_SIZE to MAX_URL_SIZE...
2020-05-21 Michael Niedermayeravformat/mpegenc: Fix integer overflow with AV_NOPTS_VALUE
2020-05-21 Michael Niedermayeravformat/swfenc: Fix integer overflow in frame rate...
2020-05-21 Michael Niedermayeravformat/aadec: Check toc_size to contain the minimum...
2020-05-21 Andreas Rheinhardtavformat/ttaenc: Defer freeing dynamic buffer
2020-05-20 Andreas Rheinhardtavformat/hls: Remove redundant resetting of pointer
2020-05-20 Martin Storsjömovenc: Use first H264/HEVC frame as extradata, if...
2020-05-20 Dale Curtisavformat/mov: Free temp buffer upon negative sample_siz...
2020-05-19 Paul B Maholavcodec: add NotchLC decoder
2020-05-19 Steven Liuavformat/url: check the result of the strrchr
2020-05-19 Andreas Rheinhardtavformat/matroskadec: Export FileDescription as title tag
2020-05-19 Andreas Rheinhardtavformat/matroskaenc: Don't ignore tags of chapters...
2020-05-19 Andreas Rheinhardtavformat/matroskaenc: Move mkv_write_chapters()
2020-05-19 Andreas Rheinhardtavformat/matroskaenc: Allow a custom destination for...
2020-05-19 Andreas Rheinhardtavformat/matroskaenc: Clean up mkv_write_stereo_mode()
2020-05-19 Andreas Rheinhardtavformat/matroskaenc: Use av_stream_get_side_data(...
2020-05-19 Andreas Rheinhardtavformat/matroskaenc: Make mkv_write_video_projection...
2020-05-19 Andreas Rheinhardtavformat/matroskaenc: Cosmetics
2020-05-18 Andreas Rheinhardtavformat/matroskaenc: Don't assert when writing huge...
2020-05-18 Andreas Rheinhardtavformat/matroskaenc: Avoid unnecessary seek
2020-05-18 Andreas Rheinhardtavformat/matroskaenc: Only write Cues at the front...
2020-05-18 Andreas Rheinhardtavformat/matroskaenc: Don't reserve space for duration...
2020-05-18 Andreas Rheinhardtavformat/matroskaenc: Remove inconsistencies wrt seekab...
2020-05-18 Andreas Rheinhardtavformat/matroskaenc: Don't segfault when seekability...
2020-05-17 Andreas Rheinhardtavformat/hlsenc: Don't segfault on uncommon names
2020-05-17 Michael Niedermayeravformat/mpegts: Shuffle avio_seek
2020-05-17 Derek Buitenhuisavformat/dump: Use int64_t for intermediate time values
2020-05-16 Andreas Rheinhardtavformat/mux: Call check_packet() more directly
2020-05-16 Andreas Rheinhardtavformat/mux: Check pkt->stream_index before using it
2020-05-15 Thierry Foucuavformat/mov: Read the QT Metadata Keys only once
2020-05-15 Dale Curtisavformat/mov: Don't allow negative sample sizes.
2020-05-14 Andriy Gelmanavformat/mpegtsenc: Remove two duplicated fields
2020-05-14 Andriy Gelmanavformat/mpegtsenc: Don't use heap allocated array...
2020-05-13 Jan Ekströmavformat/tls_schannel: immediately return decrypted...
2020-05-13 Jan Ekströmavformat/tls_schannel: always decrypt all received...
2020-05-12 Steven Liuavformat/hlsenc: free options fix memleak in hls_write_...
2020-05-12 Steven Liuavformat/hlsenc: fix filename memleak in hls_write_packet
2020-05-12 Steven Liuavformat/hlsenc: move number out of hls_start
2020-05-11 James Almeravformat/ivfenc: move bsf insertion to the init function
2020-05-11 James Almeravformat/ivfenc: add an AVOutputFormat.init() function
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Simplify setting base_output_dirname
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Simplify setting basename with av_aspr...
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Simplify setting subtitle basename...
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Don't cast const away
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Remove redundant initializations
2020-05-10 Andreas Rheinhardtavformat/hlsenc: Don't reset AVIOContext pointer manual...
2020-05-10 Limin Wangavformat/http: Fix for invalid use of av_strtok
2020-05-10 Limin Wangavformat/ftp: Fix for invalid use of av_strtok
2020-05-10 Limin Wangavformat/wavenc: simplify, use av_rescale_q() instead
2020-05-10 Limin Wangavformat/vividas: simplify, use av_rescale_q() instead
2020-05-09 Michael Niedermayeravformat/thp: Require a video stream
2020-05-09 Michael Niedermayeravformat/mpeg: Decrease score by 1 for files with very...
2020-05-09 Andreas Rheinhardtavformat/oggenc: Avoid allocating and copying when...
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Cosmetics
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Factor check out of loop
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Localize initialization of subtitle...
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Unconditionally free some strings
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Check some unchecked allocations
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Add deinit function
2020-05-08 Andreas Rheinhardtavformat/hlsenc: Avoid setting unused variables
2020-05-08 Andreas Rheinhardtavformat/matroskadec: Allow multiple Tags elements
2020-05-08 Andreas Rheinhardtavformat/matroskadec: Improve handling of circular...
2020-05-08 Andreas Rheinhardtavformat/matroskadec: Sanitize SeekHead entries
2020-05-07 Marton Balintavformat: implement retiming directly in mxfenc and...
2020-05-07 Marton Balintavformat/audiointerleave: only keep the retime function...
2020-05-07 Marton Balintavformat/mux: add proper support for full N:M bitstream...
2020-05-07 Marton Balintavformat/mux: factorize writing a packet
2020-05-07 Marton Balintavformat/mux: factorize interleaved write_packet
2020-05-07 Marton Balintavformat/mux: move interleaved packet functions upwards
2020-05-07 Andreas Rheinhardtavformat/hlsenc: Remove redundant setting of output...
2020-05-07 Steven Liuavformat/dashdec: compute the segment size use current...
2020-05-06 Limin Wangavformat/mux: Set AV_PKT_FLAG_KEY for is_intra_only...
2020-05-06 Limin Wangavformat/utils: move is_intra_only() to header and...
2020-05-06 Limin Wangavformat/rtmpproto: use av_reallocp_array()
next