summaryrefslogtreecommitdiff
path: root/aac_afh.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* aac_afh.c: Check return value of lseek().Andre Noll2026-03-17
* aac_afh.c: Rename aac_afh_rewrite_tags() -> aac_rewrite_tags().Andre Noll2025-09-22
* afh: Remove unused filename argument from ->rewrite_tags().Andre Noll2025-09-19
* afh: Remove unnecessary fd argument of ->get_file_info().Andre Noll2025-08-28
* Include regex.h from para.h.Andre Noll2025-05-19
* aac_afh: Remove noisy debug message.Andre Noll2024-09-17
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Introduce arr_alloc().Andre Noll2022-07-29
| * string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* | mp4: Don't abort on truncated files.Andre Noll2022-06-29
* | mp4: Rename mp4_open_read() to mp4_open().Andre Noll2022-06-27
* | mp4: Rename mp4_meta_update() to mp4_update_meta().Andre Noll2022-06-27
* | mp4: Fail early on invalid sample rate or sample count.Andre Noll2022-06-27
* | mp4: Remove E_MP4_BAD_CHANNEL_COUNT.Andre Noll2022-06-06
* | mp4: Improve mp4_get_sample_size().Andre Noll2022-06-06
* | mp4: Check the return value of ->truncate().Andre Noll2022-06-06
* | mp4: Replace the five tag value functions by a single one.Andre Noll2022-06-06
* | mp4: Provide whence parameter for the seek callback.Andre Noll2022-05-30
* | mp4: Implement error checking for the write path.Andre Noll2022-05-30
* | mp4: Eliminate duplication between the two open functions.Andre Noll2022-05-30
* | mp4: Hide tracks array.Andre Noll2022-05-30
* | mp4: Provide return value for mp4_set_sample_position().Andre Noll2022-05-30
* | mp4: Rename mp4_total_tracks() to mp4_get_total_tracks().Andre Noll2022-05-30
* | mp4: Improve handling of read errors.Andre Noll2022-05-30
* | aac_afh: Simplify aac_afh_rewrite_tags().Andre Noll2022-05-30
* | mp4: Drop metadata parameter from mp4_meta_update().Andre Noll2022-05-30
* | mp4: Introduce mp4_get_meta().Andre Noll2022-05-30
* | mp4: Simplify and speed up metadata editing.Andre Noll2022-05-30
* | mp4: Simplify and doxify meta tag accessors.Andre Noll2022-05-30
* | mp4: Introduce mp4_is_audio_track().Andre Noll2022-05-30
* | mp4: Replace mp4ff prefix by mp4.Andre Noll2022-05-30
* | mp4: Rename mp4ff_open_read_metaonly() -> mp4ff_open_meta().Andre Noll2022-05-30
* | mp4: Introduce mp4ff_get_duration().Andre Noll2022-05-30
* | mp4: Avoid typedefs for data structures.Andre Noll2022-05-30
* | mp4: Simplify and rename mp4ff_read_sample_getsize().Andre Noll2022-05-30
* | aac: Let mp4ff_set_sample_position() return void.Andre Noll2022-05-30
* | aac: Move declaration of mp4ff_set_sample_position() to mp4.h.Andre Noll2022-05-30
* | mp4: Wire it in and make it compile cleanly.Andre Noll2022-05-30
|/
* afh: Limit chunk numbers to 32 bit.Andre Noll2022-03-28
* aac_afh: Be more lenient about zero sized reads.Andre Noll2022-03-12
* aac_afh: Fix check of return value of mp4ff_meta_update().Andre Noll2021-08-30
* afh: Constify definition of audio format handlers.Andre Noll2018-12-21
* Shorten copyright notice.Andre Noll2017-09-22
* Combine aacdec and aac_common.Andre Noll2017-03-25
* Convert the aac audio format handler to libmp4ff.Andre Noll2017-03-25
* aac_afh: Don't create chunk tables any more.Andre Noll2017-03-25
* afh: Dynamic chunks.Andre Noll2017-03-25
* server: Store max chunk size in database.Andre Noll2017-03-25
* aac_afh.c: Remove duplicate check for samplingFrequency.Andre Noll2017-03-25