summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/img2dec: add option to provide metadata fields related to input pathAlexandre Heitor Schmidt2020-01-103-1/+41
* avformat/mov: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdupAndreas Rheinhardt2020-01-101-4/+4
* avformat/id3v2enc: fix bad ID3v2 tag lengthGilles Bouthenot2020-01-101-3/+3
* movenc: Write durations based on pts into mvhd/mdhd/tkhd/elstMartin Storsjö2020-01-101-7/+28
* avformat/utils: Remove redundant save+restoreAndreas Rheinhardt2020-01-081-2/+0
* avformat/wtvdec: CosmeticsAndreas Rheinhardt2020-01-071-5/+5
* avformat/wtvdec: Fix memleak when reading header failsAndreas Rheinhardt2020-01-071-1/+3
* lavf/libsrt: Fix typoAnthony Delannoy2020-01-081-2/+2
* avformat/dashenc: Fix leak of AVFormatContext on errorAndreas Rheinhardt2020-01-081-5/+4
* avformat/mpjpeg: Remove mpjpeg_write_trailerAndreas Rheinhardt2020-01-081-6/+0
* avformat: Improve returned error codesAndreas Rheinhardt2020-01-086-24/+25
* avformat/fitsdec: Fix potential leak of string in AVBPrintAndreas Rheinhardt2020-01-081-1/+1
* avformat/avs: Remove avs_read_close()Andreas Rheinhardt2020-01-081-6/+0
* avformat: convert some avio_flush() calls to avio_write_marker(AVIO_DATA_MARK...Marton Balint2020-01-076-10/+11
* avformat: remove more unneeded avio_flush() callsMarton Balint2020-01-075-13/+0
* avformat: remove avio_flush() calls from the end of write_packet functionsMarton Balint2020-01-073-5/+0
* avformat: remove unneeded avio_flush() calls from the end of write_trailer fu...Marton Balint2020-01-0713-18/+0
* avformat: remove avio_flush() calls from the end of write_header functionsMarton Balint2020-01-0728-40/+0
* avformat: remove unneeded avio_flush() calls before calling avio_close_dyn_buf()Marton Balint2020-01-073-5/+0
* avformat/aviobuf: Honor avio_open[2] documentationAndreas Rheinhardt2020-01-071-0/+2
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* libavformat: fix spelling in ID3v1 genres and extend the list of Winamp exten...Ulrich Spörlein2020-01-052-8/+52
* avformat/img2enc: fix writing multiple streams in write_muxed_fileMarton Balint2020-01-031-3/+8
* avformat/img2enc: minor simplificationMarton Balint2020-01-031-6/+4
* avformat/img2enc: cleanup IO contexts on errorMarton Balint2020-01-031-3/+10
* avformat/img2enc: reindent after last commitMarton Balint2020-01-031-45/+41
* avformat/img2enc: factorize piped write_packetMarton Balint2020-01-031-12/+18
* avformat/img2enc: factorize writing fully muxed fileMarton Balint2020-01-031-28/+37
* avformat/tee: use AV_OPT_TYPE_DICT for fifo_optionsMarton Balint2020-01-011-9/+2
* avformat/segment: use AV_OPT_TYPE_DICT for segment_format_optionsMarton Balint2020-01-011-13/+2
* avformat/hlsenc: use AV_OPT_TYPE_DICT for hls_ts_optionsMarton Balint2020-01-011-19/+2
* avformat/fifo: use AV_OPT_TYPE_DICT for format_optsMarton Balint2020-01-011-14/+2
* avformat/dashenc: use AV_OPT_TYPE_DICT for format_optionsMarton Balint2020-01-011-7/+3
* avformat/matroskadec: Use AV_DICT_DONT_STRDUP_VAL to save av_strdupAndreas Rheinhardt2020-01-011-6/+6
* avformat/matroskaenc: Check return value of ff_isom_write_hvcc()Andreas Rheinhardt2020-01-011-3/+2
* avformat/matroskaenc: Adapt documentation of put_ebml_numAndreas Rheinhardt2020-01-011-4/+3
* avformat/mpeg: Remove secondary packet for reading VobSubAndreas Rheinhardt2020-01-011-16/+7
* lavf/libsrt: add version guard for srt encryption controlJun Zhao2020-01-011-2/+9
* avformat/oggparsetheora: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer2019-12-311-5/+5
* avformat/oggparseflac: Replace skip_bits_long() by skip_bits() where possibleMichael Niedermayer2019-12-311-1/+1
* avformat/options_table: err_detect compliant and aggressive should also enabl...Michael Niedermayer2019-12-311-2/+2
* avformat/matroskadec: Fix lzo decompressionAndreas Rheinhardt2019-12-281-1/+2
* avformat/dashdec: propagate icy to child AVIOContextsMarvin Scholz2019-12-271-1/+1
* avformat/hls: propagate icy to child AVIOContextsMarvin Scholz2019-12-271-1/+1
* avformat/microdvdenc: Use avio_w8 to write a charAndreas Rheinhardt2019-12-271-1/+1
* avformat/microdvd: Use \n instead of \0 to end file headerAndreas Rheinhardt2019-12-272-4/+6
* avformat/flvenc: Fix leak of oversized packetsAndreas Rheinhardt2019-12-261-1/+2
* avformat/flvenc: Forward errors from allocating keyframe indexAndreas Rheinhardt2019-12-261-7/+9
* avformat/wavenc: Add deinit functionAndreas Rheinhardt2019-12-261-5/+2
* avformat/spdifenc: Replace write_trailer by deinitAndreas Rheinhardt2019-12-261-3/+2