]> git.sesse.net Git - ffmpeg/history - libavformat/hlsenc.c
rtspenc: Check the return value from ffio_open_dyn_packet_buf
[ffmpeg] / libavformat / hlsenc.c
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