| Commit message (Expand) | Author | Age | Files | Lines |
* | HLS: Handle the case when hls_list_size=0. Playlist file should contain all t... | Senthilnathan M | 2014-03-01 | 1 | -2/+2 |
* | avformat/hlsenc: copy metadata | Michael Niedermayer | 2013-12-12 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-24 | 1 | -0/+1 |
|\ |
|
| * | Add missing #includes for *INT64_MAX and *INT64_C | Diego Biurrun | 2013-11-23 | 1 | -0/+1 |
| * | hlsenc: Don't reset the number variable when wrapping | Carl Eugen Hoyos | 2013-08-15 | 1 | -4/+2 |
* | | Merge commit '09c93b1b957f2049ea5fd8fb0e6f4d82680172f2' | Michael Niedermayer | 2013-08-16 | 1 | -1/+1 |
|\| |
|
| * | hlsenc: Append the last incomplete segment when closing the output | Stefano Sabatini | 2013-08-15 | 1 | -3/+9 |
* | | lavf/hlsenc: fix bogus hls segment index rewrapping logic | Carl Eugen Hoyos | 2013-06-06 | 1 | -4/+2 |
* | | Merge commit 'cf679b9476727a237c8006c685ace18acba149ab' | Michael Niedermayer | 2013-04-28 | 1 | -10/+13 |
|\| |
|
| * | hls, segment: fix splitting for audio-only streams. | Anton Khirnov | 2013-04-27 | 1 | -5/+7 |
* | | lavf/hlsenc: append last incomplete segment when closing the output | Stefano Sabatini | 2013-01-21 | 1 | -4/+12 |
* | | Merge commit '92e354b655613b88c3c202a7e19e7037daed37eb' | Michael Niedermayer | 2013-01-09 | 1 | -4/+4 |
|\| |
|
| * | hlsenc: Make the start_number option set the right variable | Kanglin | 2013-01-08 | 1 | -1/+1 |
* | | Merge commit '30a76487304e7250294c9c0e9fa179bf07fd822a' | Michael Niedermayer | 2012-12-30 | 1 | -3/+6 |
|\| |
|
| * | hlsenc: make segment number unsigned | Luca Barbato | 2012-12-29 | 1 | -1/+1 |
| * | hlsenc: make EXT-X-MEDIA-SEQUENCE always increase | Kanglin | 2012-12-29 | 1 | -2/+5 |
* | | Merge commit '9b1370aced385698bc783747917544ab69ecb373' | Michael Niedermayer | 2012-12-30 | 1 | -3/+3 |
|\| |
|
| * | hlsenc: do not add timestamps in different timebases | Luca Barbato | 2012-12-29 | 1 | -2/+2 |
| * | hlsenc: use the correct AV_TIME_BASE macro | Kanglin | 2012-12-29 | 1 | -1/+1 |
* | | Merge commit '0448f26c97c5ab4858d31e456a4f1738ae783242' | Michael Niedermayer | 2012-12-30 | 1 | -5/+5 |
|\| |
|
| * | hlsenc: keep the playlist to the correct number of items | Luca Barbato | 2012-12-29 | 1 | -2/+4 |
| * | hlsenc: use the segment filename in the playlist entry | Luca Barbato | 2012-12-29 | 1 | -3/+1 |
* | | Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405' | Michael Niedermayer | 2012-12-30 | 1 | -4/+8 |
|\| |
|
| * | hlsenc: check append_entry return value | Luca Barbato | 2012-12-29 | 1 | -3/+6 |
| * | hlsenc: use the basename to generate the list entries | Luca Barbato | 2012-12-29 | 1 | -1/+2 |
| * | hlsenc: Don't duplicate a string constant | Martin Storsjö | 2012-12-24 | 1 | -1/+1 |
| * | hlsenc: Allocate enough space for the pattern string | Stefano Sabatini | 2012-12-24 | 1 | -1/+1 |
* | | Merge commit 'f5f1cf52240759208b42477e2157a7b4409ade10' | Michael Niedermayer | 2012-12-24 | 1 | -1/+7 |
|\| |
|
| * | hlsenc: correctly report target duration | Luca Barbato | 2012-12-23 | 1 | -1/+7 |
* | | lavf/hlsenc: reuse pattern string, rather than redefining it | Stefano Sabatini | 2012-12-22 | 1 | -1/+1 |
* | | lavf/hlsenc: fix basename size computation off-by-one bug | Stefano Sabatini | 2012-12-22 | 1 | -1/+1 |
* | | lavf/hlsenc: provide some feedback in case of invalid basename | Stefano Sabatini | 2012-12-21 | 1 | -1/+3 |
* | | lavf/hlsenc: fix minor grammar inconsistencies in the option help messages | Stefano Sabatini | 2012-12-21 | 1 | -4/+4 |
* | | Merge commit '18e6f087c4a50bede8449ee164778945480be50c' | Michael Niedermayer | 2012-12-09 | 1 | -1/+2 |
|\| |
|
| * | hls: use a meaningful long name | Luca Barbato | 2012-12-08 | 1 | -1/+1 |
| * | hls: add start_number option | Luca Barbato | 2012-12-08 | 1 | -0/+1 |
* | | Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2' | Michael Niedermayer | 2012-11-14 | 1 | -4/+4 |
|/ |
|
* | hlsenc: stand alone hls segmenter | Luca Barbato | 2012-11-13 | 1 | -0/+324 |