index
:
paraslash
master
next
pu
releases
v0.2
v0.3
paraslash - network audio streaming tools
Andre Noll
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mp4.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
Compile with -Wsuggest-attribute=malloc.
Andre Noll
2023-12-24
*
mp4: Doxify the public API.
Andre Noll
2022-06-27
*
mp4: Rename mp4_open_read() to mp4_open().
Andre Noll
2022-06-27
*
mp4: Rename mp4_meta_update() to mp4_update_meta().
Andre Noll
2022-06-27
*
mp4: Assorted trivial cleanups.
Andre Noll
2022-06-27
*
mp4: Remove ->len member of struct mp4_tag.
Andre Noll
2022-06-27
*
mp4: Return proper types for sample rate and count.
Andre Noll
2022-06-27
*
mp4: Remove E_MP4_BAD_CHANNEL_COUNT.
Andre Noll
2022-06-06
*
mp4: Improve mp4_get_sample_size().
Andre Noll
2022-06-06
*
mp4: Make sample number be an unsigned parameter.
Andre Noll
2022-06-06
*
mp4: Check the return value of ->truncate().
Andre Noll
2022-06-06
*
mp4: Replace the five tag value functions by a single one.
Andre Noll
2022-06-06
*
mp4: Provide whence parameter for the seek callback.
Andre Noll
2022-05-30
*
mp4: Implement error checking for the write path.
Andre Noll
2022-05-30
*
mp4: Eliminate duplication between the two open functions.
Andre Noll
2022-05-30
*
mp4: Hide tracks array.
Andre Noll
2022-05-30
*
mp4: Provide return value for mp4_set_sample_position().
Andre Noll
2022-05-30
*
mp4: Rename mp4_total_tracks() to mp4_get_total_tracks().
Andre Noll
2022-05-30
*
mp4: Improve handling of read errors.
Andre Noll
2022-05-30
*
mp4: Drop metadata parameter from mp4_meta_update().
Andre Noll
2022-05-30
*
mp4: Introduce mp4_get_meta().
Andre Noll
2022-05-30
*
mp4: Simplify and speed up metadata editing.
Andre Noll
2022-05-30
*
mp4: Simplify and doxify meta tag accessors.
Andre Noll
2022-05-30
*
mp4: Mark callback function pointers as const.
Andre Noll
2022-05-30
*
mp4: Use uniform names for callback and mp4 structures.
Andre Noll
2022-05-30
*
mp4: Hide ->read_error.
Andre Noll
2022-05-30
*
mp4: Introduce mp4_is_audio_track().
Andre Noll
2022-05-30
*
mp4: Replace mp4ff prefix by mp4.
Andre Noll
2022-05-30
*
mp4: Rename mp4ff_open_read_metaonly() -> mp4ff_open_meta().
Andre Noll
2022-05-30
*
mp4: Introduce mp4ff_get_duration().
Andre Noll
2022-05-30
*
mp4: Remove const qualifier from non-pointer function arguments.
Andre Noll
2022-05-30
*
mp4: Make struct mp4ff opaque, hide struct mp4ff_track.
Andre Noll
2022-05-30
*
mp4: Avoid typedefs for data structures.
Andre Noll
2022-05-30
*
mp4: Remove member moov_read of struct mp4ff.
Andre Noll
2022-05-30
*
mp4: Simplify and rename mp4ff_read_sample_getsize().
Andre Noll
2022-05-30
*
aac: Let mp4ff_set_sample_position() return void.
Andre Noll
2022-05-30
*
aac: Move declaration of mp4ff_set_sample_position() to mp4.h.
Andre Noll
2022-05-30
*
mp4: Wire it in and make it compile cleanly.
Andre Noll
2022-05-30
*
Provide our own copy of libmp4ff.
Andre Noll
2022-05-30