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