mov: adjust signedness for certain kinds of audio
[nihav.git] / nihav-commonfmt /
2020-10-23 Kostya Shishkovmov: adjust signedness for certain kinds of audio
2020-10-23 Kostya Shishkovavi: 8-bit audio is unsigned
2020-10-20 Kostya Shishkovmov: parse stts chunk and fix seeking
2020-10-04 Kostya Shishkovcinepakenc: switch to MD5-based test
2020-10-04 Kostya Shishkovintroduce stream and container duration
2020-10-03 Kostya Shishkovwav: generate PTS for demuxed blocks
2020-09-27 Kostya Shishkovfix some warnings (unneeded parentheses, missing dyn...
2020-08-27 Kostya Shishkovaac: fix the window group advancement in joint-stereo...
2020-08-27 Kostya Shishkovaac: add missing heading bit to escape value
2020-08-27 Kostya Shishkovaac: fix TNS filtering
2020-07-15 Kostya Shishkovavi: correct offsets in idx1 chunks if required
2020-07-10 Kostya Shishkovremove trailing whitespace
2020-07-10 Kostya Shishkovcinepakenc: ask for non-flipped image during negotiation
2020-07-09 Kostya Shishkovrename register_all_codecs to register_all_decoders
2020-07-09 Kostya Shishkovuse NATimePoint for seeking
2020-07-06 Kostya Shishkovmov: if audio extradata does not start with wave pass...
2020-07-06 Kostya Shishkovmov: take audio frame size/length into account while...
2020-07-03 Kostya Shishkovmov: fix video extradata reading
2020-06-26 Kostya Shishkovmov: better support for CBR audio
2020-06-25 Kostya Shishkovmov: use block size for audio frames if it's available
2020-06-25 Kostya Shishkovmov: parse and add audio extradata
2020-06-25 Kostya Shishkovmov: do not skip deflate stream header, inflate can...
2020-06-24 Kostya Shishkovmov: support compressed header
2020-06-16 Kostya Shishkovmake HAMShuffler generic
2020-06-16 Kostya Shishkovavi: handle audio extradata shorter than chunk size
2020-06-16 Kostya Shishkovcommonfmt: fix or silence clippy warnings
2020-06-15 Kostya Shishkovcinepakenc: switch default quantisation mode to median cut
2020-06-15 Kostya Shishkovcinepakenc: take into account the number of quantised...
2020-06-15 Kostya Shishkovavimux: pad odd frame chunks
2020-06-15 Kostya Shishkovmov: do not generate palette for color table ID -1
2020-06-15 Kostya Shishkovavi: fix index parsing
2020-06-15 Kostya Shishkovcinepakenc: add missing field in NAVideoInfo used in...
2020-06-15 Kostya Shishkovcinepakenc: fix V1-only intra mode
2020-06-15 Kostya Shishkovcinepak: fix inter-frames decoding
2020-06-14 Kostya Shishkovadd A-law and mu-law decoders
2020-06-14 Kostya Shishkovmov: fix bitdepth handling
2020-06-13 Kostya Shishkovmov: support default palette and grayscale mode
2020-06-07 Kostya Shishkovadd declared bitdepth to NAVideoInfo
2020-06-06 Kostya ShishkovPCM encoder
2020-06-06 Kostya Shishkovremove trailing whitespaces
2020-06-06 Kostya Shishkovcinepakenc: replace missed instance of key_int with...
2020-06-06 Kostya Shishkovcinepakenc: remove debug print
2020-06-06 Kostya Shishkovfactor out keyframe interval option
2020-06-05 Kostya Shishkovset stream number in encoders too
2020-06-05 Kostya Shishkovcinepakenc: introduce several encoding options
2020-06-05 Kostya Shishkovcopy encoding parameters from the reference when negoti...
2020-06-03 Kostya Shishkovexperimental Cinepak encoder
2020-06-01 Kostya Shishkovcommonfmt: make AVI and WAV muxers use proper remuxing...
2020-06-01 Kostya Shishkovintroduce option handling for decoders
2020-05-31 Kostya Shishkovintroduce option handling for demuxers
2020-05-31 Kostya Shishkovmake muxers handle options
2020-05-30 Kostya Shishkovmake muxers report their capabilities
2020-05-27 Kostya ShishkovWAV muxer
2020-05-25 Kostya Shishkovadd WAV demuxer
2020-05-24 Kostya Shishkovavimux: remove obsoleted workaround
2020-05-24 Kostya Shishkovavi: do not put extradata size into extradata for audio...
2020-05-23 Kostya Shishkovavi: ignore actual bimap header size in relation to...
2020-05-23 Kostya Shishkovavi: do not ignore guessed format
2020-05-23 Kostya Shishkovavi: fix palette order
2020-05-23 Kostya Shishkovavi: end demuxing when index is encountered
2020-05-23 Kostya Shishkovavi: provide palette as side data and handle palette...
2020-05-21 Kostya Shishkovavi muxer
2020-05-20 Kostya Shishkovcinepak: add grayscale and palette output modes
2020-05-20 Kostya Shishkovmov: output track palette as side data
2020-05-18 Kostya Shishkovavi demuxer: mark packets as keyframe if we have index
2020-05-17 Kostya ShishkovCinepak decoder
2020-05-17 Kostya Shishkovmov: ignore some common chunks
2020-05-17 Kostya Shishkovmov: read palette if present
2020-04-27 Kostya Shishkovclearvdeo: support MOV variant of extradata as well
2020-04-27 Kostya Shishkovadd MOV demuxer
2020-02-21 Kostya Shishkovfix import crate for codec tests
2020-02-20 Kostya Shishkovfix re-exports of crate submodules
2020-02-20 Kostya Shishkovsplit nihav-registry from nihav-core
2020-02-20 Kostya Shishkovsplit nihav-codec-support crate from nihav-core
2020-02-17 Kostya Shishkovmake all codec crates export just register_all function...
2020-02-11 Kostya ShishkovMake BitReader rely on passed slice size without the...
2020-02-11 Kostya Shishkovclearvideo: switch to MD5-based test
2019-11-27 Kostya Shishkovavi demuxer: sample size is already in bits
2019-11-27 Kostya Shishkovmake decoders Send-able
2019-11-18 Kostya Shishkovmake audio decoder tests write .wav files only by request
2019-11-18 Kostya Shishkovfix demuxer tests after introducing seek index
2019-11-16 Kostya Shishkovallow to skip index building
2019-11-15 Kostya Shishkovavi: add index parsing and seeking
2019-11-13 Kostya Shishkovinitial seeking support
2019-11-11 Kostya Shishkovcheck for missing reference frames in various decoders
2019-11-09 Kostya Shishkovadd flush() to decoder interface
2019-08-17 Kostya Shishkovavi: stop outputting frames when index is hit
2019-07-03 Kostya Shishkovmove zigzag scan to common place
2019-06-22 Kostya Shishkovavi: support ON2 files
2019-05-15 Kostya Shishkovcommonfmt: fix some clippy warnings
2019-05-14 Kostya Shishkovfix clippy errors
2019-05-14 Kostya Shishkovmark traits as dyn
2019-05-05 Kostya Shishkovswitch to better FFT interface and more flexible FFT...
2019-05-02 Kostya Shishkovintroduce NADecoderSupport and buffer pools
2019-04-29 Kostya Shishkovswitch NAFrame references to Arc
2019-04-29 Kostya Shishkovswitch NACodecInfo to Arc
2019-04-28 Kostya Shishkovswitch to refcounted buffers
2019-03-12 Kostya Shishkovmove test files into subdirectories
2019-02-15 Kostya Shishkovfix allocated buffer mutability after previous commit
2019-01-22 Kostya Shishkovremove unused imports
next