]> git.sesse.net Git - ffmpeg/history - libavformat
avformat/libsrt: send non-blocking mode on both the listen and the connect socket
[ffmpeg] / libavformat /
2020-01-20 Xuchen Suavformat/udp: modify the not write-only to read-only...
2020-01-20 Steven Liuavformat/hlsenc: compare without the last directory...
2020-01-19 Marton Balintavformat/dashenc: use ff_rename instead of avpriv_io_move
2020-01-19 Marton Balintavformat/avio: fix ff_rename to respect used protocol
2020-01-19 Marton Balintavformat/avio: move ff_rename implementation from inter...
2020-01-18 Anthony Delannoyavformat/libsrt: fix enabling nonblocking mode
2020-01-18 Marton Balintavformat/img2enc: add support for specifying protocol...
2020-01-18 Michael Niedermayeravformat/dtsdec: make S16LE discrimination sharper
2020-01-18 Steven Liuavformat/hls: support data protocol in uri for EXT...
2020-01-17 Andreas Rheinhardtavformat/oggparsevorbis: Use AV_DICT_DONT_STRDUP_VAL...
2020-01-17 Andreas Rheinhardtavformat/flvenc: Avoid unnecessary seek
2020-01-17 Andreas Rheinhardtavformat/movenc, segafilmenc: Remove unnecessary avio_t...
2020-01-17 James AlmerRevert "avformat/utils: make ff_ntp_time() accept a...
2020-01-16 Nicolas Gaullieravformat/s337m: Use base AVClass for av_log usage
2020-01-16 James Almeravformat/dashenc: document the new options
2020-01-16 James Almeravformat/dashenc: add an option to write a Latency...
2020-01-16 Anton Khirnovdashenc: support setting arbitrary HTTP protocol options
2020-01-16 James Almeravformat/dashenc: allow setting custom movflags using...
2020-01-16 James Almeravformat/movenc: add a flag to enable CMAF compatability
2020-01-16 James Almeravformat/dashenc: implement DVB-DASH profile
2020-01-16 James Almeravformat/dashenc: add an option to enable low latency...
2020-01-16 James Almeravformat/dashenc: Write a Producer Reference Time element
2020-01-16 James Almeravformat/movenc: use AVProducerReferenceTime side data...
2020-01-16 James Almeravformat/utils: make ff_ntp_time() accept a timestamp...
2020-01-15 James Almeravformat/dashenc: allow splitting fragments following...
2020-01-15 James Almeravformat/dashenc: allow setting fragment durations
2020-01-15 James Almeravformat/dashenc: allow setting segment durations per...
2020-01-14 Andreas Rheinhardtavformat/avformat: Update AVInputFormat.read_packet...
2020-01-14 Andreas Rheinhardtavformat/segafilmenc: Check early whether video is...
2020-01-14 Andreas Rheinhardtavformat/segafilmenc: Postpone check for existence...
2020-01-14 Andreas Rheinhardtavformat/segafilmenc: Fix undefined left shift of 1...
2020-01-11 Andreas Rheinhardtavformat/matroskaenc: Fix ReferenceBlock timestamp
2020-01-10 Alexandre Heitor... avformat/img2dec: add option to provide metadata fields...
2020-01-10 Andreas Rheinhardtavformat/mov: Use AV_DICT_DONT_STRDUP_VAL to avoid...
2020-01-10 Gilles Bouthenotavformat/id3v2enc: fix bad ID3v2 tag length
2020-01-10 Martin Storsjömovenc: Write durations based on pts into mvhd/mdhd...
2020-01-08 Andreas Rheinhardtavformat/utils: Remove redundant save+restore
2020-01-08 Andreas Rheinhardtavformat/wtvdec: Cosmetics
2020-01-08 Andreas Rheinhardtavformat/wtvdec: Fix memleak when reading header fails
2020-01-08 Anthony Delannoylavf/libsrt: Fix typo
2020-01-08 Andreas Rheinhardtavformat/dashenc: Fix leak of AVFormatContext on error
2020-01-08 Andreas Rheinhardtavformat/mpjpeg: Remove mpjpeg_write_trailer
2020-01-08 Andreas Rheinhardtavformat: Improve returned error codes
2020-01-08 Andreas Rheinhardtavformat/fitsdec: Fix potential leak of string in AVBPrint
2020-01-08 Andreas Rheinhardtavformat/avs: Remove avs_read_close()
2020-01-07 Marton Balintavformat: convert some avio_flush() calls to avio_write...
2020-01-07 Marton Balintavformat: remove more unneeded avio_flush() calls
2020-01-07 Marton Balintavformat: remove avio_flush() calls from the end of...
2020-01-07 Marton Balintavformat: remove unneeded avio_flush() calls from the...
2020-01-07 Marton Balintavformat: remove avio_flush() calls from the end of...
2020-01-07 Marton Balintavformat: remove unneeded avio_flush() calls before...
2020-01-07 Andreas Rheinhardtavformat/aviobuf: Honor avio_open[2] documentation
2020-01-06 Carl Eugen HoyosSilence "string-plus-int" warning shown by clang.
2020-01-05 Ulrich Spörleinlibavformat: fix spelling in ID3v1 genres and extend...
2020-01-03 Marton Balintavformat/img2enc: fix writing multiple streams in write...
2020-01-03 Marton Balintavformat/img2enc: minor simplification
2020-01-03 Marton Balintavformat/img2enc: cleanup IO contexts on error
2020-01-03 Marton Balintavformat/img2enc: reindent after last commit
2020-01-03 Marton Balintavformat/img2enc: factorize piped write_packet
2020-01-03 Marton Balintavformat/img2enc: factorize writing fully muxed file
2020-01-01 Marton Balintavformat/tee: use AV_OPT_TYPE_DICT for fifo_options
2020-01-01 Marton Balintavformat/segment: use AV_OPT_TYPE_DICT for segment_form...
2020-01-01 Marton Balintavformat/hlsenc: use AV_OPT_TYPE_DICT for hls_ts_options
2020-01-01 Marton Balintavformat/fifo: use AV_OPT_TYPE_DICT for format_opts
2020-01-01 Marton Balintavformat/dashenc: use AV_OPT_TYPE_DICT for format_options
2020-01-01 Andreas Rheinhardtavformat/matroskadec: Use AV_DICT_DONT_STRDUP_VAL to...
2020-01-01 Andreas Rheinhardtavformat/matroskaenc: Check return value of ff_isom_wri...
2020-01-01 Andreas Rheinhardtavformat/matroskaenc: Adapt documentation of put_ebml_num
2020-01-01 Andreas Rheinhardtavformat/mpeg: Remove secondary packet for reading...
2020-01-01 Jun Zhaolavf/libsrt: add version guard for srt encryption control
2019-12-31 Michael Niedermayeravformat/oggparsetheora: Replace get_bits_long() by...
2019-12-31 Michael Niedermayeravformat/oggparseflac: Replace skip_bits_long() by...
2019-12-31 Michael Niedermayeravformat/options_table: err_detect compliant and aggres...
2019-12-29 Andreas Rheinhardtavformat/matroskadec: Fix lzo decompression
2019-12-27 Marvin Scholzavformat/dashdec: propagate icy to child AVIOContexts
2019-12-27 Marvin Scholzavformat/hls: propagate icy to child AVIOContexts
2019-12-27 Andreas Rheinhardtavformat/microdvdenc: Use avio_w8 to write a char
2019-12-27 Andreas Rheinhardtavformat/microdvd: Use \n instead of \0 to end file...
2019-12-26 Andreas Rheinhardtavformat/flvenc: Fix leak of oversized packets
2019-12-26 Andreas Rheinhardtavformat/flvenc: Forward errors from allocating keyfram...
2019-12-26 Andreas Rheinhardtavformat/wavenc: Add deinit function
2019-12-26 Andreas Rheinhardtavformat/spdifenc: Replace write_trailer by deinit
2019-12-25 Paul B Maholavformat/dhav: improve seeking
2019-12-23 Paul B Maholavformat/sccdec: only change duration for last subtitle
2019-12-23 Paul B Maholavformat/sccdec: fix sub->pos values
2019-12-23 Paul B Maholavformat/sccdec: fix timestamp of last subtitle
2019-12-23 Gyan Doshiavformat/mpegtsenc: warn users if codec isn't supported
2019-12-23 Andreas Rheinhardtavformat/hls: Use av_packet_move_ref() for packet owner...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix check for presence of webvtt muxer
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix memleaks with repeating parameters
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix return value from localtime_r...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix potential segfault upon allocation...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix leak of options when writing packets
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix leak of options when initializing...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Only allocate when data is known to...
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix typo in error message
2019-12-23 Andreas Rheinhardtavformat/hlsenc: Fix leak of child AVFormatContext
2019-12-21 James Almeravformat/movenc: use iso6 major brand when signed CTS...
2019-12-21 James Almeravformat/movenc: ensure we don't write the major brand...
2019-12-21 James Almeravformat/movenc: write the major brand also as the...
next