aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2018-12-04lavf/dashenc: Write media trailers when DASH trailer is written.Andrey Semashev
2018-12-03Revert "lavf/dashenc: Write media trailers when DASH trailer is written."Karthick J
2018-12-03lavf/dashenc: Use avpriv_io_delete to delete files.Andrey Semashev
2018-12-03lavf/dashenc: Write media trailers when DASH trailer is written.Andrey Semashev
2018-12-03avformat/dashenc: Added proper logging when io_open fails for writeKarthick J
2018-12-02avformat/dashenc: Added an option to ignore io errorskjeyapal@akamai.com
2018-12-02avformat/dashenc: Handled the error from dashenc_io_open()kjeyapal@akamai.com
2018-12-02lavf/dashenc: Delete HLS manifests on trailer writing if remove_at_exit is set.Andrey Semashev
2018-12-02lavf/dashenc: Don't put non-mp4 streams in HLS manifests.Andrey Semashev
2018-12-01avformat/mpegenc: extend muxing PCM-DVD to other depthsPaul B Mahol
2018-11-30avformat/ac3dec: always skip junk bytes before sync bytesPaul B Mahol
2018-11-30avformat/dashdec: add subtitle stream supportSteven Liu
2018-11-28lavf/rawdec: Do not mark streams from raw subtitle demuxers as data streams.Carl Eugen Hoyos
2018-11-27lavf/Makefile: Fix demuxer dependencies: dvbsub, dvbtxtCarl Eugen Hoyos
2018-11-27lavf/dashdec: Add webm to the list of allowed extensions.Andrey Semashev
2018-11-26avformat/vivo: Don't log null valueMark Harris
2018-11-25avformat/hlsenc: remove the cannot reach resultSteven Liu
2018-11-25avformat/pcmdec: endianness for audio/L16 mime typeIgor Derzhavin
2018-11-25avformat/pcmdec: audio/L16 should be in network byte order by default (rfc 2586)Igor Derzhavin
2018-11-25avformat/pcmdec: mime-type should be case insensitive (audio/L16)Igor Derzhavin
2018-11-24avformat/dhav: improve A/V syncPaul B Mahol
2018-11-24avformat: add DHAV demuxerPaul B Mahol
2018-11-23lavf/dashenc: Fix segment duration overflow on fine time bases.Andrey Semashev
2018-11-22avformat/movenc: get number of written bytes from bitstream writerPaul B Mahol
2018-11-22avformat/movenc: fix size calculation in mov_write_eac3_tag()Paul B Mahol
2018-11-22avformat/http : Added check for valid URL context before calling shutdownkjeyapal@akamai.com
2018-11-22avformat/dashenc : Handled error from ff_http_do_new_request() cleanlykjeyapal@akamai.com
2018-11-21lavf/dashenc: Fix AVDictionary leaks in case of various init errors.Andrey Semashev
2018-11-21lavf/dashenc: Add support for format-specific file extensions.Andrey Semashev
2018-11-21lavf/dashenc: Add DASH segment type auto and make it the defaultAndrey Semashev
2018-11-16lavf/hlsenc: Do not mix declarations and code.Carl Eugen Hoyos
2018-11-14lavf/dashenc: set FLAC manifest codec string to "flac"Jan Ekström
2018-11-12avformat/hlsenc: check dirname and fix vtt problemSteven Liu
2018-11-08lavf/apngdec: Return EOF for incomplete files.Carl Eugen Hoyos
2018-11-05flvdec: Export unknown metadata packets as opaque dataMartin Storsjö
2018-11-05flvdec: Rename FLV_STREAM_TYPE_DATA into FLV_STREAM_TYPE_SUBTITLEMartin Storsjö
2018-11-04avformat/ftp: allow nonstandard 202 reply to OPTS UTF8Marton Balint
2018-11-02avformat/dashenc: Disable writing CODECS tag for HEVC streamskjeyapal@akamai.com
2018-11-01avformat/ivfenc: use the av1_metadata bsf to insert Temporal Delimiter OBUs i...James Almer
2018-11-02Bump minor version for master after 4.1 branchpointMichael Niedermayer
2018-11-02Bump minor versions for branching 4.1Michael Niedermayer
2018-11-01avformat/ftp: return AVERROR_EOF for EOFMarton Balint
2018-10-30avformat/hlsenc.c: fix the output's duration smaller than input's in sub-rang...Charles Liu
2018-10-30avformat/hlsenc.c: the size of init.mp4 is zero.Charles Liu
2018-10-30avformat/hlsenc.c: remove the useless variable fmp4_init_mode.Charles Liu
2018-10-30avformat/hlsenc.c: fix memory leak in fmp4 mode.Charles Liu
2018-10-30avformat/hlsenc: fix the duration of m4s segment is unusually smaller than ex...Charles Liu
2018-10-26avformat/rpl: Support files containing 8 bit PCM or VIDC audioCameron Cawley
2018-10-26avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley
2018-10-26avformat/dashenc: Support HTTP persistent for init segments as wellkjeyapal@akamai.com