summaryrefslogtreecommitdiff
path: root/fecdec_filter.c (follow)
Commit message (Expand)AuthorAge
* Merge topic branch t/fec into masterAndre Noll2026-03-27
|\
| * fec: Boolify have_header of struct private_fecdec_data.Andre Noll2026-03-22
* | 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
* Consolidate EOF error codes.Andre Noll2023-03-11
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Introduce arr_zalloc().Andre Noll2022-07-29
| * 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
* Fix signedness issues in format strings.Andre Noll2016-12-04
* Update year in copyright headers.Andre Noll2015-01-12
* Assorted typo fixes in comments.Andre Noll2015-01-11
* 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
* fecdec: Avoid fecdec output buffer overruns.Andre Noll2013-09-22
* sched: Rename new_post_select back to post_select.Andre Noll2013-04-30
* sched: Kill old ->post_select variant.Andre Noll2013-04-30
* fecdec: Switch to the alternative post select method.Andre Noll2013-04-30
* 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
* fecdec: Kill an unused variable.Andre Noll2011-07-11
* Remove some unnecessary includes.Andre Noll2011-03-27
* Replace 2010 in copyright message by 2011.Andre Noll2011-01-17
* fecdec: Use a fixed buffer pool size of 64K.Andre Noll2010-11-28
* Replace ROUND_UP by DIV_ROUND_UP and use it everywhere.Andre Noll2010-10-31
* fecdec_filter: Detect and ingore duplicate slices.Andre Noll2010-05-23
* fecdec_filter: Simplify clear_group().Andre Noll2010-05-23
* Change year in COPYRIGHT to 2010.Andre Noll2010-04-05
* Fix a couple of memory leaks.Andre Noll2010-02-07
* filter: Remove allocation of filter buffers.Andre Noll2010-01-12
* fecdec: Kill some dead code.Andre Noll2010-01-12
* Fecdec: Kill non-btr code.Andre Noll2010-01-12
* Add btr pool support to the fecdec filter.Andre Noll2010-01-09
* btr support for the fecdec filter.Andre Noll2010-01-05
* Add btr support to filter code.Andre Noll2009-12-31
* Minor documentation improvements.Andre Noll2009-12-22
* Add some missing FEC documentation.Andre Noll2009-12-20
* Merge branch 'maint'Andre Noll2009-12-19
|\
| * fecdec: Fix a double-free bug in clear_group().Andre Noll2009-12-19
* | Merge branch 'maint'Andre Noll2009-11-30
|\|
| * fecdec: Wait until the second FEC group is complete.Andre Noll2009-11-30