summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat/udp: use factorized ip functionsMarton Balint2018-10-032-104/+23
* avformat/ip: factorize some IP filtering and resolving functions to a new fileMarton Balint2018-10-032-0/+231
* avformat/matroskaenc: reserve free space for metadata on requestSigga Regina2018-10-012-1/+8
* lavf/mpeg: Support demuxing HEVC in mpeg-ps.Carl Eugen Hoyos2018-09-272-0/+4
* avformat/matroskaenc: reindent after the previous commitJames Almer2018-09-261-13/+13
* avformat/matroskaenc: refactor checks for allowed codecs in WebMJames Almer2018-09-261-12/+18
* avformat/matroskaenc: implement AVOutputFormat.query_codec for webmJames Almer2018-09-264-1/+29
* avformat/matroskaenc: remove unnecessary additional codec tagsJames Almer2018-09-261-3/+0
* avformat/utils: move mkdir_p to utilsSteven Liu2018-09-253-35/+44
* avformat/utils: set AV_PKT_FLAG_KEY for data packetsBaptiste Coudurier2018-09-241-1/+1
* avformat/ivfenc: fix writing codec tagJames Almer2018-09-241-1/+1
* Revert "avformat/matroskaenc: write CodecPrivate in WebM"James Almer2018-09-211-1/+1
* avformat/matroskaenc: write CodecPrivate in WebMJames Almer2018-09-211-1/+1
* lavf/matroska: Allow AV1 in WebMKagami Hiiragi2018-09-212-2/+3
* avformat/dashenc: Reduce Muxing overhead for chunked CMAF formatKarthick Jeyapal2018-09-191-1/+1
* lavf/webvttenc: Always write hours in the timestamp with two characters.Carl Eugen Hoyos2018-09-191-1/+1
* avformat/dashenc: Format VP9 profile as decimal instead of HexadecimalJames Almer2018-09-171-1/+1
* avformat/dashenc: Format VP9 bitdepth as decimal instead of HexadecimalKarthick Jeyapal2018-09-171-1/+1
* avformat/dashenc: Format VP9 level as decimal instead of hexadecimalKarthick Jeyapal2018-09-171-1/+1
* avformat/vpcc: fix values in VP9 level detection heuristicsJames Almer2018-09-152-15/+15
* libavformat/mxfenc: fix dnxhr ul typoJason Stevens2018-09-151-5/+5
* lavf/davs2: Do not mix declarations and code.Carl Eugen Hoyos2018-09-141-3/+3
* lavf: add raw AVS2 demuxerhwren2018-09-123-0/+73
* Revert "lavf: add raw AVS2 demuxer"Steven Liu2018-09-123-73/+0
* lavf: add raw AVS2 demuxerSteven Liu2018-09-123-0/+73
* lavf/Makefile: Fix standalone build of AVS2 muxerMark Thompson2018-09-111-0/+1
* lavf: add raw avs2 muxerhwren2018-09-112-0/+14
* avformat/tcp: re-add checks for setsockopt return valuesJames Almer2018-09-111-4/+12
* Merge commit '8c76bfacf663ff71cee5264a74d0f9c86addd325'James Almer2018-09-111-48/+36
|\
| * tcp: Use ff_connect_parallel for RFC 8305 style connectingMartin Storsjö2018-08-311-26/+15