summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/apngdec: Return EOF for incomplete files.Carl Eugen Hoyos2018-11-081-0/+4
* flvdec: Export unknown metadata packets as opaque dataMartin Storsjö2018-11-053-5/+16
* flvdec: Rename FLV_STREAM_TYPE_DATA into FLV_STREAM_TYPE_SUBTITLEMartin Storsjö2018-11-052-5/+5
* avformat/ftp: allow nonstandard 202 reply to OPTS UTF8Marton Balint2018-11-041-2/+3
* avformat/dashenc: Disable writing CODECS tag for HEVC streamskjeyapal@akamai.com2018-11-021-1/+5
* avformat/ivfenc: use the av1_metadata bsf to insert Temporal Delimiter OBUs i...James Almer2018-11-011-0/+2
* Bump minor version for master after 4.1 branchpointMichael Niedermayer2018-11-021-1/+1
* Bump minor versions for branching 4.1Michael Niedermayer2018-11-021-2/+2
* avformat/ftp: return AVERROR_EOF for EOFMarton Balint2018-11-011-2/+2
* avformat/hlsenc.c: fix the output's duration smaller than input's in sub-rang...Charles Liu2018-10-301-2/+1
* avformat/hlsenc.c: the size of init.mp4 is zero.Charles Liu2018-10-301-0/+19
* avformat/hlsenc.c: remove the useless variable fmp4_init_mode.Charles Liu2018-10-301-4/+0
* avformat/hlsenc.c: fix memory leak in fmp4 mode.Charles Liu2018-10-301-0/+1
* avformat/hlsenc: fix the duration of m4s segment is unusually smaller than ex...Charles Liu2018-10-301-4/+0
* avformat/rpl: Support files containing 8 bit PCM or VIDC audioCameron Cawley2018-10-261-1/+16
* avcodec: Implement Archimedes VIDC encoder/decoderCameron Cawley2018-10-264-0/+10
* avformat/dashenc: Support HTTP persistent for init segments as wellkjeyapal@akamai.com2018-10-261-2/+5
* avformat/mxfenc: simplify dnxhd handling and add more flavorsBaptiste Coudurier2018-10-241-155/+63
* avformat/libsrt: add several options supported in srt 1.3.0Matsuzawa Tomohiro2018-10-232-1/+59
* lavf/vc1test: add rcv to vc1test demuxer extensionsJun Zhao2018-10-221-0/+1
* lavf/vc1test: fix vc1test can't probe some RCV file.Jun Zhao2018-10-221-2/+10
* avformat/dashenc: URL close unconditionally after DELETE segmentskjeyapal@akamai.com2018-10-211-1/+1
* avformat/dashenc: Support HTTP Persistent for master.m3u8 as wellkjeyapal@akamai.com2018-10-211-5/+6
* lavf/matroskadec: Simplify string length calculation.Carl Eugen Hoyos2018-10-191-3/+3
* lavf/dump: Fix a typo: comentary -> commentary.Carl Eugen Hoyos2018-10-192-2/+2
* avformat/dashenc: Dont ignore the codec tag from codec parametersKarthick Jeyapal2018-10-181-1/+3
* avformat/utils: Never store negative values in last_IP_durationMichael Niedermayer2018-10-181-2/+3
* avformat/utils: Fix integer overflow in discontinuity checkMichael Niedermayer2018-10-181-1/+1
* lavf/mxfenc: Remove a write-only variable.Carl Eugen Hoyos2018-10-171-6/+1
* avformat/xwma: fix WMAv2 with incorrect bit ratebnnm2018-10-171-7/+31
* avformat: add SER demuxerPaul B Mahol2018-10-134-2/+150
* lavf/mxfenc: Remove two unused variables.Carl Eugen Hoyos2018-10-131-2/+2
* lavf/mxfdec: demux s436m as eia608 subtitle trackBaptiste Coudurier2018-10-121-0/+106
* lavf/mxfenc: support creating s436m data tracksBaptiste Coudurier2018-10-123-5/+49
* avformat/mxfenc: correctly set content package rate in system elementBaptiste Coudurier2018-10-123-1/+22
* avformat/mxfenc: update body partition with footer offsetBaptiste Coudurier2018-10-121-2/+7
* avformat/mxfenc: add mpeg-2 specific metadata, fix compatibility with sony co...Baptiste Coudurier2018-10-121-4/+42
* avformat/mxfenc: write index delta entry array needed by sony vegas pro 11Baptiste Coudurier2018-10-121-115/+93
* avformat/dashenc: only write video streams into HLS master playlistJian Yang2018-10-111-1/+3
* lavf/ftp: Remove an unneeded forward declaration.Carl Eugen Hoyos2018-10-091-2/+0
* avformat/segment: fix segment_time_delta option min/max valueMarton Balint2018-10-071-1/+1
* avformat/utils: Fix potential integer overflow in extract_extradata()Michael Niedermayer2018-10-071-1/+3
* avformat/utils: Do not use "i" as a context pointer, "i" is normally the inte...Michael Niedermayer2018-10-071-21/+21
* avformat/utils: Do not ignore failure in extract_extradata_init()Michael Niedermayer2018-10-071-6/+2
* avformat/movenc: Remove unneeded variable from mov_find_codec_tag()Michael Niedermayer2018-10-071-8/+5
* libavformat/ty: use decimal constant for shiftMichael Niedermayer2018-10-071-1/+1
* avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP m...Marton Balint2018-10-031-24/+28
* avformat/udp: specify the local address for some source filtered multicast joinsMarton Balint2018-10-031-4/+11
* avformat/udp: add support for generic source filteringMarton Balint2018-10-031-4/+13
* avformat/rtpproto: use factorized ip functionsMarton Balint2018-10-032-117/+11
OpenPOWER on IntegriCloud