]> git.tuebingen.mpg.de Git - paraslash.git/history - mp4.c
paraslash 0.7.3
[paraslash.git] / mp4.c
2022-05-30 Andre Nollmp4: Hide ->read_error.
2022-05-30 Andre Nollmp4: Open-code pointless truncate_stream().
2022-05-30 Andre Nollmp4: Don't store the sample size in the mp4 structure.
2022-05-30 Andre Nollmp4: Don't store the stsd entry count.
2022-05-30 Andre Nollmp4: Remove two unused fields of struct mp4.
2022-05-30 Andre Nollmp4: Don't parse the ctts atom any more.
2022-05-30 Andre Nollmp4: Don't parse the movie header any more.
2022-05-30 Andre Nollmp4: Simplify atom_compare().
2022-05-30 Andre Nollmp4: Don't store track type anymore.
2022-05-30 Andre Nollmp4: Don't parse the esds atom any more.
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: Prefer para_realloc() over plain realloc().
2022-05-30 Andre Nollmp4: Remove const qualifier from non-pointer function...
2022-05-30 Andre Nollmp4: Whitespace and indentation cleanups for create_ilst().
2022-05-30 Andre Nollmp4: Remove pointless casts in create_ilst().
2022-05-30 Andre Nollmp4: Reduce indentation of create_ilst().
2022-05-30 Andre Nollmp4: Kill pointless stricmp macro.
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: Fix trivial coding style issues in read_mvhd().
2022-05-30 Andre Nollmp4: Prefer enums over defines.
2022-05-30 Andre Nollmp4: Use read/write functions from portable_io.h.
2022-05-30 Andre Nollmp4: Strip mp4ff_ prefix from static functions.
2022-05-30 Andre Nollmp4: Introduce track helper variables.
2022-05-30 Andre Nollmp4: Introduce min_body_size() helper.
2022-05-30 Andre Nollmp4: Remove useless casts in mp4ff_parse_tag().
2022-05-30 Andre Nollmp4: Rename overlong variable in mp4ff_parse_tag().
2022-05-30 Andre Nollmp4: Remove always true condition in mp4ff_parse_tag().
2022-05-30 Andre Nollmp4: Trivial cleanups of mp4ff_parse_tag().
2022-05-30 Andre Nollmp4: Further reduce the indentation of mp4ff_parse_tag().
2022-05-30 Andre Nollmp4: Use a for-loop in mp4ff_parse_tag().
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.