0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 24, 2024 — Sep 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move stream_index_from_time out of public header More... about 16 years ago
remove unused commented-out code More... about 16 years ago
include current duration in summed durations list More... about 16 years ago
use unsigned int for nb_streams_list since AVFormatContext->nb_streams is unsigned More... about 16 years ago
remove streams_offset_from_playidx More... about 16 years ago
simplify streams_offset_from_playidx More... about 16 years ago
switched to summed nb_streams list for improved performance More... about 16 years ago
switch to summed durations list More... about 16 years ago
start search in av_playlist_stream_index_from_time from pe_curidx for improved performance More... about 16 years ago
remove playlist_get_context More... about 16 years ago
move playlist_alloc_concat_formatcontext out of public header More... about 16 years ago
align doxy comments More... about 16 years ago
pass AVPlaylistContext to set_streams rather than AVFormatContext since master_formatcontext points to it More... about 16 years ago
introduce master_avformatcontext attribute to indicate whether playlist is standalone or contained within demuxer More... about 16 years ago
move playlist_alloc_formatcontext out of public header More... about 16 years ago
move playlist_set_streams out of public header More... about 16 years ago
move playlist_populate_context out of public header More... about 16 years ago
removed tabs More... about 16 years ago
created playlist.c and playlist.h to store non-pulic portions of playlist API More... about 16 years ago
check for allocation failure in avformat_alloc_context More... about 16 years ago
close input file if find_stream_info fails More... about 16 years ago
updated doxy comments to reflect updated API More... about 16 years ago
separate playlist element addition from demuxer allocation More... about 16 years ago
change av_playlist_from_filelist to av_playlist_add_filelist and allocate AVPlaylistContext externally More... about 16 years ago
fix alignment of parameters passed to av_playlist_split_encodedstring More... about 16 years ago
added else statement after av_realloc failure check More... about 16 years ago
check for realloc failure in xspf_list_files More... about 16 years ago
check for realloc failure in pls_list_files More... about 16 years ago
check for realloc failure in m3u_list_files More... about 16 years ago
move else statements onto same line for consistency in style with the rest of ffmpeg More... about 16 years ago