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
2017-12-18avformat/mov: Fix the the typoMichael Niedermayer
2017-12-17lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos
2017-12-17libavformat: LibreSSL (libtls) supportsfan5
2017-12-15avformat/hlsenc: Extend persistent http connections to playlistsKarthick J
2017-12-15avformat/hlsenc: Handle NULL input in IO open and close utility functionsKarthick J
2017-12-15avformat/hlsenc: Call avio_flush during persistent http connectionsKarthick J
2017-12-15avformat/movenc: Add support for more colorspacesSteven Robertson
2017-12-14lavf/mpegts: mark packets with TEI flag as corruptedRodger Combs
2017-12-13ivfenc: add AV1 supportTristan Matthews
2017-12-13avformat/mux: factorize AVFormatContext->avoid_negative_ts initializationJames Almer
2017-12-12avformat/hlsenc: reindent after previous commitsSteven Liu
2017-12-11avformat/hlsenc: move init operations from write_header to initSteven Liu
2017-12-11Merge commit 'f6161fccf8c5720ceac1ed1df8ba60ff8fed69f5'James Almer
2017-12-10lavf/mov: modify code indentationtiejun.peng
2017-12-10lavf/mov: add some useful warning log of eoftiejun.peng
2017-12-08avformat/mxfenc: write reel_name if metadata key is presentMark Reid
2017-12-08avformat/mxfenc: use track count to generate component instance uuidMark Reid
2017-12-08avformat: add NSP demuxerPaul B Mahol
2017-12-06avformat/mux: stop delaying writing the headerJames Almer
2017-12-04avformat/hlsenc: fix compiling error when disable-networkSteven Liu
2017-12-04avformat/dashenc: add avpriv_io_move return value checkSteven Liu
2017-12-04avformat/hlsplaylist: add return value check of strftimeSteven Liu
2017-12-04avformat/hlsplaylist: add int type of API ff_hls_write_file_entrySteven Liu
2017-12-04avformat/hlsenc: fix baseurl missing last charRobert Nagy
2017-12-04lavf/mov: Fix missing newline.Carl Eugen Hoyos
2017-12-03avformat/mxfdec: fix last packet timestampsMarton Balint
2017-12-02lavf/movenc: add sdtp (sample dependency) boxJohn Stebbins
2017-12-02avformat/oggdec: Respect AVERROR codes returned by ogg parsers.Dale Curtis
2017-12-01lavf/mov: fix huge alloc in mov_read_cttsJohn Stebbins
2017-11-30rtsp: only break on parse_rtsp_message on errorTristan Matthews
2017-11-30avformat/avc: support writting more than one sps/pps in ff_isom_write_avccJames Almer
2017-11-30avformat/avc: free buffer in ff_isom_write_avcc on failureJames Almer
2017-11-30avformat/avc: reindent after the last commitJames Almer
2017-11-30avformat/avc: refactor ff_isom_write_avccJames Almer
2017-11-30avformat/avc: return an error in ff_isom_write_avcc if the buffer lenght is t...James Almer
2017-11-30avformat/dashenc: Option to generate hls playlist as wellKarthick J
2017-11-30avformat/hlsenc: Refactored 'get_int_from_double' function to allow reuseKarthick J
2017-11-29avformat/hlsplaylist: add missing header includesJames Almer
2017-11-29avformat/hlsplaylist: fix header include guardJames Almer
2017-11-29avformat/hlsenc: Modularized playlist creation to allow reuseKarthick J
2017-11-29libavformat/hlsenc: Persistent HTTP connections supported as an optionJeyapal, Karthick
2017-11-29libavformat/http: Handled multiple_requests option during writeJeyapal, Karthick
2017-11-29libavformat/avio: Utility function to return URLContextJeyapal, Karthick
2017-11-29Don't manipulate duration when it's AV_NOPTS_VALUE.Dale Curtis
2017-11-29avformat/oggparseopus: Free opus extradata before reallocating.Dale Curtis
2017-11-28avformat/mov: return correct value in mov_read_cmovPan Bian
2017-11-28avformat/mov: set correct error code in mov_read_customPan Bian
2017-11-28avformat/mxfenc: pass MXFPackage around instead of typeMark Reid
2017-11-28Free extradata before reallocating.Dale Curtis
2017-11-28mov: Support mdcv and clli boxes for mastering display an color light levelVittorio Giovara