All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by encoding with all dependencies

Search JAR files by class name

libavcodec from group com.tagtraum (version 4.0.0)

The libavcodec library provides a generic encoding/decoding framework and contains multiple decoders and encoders for audio, video and subtitle streams, and several bitstream filters. The shared architecture provides various services ranging from bit stream I/O to DSP optimizations, and makes it suitable for implementing robust and fast codecs as well as for experimentation.

Group: com.tagtraum Artifact: libavcodec
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libavcodec
Group com.tagtraum
Version 4.0.0
Last update 25. April 2018
Organization FFmpeg.org
URL http://ffmpeg.org/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-flac-encoder from group com.github.axet (version 0.3.8)

javaFlacEncoder is a pure java implementation of a FLAC encoder library. It is designed to allow third-party java applications to enable flac encoding without resorting to use of JNI or scripted file conversions. Additionally, a basic console wav->flac encoding tool is included as part of this package. Original project can be found here: http://javaflacencoder.sourceforge.net/

Group: com.github.axet Artifact: java-flac-encoder
Show documentation Show source 
 

26 downloads
Artifact java-flac-encoder
Group com.github.axet
Version 0.3.8
Last update 27. May 2017
Organization not specified
URL https://github.com/amplexus/java-flac-encoder
License GNU LGPL(v2.1)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java-flac-encoder from group net.sourceforge.javaflacencoder (version 0.3.7)

javaFlacEncoder is a pure java implementation of a FLAC encoder library. It is designed to allow third-party java applications to enable flac encoding without resorting to use of JNI or scripted file conversions. Additionally, a basic console wav->flac encoding tool is included as part of this package. Original project can be found here: http://javaflacencoder.sourceforge.net/

Group: net.sourceforge.javaflacencoder Artifact: java-flac-encoder
Show all versions Show documentation Show source 
 

217 downloads
Artifact java-flac-encoder
Group net.sourceforge.javaflacencoder
Version 0.3.7
Last update 10. October 2015
Organization not specified
URL https://github.com/amplexus/java-flac-encoder
License GNU LGPL(v2.1)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

content-negotiation from group com.mattunderscore (version 0.2.8)

This Content Negotiation Filter provides a content negotiation filter for Java EE servlet containers. The content negotiation algorithm is based on the Apache negotiation algorithm but lacks support for the encoding and character set. The variants can be configured through an XML file, negotiation.xml, in the WEB-INF/classes directory. This file can be overriden with the 'xmlInputFile' filter parameter. This XML file is parsed with the class 'com.mattunderscore.filter.contentnegotiation.variantsource.FilterVariantXMLSource'. This class can be overridden with the 'variantSource' filter parameter. The XML parser is implemented as a SAX parser. The SAX handler class can be overridden by the saxHandlerClass filter parameter. The 'variantSource' parameter can take any class that implements the 'com.mattunderscore.filter.contentnegotiation.variantsource.VariantSource'.

Group: com.mattunderscore Artifact: content-negotiation
Show all versions Show documentation Show source 
 

0 downloads
Artifact content-negotiation
Group com.mattunderscore
Version 0.2.8
Last update 26. July 2014
Organization not specified
URL http://www.mattunderscore.com/ws-utils/content-negotiation/
License New BSD License
Dependencies amount 4
Dependencies filter-utils, shh-encoding, shh-language, shh-content-type,
There are maybe transitive dependencies!

asn1 from group directory-asn1 (version 0.3.3)

The ASN.1 subproject attempts to isolate the ASN.1 libraries and tools for encoding ASN.1 in BER/DER/CER/PER encodings. The LDAP and X.500 aspects of the directory project impose the need for ASN.1 and BER codecs. Kerberos requires DER. Rather than implement highly specific and britle code for these needs we decided to separate out the APIs and implementations used for dealing with ASN.1 codecs for any ASN.1 defined protocol.

Group: directory-asn1 Artifact: asn1
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact asn1
Group directory-asn1
Version 0.3.3
Last update 06. November 2006
Organization not specified
URL http://directory.apache.org/subprojects/asn1
License Apache 2.0 License
Dependencies amount 1
Dependencies junit,
There are maybe transitive dependencies!

JavaEWAH from group com.googlecode.javaewah (version 1.2.3)

The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression. JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.

Group: com.googlecode.javaewah Artifact: JavaEWAH
Show all versions Show documentation Show source 
 

55 downloads
Artifact JavaEWAH
Group com.googlecode.javaewah
Version 1.2.3
Last update 08. March 2023
Organization not specified
URL https://github.com/lemire/javaewah
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

indic-transliteration from group com.github.sanskrit-coders (version 1.6)

A collection of scala and java classes for some basic character level processing for the Sanskrit and other Indic (kannada, telugu, etc..) languages, contributed by the open source sanskrit-coders projects and friends. Some notable facilities: * Transliterate text from one script or encoding scheme to another. * Some grammar simulation. Examples: see https://github.com/sanskrit-coders/indic-transliteration Contributions and suggestions are invited at https://github.com/sanskrit-coders/indic-transliteration . (Sister projects there may also be of interest.)

Group: com.github.sanskrit-coders Artifact: indic-transliteration
Show all versions Show documentation Show source 
 

21 downloads
Artifact indic-transliteration
Group com.github.sanskrit-coders
Version 1.6
Last update 17. November 2017
Organization not specified
URL https://github.com/sanskrit-coders/indic-transliteration
License Apache License 2.0
Dependencies amount 3
Dependencies scala-library, logback-classic, logback-core,
There are maybe transitive dependencies!

sanskritnlp from group com.github.sanskrit-coders (version 1.2)

A collection of scala and java classes for some basic natural language processing (NLP) for the Sanskrit language, contributed by the open source SanskritNLP project and friends. Some notable facilities: * Transliterate text from one script or encoding scheme to another. * Deal with babylon dictionaries. * Use bots to write to wiki projects (wiktionary, wikisource etc..). * Basic metre identification. * Some grammar simulation. Contributions and suggestions are invited at https://github.com/sanskrit-coders/sanskritnlpjava . (Sister projects there may also be of interest.)

Group: com.github.sanskrit-coders Artifact: sanskritnlp
Show all versions Show documentation Show source 
 

0 downloads
Artifact sanskritnlp
Group com.github.sanskrit-coders
Version 1.2
Last update 15. May 2017
Organization not specified
URL https://github.com/sanskrit-coders/sanskritnlpjava
License Apache License 2.0
Dependencies amount 9
Dependencies scala-library, scala-xml, indic-transliteration, json4s_2.11, json4s-native_2.11, logback-classic, logback-core, jwbf, jstl,
There are maybe transitive dependencies!

unboundid-ldapsdk-minimal-edition from group com.unboundid (version 3.2.1)

The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use Java API for communicating with LDAP directory servers and performing related tasks like reading and writing LDIF, encoding and decoding data using base64 and ASN.1 BER, and performing secure communication. This package contains the Minimal Edition of the LDAP SDK, which is a stripped-down version of the Standard Edition that includes full support for the LDAP protocol and LDIF parsing, but omits a number of optional elements, like many of the controls and extended operations, the LDAP persistence framework, and LDAP listener framework. The Minimal Edition is primarily intended for use in space-constrained and/or memory-constrained environments, like in Android apps or embedded systems.

Group: com.unboundid Artifact: unboundid-ldapsdk-minimal-edition
Show all versions Show documentation Show source 
 

2 downloads
Artifact unboundid-ldapsdk-minimal-edition
Group com.unboundid
Version 3.2.1
Last update 13. February 2017
Organization UnboundID Corp.
URL https://www.ldap.com/unboundid-ldap-sdk-for-java
License GNU General Public License version 2 (GPLv2)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

unboundid-ldapsdk-commercial-edition from group com.unboundid (version 3.2.1)

The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use Java API for communicating with LDAP directory servers and performing related tasks like reading and writing LDIF, encoding and decoding data using base64 and ASN.1 BER, and performing secure communication. This package contains the Commercial Edition of the LDAP SDK, which includes all of the general-purpose functionality contained in the Standard Edition, plus additional functionality specific to UnboundID/Ping Identity server products.

Group: com.unboundid Artifact: unboundid-ldapsdk-commercial-edition
Show all versions Show documentation Show source 
 

1 downloads
Artifact unboundid-ldapsdk-commercial-edition
Group com.unboundid
Version 3.2.1
Last update 13. February 2017
Organization UnboundID Corp.
URL https://www.ldap.com/unboundid-ldap-sdk-for-java
License GNU General Public License version 2 (GPLv2)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 60 from 61 (items total 604)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy