]> git.sesse.net Git - ffmpeg/history - libavformat
avcodec/options_table: make AVCodecContext->profile search for child constants
[ffmpeg] / libavformat /
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()
2020-05-06 Limin Wangavformat/smoothstreamingenc: use av_reallocp_array()
2020-05-06 Andreas Rheinhardtavformat/matroskaenc: Check allocations implicit in...
2020-05-06 Andreas Rheinhardtavformat/matroskaenc: Simplify writing buffer
2020-05-06 Andreas Rheinhardtavformat/matroskaenc: Avoid dynamic buffer when writing...
2020-05-06 Andreas Rheinhardtavformat/matroskaenc: Unify writing level 1 elements...
2020-05-06 Andreas Rheinhardtavformat/matroskaenc: Move adding SeekEntry into end_eb...
2020-05-06 Andreas Rheinhardtavformat/hlsenc: Improve checks for invalid stream...
2020-05-06 rcombslavf/dashdec: support larger manifests
2020-05-06 Steven Liuavformat/url: check url root node when rel include...
2020-05-06 Steven Liuavformat/hlsenc: resend full url of the init fragment mp4
2020-05-06 Yaroslav Pogrebnyaklibavformat/hlsenc: Allow usage of 'periodic-rekey...
2020-05-06 Steven Liuavformat/hlsenc: compute segment duration use current...
2020-05-05 Zane van Iperenavformat: add demuxer for Pro Pinball Series' Soundbanks
2020-05-05 Andreas Rheinhardtavformat/nutenc: Write size into right dynamic buffer
2020-05-05 Andreas Rheinhardtavformat/aviobuf, nutenc: Move ff_puv_v, ff_get_v_lengt...
2020-05-05 Andreas Rheinhardtavformat/nutenc: Add goto fail in nut_write_headers()
2020-05-05 Andreas Rheinhardtavformat/nutenc: Reuse dynamic buffers when possible
2020-05-05 Andreas Rheinhardtlibavformat/nutenc: Remove redundant function parameter
2020-05-05 Limin Wangavformat/mxfdec: reindent code
2020-05-04 Andreas Rheinhardtavformat/matroskadec: Free right buffer on error
2020-05-03 Andreas Rheinhardtavformat/matroskaenc: Check mimetypes earlier
next