summaryrefslogtreecommitdiff
path: root/aacdec_filter.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* 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
* 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
* doxygen: Add \ref to references.Andre Noll2017-06-25
* Merge branch 'refs/heads/t/lopsub'Andre Noll2017-04-27
|\
| * Convert filters to lopsub.Andre Noll2017-03-26
* | aacdec: Decode only one frame per iteration.Andre Noll2017-03-25
* | aacdec: Combine aac_open() and aacdec_open().Andre Noll2017-03-25
* | aacdec: Make "initialized" a boolean.Andre Noll2017-03-25
* | aacdec: Make frame_info local to ->post_select().Andre Noll2017-03-25
* | aacdec: Remove pointless assignment.Andre Noll2017-03-25
* | aacdec: Remove pointless check and improve comment.Andre Noll2017-03-25
* | aacdec: Rename buffer variables.Andre Noll2017-03-25
* | aacdec: Remove pointless variable p.Andre Noll2017-03-25
* | aacdec: Remove check which is always true.Andre Noll2017-03-25
* | aacdec: Kill pointless label.Andre Noll2017-03-25
* | aacdec: Remove superfluous assignment.Andre Noll2017-03-25
* | aacdec: Improve and silence error message.Andre Noll2017-03-25
* | aacdec: Prefer NeAACDecInit() over NeAACDecInit2().Andre Noll2017-03-25
* | aacdec: Don't eat full buffer on errors.Andre Noll2017-03-25
* | Combine aacdec and aac_common.Andre Noll2017-03-25
* | afh: Dynamic chunks.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
* | aac: Switch from unsigned char to char.Andre Noll2016-12-20
|/
* 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
* Merge branch 't/sched_improvements'Andre Noll2013-05-18
|\
| * sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
| * sched: Kill old ->post_select variant.Andre Noll2013-04-30
| * aacdec: Switch to the alternative post select method.Andre Noll2013-04-30
* | aacdec: Fix check of return value of NeAACDecInit2().Andre Noll2013-05-04
|/
* Change copyright year to 2013.Andre Noll2013-03-25
* btr: Remove btr_free_node().Andre Noll2012-07-08
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* Suppress non-fatal bitstream error message at BOF/EOF.Andre Noll2011-01-20
* aacdec: Print error message only once.Andre Noll2011-01-20
* aacdec: Remove useless call to btr_get_input_queue_size().Andre Noll2011-01-20
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17