Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-10avformat/hlsenc: correctly compute target durationNicolas Martyanoff
2014-05-17Merge commit '34e2ce5dde073244ccb2b62f930e96fe612690f7'Michael Niedermayer
2014-05-17hlsenc: Set the default codecs to AAC and H264Martin Storsjö
2014-04-30Merge commit '7266e24f176389d2e81bfc7c829934f7c8ae361c'Michael Niedermayer
2014-04-30Merge commit 'a16431034d9bd44182bf844d6bbde2c98bc4e6b5'Michael Niedermayer
2014-04-30Merge commit 'c7603b3c243331057300337a61464e6ac4a605cb'Michael Niedermayer
2014-04-30Merge commit '344f7b5a7e0d50573dec402dfe6228676f3889d9'Michael Niedermayer
2014-04-30hls: Sync the file number with the start sequenceLuca Barbato
2014-04-30hls: Factor the sequence computationLuca Barbato
2014-04-30hls: Print start_number as first sequence valueLuca Barbato
2014-04-30hls: Report the current media sequenceLuca Barbato
2014-04-29Merge commit '5a70a783f04919514efec7751d710b64d8975fd7'Michael Niedermayer
2014-04-29hls: Add an option to prepend a baseurl to the playlist entriesLuca Barbato
2014-04-03avformat/hlsenc: remove unneeded l prefix from %lfMichael Niedermayer
2014-04-03hlsenc: added floating point time support.Senthilnathan M
2014-03-01HLS: Handle the case when hls_list_size=0. Playlist file should contain all t...Senthilnathan M
2013-12-12avformat/hlsenc: copy metadataMichael Niedermayer
2013-11-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-08-16Merge commit '09c93b1b957f2049ea5fd8fb0e6f4d82680172f2'Michael Niedermayer
2013-08-15hlsenc: Don't reset the number variable when wrappingCarl Eugen Hoyos
2013-08-15hlsenc: Append the last incomplete segment when closing the outputStefano Sabatini
2013-06-06lavf/hlsenc: fix bogus hls segment index rewrapping logicCarl Eugen Hoyos
2013-04-28Merge commit 'cf679b9476727a237c8006c685ace18acba149ab'Michael Niedermayer
2013-04-27hls, segment: fix splitting for audio-only streams.Anton Khirnov
2013-01-21lavf/hlsenc: append last incomplete segment when closing the outputStefano Sabatini
2013-01-09Merge commit '92e354b655613b88c3c202a7e19e7037daed37eb'Michael Niedermayer
2013-01-08hlsenc: Make the start_number option set the right variableKanglin
2012-12-30Merge commit '30a76487304e7250294c9c0e9fa179bf07fd822a'Michael Niedermayer
2012-12-30Merge commit '9b1370aced385698bc783747917544ab69ecb373'Michael Niedermayer
2012-12-30Merge commit '0448f26c97c5ab4858d31e456a4f1738ae783242'Michael Niedermayer
2012-12-30Merge commit '6dd93ee6f1b050ad7c4b247899e83efa293ee405'Michael Niedermayer
2012-12-29hlsenc: make segment number unsignedLuca Barbato
2012-12-29hlsenc: do not add timestamps in different timebasesLuca Barbato
2012-12-29hlsenc: keep the playlist to the correct number of itemsLuca Barbato
2012-12-29hlsenc: make EXT-X-MEDIA-SEQUENCE always increaseKanglin
2012-12-29hlsenc: use the correct AV_TIME_BASE macroKanglin
2012-12-29hlsenc: check append_entry return valueLuca Barbato
2012-12-29hlsenc: use the segment filename in the playlist entryLuca Barbato
2012-12-29hlsenc: use the basename to generate the list entriesLuca Barbato
2012-12-24Merge commit 'f5f1cf52240759208b42477e2157a7b4409ade10'Michael Niedermayer
2012-12-24hlsenc: Don't duplicate a string constantMartin Storsjö
2012-12-24hlsenc: Allocate enough space for the pattern stringStefano Sabatini
2012-12-23hlsenc: correctly report target durationLuca Barbato
2012-12-23lavf/hlsenc: reuse pattern string, rather than redefining itStefano Sabatini
2012-12-23lavf/hlsenc: fix basename size computation off-by-one bugStefano Sabatini
2012-12-21lavf/hlsenc: provide some feedback in case of invalid basenameStefano Sabatini
2012-12-21lavf/hlsenc: fix minor grammar inconsistencies in the option help messagesStefano Sabatini
2012-12-09Merge commit '18e6f087c4a50bede8449ee164778945480be50c'Michael Niedermayer
2012-12-08hls: use a meaningful long nameLuca Barbato