]> git.sesse.net Git - ffmpeg/history - libavformat
avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio
[ffmpeg] / libavformat /
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
2020-05-03 Andreas Rheinhardtavformat/matroskaenc: Fix memleak upon encountering...
2020-05-03 Andreas Rheinhardtavformat/matroskaenc: Make sure UIDs of delayed chapter...
2020-05-03 Andreas Rheinhardtavformat/vorbiscomment: Switch to AVIOContext from...
2020-05-03 Andreas Rheinhardtavformat/vorbiscomment: Replace AVDictionary ** by...
2020-05-03 Andreas Rheinhardtavformat/matroskaenc: Replace impossible condition...
2020-05-03 Andreas Rheinhardtavformat/matroskaenc: Write SeekHead when livestreaming
2020-05-03 Andreas Rheinhardtavformat/matroskaenc: Only write Cluster if it has...
2020-05-02 Limin Wangavformat/libsrt: change open_timeout to int64_t to...
2020-05-02 Limin Wangavformat/libsrt: clarify option description for timeout...
2020-05-01 Michael Niedermayeravformat/oggdec: Reallocate buffer before writing into it
2020-05-01 Michael Niedermayeravformat/oggdec: Factor buffer reallocation out
2020-05-01 Marton Balintavformat/hlsenc: add support for microseconds since...
2020-05-01 Limin Wangavformat/concat: priv_data should be freed internally
2020-05-01 Limin Wangavformat/dashenc: remove the arbitrary restrictions...
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Cosmetics
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Support ContentCompression for...
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Cache whether a track needs to...
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Improve forward compability
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Don't discard valid packets
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Simplify checks for cook and...
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Don't output uninitialized data...
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Fix buffer overflow when demuxing...
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Fix demuxing RealAudio 28.8
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Simplify check for RealAudio
2020-05-01 Andreas Rheinhardtavformat/matroskadec: Reject sipr flavor > 3
2020-05-01 Limin Wangavformat/mpegts: fix av_freep for dovi pointer
2020-05-01 Limin Wangavformat/mov: fix av_freep for dovi pointer
2020-04-30 Lynneoggdec: add support for proper demuxing of chained...
2020-04-30 Lynneoggdec: use ffio_ensure_seekback() to seek back on...
2020-04-30 Lynneoggdec: verify page checksum
2020-04-30 Lynneoggdec: eliminate copies and extra buffers
2020-04-30 Limin Wangavformat/utils: change the duration to int64_t for...
2020-04-30 Andreas Rheinhardtavformat/hdsenc: Add explicit deinit function
2020-04-29 Jun Zhaolavf/mp3enc: fix ID3v1 year metadata setting issue
2020-04-29 Limin Wangavformat/dashenc: use av_reallocp_array()
2020-04-29 Limin Wangavformat/dashenc: use local variable and avoid calculat...
2020-04-29 Limin Wangavformat/dashenc: cosmetics
2020-04-26 Marton Balintavformat: only allow a single bitstream filter when...
2020-04-26 Limin Wangavformat/movenc: cosmetics
2020-04-24 Andreas Rheinhardtavformat/mux: Remove unnecessary headers
2020-04-24 Andreas Rheinhardtavformat/utils: Remove superfluous headers
2020-04-23 Andreas Rheinhardtavformat/webvttdec: Remove write-only variable
2020-04-23 Andreas Rheinhardtavformat/r3d: Remove write-only array
2020-04-23 Gyan Doshiavformat/mpegtsenc: use av_log_once for data stream...
2020-04-23 Jun Zhaolavf/movenc: enable dvcC/dvvC box support from DOVI...
2020-04-23 Jun Zhaolavf/dump: dump DOVI side data
2020-04-23 vacingfanglavf/mov: support dvcC/dvvC box for DOVI
2020-04-23 vacingfanglavf/mpegts: support DOVI Video Stream Descriptor
2020-04-22 Gyan Doshiavformat/mpegtsenc: don't print warning for DVB text...
2020-04-22 Jun Zhaolavf/tls_mbedtls: fix resource leak
2020-04-22 Andreas Rheinhardtavformat/matroskaenc: Use comparison instead of assignment
2020-04-21 Marton Balintavformat/mpegtsenc: use the correct stream_types and...
2020-04-21 Marton Balintavformat/mpegtsenc: factorize determining stream_type
2020-04-21 Marton Balintavformat/mpegtsenc: only allow one program in m2ts...
2020-04-21 Marton Balintavformat/mpegtsenc: use standard pids for m2ts
2020-04-21 Błażej Szczygiełlavf/tls_gnutls: check for interrupt inside handshake...
2020-04-21 Andreas Rheinhardtavformat/matroskaenc: Cosmetics
2020-04-21 Andreas Rheinhardtavformat/matroskaenc: Redo handling of FlagDefault
2020-04-21 Andreas Rheinhardtavformat/matroskaenc: Don't needlessly copy AVCodecPara...
2020-04-21 Andreas Rheinhardtavformat/matroskaenc: Add const where appropriate
2020-04-21 Andreas Rheinhardtavformat/matroskaenc: Don't waste bytes on length fields
2020-04-21 Andreas Rheinhardtavformat/matroskaenc: Only write Tracks if there is...
2020-04-21 Andreas Rheinhardtavformat/matroskaenc: Warn that WebM doesn't support...
2020-04-21 Andreas Rheinhardtavformat/matroskaenc: Don't use size of inexistent...
2020-04-21 Andreas Rheinhardtavformat/matroskaenc: Add check for using explicit...
2020-04-20 Andreas Rheinhardtavformat/matroskaenc: Improve Cues in case of no video
2020-04-20 Andreas Rheinhardtavformat/matroskaenc: Remove limit on the number of...
2020-04-20 Andreas Rheinhardtavformat/matroskaenc: Refactor writing EBML lengths
2020-04-20 Andreas Rheinhardtavformat/matroskaenc: Rename functions to better reflec...
2020-04-20 Andreas Rheinhardtavformat/matroskaenc: Make ebml_num_size() more robust
next