summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* support Legend Entertainment Q format version 7Kostya Shishkov2022-03-233-14/+271
|
* vp6enc: add fast(er) encoding modeKostya Shishkov2022-03-122-2/+200
|
* vp7enc: remove duplicate tablesKostya Shishkov2022-03-043-20/+2
|
* vp7enc: fix encoding intra frames with too low quantiserKostya Shishkov2022-03-041-0/+4
|
* VP7 encoderKostya Shishkov2022-03-0214-65/+4140
|
* vp7: split out tablesKostya Shishkov2022-03-023-98/+99
|
* vp6enc: split out future common parts to share them with VP7 encoderKostya Shishkov2022-03-028-414/+467
|
* core/frame: drop unneeded mutKostya Shishkov2022-03-021-1/+1
|
* smush-mcmp: support packed WAV files as wellKostya Shishkov2022-01-091-2/+32
|
* split configuration for audio and video SMUSH decodersKostya Shishkov2022-01-093-8/+28
|
* add MCMP demuxerKostya Shishkov2022-01-094-5/+181
|
* mpegaudio: make packetiser checks less verboseKostya Shishkov2022-01-091-5/+5
|
* LucasArts SMUSH formats supportKostya Shishkov2022-01-0911-2/+2977
|
* codec_support/test: add test_decode_images()Kostya Shishkov2021-12-301-0/+61
|
* allstuff: remove unnecessary and outdated list of extern cratesKostya Shishkov2021-12-261-13/+0
|
* add nihav-misc crate and Aware MotionWavelets decoder in itKostya Shishkov2021-12-267-0/+711
|
* mov: fix an exotic paletted MOV readingKostya Shishkov2021-12-141-3/+9
|
* zmbv: fix out-of-bounds motion compensationKostya Shishkov2021-12-142-6/+6
|
* 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-015-7/+550
|
* mpegaudio: handle VBRI tag in packetiser as wellKostya Shishkov2021-11-231-0/+2
|
* core: fix NAStream.get_duration()Kostya Shishkov2021-11-221-1/+1
|
* mpegaudio: get duration from Xing/LAME information if availableKostya Shishkov2021-11-221-1/+18
|
* vp6enc: remove old unused countersKostya Shishkov2021-11-221-7/+0
|
* remove tabsKostya Shishkov2021-11-202-61/+61
|
* annotate the sources for test samplesKostya Shishkov2021-11-20110-1/+142
|
* add bytes_left() to NAPacketiser so its internal buffer size can be monitoredKostya Shishkov2021-11-193-0/+4
|
* core/io: hopefully fix BoundedFileReader::read_buf_some() for goodKostya Shishkov2021-11-181-6/+5
|
* flacenc: set output packet PTSKostya Shishkov2021-11-181-1/+1
|
* add enabling/disabling features for files with both encoder and decoderKostya Shishkov2021-11-174-0/+48
|
* correct some crate configurations for enabling/disabling featuresKostya Shishkov2021-11-173-1/+9
|
* avi: support ODML extensionsKostya Shishkov2021-11-171-17/+245
|
* fix clippy warningsKostya Shishkov2021-11-175-7/+9
|
* nihav_llaudio: add conditional compilation for modulesKostya Shishkov2021-11-161-0/+8
|
* add FLAC packetiser and raw stream demuxerKostya Shishkov2021-11-166-2/+503
|
* flacenc: fix clippy warningsKostya Shishkov2021-11-161-4/+5
|
* baseline JPEG decoderKostya Shishkov2021-11-154-1/+829
|
* core/byteio: check for end boundary in BoundedFileReader readsKostya Shishkov2021-11-151-0/+15
|
* mpeg: add MPEG Audio packetiserKostya Shishkov2021-11-154-0/+200
|
* add interfaces for raw data stream handlingKostya Shishkov2021-11-153-0/+263
|
* mp3: fix reconstruction bugsKostya Shishkov2021-11-151-11/+17
|
* mpeg/mp3: increase MP3 payload buffer sizeKostya Shishkov2021-11-121-1/+1
|
* core/byteio: fix corner case when reading partial buffer at the end of fileKostya Shishkov2021-11-121-1/+4
|
* move AAC decoder to nihav-mpeg crateKostya Shishkov2021-11-095-11/+12
|
* add nihav-mpeg crateKostya Shishkov2021-11-098-0/+1857
|
* nihav_flash: enable codecs module only when encoders/decoders are enabledKostya Shishkov2021-11-091-0/+1
|
* nihav_flash: remove unrequired dependencyKostya Shishkov2021-11-061-3/+0
|
* allstuff: compact imports a bitKostya Shishkov2021-11-031-36/+9
|
* Flash supportKostya Shishkov2021-11-0220-14/+2594
|