summaryrefslogtreecommitdiff
path: root/wmadec_filter.c (follow)
Commit message (Expand)AuthorAge
* doxygen: Hide user_data variables.Andre Noll2025-10-08
* Merge topic branch t/wmadec into masterAndre Noll2025-06-02
|\
| * wmadec: Fix typo in comment.Andre Noll2025-05-21
| * wmadec: Remove a stale comment in wma_init().Andre Noll2025-05-21
| * wmadec: Kill pointless start/end computations.Andre Noll2025-05-20
| * wmadec: Remove noise coding.Andre Noll2025-04-27
| * wmadec: Simplify wma_init().Andre Noll2025-04-27
* | Include regex.h from para.h.Andre Noll2025-05-19
|/
* Constify buffer tree API.Andre Noll2024-05-08
* Consolidate EOF error codes.Andre Noll2023-03-11
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * 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
* | Switch from select(2) to poll(2).Andre Noll2022-08-28
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
|/
* Shorten copyright notice.Andre Noll2017-09-22
* wma: Remove _XOPEN_SOURCE define from wmadec_filter.c.Andre Noll2017-07-06
* wma: make ->ms_stereo local to wma_decode_block().Andre Noll2017-07-06
* wma: Simplify init_coef_vlc().Andre Noll2017-07-06
* wma: Rename input/output buffer variables.Andre Noll2017-07-06
* wma: Drop unused argument from wma_decode_superframe().Andre Noll2017-07-06
* wma: Remove pointless/incorrect sanity checks.Andre Noll2017-07-06
* wma: Combine wmadec_cleanup() and wmadec_close().Andre Noll2017-07-06
* wma: Simplify get_vlc().Andre Noll2017-07-06
* Merge branch 'refs/heads/t/lopsub'Andre Noll2017-04-27
|\
| * Convert filters to lopsub.Andre Noll2017-03-26
* | wmadec: Use read_u32_be().Andre Noll2017-03-25
|/
* Merge branch 'refs/heads/t/format-signedness'Andre Noll2016-12-28
|\
| * Fix signedness issues in format strings.Andre Noll2016-12-04
* | wmadec: Remove two pointless variables.Andre Noll2016-12-11
* | wmadec: Remove a pointless cast.Andre Noll2016-12-11
* | wmadec: Set data size to 0 if nothing was decoded.Andre Noll2016-12-11
* | wma: Fix packet size calculation.Andre Noll2016-12-11
* | wmadec: Properly handle empty outputs.Andre Noll2016-12-08
|/
* wmadec: Fix left shift of negative value.Andre Noll2016-05-15
* wmadec: Simplify wma_lsp_to_curve_init().Andre Noll2016-03-06
* wmadec: Make pwd->reset_block_lengths a boolean.Andre Noll2016-03-06
* wmadec: Simplify get_vlc().Andre Noll2016-03-06
* Remove unnecessary system header includes.Andre Noll2015-01-12
* Merge branch 't/sched_improvements'Andre Noll2014-07-23
|\
| * sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25
| * task_register() conversion: filter tasksAndre Noll2014-05-25
* | wma: Store ASF header info in afhi->techinfo.Andre Noll2014-04-22
|/
* doxygen: Expand all macros, in particular config.h.Andre Noll2014-02-22
* sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* sched: Kill old ->post_select variant.Andre Noll2013-04-30
* wmadec: Switch to the alternative post select method.Andre Noll2013-04-30
* Replace gettimeofday() by clock_gettime().Andre Noll2013-04-30
* Merge branch 't/btr_improvements'Andre Noll2012-07-19
|\