aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/codecs/l16_mono
AgeCommit message (Expand)AuthorFilesLines
2024-06-19plugins/codecs: convert to C99 typesPascal Quantin1-5/+5
2024-04-19Revert "plugins: Fill in short description field"Balint Reczey1-1/+0
2024-04-19Revert "CMake: Refactor plugin add_library() macros"Balint Reczey1-1/+1
2024-04-19Revert "plugins: Add a codecs API level"Balint Reczey1-1/+2
2024-02-06Fix some more spelling errorsMartin Mathieson1-1/+1
2023-12-14plugins: Add a codecs API levelJoão Valverde1-2/+1
2023-12-14CMake: Refactor plugin add_library() macrosJoão Valverde1-1/+1
2023-12-03plugins: Fill in short description fieldJoão Valverde1-0/+1
2023-07-09codecs: Change interface, use SDP information for dynamic codecsJohn Thacker1-13/+50
2022-04-04CMake: Finish splitting ADD_PLUGIN_LIBRARY.Gerald Combs1-1/+1
2021-06-22CMake: Mark our plugin include directories PRIVATE.Gerald Combs1-0/+2
2021-03-29CMake: Remove non existent '/codecs' include pathJoão Valverde1-5/+0
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-1/+0
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+1
2019-12-30codecs API: Added description of API usageJirka Novak1-9/+9
2019-07-26HTTPS (almost) everywhere.Guy Harris2-2/+2
2019-06-11Kill libwscodecs plugin library, just use pluginsJoão Valverde2-2/+2
2018-05-04l16_mono: fix a typo in CMakeLists.txtPascal Quantin1-1/+1
2018-04-18Remove autotools build system.Dario Lombardo1-48/+0
2018-03-21l16 (plugins/codecs): fix no previous prototype for ‘codec_register_l16’ ...Alexis La Goutte1-0/+2
2018-03-08The routines that implement a codec don't need to be public.Guy Harris1-5/+5
2018-02-28L16_mono: Add L16 monaural codec plugin as functional exampleJaap Keuter5-0/+204