summaryrefslogtreecommitdiffstats
path: root/nihav-mpeg/src/codecs/mpegaudio
Commit message (Expand)AuthorAgeFilesLines
* Introduce NAPacketiser::attach_stream()Kostya Shishkov2024-04-231-0/+1
* fix clippy warningsKostya Shishkov2023-07-261-1/+1
* mpegaudio: make packetiser checks less verboseKostya Shishkov2022-01-091-5/+5
* mp3: small workaround for some slightly bad encodesKostya Shishkov2021-12-021-1/+1
* mp3: fix reconstructionKostya Shishkov2021-12-021-3/+5
* add MPEG Audio Layer II decoderKostya Shishkov2021-12-013-6/+545
* mpegaudio: handle VBRI tag in packetiser as wellKostya Shishkov2021-11-231-0/+2
* mpegaudio: get duration from Xing/LAME information if availableKostya Shishkov2021-11-221-1/+18
* annotate the sources for test samplesKostya Shishkov2021-11-201-0/+4
* add bytes_left() to NAPacketiser so its internal buffer size can be monitoredKostya Shishkov2021-11-191-0/+1
* mpeg: add MPEG Audio packetiserKostya Shishkov2021-11-151-0/+180
* mp3: fix reconstruction bugsKostya Shishkov2021-11-151-11/+17
* mpeg/mp3: increase MP3 payload buffer sizeKostya Shishkov2021-11-121-1/+1
* add nihav-mpeg crateKostya Shishkov2021-11-093-0/+1796