1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 08, 2024 — Sep 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
read/print: Don't try to read free/skip boxes as sample entries. More... over 5 years ago
write: Fix type size for mdcv luminance More... about 6 years ago
utils: Adjust lsmash_fixed2double arguments to display negative values More... over 6 years ago
dts_imp: Improve DTS Audio muxing performance by reducing buffer reallocation. More... about 7 years ago
a52_imp: Improve a52 muxing performance by reducing buffer reallocation. More... about 7 years ago
bytes: Expose byte stream disposer. More... about 7 years ago
track: Fix a regression of wrongly getting aperture modes. More... about 7 years ago
h264: Avoid out-of-bound due to invalid payloadSize within sei_message(). More... over 7 years ago
hevc: Avoid out-of-bound due to invalid payloadSize within sei_message(). More... over 7 years ago
nalu: nalu_import_rbsp_from_ebsp calculates RBSP size. More... over 7 years ago
utils: Make lsmash_count_bits static inline. More... over 7 years ago
utils: Simplify lsmash_ceil_log2(). More... over 7 years ago
utils: Make lsmash_ceil_log2 static inline. More... over 7 years ago
utils: Add lsmash_floor_log2(). More... over 7 years ago
meta: Check non-existing box properly when counting itunes metadata. More... over 7 years ago
meta: isom_add_metadata() returns nonexist_ptr instead of NULL when failure now. More... over 7 years ago
print: Fix printing sample dependency info. More... over 7 years ago
h264_imp: Mark as decodable leading when preceeding sync sample. More... over 7 years ago
muxer: Set media_time to the minimum Composition Time in the track. More... over 7 years ago
media: Fix a regression of wrongly getting media paramerters. More... over 7 years ago
muxer: Don't duplicate sample entries. More... over 7 years ago
Added support for clli box and mdcv box. - CLLI (Content Light Level Information) - Supports read, write, printing and lsmash.h summary access to the ccli data. - clli syntax corresponds to the content_light_level_information SEI message from H.265. - MDCV (Mastering Display Color Volume) - Added read, write and print functions for mdcv. - mdcv box syntax is the same as H.265 SEI Payload 137. - Marked CLLI and MDCV as QT since the ISO box types are likely to differ from QT in the future. - MDCV and CLLI are both conveyed in the same manner as other QT specific data. More... over 7 years ago
summary: Fix read of an invalidated entry of mp4sys decoder config. More... almost 8 years ago
read: Fix the 1st 'ilst' recognization. More... almost 8 years ago
importer: Fix a crash caused by null pointer access. More... about 8 years ago
list: Decide the entry eliminator of list at its initialization. More... over 8 years ago
sample: lsmash_append_sample() rejects dts equal to LSMASH_TIMESTAMP_UNDEFINED. More... over 8 years ago
box: Return pointer directly when ALLOCATE_BOX() returns non-existing box. More... over 8 years ago
file: Prevents from accidentally closing standard streams by lsmash_file_close(). More... over 8 years ago
read: Add const qualifier to src of isom_box_{base|full|}common_copy(). More... over 8 years ago