summaryrefslogtreecommitdiff
path: root/wma_afh.c (follow)
Commit message (Expand)AuthorAge
* Fix gcc-16 warnings about unterminated strings.Andre Noll2026-05-24
* Switch to SPDX identifiers.Andre Noll2026-03-17
* build: Remove check for iconv(3) cast.Andre Noll2025-09-30
* 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
* wma: Use unsigned byte arrays.Andre Noll2025-06-14
* Include regex.h from para.h.Andre Noll2025-05-19
* string: Introduce arr_alloc().Andre Noll2022-07-29
* string: Rename para_calloc() -> zalloc().Andre Noll2022-07-29
* string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* afh: Constify definition of audio format handlers.Andre Noll2018-12-21
* Shorten copyright notice.Andre Noll2017-09-22
* wma_afh: Add some assert() statements.Andre Noll2017-08-12
* wma_afh: Remove some dead stores.Andre Noll2017-04-26
* Merge branch 'maint'Andre Noll2017-04-25
|\
| * wma_afh: Fix two bugs in convert_utf8_to_utf16().Andre Noll2017-04-21
* | Merge branch 'refs/heads/t/dynamic_chunks'Andre Noll2017-04-23
|\ \
| * | server: Store max chunk size in database.Andre Noll2017-03-25
| |/
* | wma_afh.c: Remove condition which is always true.Andre Noll2017-03-25
* | wma_afh.c: Use DIV_ROUND_UP().Andre Noll2017-03-25
|/
* wma: Fix packet size calculation.Andre Noll2016-12-11
* afh: Make ->suffixes array const.Andre Noll2016-05-04
* The wma tagger.Andre Noll2015-04-26
* wma: Rename comment_header.Andre Noll2015-01-18
* Update year in copyright headers.Andre Noll2015-01-12
* Remove unnecessary system header includes.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* wma: Store ASF header info in afhi->techinfo.Andre Noll2014-04-22
* wma afh: Read the description field as the comment tag.Andre Noll2014-04-16
* Change copyright year to 2014.Andre Noll2014-02-22
* Change copyright year to 2013.Andre Noll2013-03-25
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Kill afhi->header_offset.Andre Noll2011-01-29
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* wma: Use smaller chunks.Andre Noll2009-11-30
* wma_afh: Kill an unused variable.Andre Noll2009-11-18
* wma_afh: Compute the chunk time more accurately.Andre Noll2009-11-18
* read_asf_tags(): Carefully check length values.Andre Noll2009-11-18
* wma: Remove an unused variable.Andre Noll2009-11-18
* wma afh chunk time fixesAndre Noll2009-11-18
* wma: Fix chunk_table computation.Andre Noll2009-11-18
* Various wma fixes.Andre Noll2009-11-18
* First draft of the wma decoder.Andre Noll2009-11-18