summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
Commit message (Expand)AuthorAge
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avformat/dashenc: Signal http end of chunk(http_shutdown) explicitlyKarthick Jeyapal2018-01-26
* avformat/dashenc: Fix a resource leak when http persistent in enabledKarthick Jeyapal2018-01-26
* avformat/hlsenc: closed caption tags in the master playlistVishwanath Dixit2018-01-24
* avformat/hlsenc: Add CODECS attribute to master playlistKarthick Jeyapal2018-01-19
* avformat/dashenc: Persistent HTTP connections supported as an optionKarthick Jeyapal2017-12-29
* avformat/dashenc: Addition of #EXT-X-MEDIA tag and AUDIO attributeKarthick Jeyapal2017-12-29
* avformat/hlsenc:addition of #EXT-X-MEDIA tag and AUDIO attributeVishwanath Dixit2017-12-23
* avformat/dashenc: avformat/dashenc: Fix the EXT-X-TARGETDURATION as per the h...Karthick J2017-12-22
* avformat/dashenc: add avpriv_io_move return value checkSteven Liu2017-12-04
* avformat/hlsplaylist: add int type of API ff_hls_write_file_entrySteven Liu2017-12-04
* avformat/dashenc: Option to generate hls playlist as wellKarthick J2017-11-30
* avformat/dashenc: Associate mpd extension with dash muxerKarthick J2017-11-25
* avformat/dashenc: Added configuration to override HTTP User-AgentKarthick J2017-11-21
* avformat/dashenc: fix min_seg_duration option sizeJames Cowgill2017-11-19
* Merge commit '4723c6226aa1ece4099338cc9b38a9cef4fa4846'James Almer2017-11-12
|\
| * dashenc: fix bitrate estimation with correct scalingAnton Schubert2017-10-27
| * lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö2017-07-02
* | dashenc: copy stream frame rate to output streamPeter Große2017-10-29
* | dashenc: Don't output frameRates at both AS and Representation-level. Only ou...Anton Schubert2017-10-29
* | dashenc: allow AdaptationSets to have different average frame ratesPeter Große2017-10-29
* | dashenc: don't write header data before the first packet arrivesPeter Große2017-10-29
* | dashenc: set DASH related options for the subsequent matroska muxer when usin...Peter Große2017-10-29
* | dashenc: fix bitrate estimation with correct scalingAnton Schubert2017-10-29
* | dashenc: move UTCTiming element to the end of the manifestPeter Große2017-10-28
* | dashenc: use av_dict_set_int instead of static functionPeter Große2017-10-28
* | Merge commit '7295b7373862ee54903b33d6ef3335531dfa93ad'Rodger Combs2017-09-26
|\|
| * dashenc: add webm supportPeter Große2017-01-31
* | Merge commit '01f1f017d831cf14617aaaeafcec3ae3a81efce7'Rodger Combs2017-09-26
|\|
| * dashenc: use avio_dynbuf instead of packet_write callbackPeter Große2017-01-31
* | Merge commit 'dce2929efa8e82b0832a828f7e8cb81ff8c20a4e'Rodger Combs2017-09-26
|\|
| * dashenc: copy language and role metadata from streams assigned to setsPeter Große2017-01-31
* | Merge commit 'ca9bc9de690258d4761a19b0df6e9c9113b80115'Rodger Combs2017-09-26
|\|
| * dashenc: default to one AdaptationSet per streamPeter Große2017-01-31
* | Merge commit 'efd2fc41b3f0749f9715d50b581f22bbaa8c5b99'Rodger Combs2017-09-26
|\|
| * dashenc: allow assigning all streams of a media type to an AdaptationSetPeter Große2017-01-31
* | Merge commit '3d23a5f96ad72961c14ba3a0c2add8f2ab374b61'Rodger Combs2017-09-26
|\|
| * dashenc: add support for assigning streams to AdaptationSetsPeter Große2017-01-31
* | Merge commit '9df9309d233f59d9706444a1e24ac24139f2640d'Rodger Combs2017-09-26
|\|
| * dashenc: calculate stream bitrate from first segment if not availablePeter Große2017-01-31
* | Revert "lavf/dashenc: update bitrates on dash_write_trailer"James Almer2017-09-26
* | avformat/dash: move reused API to common file and header fileSteven Liu2017-09-01
* | lavf: Remove codec_tag from dashenc and smoothstreamingencMartin Storsjö2017-07-04
* | Merge commit 'e519dcd937c7c98815ba9884867590e302272016'Clément Bœsch2017-05-20
|\|
| * dashenc: separate segments based on current segment durationPeter Große2017-01-31
* | Merge commit '1920382aa9f21d7ed1a3c2214990da8d2b067a92'Clément Bœsch2017-05-20
|\|
| * dashenc: add option to provide UTC timing sourcePeter Große2017-01-31
* | Merge commit '3c2717e48dd8c5115f2be35c2afcabd8a1f67aee'Clément Bœsch2017-05-20
|\|
| * dashenc: increase buffer time hint in the manifestAnton Schubert2017-01-27
* | Merge commit '95f1004bdfdf2d26c330c1d4b7c4ac9352d60b18'Clément Bœsch2017-05-20
|\|