]> git.sesse.net Git - ffmpeg/history - libavformat/hlsenc.c
rtpdec_vp9: Update header parsing to spec draft 02
[ffmpeg] / libavformat / hlsenc.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2016-01-24 Anton Khirnovlavf: allow custom IO for all files
2015-08-25 Luca Barbatohlsenc: Support outputting specific versions
2015-08-16 Luca Barbatohlsenc: Use AV_TIME_BASE units for all the computations
2015-02-20 Hendrik Leppkeshlsenc: write playlist into a temp file and replace...
2015-02-20 Hendrik Leppkeshlsenc: remove the AVIOContext for the playlist from...
2014-10-06 Martin Storsjölavf: Set the stream time base hint properly for chaine...
2014-10-03 Joakim Rouberthlsenc: Add parameter -hls_allow_cache
2014-05-16 Martin Storsjöhlsenc: Set the default codecs to AAC and H264
2014-04-30 Luca Barbatohls: Sync the file number with the start sequence
2014-04-30 Luca Barbatohls: Factor the sequence computation
2014-04-30 Luca Barbatohls: Print start_number as first sequence value
2014-04-30 Luca Barbatohls: Report the current media sequence
2014-04-29 Luca Barbatohls: Add an option to prepend a baseurl to the playlist...
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-08-15 Carl Eugen Hoyoshlsenc: Don't reset the number variable when wrapping
2013-08-15 Stefano Sabatinihlsenc: Append the last incomplete segment when closing...
2013-04-27 Anton Khirnovhls, segment: fix splitting for audio-only streams.
2013-01-08 Kanglinhlsenc: Make the start_number option set the right...
2012-12-29 Luca Barbatohlsenc: make segment number unsigned
2012-12-29 Kanglinhlsenc: make EXT-X-MEDIA-SEQUENCE always increase
2012-12-29 Luca Barbatohlsenc: do not add timestamps in different timebases
2012-12-29 Kanglinhlsenc: use the correct AV_TIME_BASE macro
2012-12-29 Luca Barbatohlsenc: keep the playlist to the correct number of...
2012-12-29 Luca Barbatohlsenc: use the segment filename in the playlist entry
2012-12-29 Luca Barbatohlsenc: check append_entry return value
2012-12-29 Luca Barbatohlsenc: use the basename to generate the list entries
2012-12-23 Martin Storsjöhlsenc: Don't duplicate a string constant
2012-12-23 Stefano Sabatinihlsenc: Allocate enough space for the pattern string
2012-12-23 Luca Barbatohlsenc: correctly report target duration
2012-12-08 Luca Barbatohls: use a meaningful long name
2012-12-08 Luca Barbatohls: add start_number option
2012-11-13 Luca Barbatohlsenc: stand alone hls segmenter