Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | actually remove IMAX decoder and demuxerHEADmaster | Kostya Shishkov | 2024-09-14 | 2 | -309/+0 |
| | |||||
* | remove IMAX support | Kostya Shishkov | 2024-09-14 | 3 | -12/+2 |
| | | | | It has been moved to na_game_tool. | ||||
* | remove Highlander FMV support | Kostya Shishkov | 2024-09-14 | 5 | -641/+2 |
| | | | | It has been moved to na_game_tool. | ||||
* | remove Arxel Tribe CNM decoding support | Kostya Shishkov | 2024-09-14 | 5 | -750/+3 |
| | | | | It has been moved to na_game_tool. | ||||
* | h264: koda | Kostya Shishkov | 2024-08-06 | 2 | -2/+24 |
| | |||||
* | mov: set block size when possible | Kostya Shishkov | 2024-08-06 | 1 | -1/+2 |
| | | | | This seems to allow decoding of e.g. MS IMA ADPCM variant | ||||
* | svq1: rework frame reconstruction | Kostya Shishkov | 2024-08-06 | 1 | -27/+48 |
| | | | | Apparently the codec applies all deltas and only then clips the result. | ||||
* | svq1: fix +-128 values in inter means codebook | Kostya Shishkov | 2024-08-06 | 1 | -2/+2 |
| | | | | Discovered by Peter Ross quite a while ago | ||||
* | sga: fix option name | Kostya Shishkov | 2024-07-31 | 1 | -1/+1 |
| | |||||
* | vx: fix audio support | Kostya Shishkov | 2024-07-31 | 1 | -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 parsing | Kostya Shishkov | 2024-07-31 | 2 | -8/+342 |
| | | | | And support stereo audio properly while at it. | ||||
* | vx demuxer: set keyframe flags | Kostya Shishkov | 2024-07-28 | 1 | -1/+3 |
| | |||||
* | vx demuxer: implement seeking | Kostya Shishkov | 2024-07-27 | 1 | -14/+42 |
| | |||||
* | vx demuxer: FPS belong to a different header field | Kostya Shishkov | 2024-07-27 | 1 | -4/+5 |
| | |||||
* | vx demuxer: support stereo sound | Kostya Shishkov | 2024-07-27 | 1 | -1/+1 |
| | |||||
* | support VX video in AVI | Kostya Shishkov | 2024-07-27 | 3 | -4/+9 |
| | |||||
* | binkaud: fix monaural RDFT decoding (and add a test while at it) | Kostya Shishkov | 2024-07-02 | 1 | -2/+13 |
| | |||||
* | rawvideo: support packed RGB a bit better | Kostya Shishkov | 2024-06-30 | 1 | -1/+5 |
| | |||||
* | Radius Studio Video decoder | Kostya Shishkov | 2024-06-30 | 4 | -1/+574 |
| | |||||
* | add FOURCC for RPZA in AVI | Kostya Shishkov | 2024-06-30 | 1 | -0/+2 |
| | |||||
* | add another FOURCC for TrueMotion 1 | Kostya Shishkov | 2024-06-30 | 1 | -0/+1 |
| | |||||
* | avi: fix handling of multiple palette changes in single 'pc' chunk | Kostya Shishkov | 2024-06-27 | 1 | -11/+17 |
| | |||||
* | Sierra RBT and SEQ formats support | Kostya Shishkov | 2024-06-27 | 9 | -2/+1105 |
| | |||||
* | vmd: move samples into subdirectory | Kostya Shishkov | 2024-06-26 | 2 | -8/+8 |
| | |||||
* | avi: descend into 'rec' lists | Kostya Shishkov | 2024-06-24 | 1 | -0/+5 |
| | |||||
* | Acorn Super Moving Blocks Decoder | Kostya Shishkov | 2024-05-28 | 3 | -1/+8815 |
| | |||||
* | nihav-acorn: fix common YUV2RGB table | Kostya Shishkov | 2024-05-28 | 5 | -3877/+3877 |
| | |||||
* | aac: clear M/S flags | Kostya Shishkov | 2024-05-07 | 1 | -0/+2 |
| | |||||
* | add some packetisers for WSS formats in ARMovie | Kostya Shishkov | 2024-05-07 | 4 | -3/+185 |
| | |||||
* | armovie: zero-terminated string is not exactly an error | Kostya Shishkov | 2024-05-05 | 1 | -1/+1 |
| | |||||
* | armovie: ignore zero video codec parameters | Kostya Shishkov | 2024-05-05 | 1 | -1/+1 |
| | |||||
* | add raw audio support in Acorn Replay Movie format | Kostya Shishkov | 2024-05-05 | 5 | -3/+304 |
| | |||||
* | remove stray whitespaces | Kostya Shishkov | 2024-05-05 | 2 | -2/+2 |
| | |||||
* | arm_rawvideo: remove debug statement | Kostya Shishkov | 2024-05-04 | 1 | -1/+0 |
| | |||||
* | support raw video in ARMovie | Kostya Shishkov | 2024-05-04 | 5 | -2/+337 |
| | |||||
* | add Acorn Moving Blocks HQ decoder | Kostya Shishkov | 2024-04-30 | 3 | -1/+614 |
| | |||||
* | add LinePack decoder | Kostya Shishkov | 2024-04-26 | 3 | -1/+325 |
| | |||||
* | Add a crate for handling Acorn ReplayMovie formats | Kostya Shishkov | 2024-04-25 | 10 | -0/+5412 |
| | |||||
* | registry: register known ARMovie codecs | Kostya Shishkov | 2024-04-23 | 1 | -0/+12 |
| | |||||
* | registry: add detection rule for ARMovie | Kostya Shishkov | 2024-04-23 | 1 | -0/+5 |
| | |||||
* | codec_support/test: add test_decoding_raw() | Kostya Shishkov | 2024-04-23 | 1 | -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() documentation | Kostya Shishkov | 2024-04-23 | 1 | -1/+3 |
| | |||||
* | Introduce NAPacketiser::attach_stream() | Kostya Shishkov | 2024-04-23 | 3 | -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 case | Kostya Shishkov | 2024-03-19 | 1 | -1/+1 |
| | |||||
* | nihav_itu: ignore high-profile extradata tail when it is not correct | Kostya Shishkov | 2024-03-03 | 2 | -2/+8 |
| | |||||
* | mov: fix seeking in audio track with unreported sample size | Kostya Shishkov | 2024-02-05 | 1 | -1/+3 |
| | |||||
* | core/soundcvt: fix some cases where resampler skipped its work | Kostya Shishkov | 2024-01-05 | 1 | -2/+7 |
| | |||||
* | ms-adpcm: fix decoding | Kostya Shishkov | 2023-12-21 | 1 | -3/+3 |
| | |||||
* | EA muxer | Kostya Shishkov | 2023-11-11 | 5 | -1/+185 |
| | |||||
* | gifdec: fix transparent frame decoding | Kostya Shishkov | 2023-11-11 | 1 | -2/+1 |
| |