]> git.sesse.net Git - ffmpeg/history - libavformat/hlsenc.c
dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h
[ffmpeg] / libavformat / hlsenc.c
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