0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Dec 14, 2024 — Dec 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
align assignments More... over 16 years ago
align assignments More... over 16 years ago
merge together assignment loops in remove_item More... over 16 years ago
perform av_realloc after shifting list elements in remove_item More... over 16 years ago
use appropriate datatypes to store offsets for durations and nb_streams rather than int More... over 16 years ago
merge together av_realloc error checking in insert_item More... over 16 years ago
pass AVPlaylistContext rather than NULL to av_log More... over 16 years ago
preserve current item at index when inserting More... over 16 years ago
provide error message when av_playlist_remove_item is invoked with an item index outside the playlist's size More... over 16 years ago
remove unneeded parentheses More... over 16 years ago
fix indexing issue while shifting flist down in remove_item More... over 16 years ago
remove unused variable More... over 16 years ago
update durations for master formatcontext after inserting or removing playlist items More... over 16 years ago
break long lines in concatgen.c More... over 16 years ago
break long av_log lines in playlist.c More... over 16 years ago
break long av_log lines in avplaylist.c More... over 16 years ago
offset following summed values in nb_streams_list and durations when inserting item into playlist More... over 16 years ago
don't implicitly declare av_strlcpy and av_strlcat More... over 16 years ago
add return value to ff_playlist_split_encodedstring More... over 16 years ago
aesthetics for variable declaration and assignment More... over 16 years ago
don't mix declarations and code More... over 16 years ago
don't implicitly declare ff_concat_alloc_demuxer More... over 16 years ago
remove ff_playlist_populate_context More... over 16 years ago
subtract removed index's nb_streams and durations values from summed lists More... over 16 years ago
break long lines More... over 16 years ago
remove ff_playlist_populate_context More... over 16 years ago
don't implicitly declare ff_playlist_alloc_formatcontext More... over 16 years ago
resize formatcontext_list in insert_item rather than waiting until populate_context More... over 16 years ago
av_close_input_file already calls av_close_input_stream and av_free More... over 16 years ago
set durations and nb_streams_list directly in av_playlist_insert_item rather than waiting until populate_context More... over 16 years ago