]> git.tuebingen.mpg.de Git - paraslash.git/history - mp4.c
mp4: Implement error checking for the write path.
[paraslash.git] / mp4.c
2022-05-30 Andre Nollmp4: Use para_strdup().
2022-05-30 Andre Nollmp4: free(NULL) is OK.
2022-05-30 Andre Nollmp4: Reduce indentation of mp4ff_parse_tag().
2022-05-30 Andre Nollmp4: Use para_{c,m}alloc() to allocate memory.
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 Nollmp4: Kill pointless macro membuffer_write_data.
2022-05-30 Andre Nollmp4: Remove some dead code.
2022-05-30 Andre Nollmp4: Make non-public functions static.
2022-05-30 Andre Nollmp4: Wire it in and make it compile cleanly.
2022-05-30 Andre Nollmp4: Run indent on mp4.c.
2022-05-30 Andre NollProvide our own copy of libmp4ff.