22101 Commits (0c19dd2df43fa550681953abc57049a05c50e18f)

Author SHA1 Message Date
James Almer 0c19dd2df4 avformat/dashenc: allow setting segment durations per AdaptationSet 5 years ago
Andreas Rheinhardt b55c6b8c40 avformat/avformat: Update AVInputFormat.read_packet documentation 5 years ago
Andreas Rheinhardt 56a04b7c38 avformat/segafilmenc: Check early whether video is allowed 5 years ago
Andreas Rheinhardt 30859c270f avformat/segafilmenc: Postpone check for existence of video stream 5 years ago
Andreas Rheinhardt 8ae026d74f avformat/segafilmenc: Fix undefined left shift of 1 by 31 places 5 years ago
Andreas Rheinhardt 6a1bf8634a avformat/matroskaenc: Fix ReferenceBlock timestamp 5 years ago
Alexandre Heitor Schmidt ae436cc5e4 avformat/img2dec: add option to provide metadata fields related to input path 5 years ago
Andreas Rheinhardt ad1b0a12f3 avformat/mov: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdup 5 years ago
Gilles Bouthenot 929e5159bc avformat/id3v2enc: fix bad ID3v2 tag length 5 years ago
Martin Storsjö 3d894db700 movenc: Write durations based on pts into mvhd/mdhd/tkhd/elst 5 years ago
Andreas Rheinhardt 94cdf82d53 avformat/utils: Remove redundant save+restore 5 years ago
Andreas Rheinhardt 653ef8828a avformat/wtvdec: Cosmetics 5 years ago
Andreas Rheinhardt 373c1c9b69 avformat/wtvdec: Fix memleak when reading header fails 5 years ago
Anthony Delannoy 3def315c5c lavf/libsrt: Fix typo 5 years ago
Andreas Rheinhardt 8aeab0dbc1 avformat/dashenc: Fix leak of AVFormatContext on error 5 years ago
Andreas Rheinhardt ad18f69bcb avformat/mpjpeg: Remove mpjpeg_write_trailer 5 years ago
Andreas Rheinhardt 45e7c67aff avformat: Improve returned error codes 5 years ago
Andreas Rheinhardt bb20f3dd73 avformat/fitsdec: Fix potential leak of string in AVBPrint 5 years ago
Andreas Rheinhardt 3fd68fd955 avformat/avs: Remove avs_read_close() 5 years ago
Marton Balint 3414115cd4 avformat: convert some avio_flush() calls to avio_write_marker(AVIO_DATA_MARKER_FLUSH_POINT) 5 years ago
Marton Balint f4a8ea7ff6 avformat: remove more unneeded avio_flush() calls 5 years ago
Marton Balint c371463915 avformat: remove avio_flush() calls from the end of write_packet functions 5 years ago
Marton Balint c05d82fa92 avformat: remove unneeded avio_flush() calls from the end of write_trailer functions 5 years ago
Marton Balint 4bf90e095b avformat: remove avio_flush() calls from the end of write_header functions 5 years ago
Marton Balint 4d7f8254ac avformat: remove unneeded avio_flush() calls before calling avio_close_dyn_buf() 5 years ago
Andreas Rheinhardt 220846f74f avformat/aviobuf: Honor avio_open[2] documentation 5 years ago
Carl Eugen Hoyos 96fab29e96 Silence "string-plus-int" warning shown by clang. 5 years ago
Ulrich Spörlein 60d599e217 libavformat: fix spelling in ID3v1 genres and extend the list of Winamp extensions. 5 years ago
Marton Balint d111a41f9d avformat/img2enc: fix writing multiple streams in write_muxed_file 5 years ago
Marton Balint beb7f93b23 avformat/img2enc: minor simplification 5 years ago
Marton Balint 57df8839e1 avformat/img2enc: cleanup IO contexts on error 5 years ago
Marton Balint 43d5ddb4b5 avformat/img2enc: reindent after last commit 5 years ago
Marton Balint 04e36fc4e1 avformat/img2enc: factorize piped write_packet 5 years ago
Marton Balint b693b06b22 avformat/img2enc: factorize writing fully muxed file 5 years ago
Marton Balint 710e9f3f18 avformat/tee: use AV_OPT_TYPE_DICT for fifo_options 5 years ago
Marton Balint 7c3125133f avformat/segment: use AV_OPT_TYPE_DICT for segment_format_options 5 years ago
Marton Balint 5d35a6e8e2 avformat/hlsenc: use AV_OPT_TYPE_DICT for hls_ts_options 5 years ago
Marton Balint f20bdbff6d avformat/fifo: use AV_OPT_TYPE_DICT for format_opts 5 years ago
Marton Balint 59172164f3 avformat/dashenc: use AV_OPT_TYPE_DICT for format_options 5 years ago
Andreas Rheinhardt 40d9cbdc22 avformat/matroskadec: Use AV_DICT_DONT_STRDUP_VAL to save av_strdup 5 years ago
Andreas Rheinhardt 34e3810b04 avformat/matroskaenc: Check return value of ff_isom_write_hvcc() 5 years ago
Andreas Rheinhardt 2968da7d9e avformat/matroskaenc: Adapt documentation of put_ebml_num 5 years ago
Andreas Rheinhardt 6d354aeb29 avformat/mpeg: Remove secondary packet for reading VobSub 5 years ago
Jun Zhao d7e2a2bb35 lavf/libsrt: add version guard for srt encryption control 5 years ago
Michael Niedermayer 9a8471e3f0 avformat/oggparsetheora: Replace get_bits_long() by get_bits() where possible 5 years ago
Michael Niedermayer e900621074 avformat/oggparseflac: Replace skip_bits_long() by skip_bits() where possible 5 years ago
Michael Niedermayer 7d475c53c8 avformat/options_table: err_detect compliant and aggressive should also enable the weaker checks 5 years ago
Andreas Rheinhardt 2ff687c17f avformat/matroskadec: Fix lzo decompression 5 years ago
Marvin Scholz f37bfd3f62 avformat/dashdec: propagate icy to child AVIOContexts 5 years ago
Marvin Scholz c3bb6efef2 avformat/hls: propagate icy to child AVIOContexts 5 years ago