summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/img2enc: fix writing multiple streams in write_muxed_fileMarton Balint2020-01-03
* avformat/img2enc: minor simplificationMarton Balint2020-01-03
* avformat/img2enc: cleanup IO contexts on errorMarton Balint2020-01-03
* avformat/img2enc: reindent after last commitMarton Balint2020-01-03
* avformat/img2enc: factorize piped write_packetMarton Balint2020-01-03
* avformat/img2enc: factorize writing fully muxed fileMarton Balint2020-01-03
* avformat/tee: use AV_OPT_TYPE_DICT for fifo_optionsMarton Balint2020-01-01
* avformat/segment: use AV_OPT_TYPE_DICT for segment_format_optionsMarton Balint2020-01-01
* avformat/hlsenc: use AV_OPT_TYPE_DICT for hls_ts_optionsMarton Balint2020-01-01
* avformat/fifo: use AV_OPT_TYPE_DICT for format_optsMarton Balint2020-01-01
* avformat/dashenc: use AV_OPT_TYPE_DICT for format_optionsMarton Balint2020-01-01
* avformat/matroskadec: Use AV_DICT_DONT_STRDUP_VAL to save av_strdupAndreas Rheinhardt2020-01-01
* avformat/matroskaenc: Check return value of ff_isom_write_hvcc()Andreas Rheinhardt2020-01-01
* avformat/matroskaenc: Adapt documentation of put_ebml_numAndreas Rheinhardt2020-01-01
* avformat/mpeg: Remove secondary packet for reading VobSubAndreas Rheinhardt2020-01-01
* lavf/libsrt: add version guard for srt encryption controlJun Zhao2020-01-01
* avformat/oggparsetheora: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-31
* avformat/oggparseflac: Replace skip_bits_long() by skip_bits() where possibleMichael Niedermayer2019-12-31
* avformat/options_table: err_detect compliant and aggressive should also enabl...Michael Niedermayer2019-12-31
* avformat/matroskadec: Fix lzo decompressionAndreas Rheinhardt2019-12-28
* avformat/dashdec: propagate icy to child AVIOContextsMarvin Scholz2019-12-27
* avformat/hls: propagate icy to child AVIOContextsMarvin Scholz2019-12-27
* avformat/microdvdenc: Use avio_w8 to write a charAndreas Rheinhardt2019-12-27
* avformat/microdvd: Use \n instead of \0 to end file headerAndreas Rheinhardt2019-12-27
* avformat/flvenc: Fix leak of oversized packetsAndreas Rheinhardt2019-12-26
* avformat/flvenc: Forward errors from allocating keyframe indexAndreas Rheinhardt2019-12-26
* avformat/wavenc: Add deinit functionAndreas Rheinhardt2019-12-26
* avformat/spdifenc: Replace write_trailer by deinitAndreas Rheinhardt2019-12-26
* avformat/dhav: improve seekingPaul B Mahol2019-12-25
* avformat/sccdec: only change duration for last subtitlePaul B Mahol2019-12-23
* avformat/sccdec: fix sub->pos valuesPaul B Mahol2019-12-23
* avformat/sccdec: fix timestamp of last subtitlePaul B Mahol2019-12-23
* avformat/mpegtsenc: warn users if codec isn't supportedGyan Doshi2019-12-23
* avformat/hls: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix check for presence of webvtt muxerAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix memleaks with repeating parametersAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix return value from localtime_r failureAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix potential segfault upon allocation failureAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix leak of options when writing packetsAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix leak of options when initializing muxing failsAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Only allocate when data is known to be neededAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix typo in error messageAndreas Rheinhardt2019-12-23
* avformat/hlsenc: Fix leak of child AVFormatContextAndreas Rheinhardt2019-12-23
* avformat/movenc: use iso6 major brand when signed CTS offsets are used in tru...James Almer2019-12-21
* avformat/movenc: ensure we don't write the major brand as a compatible brand ...James Almer2019-12-21
* avformat/movenc: write the major brand also as the first compatible brandJames Almer2019-12-21
* avformat/icecast: Use AV_DICT_DONT_STRDUP_VAL to save an av_strdupAndreas Rheinhardt2019-12-21
* avformat/icecast: Free the right buffer on errorAndreas Rheinhardt2019-12-19
* avformat/tls_openssl: don't use libcrypto locking functions with newer OpenSS...James Almer2019-12-19
* avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt2019-12-12