]> git.tuebingen.mpg.de Git - paraslash.git/history - mp4.h
mp4: Implement error checking for the write path.
[paraslash.git] / mp4.h
2022-05-30 Andre Nollmp4: Implement error checking for the write path.
2022-05-30 Andre Nollmp4: Eliminate duplication between the two open functions.
2022-05-30 Andre Nollmp4: Hide tracks array.
2022-05-30 Andre Nollmp4: Provide return value for mp4_set_sample_position().
2022-05-30 Andre Nollmp4: Rename mp4_total_tracks() to mp4_get_total_tracks().
2022-05-30 Andre Nollmp4: Improve handling of read errors.
2022-05-30 Andre Nollmp4: Drop metadata parameter from mp4_meta_update().
2022-05-30 Andre Nollmp4: Introduce mp4_get_meta().
2022-05-30 Andre Nollmp4: Simplify and speed up metadata editing.
2022-05-30 Andre Nollmp4: Simplify and doxify meta tag accessors.
2022-05-30 Andre Nollmp4: Mark callback function pointers as const.
2022-05-30 Andre Nollmp4: Use uniform names for callback and mp4 structures.
2022-05-30 Andre Nollmp4: Hide ->read_error.
2022-05-30 Andre Nollmp4: Introduce mp4_is_audio_track().
2022-05-30 Andre Nollmp4: Replace mp4ff prefix by mp4.
2022-05-30 Andre Nollmp4: Rename mp4ff_open_read_metaonly() -> mp4ff_open_me...
2022-05-30 Andre Nollmp4: Introduce mp4ff_get_duration().
2022-05-30 Andre Nollmp4: Remove const qualifier from non-pointer function...
2022-05-30 Andre Nollmp4: Make struct mp4ff opaque, hide struct mp4ff_track.
2022-05-30 Andre Nollmp4: Avoid typedefs for data structures.
2022-05-30 Andre Nollmp4: Remove member moov_read of struct mp4ff.
2022-05-30 Andre Nollmp4: Simplify and rename mp4ff_read_sample_getsize().
2022-05-30 Andre Nollaac: Let mp4ff_set_sample_position() return void.
2022-05-30 Andre Nollaac: Move declaration of mp4ff_set_sample_position...
2022-05-30 Andre Nollmp4: Wire it in and make it compile cleanly.
2022-05-30 Andre NollProvide our own copy of libmp4ff.