aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* actually remove IMAX decoder and demuxerHEADmasterKostya Shishkov2024-09-142-309/+0
|
* remove IMAX supportKostya Shishkov2024-09-143-12/+2
| | | | It has been moved to na_game_tool.
* remove Highlander FMV supportKostya Shishkov2024-09-145-641/+2
| | | | It has been moved to na_game_tool.
* remove Arxel Tribe CNM decoding supportKostya Shishkov2024-09-145-750/+3
| | | | It has been moved to na_game_tool.
* h264: kodaKostya Shishkov2024-08-062-2/+24
|
* mov: set block size when possibleKostya Shishkov2024-08-061-1/+2
| | | | This seems to allow decoding of e.g. MS IMA ADPCM variant
* svq1: rework frame reconstructionKostya Shishkov2024-08-061-27/+48
| | | | Apparently the codec applies all deltas and only then clips the result.
* svq1: fix +-128 values in inter means codebookKostya Shishkov2024-08-061-2/+2
| | | | Discovered by Peter Ross quite a while ago
* sga: fix option nameKostya Shishkov2024-07-311-1/+1
|
* vx: fix audio supportKostya Shishkov2024-07-311-129/+165
| | | | | | Now that audio part can be demuxed too, the audio decoder can be tested. Some parts of it were missing, some were a bit wrong, some things had to be changed to support stereo properly.
* vx: implement frame parsingKostya Shishkov2024-07-312-8/+342
| | | | And support stereo audio properly while at it.
* vx demuxer: set keyframe flagsKostya Shishkov2024-07-281-1/+3
|
* vx demuxer: implement seekingKostya Shishkov2024-07-271-14/+42
|
* vx demuxer: FPS belong to a different header fieldKostya Shishkov2024-07-271-4/+5
|
* vx demuxer: support stereo soundKostya Shishkov2024-07-271-1/+1
|
* support VX video in AVIKostya Shishkov2024-07-273-4/+9
|
* binkaud: fix monaural RDFT decoding (and add a test while at it)Kostya Shishkov2024-07-021-2/+13
|
* rawvideo: support packed RGB a bit betterKostya Shishkov2024-06-301-1/+5
|
* Radius Studio Video decoderKostya Shishkov2024-06-304-1/+574
|
* add FOURCC for RPZA in AVIKostya Shishkov2024-06-301-0/+2
|
* add another FOURCC for TrueMotion 1Kostya Shishkov2024-06-301-0/+1
|
* avi: fix handling of multiple palette changes in single 'pc' chunkKostya Shishkov2024-06-271-11/+17
|
* Sierra RBT and SEQ formats supportKostya Shishkov2024-06-279-2/+1105
|
* vmd: move samples into subdirectoryKostya Shishkov2024-06-262-8/+8
|
* avi: descend into 'rec' listsKostya Shishkov2024-06-241-0/+5
|
* Acorn Super Moving Blocks DecoderKostya Shishkov2024-05-283-1/+8815
|
* nihav-acorn: fix common YUV2RGB tableKostya Shishkov2024-05-285-3877/+3877
|
* aac: clear M/S flagsKostya Shishkov2024-05-071-0/+2
|
* add some packetisers for WSS formats in ARMovieKostya Shishkov2024-05-074-3/+185
|
* armovie: zero-terminated string is not exactly an errorKostya Shishkov2024-05-051-1/+1
|
* armovie: ignore zero video codec parametersKostya Shishkov2024-05-051-1/+1
|
* add raw audio support in Acorn Replay Movie formatKostya Shishkov2024-05-055-3/+304
|
* remove stray whitespacesKostya Shishkov2024-05-052-2/+2
|
* arm_rawvideo: remove debug statementKostya Shishkov2024-05-041-1/+0
|
* support raw video in ARMovieKostya Shishkov2024-05-045-2/+337
|
* add Acorn Moving Blocks HQ decoderKostya Shishkov2024-04-303-1/+614
|
* add LinePack decoderKostya Shishkov2024-04-263-1/+325
|
* Add a crate for handling Acorn ReplayMovie formatsKostya Shishkov2024-04-2510-0/+5412
|
* registry: register known ARMovie codecsKostya Shishkov2024-04-231-0/+12
|
* registry: add detection rule for ARMovieKostya Shishkov2024-04-231-0/+5
|
* codec_support/test: add test_decoding_raw()Kostya Shishkov2024-04-231-0/+117
| | | | | This function will be used to test decoders with payload from raw streams (i.e. it requries raw stream demuxers and packetisation steps).
* core: update NAPacketiser::parse_stream() documentationKostya Shishkov2024-04-231-1/+3
|
* Introduce NAPacketiser::attach_stream()Kostya Shishkov2024-04-233-0/+6
| | | | | This allows packetisers to get initial stream information and act on it during parsing process or returning a new stream.
* aac: fix intensity stereo reconstruction for ms_mask_present=0 caseKostya Shishkov2024-03-191-1/+1
|
* nihav_itu: ignore high-profile extradata tail when it is not correctKostya Shishkov2024-03-032-2/+8
|
* mov: fix seeking in audio track with unreported sample sizeKostya Shishkov2024-02-051-1/+3
|
* core/soundcvt: fix some cases where resampler skipped its workKostya Shishkov2024-01-051-2/+7
|
* ms-adpcm: fix decodingKostya Shishkov2023-12-211-3/+3
|
* EA muxerKostya Shishkov2023-11-115-1/+185
|
* gifdec: fix transparent frame decodingKostya Shishkov2023-11-111-2/+1
|