openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
ffmpeg-concat
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 24, 2024 — Sep 24, 2025
Showing page 3 of 674
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
move stream_index_from_time out of public header
Geza Kovacs
More...
about 16 years ago
remove unused commented-out code
Geza Kovacs
More...
about 16 years ago
include current duration in summed durations list
Geza Kovacs
More...
about 16 years ago
use unsigned int for nb_streams_list since AVFormatContext->nb_streams is unsigned
Geza Kovacs
More...
about 16 years ago
remove streams_offset_from_playidx
Geza Kovacs
More...
about 16 years ago
simplify streams_offset_from_playidx
Geza Kovacs
More...
about 16 years ago
switched to summed nb_streams list for improved performance
Geza Kovacs
More...
about 16 years ago
switch to summed durations list
Geza Kovacs
More...
about 16 years ago
start search in av_playlist_stream_index_from_time from pe_curidx for improved performance
Geza Kovacs
More...
about 16 years ago
remove playlist_get_context
Geza Kovacs
More...
about 16 years ago
move playlist_alloc_concat_formatcontext out of public header
Geza Kovacs
More...
about 16 years ago
align doxy comments
Geza Kovacs
More...
about 16 years ago
pass AVPlaylistContext to set_streams rather than AVFormatContext since master_formatcontext points to it
Geza Kovacs
More...
about 16 years ago
introduce master_avformatcontext attribute to indicate whether playlist is standalone or contained within demuxer
Geza Kovacs
More...
about 16 years ago
move playlist_alloc_formatcontext out of public header
Geza Kovacs
More...
about 16 years ago
move playlist_set_streams out of public header
Geza Kovacs
More...
about 16 years ago
move playlist_populate_context out of public header
Geza Kovacs
More...
about 16 years ago
removed tabs
Geza Kovacs
More...
about 16 years ago
created playlist.c and playlist.h to store non-pulic portions of playlist API
Geza Kovacs
More...
about 16 years ago
check for allocation failure in avformat_alloc_context
Geza Kovacs
More...
about 16 years ago
close input file if find_stream_info fails
Geza Kovacs
More...
about 16 years ago
updated doxy comments to reflect updated API
Geza Kovacs
More...
about 16 years ago
separate playlist element addition from demuxer allocation
Geza Kovacs
More...
about 16 years ago
change av_playlist_from_filelist to av_playlist_add_filelist and allocate AVPlaylistContext externally
Geza Kovacs
More...
about 16 years ago
fix alignment of parameters passed to av_playlist_split_encodedstring
Geza Kovacs
More...
about 16 years ago
added else statement after av_realloc failure check
Geza Kovacs
More...
about 16 years ago
check for realloc failure in xspf_list_files
Geza Kovacs
More...
about 16 years ago
check for realloc failure in pls_list_files
Geza Kovacs
More...
about 16 years ago
check for realloc failure in m3u_list_files
Geza Kovacs
More...
about 16 years ago
move else statements onto same line for consistency in style with the rest of ffmpeg
Geza Kovacs
More...
about 16 years ago
←
1
2
3
4
5
6
7
8
9
…
673
674
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree