]> git.tuebingen.mpg.de Git - paraslash.git/history - mp4.h
paraslash 0.7.3
[paraslash.git] / mp4.h
2023-12-24 Andre NollCompile with -Wsuggest-attribute=malloc.
2023-06-18 Andre NollMerge branch 'maint'
2023-05-11 Andre NollMerge branch 'maint'
2023-02-12 Andre NollMerge branch 'maint'
2022-11-25 Andre NollMerge branch 'maint'
2022-11-14 Andre NollMerge branch 'maint'
2022-10-03 Andre NollMerge topic branch t/overflow into master
2022-09-18 Andre NollMerge branch 'refs/heads/t/ll'
2022-09-11 Andre NollMerge branch 'refs/heads/t/poll'
2022-09-03 Andre NollMerge branch 'refs/heads/t/mp4ff'
2022-06-27 Andre Nollmp4: Doxify the public API.
2022-06-27 Andre Nollmp4: Rename mp4_open_read() to mp4_open().
2022-06-27 Andre Nollmp4: Rename mp4_meta_update() to mp4_update_meta().
2022-06-27 Andre Nollmp4: Assorted trivial cleanups.
2022-06-27 Andre Nollmp4: Remove ->len member of struct mp4_tag.
2022-06-27 Andre Nollmp4: Return proper types for sample rate and count.
2022-06-06 Andre Nollmp4: Remove E_MP4_BAD_CHANNEL_COUNT.
2022-06-06 Andre Nollmp4: Improve mp4_get_sample_size().
2022-06-06 Andre Nollmp4: Make sample number be an unsigned parameter.
2022-06-06 Andre Nollmp4: Check the return value of ->truncate().
2022-06-06 Andre Nollmp4: Replace the five tag value functions by a single...
2022-05-30 Andre Nollmp4: Provide whence parameter for the seek callback.
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.