aac: fix intensity stereo reconstruction for ms_mask_present=0 case
[nihav.git] / nihav-registry /
2023-09-10 Kostya ShishkovGIF support
2023-09-02 Kostya Shishkovadd (limited) support for Digital Pictures SGA format
2023-07-26 Kostya Shishkovfix clippy warnings
2023-02-17 Kostya Shishkovrename "str" variable to avoid confusion with the primi...
2022-11-25 Kostya Shishkovmov: add support for MacBinary format
2022-11-12 Kostya Shishkovadd Arxel Tribe video support
2022-10-29 Kostya ShishkovBeam Software SIFF format support
2022-10-15 Kostya Shishkovadd Highlander FMV support
2022-10-13 Kostya Shishkovprepare for implementing scalable Indeo 5
2022-10-13 Kostya Shishkovadd Indeo IVF demuxer
2022-10-13 Kostya Shishkovrename Duck IVF format for clarity
2022-09-22 Kostya Shishkovfix some clippy warnings
2022-03-23 Kostya Shishkovsupport Legend Entertainment Q format version 7
2022-01-09 Kostya Shishkovadd MCMP demuxer
2022-01-09 Kostya ShishkovLucasArts SMUSH formats support
2021-12-26 Kostya Shishkovadd nihav-misc crate and Aware MotionWavelets decoder...
2021-12-01 Kostya Shishkovadd MPEG Audio Layer II decoder
2021-11-15 Kostya Shishkovbaseline JPEG decoder
2021-11-02 Kostya ShishkovFlash support
2021-10-22 Kostya ShishkovALAC decoder
2021-10-14 Kostya Shishkovadd IVF demuxer for VP8 test samples
2021-10-05 Kostya ShishkovImagination Pilots Matte Animation decoder
2021-10-03 Kostya Shishkovadd raw RGB support for AVI
2021-09-30 Kostya Shishkovintroduce raw video "codec"
2021-09-30 Kostya ShishkovYUV4MPEG demuxer
2021-05-30 Kostya ShishkovLegend Entertainment Q format demuxer and decoder
2021-05-20 Kostya ShishkovZip Motion Blocks Video decoder
2021-04-04 Kostya Shishkovfix clippy warnings for update to rustc 1.46
2021-04-04 Kostya Shishkovnihav_registry: fix clippy warnings and tests in detect...
2021-02-14 Kostya ShishkovFable IMAX video support
2021-01-23 Kostya ShishkovFutureVision game formats support
2020-12-12 Kostya Shishkovmostly working ITU H.264 decoder
2020-12-12 Kostya Shishkovadd complex frame reorderer for upcoming H.264
2020-10-24 Kostya Shishkovregistry: register AAC in MP4
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-09-05 Kostya Shishkovadd nihav-llaudio crate with FLAC, Monkey's Audio,...
2020-08-13 Kostya ShishkovActimagine VX demuxer and decoders
2020-07-25 Kostya Shishkovnihav_registry/register: make CODEC_CAP_* public and...
2020-06-23 Kostya Shishkovregistry: mark Sorenson Video 3 as having B-frames
2020-06-21 Kostya Shishkovregister more Sorenson Video FOURCCs
2020-06-16 Kostya Shishkovregistry: silence clippy warnings
2020-06-13 Kostya Shishkovregistry: add common QuickTime codecs
2020-06-12 Kostya Shishkovregistry: add entry for MS RLE
2020-06-07 Kostya ShishkovMicrosoft RLE decoder
2020-06-04 Kostya Shishkovregistry: add detect_format_by_name()
2020-05-25 Kostya Shishkovadd WAV demuxer
2020-05-24 Kostya Shishkovregistry: twocc 0x0000 is an unknown codec, mark it...
2020-05-24 Kostya Shishkovadd a crate for common MS formats
2020-05-21 Kostya Shishkovregistry: allow searching for FOURCC/TWOCC by codec...
2020-05-17 Kostya ShishkovCinepak decoder
2020-05-05 Kostya Shishkovadd VivoActive (imperfect) format family support
2020-04-27 Kostya Shishkovregistry: add codec entries for MOV format
2020-04-27 Kostya Shishkovregistry: add detection for MOV format
2020-04-19 Kostya Shishkovadd Lernout & Hauspie StreamTalk codecs to the registry
2020-04-02 Kostya Shishkovregistry: RealVideo 2 has B-frames
2020-03-06 Kostya Shishkovdetect: fix Bink magic words
2020-02-20 Kostya Shishkovsplit nihav-registry from nihav-core