summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat: add SER demuxerPaul B Mahol2018-10-13
* lavf/mxfenc: Remove two unused variables.Carl Eugen Hoyos2018-10-13
* lavf/mxfdec: demux s436m as eia608 subtitle trackBaptiste Coudurier2018-10-12
* lavf/mxfenc: support creating s436m data tracksBaptiste Coudurier2018-10-12
* avformat/mxfenc: correctly set content package rate in system elementBaptiste Coudurier2018-10-12
* avformat/mxfenc: update body partition with footer offsetBaptiste Coudurier2018-10-12
* avformat/mxfenc: add mpeg-2 specific metadata, fix compatibility with sony co...Baptiste Coudurier2018-10-12
* avformat/mxfenc: write index delta entry array needed by sony vegas pro 11Baptiste Coudurier2018-10-12
* avformat/dashenc: only write video streams into HLS master playlistJian Yang2018-10-11
* lavf/ftp: Remove an unneeded forward declaration.Carl Eugen Hoyos2018-10-09
* avformat/segment: fix segment_time_delta option min/max valueMarton Balint2018-10-07
* avformat/utils: Fix potential integer overflow in extract_extradata()Michael Niedermayer2018-10-07
* avformat/utils: Do not use "i" as a context pointer, "i" is normally the inte...Michael Niedermayer2018-10-07
* avformat/utils: Do not ignore failure in extract_extradata_init()Michael Niedermayer2018-10-07
* avformat/movenc: Remove unneeded variable from mov_find_codec_tag()Michael Niedermayer2018-10-07
* libavformat/ty: use decimal constant for shiftMichael Niedermayer2018-10-07
* avformat/udp: always use IP_ADD_SOURCE_MEMBERSHIP for subscribing to an UDP m...Marton Balint2018-10-03
* avformat/udp: specify the local address for some source filtered multicast joinsMarton Balint2018-10-03
* avformat/udp: add support for generic source filteringMarton Balint2018-10-03
* avformat/rtpproto: use factorized ip functionsMarton Balint2018-10-03
* avformat/udp: use factorized ip functionsMarton Balint2018-10-03
* avformat/ip: factorize some IP filtering and resolving functions to a new fileMarton Balint2018-10-03
* avformat/matroskaenc: reserve free space for metadata on requestSigga Regina2018-10-01
* lavf/mpeg: Support demuxing HEVC in mpeg-ps.Carl Eugen Hoyos2018-09-27
* avformat/matroskaenc: reindent after the previous commitJames Almer2018-09-26
* avformat/matroskaenc: refactor checks for allowed codecs in WebMJames Almer2018-09-26
* avformat/matroskaenc: implement AVOutputFormat.query_codec for webmJames Almer2018-09-26
* avformat/matroskaenc: remove unnecessary additional codec tagsJames Almer2018-09-26
* avformat/utils: move mkdir_p to utilsSteven Liu2018-09-25
* avformat/utils: set AV_PKT_FLAG_KEY for data packetsBaptiste Coudurier2018-09-24
* avformat/ivfenc: fix writing codec tagJames Almer2018-09-24
* Revert "avformat/matroskaenc: write CodecPrivate in WebM"James Almer2018-09-21
* avformat/matroskaenc: write CodecPrivate in WebMJames Almer2018-09-21
* lavf/matroska: Allow AV1 in WebMKagami Hiiragi2018-09-21
* avformat/dashenc: Reduce Muxing overhead for chunked CMAF formatKarthick Jeyapal2018-09-19
* lavf/webvttenc: Always write hours in the timestamp with two characters.Carl Eugen Hoyos2018-09-19
* avformat/dashenc: Format VP9 profile as decimal instead of HexadecimalJames Almer2018-09-17
* avformat/dashenc: Format VP9 bitdepth as decimal instead of HexadecimalKarthick Jeyapal2018-09-17
* avformat/dashenc: Format VP9 level as decimal instead of hexadecimalKarthick Jeyapal2018-09-17
* avformat/vpcc: fix values in VP9 level detection heuristicsJames Almer2018-09-15
* libavformat/mxfenc: fix dnxhr ul typoJason Stevens2018-09-15
* lavf/davs2: Do not mix declarations and code.Carl Eugen Hoyos2018-09-14
* lavf: add raw AVS2 demuxerhwren2018-09-12
* Revert "lavf: add raw AVS2 demuxer"Steven Liu2018-09-12
* lavf: add raw AVS2 demuxerSteven Liu2018-09-12
* lavf/Makefile: Fix standalone build of AVS2 muxerMark Thompson2018-09-11
* lavf: add raw avs2 muxerhwren2018-09-11
* avformat/tcp: re-add checks for setsockopt return valuesJames Almer2018-09-11
* Merge commit '8c76bfacf663ff71cee5264a74d0f9c86addd325'James Almer2018-09-11
|\
| * tcp: Use ff_connect_parallel for RFC 8305 style connectingMartin Storsjö2018-08-31