summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Arxel CI2 video supportKostya Shishkov2023-11-092-47/+388
* binkmux: hopefully set audio codec flags correctly this timeKostya Shishkov2023-10-091-3/+4
* nihav_allstuff: register Bink muxer and encodersKostya Shishkov2023-10-071-0/+2
* Bink Audio encoder (version b for now)Kostya Shishkov2023-10-073-2/+736
* binkaud: split out common data definitions for the future encoderKostya Shishkov2023-10-073-26/+38
* Bink muxerKostya Shishkov2023-10-074-1/+306
* Bink Video encoder (only 'b' version for now)Kostya Shishkov2023-10-078-3/+1982
* binkvid: move data tables into separate moduleKostya Shishkov2023-10-073-571/+575
* smacker: add forgotten recursion depth checkKostya Shishkov2023-10-071-0/+1
* gifenc: support grayscale input directlyKostya Shishkov2023-09-111-9/+46
* gifenc: improve no-compression mode by keeping code lengths the sameKostya Shishkov2023-09-111-1/+6
* GIF supportKostya Shishkov2023-09-1010-4/+1447
* core/scale: support copying paletted framesKostya Shishkov2023-09-091-0/+24
* add (limited) support for Digital Pictures SGA formatKostya Shishkov2023-09-027-2/+1199
* zmbvenc: implement coarse but fast motion estimation and use it by defaultKostya Shishkov2023-08-251-42/+103
* wav: try to read as much PCM data as possibleKostya Shishkov2023-08-251-2/+8
* wav: allow demuxing custom block sizesKostya Shishkov2023-08-251-7/+48
* core/compr: fix documentation commentsKostya Shishkov2023-08-182-46/+46
* flashsv: the codec uses BGR24 format instead of RGB24Kostya Shishkov2023-08-121-1/+14
* flashsv: whitespace fixKostya Shishkov2023-08-121-1/+1
* h264: more micro-optimisationsKostya Shishkov2023-08-115-80/+143
* h264: prepare data references before decodingKostya Shishkov2023-08-086-67/+256
* h264: miscellaneous micro-optimisationsKostya Shishkov2023-08-076-31/+57
* h264: cache data before use in fill_deblock()Kostya Shishkov2023-08-051-17/+58
* h264: introduce frame pool for average block buffers in MT decoderKostya Shishkov2023-08-051-6/+13
* h264: make a specific version of 4x4 bidirectional MC functionKostya Shishkov2023-08-051-2/+61
* h264: reduce number of arguments for mc_blocks()Kostya Shishkov2023-08-053-26/+36
* h264: optimise check_filter() for AMD64Kostya Shishkov2023-08-041-8/+100
* vp6dsp: SSE2 intrinsics version of bilinear motion compensationKostya Shishkov2023-07-271-0/+83
* fix clippy warningsKostya Shishkov2023-07-26114-473/+353
* h264: introduce inline assembly for CABAC get_bit() and bump compiler versionKostya Shishkov2023-07-262-4/+71
* switch to rustc 1.69Kostya Shishkov2023-07-271-1/+1
* h264: fix warnings regarding uninitialised memoryKostya Shishkov2023-07-262-34/+34
* core/soundcvt: typoKostya Shishkov2023-07-251-1/+1
* rmmux: fix test checksumsKostya Shishkov2023-07-251-3/+3
* aac: fix intensity stereo directionKostya Shishkov2023-07-191-1/+1
* TrueMotion 1 encoderKostya Shishkov2023-07-183-2/+915
* truemotion1data: signal delta table sizesKostya Shishkov2023-07-181-2/+2
* truemotion1: split off data tables for the upcoming encoderKostya Shishkov2023-07-113-844/+848
* h264: clear frame refs on flushKostya Shishkov2023-07-061-0/+1
* core/reorder: clear frame IDs in MTFrameReorderer on flushKostya Shishkov2023-07-061-0/+1
* mov: do not overwrite timebase with sample rateKostya Shishkov2023-06-301-1/+3
* mov: try to sync audio and video tracks when seekingKostya Shishkov2023-06-281-3/+27
* aac: fix intensity and mid/side stereo reconstructionKostya Shishkov2023-06-241-4/+7
* mov: set DTS to PTS when actual value is not availableKostya Shishkov2023-06-171-1/+1
* avimux: set palette change flag in stream header if applicableKostya Shishkov2023-06-171-0/+7
* core/scale: fix typos in scaling loopKostya Shishkov2023-06-161-2/+2
* rawvideoenc: suggest YUV during format negotiationKostya Shishkov2023-06-161-1/+9
* allstuff: register multi-threaded decoders as wellKostya Shishkov2023-06-141-1/+7
* h264: add multi-threaded decoderKostya Shishkov2023-06-149-5/+2042