summaryrefslogtreecommitdiff
path: root/oggdec_filter.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* doxygen: Hide user_data variables.Andre Noll2025-10-08
* Merge topic branch t/build into masterAndre Noll2025-05-20
|\
| * Doxify OV_EXCLUDE_STATIC_CALLBACKS #define.Andre Noll2025-03-25
| * build: Compile with -Wunused -Wall also on BSD.Andre Noll2025-03-25
* | 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: 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
* oggdec: Add documentation of output size constants.Andre Noll2015-08-19
* 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
* oggdec: Remove noisy debug message.Andre Noll2014-04-15
* Merge branch 't/oggdec_latency_improvements'Andre Noll2014-04-09
|\
| * oggdec: Decode only OGGDEC_OUTPUT_CHUNK_SIZE many bytes per iteration.Andre Noll2014-03-09
* | Change copyright year to 2014.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
* oggdec: 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
* oggdec: Fix EOF handling on repositioning.Andre Noll2012-06-03
* oggdec: Realloc buffer to save memory.Andre Noll2012-05-28
* oggdec: Do not decode more than necessary.Andre Noll2012-05-19
* Change year in copyright message to 2012.Andre Noll2012-01-07
* Always include stdbool.h.Andre Noll2011-12-18
* para_filter: Decode also small ogg vorbis files properly.Andre Noll2011-10-13
* oggdec: Take internal state into account.Andre Noll2011-08-16
* ogg_pre_select(): Remove __a_unused.Andre Noll2011-08-16
* oggdec: Trivial cleanups.Andre Noll2011-08-16
* Simplify ogg_post_select().Andre Noll2011-08-16
* Speed up the oggdec filter and avoid wasting tons of memory.Andre Noll2011-02-13
* oggdec: Use local variable for the vorbis file struct.Andre Noll2011-02-13
* oggdec: Replace stream start delay by minimum input queue size.Andre Noll2011-02-13
* 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
* oggdec: Introduce a small delay on stream start.Andre Noll2010-07-04
* Merge branch 't/decoder_latency'Andre Noll2010-06-28
|\
| * Reduce decoder latency.Andre Noll2010-06-18
* | Remove oggdec_filter.ggo.Andre Noll2010-06-22
|/
* oggdec: Fix end-of-file detection.Andre Noll2010-04-25