]> git.tuebingen.mpg.de Git - paraslash.git/shortlog
paraslash.git
2022-05-30 Andre Nollmp4: Implement error checking for the write path.
2022-05-30 Andre Nollmp4: Merge write_int32() into mp4_meta_update().
2022-05-30 Andre Nollmp4: Simplify mp4_meta_update().
2022-05-30 Andre Nollmp4: Avoid camel case for members of struct mp4_track.
2022-05-30 Andre Nollmp4: Kill fix_byte_order_32().
2022-05-30 Andre Nollmp4: Avoid duplicating the list of atoms.
2022-05-30 Andre Nollmp4: Merge parse_leaf_atom() into parse_sub_atoms().
2022-05-30 Andre Nollmp4: Simplify parse_sub_atoms().
2022-05-30 Andre Nollmp4: Use automatic numbering for atom enum.
2022-05-30 Andre Nollmp4: Remove unused atoms.
2022-05-30 Andre Nollmp4: Kill membuffer API.
2022-05-30 Andre Nollmp4: Assume udta, meta and ilst are always present.
2022-05-30 Andre Nollmp4: Merge membuffer_write_std_tag() into create_ilst().
2022-05-30 Andre Nollmp4: Eliminate duplication between the two open functions.
2022-05-30 Andre Nollmp4: Remove find_atom() and find_atom_v2().
2022-05-30 Andre Nollmp4: Get rid of find_standard_meta().
2022-05-30 Andre Nollmp4: Improve parse_tag().
2022-05-30 Andre Nollmp4: Simplify read_mp4a().
2022-05-30 Andre Nollmp4: Remove two local unused header_size variables.
2022-05-30 Andre Nollmp4: Rename atom_read() to parse_leaf_atom().
2022-05-30 Andre Nollmp4: Reduce atom parsing to the bare minimum.
2022-05-30 Andre Nollmp4: Convert "meta_only" to a boolean.
2022-05-30 Andre Nollmp4: Simplify parse_atoms().
2022-05-30 Andre Nollmp4: Remove two unused arrays from struct mp4_track.
2022-05-30 Andre Nollmp4: Hide tracks array.
2022-05-30 Andre Nollmp4: Simplify chunk_of_sample().
2022-05-30 Andre Nollmp4: Merge chunk_to_offset() into mp4_set_sample_positi...
2022-05-30 Andre Nollmp4: Merge sample_range_size() into mp4_set_sample_posi...
2022-05-30 Andre Nollmp4: Provide return value for mp4_set_sample_position().
2022-05-30 Andre Nollmp4: Simplify sample_range_size().
2022-05-30 Andre Nollmp4: Merge sample_to_offset() into mp4_set_sample_posit...
2022-05-30 Andre Nollmp4: Rename mp4_total_tracks() to mp4_get_total_tracks().
2022-05-30 Andre Nollmp4: Remove ->error of struct mp4.
2022-05-30 Andre Nollmp4: Add error checking to parse_atoms() and friends.
2022-05-30 Andre Nollmp4: Add error checking for atom_read().
2022-05-30 Andre Nollmp4: Improve handling of read errors.
2022-05-30 Andre Nollmp4: Remove dead store from find_atom_v2().
2022-05-30 Andre Nollmp4: Move read_intX functions.
2022-05-30 Andre Nollmp4: Rename read_char() to read_int8().
2022-05-30 Andre Nollmp4: Make channel count a 16 bit quantity.
2022-05-30 Andre Nollmp4: Make most members of struct mp4_track unsigned.
2022-05-30 Andre Nollmp4: Merge membuffer_free() into membuffer_transfer_fro...
2022-05-30 Andre Nollmp4: Clean up membuffer_transfer_from_file().
2022-05-30 Andre Nollmp4: Drop return value from membuffer_write() and friends.
2022-05-30 Andre Nollmp4: Remove the membuffer error bit.
2022-05-30 Andre Nollmp4: Free the membuffer in membuffer_detach().
2022-05-30 Andre Nollmp4: Simplify membuffer_create().
2022-05-30 Andre Nollmp4: Check return value of membuffer_transfer_from_file().
2022-05-30 Andre Nollmp4: Drop integer return type from modify_moov().
2022-05-30 Andre Nollmp4: Reduce indentation in modify_moov().
2022-05-30 Andre Nollmp4: Merge mp4_close() and tag_delete().
2022-05-30 Andre Nollmp4: Rename parse_metadata() to read_ilst().
2022-05-30 Andre Nollmp4: Clean up membuffer_write_std_tag().
2022-05-30 Andre Nollmp4: Clean up find_standard_meta().
2022-05-30 Andre Nollmp4: Simplify create_ilst().
2022-05-30 Andre Nollmp4: Call metadata structures "meta".
2022-05-30 Andre Nollaac_afh: Simplify aac_afh_rewrite_tags().
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: Fix memory leak in mp4_meta_update().
2022-05-30 Andre Nollmp4: Simplify and doxify meta tag accessors.
2022-05-30 Andre Nollmp4: Simplify parse_tag().
2022-05-30 Andre Nollmp4: Simplify parse_tag().
2022-05-30 Andre Nollmp4: Rename and simplify set_metadata_name()
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: 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().
next