aboutsummaryrefslogtreecommitdiff
path: root/emms-info-native.el
Commit message (Collapse)AuthorAgeFilesLines
* Use lexical bindingPetteri Hintsanen2021-02-101-1/+1
|
* Fix typos in CommentaryPetteri Hintsanen2021-02-101-4/+4
|
* Clean up Opus codePetteri Hintsanen2021-02-101-11/+8
| | | | These are only stylistic changes.
* Clean up Vorbis codePetteri Hintsanen2021-02-101-22/+19
| | | | These are only stylistic changes.
* Simplify Ogg-related codePetteri Hintsanen2021-02-101-64/+89
| | | | | Split long functions to smaller functions that are easier to understand.
* Add id3v2 (MP3) support to emms-info-nativePetteri Hintsanen2021-02-101-68/+287
| | | | | Also adjust Ogg and FLAC decoders to return info fields in a unified format.
* Add native Emacs Lisp info methodPetteri Hintsanen2020-12-241-0/+491
This info method is a pure elisp implementation for Ogg Vorbis, Opus and FLAC file formats.