Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-07Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos
2020-01-05libavformat: fix spelling in ID3v1 genres and extend the list of Winamp exten...Ulrich Spörlein
2020-01-03avformat/img2enc: fix writing multiple streams in write_muxed_fileMarton Balint
2020-01-03avformat/img2enc: minor simplificationMarton Balint
2020-01-03avformat/img2enc: cleanup IO contexts on errorMarton Balint
2020-01-03avformat/img2enc: reindent after last commitMarton Balint
2020-01-03avformat/img2enc: factorize piped write_packetMarton Balint
2020-01-03avformat/img2enc: factorize writing fully muxed fileMarton Balint
2020-01-01avformat/tee: use AV_OPT_TYPE_DICT for fifo_optionsMarton Balint
2020-01-01avformat/segment: use AV_OPT_TYPE_DICT for segment_format_optionsMarton Balint
2020-01-01avformat/hlsenc: use AV_OPT_TYPE_DICT for hls_ts_optionsMarton Balint
2020-01-01avformat/fifo: use AV_OPT_TYPE_DICT for format_optsMarton Balint
2020-01-01avformat/dashenc: use AV_OPT_TYPE_DICT for format_optionsMarton Balint
2020-01-01avformat/matroskadec: Use AV_DICT_DONT_STRDUP_VAL to save av_strdupAndreas Rheinhardt
2020-01-01avformat/matroskaenc: Check return value of ff_isom_write_hvcc()Andreas Rheinhardt
2020-01-01avformat/matroskaenc: Adapt documentation of put_ebml_numAndreas Rheinhardt
2020-01-01avformat/mpeg: Remove secondary packet for reading VobSubAndreas Rheinhardt
2020-01-01lavf/libsrt: add version guard for srt encryption controlJun Zhao
2019-12-31avformat/oggparsetheora: Replace get_bits_long() by get_bits() where possibleMichael Niedermayer
2019-12-31avformat/oggparseflac: Replace skip_bits_long() by skip_bits() where possibleMichael Niedermayer
2019-12-31avformat/options_table: err_detect compliant and aggressive should also enabl...Michael Niedermayer
2019-12-29avformat/matroskadec: Fix lzo decompressionAndreas Rheinhardt
2019-12-27avformat/dashdec: propagate icy to child AVIOContextsMarvin Scholz
2019-12-27avformat/hls: propagate icy to child AVIOContextsMarvin Scholz
2019-12-27avformat/microdvdenc: Use avio_w8 to write a charAndreas Rheinhardt
2019-12-27avformat/microdvd: Use \n instead of \0 to end file headerAndreas Rheinhardt
2019-12-27avformat/flvenc: Fix leak of oversized packetsAndreas Rheinhardt
2019-12-27avformat/flvenc: Forward errors from allocating keyframe indexAndreas Rheinhardt
2019-12-27avformat/wavenc: Add deinit functionAndreas Rheinhardt
2019-12-27avformat/spdifenc: Replace write_trailer by deinitAndreas Rheinhardt
2019-12-26avformat/dhav: improve seekingPaul B Mahol
2019-12-24avformat/sccdec: only change duration for last subtitlePaul B Mahol
2019-12-24avformat/sccdec: fix sub->pos valuesPaul B Mahol
2019-12-24avformat/sccdec: fix timestamp of last subtitlePaul B Mahol
2019-12-23avformat/mpegtsenc: warn users if codec isn't supportedGyan Doshi
2019-12-23avformat/hls: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt
2019-12-23avformat/hlsenc: Fix check for presence of webvtt muxerAndreas Rheinhardt
2019-12-23avformat/hlsenc: Fix memleaks with repeating parametersAndreas Rheinhardt
2019-12-23avformat/hlsenc: Fix return value from localtime_r failureAndreas Rheinhardt
2019-12-23avformat/hlsenc: Fix potential segfault upon allocation failureAndreas Rheinhardt
2019-12-23avformat/hlsenc: Fix leak of options when writing packetsAndreas Rheinhardt
2019-12-23avformat/hlsenc: Fix leak of options when initializing muxing failsAndreas Rheinhardt
2019-12-23avformat/hlsenc: Only allocate when data is known to be neededAndreas Rheinhardt
2019-12-23avformat/hlsenc: Fix typo in error messageAndreas Rheinhardt
2019-12-23avformat/hlsenc: Fix leak of child AVFormatContextAndreas Rheinhardt
2019-12-21avformat/movenc: use iso6 major brand when signed CTS offsets are used in tru...James Almer
2019-12-21avformat/movenc: ensure we don't write the major brand as a compatible brand ...James Almer
2019-12-21avformat/movenc: write the major brand also as the first compatible brandJames Almer
2019-12-21avformat/icecast: Use AV_DICT_DONT_STRDUP_VAL to save an av_strdupAndreas Rheinhardt
2019-12-20avformat/icecast: Free the right buffer on errorAndreas Rheinhardt