summaryrefslogtreecommitdiff
path: root/ogg_afh_common.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Include regex.h from para.h.Andre Noll2025-05-19
* Compile with -Wsuggest-attribute=malloc.Andre Noll2023-12-24
* string: Introduce arr_alloc().Andre Noll2022-07-29
* string: Introduce arr_realloc() and check for integer overflow.Andre Noll2022-07-29
* string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
* string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* ogg_afh_common.c: Check return value of ogg_page_granulepos().Andre Noll2019-07-04
* ogg_afh_common: Fix signedness issue.Andre Noll2019-06-06
* ogg: Detect missing ogg pages.Andre Noll2019-02-24
* ogg_afh_common.c: Add missing whitespace to log message.Andre Noll2018-01-14
* Shorten copyright notice.Andre Noll2017-09-22
* ogg: Abstract out custom header code.Andre Noll2017-07-22
* Prefix public functions of ogg_afh_common.c with "oac".Andre Noll2017-07-22
* server: Store max chunk size in database.Andre Noll2017-03-25
* ogg_afh_common.c: Remove pointless variable.Andre Noll2017-01-22
* Fix signedness issues in format strings.Andre Noll2016-12-04
* afh: Make ->chunks_total and ->seconds_total fixed-size.Andre Noll2015-12-28
* The ogg/opus tagger.Andre Noll2015-04-26
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* Change copyright year to 2014.Andre Noll2014-02-22
* The opus audio format handler.Andre Noll2013-05-26
* Change copyright year to 2013.Andre Noll2013-03-25
* Change year in copyright message to 2012.Andre Noll2012-01-07
* ogg_get_file_info(): Fix off-by-one.Andre Noll2011-05-29
* Merge branch 't/vorbis_dummy_header'Andre Noll2011-03-05
|\
| * Revert "Create three ogg pages when skipping vorbis comments."Andre Noll2011-02-24
| * Create three ogg pages when skipping vorbis comments.Andre Noll2011-02-10
| * Introduce get_header() for ogg/vorbis.Andre Noll2011-01-29
* | ogg_afh: Compute chunk time more accurately.Andre Noll2011-02-13
* | ogg_afh: Comment fix.Andre Noll2011-02-13
|/
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* ogg_afh_common.c: Remove pointless loop counter.Andre Noll2011-01-14
* Fix an invalid-free-bug in the ogg audio format handler code.Andre Noll2010-08-10
* ogg: Separate ogg from vorbis code.Andre Noll2010-07-13