]> git.sesse.net Git - ffmpeg/history - libavformat
avdevice/decklink_dec: remove the @mode syntax
[ffmpeg] / libavformat /
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...
2019-12-21 Andreas Rheinhardtavformat/icecast: Use AV_DICT_DONT_STRDUP_VAL to save...
2019-12-19 Andreas Rheinhardtavformat/icecast: Free the right buffer on error
2019-12-19 James Almeravformat/tls_openssl: don't use libcrypto locking funct...
2019-12-12 Andreas Rheinhardtavformat: Don't free old extradata before ff_alloc...
2019-12-12 Andreas Rheinhardtavformat: Forward errors where possible
2019-12-12 Andreas Rheinhardtavformat/rtpdec_hevc: Don't reimplement ff_alloc_extradata
2019-12-12 Andreas Rheinhardtavformat/apngdec: Don't free extradata manually
2019-12-12 Andreas Rheinhardtavformat/apngdec: Make sure that extradata is zero...
2019-12-12 Andreas Rheinhardtavformat/mov: Use ff_alloc_extradata for dvdsub extradata
2019-12-12 Yuki Tsuchiyalavf/movenc: cosmetics
2019-12-12 Yuki Tsuchiyalavf/isom: support for demuxing and remuxing of MPEG...
2019-12-12 Yuki Tsuchiyalavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY...
2019-12-12 Martin Storsjörtsp: Use AVERROR() with errno.h error codes for error...
2019-12-11 Martin Storsjönetwork: Define ENOTCONN as WSAENOTCONN if not defined
2019-12-11 Fei Wangavcodec/cbs_av1: rename enable_intraintra_compound...
2019-12-11 Andreas Rheinhardtavformat/iff: Use ff_alloc_extradata
2019-12-11 Andreas Rheinhardtavformat/flvenc: Don't reimplement ff_alloc_extradata
2019-12-11 Andreas Rheinhardtavformat/apc: Remove unnecessary resetting of flags
2019-12-11 Steven Liuavformat/cache: rename the class name fro Cache to...
2019-12-11 Steven Liuavformat/hlsenc: remove duplicate code block
2019-12-11 Jun Zhaolavf/tls_openssl: support both pre-1.1.0 and post-1...
2019-12-11 Jun Zhaolavf/libsrt: enable other encryption parameters
2019-12-11 Jun Zhaolavf/libsrt: add linger parameter to libsrt
2019-12-10 Michael Niedermayeravformat/rmdec: Initialize and sanity check offset...
2019-12-10 Michael NiedermayerRemove redundant ;
2019-12-10 Andreas Rheinhardtavformat/id3v2: Fix double-free on error
2019-12-07 Andreas Rheinhardtavformat/matroskadec: Fix use-after-free when demuxing...
2019-12-07 Jun Zhaolavf/rtmpproto: Don't unref uninitialized buffers
2019-12-06 Limin Wangavformat/libsrt: change tlpktdrop, nakreport, messageap...
2019-12-06 Limin Wangavformat/libsrt: fix for the memory leak if passphrase...
2019-12-05 Andreas Rheinhardtavformat/mpeg: Fix leaks of AVFormatContext and subtitl...
2019-12-05 Andreas Rheinhardtavformat/mpeg: Don't copy or leak string in AVBPrint
2019-12-05 Andreas Rheinhardtavformat/mpeg: Make VobSub demuxer have its own context...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Reuse AVIOContext
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Improve frame size parsing error...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Remove unnecessary check
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Simplify control flow of parsing...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Avoid allocating array for lace...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Use bytestream API instead of...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: avcodec/tta: Set extradata_size...
2019-12-05 Andreas Rheinhardtavformat/matroskadec: Check before allocations
2019-12-04 Andreas Rheinhardtavformat/rmdec: Use av_packet_move_ref() for packet...
2019-12-03 Marton Balintavformat/mpegtsenc: add padding to m2ts streams
2019-12-03 Marton Balintavformat/mpegtsenc: factorize writing packet
2019-12-03 Marton Balintavformat/mpegtsenc: move around setting m2ts_mode
2019-12-03 Marton Balintavformat/mpegtsenc: set priority flag for AC3 codecs...
2019-12-03 Marton Balintavformat/mpegtsenc: allow any sensible PID for elementa...
2019-12-03 Linjie Fulibavformat/utils: Fix code indentation
2019-12-01 Michael Niedermayeravformat/mxfdec: Clear metadata_sets_count in mxf_read_...
2019-12-01 Andreas Rheinhardtavformat/flac_picture: Return directly if nothing has...
2019-12-01 Andreas Rheinhardtavformat/flac_picture: Switch to bytestream2 API
2019-12-01 Andreas Rheinhardtavformat/flac_picture: Simplify checks
2019-12-01 Steven Liuavformat/smoothstreamingenc: removed unused check of...
2019-12-01 Steven Liuavformat/rtpenc_mpegts: removed unused check of avforma...
next