summaryrefslogtreecommitdiff
path: root/mp3dec_filter.c (follow)
Commit message (Expand)AuthorAge
* mp3dec: Replace MAD_TO_SHORT() by a function.Andre Noll2026-04-11
* Merge topic branch t/spdx into masterAndre Noll2026-03-26
|\
| * Switch to SPDX identifiers.Andre Noll2026-03-17
* | Drop mp3dec_ prefix from static mp3dec_consume().Andre Noll2026-03-22
* | Improve documentation of the mp3dec filter.Andre Noll2026-03-22
|/
* doxygen: Hide user_data variables.Andre Noll2025-10-08
* Include regex.h from para.h.Andre Noll2025-05-19
* Constify buffer tree API.Andre Noll2024-05-08
* Speed up mp3dec filter.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
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
|/
* Shorten copyright notice.Andre Noll2017-09-22
* Convert filters to lopsub.Andre Noll2017-03-26
* Update year in copyright headers.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25
* task_register() conversion: filter tasksAndre Noll2014-05-25
* Change copyright year to 2014.Andre Noll2014-02-22
* Revamp ggo help.Andre Noll2013-06-13
* sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* sched: Kill old ->post_select variant.Andre Noll2013-04-30
* mp3dec: Switch to the alternative post select method.Andre Noll2013-04-30
* Change copyright year to 2013.Andre Noll2013-03-25
* Cleanup filter command line parsers.Andre Noll2012-10-21
* Simplify ggo makefile.Andre Noll2012-08-27
* Merge branch 't/btr_improvements'Andre Noll2012-07-19
|\
| * btr: Remove btr_free_node().Andre Noll2012-07-08
* | mp3dec: Remove dead store.Andre Noll2012-06-13
|/
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* mp3dec: Avoid possible endless loop.Andre Noll2011-09-09
* mp3dec: Fix possible endless loop.Andre Noll2011-08-18
* mp3dec: Handle decode errors gracefully.Andre Noll2011-08-09
* mp3dec: Kill need_bad_data_delay().Andre Noll2011-08-09
* mp3dec: Allocate correct output buffer size also for mono files.Andre Noll2011-08-09
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* Introduce decoder_execute().Andre Noll2010-07-13
* Cosmetics: Rename samplerate to sample_rate.Andre Noll2010-07-13
* Reduce decoder latency.Andre Noll2010-06-18
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Don't use ENAVAIL.Andre Noll2010-01-18
* mp3dec: Don't check for bad data delay on errors.Andre Noll2010-01-13
* filter: Remove allocation of filter buffers.Andre Noll2010-01-12
* mp3dec: Kill non-btr code.Andre Noll2010-01-12
* mp3dec: Improve error message.Andre Noll2010-01-09
* Switch audiod over to the buffer tree API.Andre Noll2010-01-07