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
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2018-01-26avformat/dashenc: Signal http end of chunk(http_shutdown) explicitlyKarthick Jeyapal
2018-01-26avformat/dashenc: Fix a resource leak when http persistent in enabledKarthick Jeyapal
2018-01-24avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit
2018-01-19avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal
2017-12-29avformat/dashenc: Persistent HTTP connections supported as an optionKarthick Jeyapal
2017-12-29avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attributeKarthick Jeyapal
2017-12-23avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit
2017-12-22avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the h...Karthick J
2017-12-04avformat/dashenc: add avpriv_io_move return value checkSteven Liu
2017-12-04avformat/hlsplaylist: add int type of API ff_hls_write_file_entrySteven Liu
2017-11-30avformat/dashenc: Option to generate hls playlist as wellKarthick J
2017-11-25avformat/dashenc: Associate mpd extension with dash muxerKarthick J
2017-11-21avformat/dashenc: Added configuration to override HTTP User-AgentKarthick J
2017-11-19avformat/dashenc: fix min_seg_duration option sizeJames Cowgill
2017-11-12Merge commit '4723c6226aa1ece4099338cc9b38a9cef4fa4846'James Almer
2017-10-29dashenc: copy stream frame rate to output streamPeter Große
2017-10-29dashenc: Don't output frameRates at both AS and Representation-level. Only ou...Anton Schubert
2017-10-29dashenc: allow AdaptationSets to have different average frame ratesPeter Große
2017-10-29dashenc: don't write header data before the first packet arrivesPeter Große
2017-10-29dashenc: set DASH related options for the subsequent matroska muxer when usin...Peter Große
2017-10-29dashenc: fix bitrate estimation with correct scalingAnton Schubert
2017-10-28dashenc: move UTCTiming element to the end of the manifestPeter Große
2017-10-28dashenc: use av_dict_set_int instead of static functionPeter Große
2017-10-27dashenc: fix bitrate estimation with correct scalingAnton Schubert
2017-09-26Merge commit '7295b7373862ee54903b33d6ef3335531dfa93ad'Rodger Combs
2017-09-26Merge commit '01f1f017d831cf14617aaaeafcec3ae3a81efce7'Rodger Combs
2017-09-26Merge commit 'dce2929efa8e82b0832a828f7e8cb81ff8c20a4e'Rodger Combs
2017-09-26Merge commit 'ca9bc9de690258d4761a19b0df6e9c9113b80115'Rodger Combs
2017-09-26Merge commit 'efd2fc41b3f0749f9715d50b581f22bbaa8c5b99'Rodger Combs
2017-09-26Merge commit '3d23a5f96ad72961c14ba3a0c2add8f2ab374b61'Rodger Combs
2017-09-26Merge commit '9df9309d233f59d9706444a1e24ac24139f2640d'Rodger Combs
2017-09-26Revert "lavf/dashenc: update bitrates on dash_write_trailer"James Almer
2017-09-01avformat/dash: move reused API to common file and header fileSteven Liu
2017-07-04lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö
2017-07-02lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö
2017-05-20Merge commit 'e519dcd937c7c98815ba9884867590e302272016'Clément Bœsch
2017-05-20Merge commit '1920382aa9f21d7ed1a3c2214990da8d2b067a92'Clément Bœsch
2017-05-20Merge commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee'Clément Bœsch
2017-05-20Merge commit '95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18'Clément Bœsch
2017-05-20Merge commit '1ae6cb7d6e4fee30754a46bc91f40ff75ac4412a'Clément Bœsch
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-11lavf/dashenc: update bitrates on dash_write_trailerPrzemysław Sobala
2017-02-14avformat/dashenc: Only use temporary files when outputting to file protocolThomas Stephens
2017-01-31dashenc: add webm supportPeter Große
2017-01-31dashenc: use avio_dynbuf instead of packet_write callbackPeter Große
2017-01-31dashenc: copy language and role metadata from streams assigned to setsPeter Große
2017-01-31dashenc: default to one AdaptationSet per streamPeter Große
2017-01-31dashenc: allow assigning all streams of a media type to an AdaptationSetPeter Große
2017-01-31dashenc: add support for assigning streams to AdaptationSetsPeter Große