summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rv6: add frame skipping optionKostya Shishkov2020-06-111-4/+55
* add frame skip option for decodersKostya Shishkov2020-06-112-0/+52
* Microsoft RLE decoderKostya Shishkov2020-06-074-1/+328
* add declared bitdepth to NAVideoInfoKostya Shishkov2020-06-074-3/+8
* msadpcm: fix test after sample order changeKostya Shishkov2020-06-061-1/+1
* PCM encoderKostya Shishkov2020-06-063-2/+138
* remove trailing whitespacesKostya Shishkov2020-06-067-8/+8
* core/frame: add helper functions for dealing with reference-counted bufferKostya Shishkov2020-06-061-0/+6
* msvideo1enc: add keyframe interval optionKostya Shishkov2020-06-061-4/+32
* cinepakenc: replace missed instance of key_int with the constantKostya Shishkov2020-06-061-1/+1
* add nihav-encoder to ignoresKostya Shishkov2020-06-061-0/+1
* cinepakenc: remove debug printKostya Shishkov2020-06-061-1/+0
* factor out keyframe interval optionKostya Shishkov2020-06-062-2/+7
* core: make StreamManager accept NAStreamRef tooKostya Shishkov2020-06-051-0/+7
* set stream number in encoders tooKostya Shishkov2020-06-053-3/+9
* cinepakenc: introduce several encoding optionsKostya Shishkov2020-06-051-16/+99
* copy encoding parameters from the reference when negotiating the formatKostya Shishkov2020-06-053-3/+3
* core: implement NAOptionHandler for MuxerKostya Shishkov2020-06-051-0/+12
* registry: add detect_format_by_name()Kostya Shishkov2020-06-041-0/+16
* core: redesign options moduleKostya Shishkov2020-06-041-109/+110
* allstuff: add encoders and muxersKostya Shishkov2020-06-041-0/+16
* experimental Cinepak encoderKostya Shishkov2020-06-034-2/+1034
* core/codecs: implement AllocatorError -> EncoderError conversionKostya Shishkov2020-06-031-0/+4
* codec_support/test: document enc_video moduleKostya Shishkov2020-06-011-0/+21
* commonfmt: make AVI and WAV muxers use proper remuxing testKostya Shishkov2020-06-012-73/+44
* codec_support/test: add remuxing testsKostya Shishkov2020-06-011-0/+166
* introduce option handling for decodersKostya Shishkov2020-06-0150-1/+326
* introduce option handling for encodersKostya Shishkov2020-05-313-1/+14
* introduce option handling for demuxersKostya Shishkov2020-05-3111-1/+91
* make muxers handle optionsKostya Shishkov2020-05-313-1/+14
* core: split options into separate moduleKostya Shishkov2020-05-313-41/+293
* MS Video 1 16-bit encoder and MS ADPCM encoderKostya Shishkov2020-05-305-17/+853
* introduce interface and support code for encodersKostya Shishkov2020-05-303-0/+306
* core: preparation work for introducing optionsKostya Shishkov2020-05-301-1/+27
* codec_support: add module for generic vector quantisationKostya Shishkov2020-05-305-0/+433
* make muxers report their capabilitiesKostya Shishkov2020-05-303-0/+25
* core/scale: make sure that yuv2rgb kernel outputs to planar RGBKostya Shishkov2020-05-291-0/+15
* core/io: introduce GrowableMemoryWriterKostya Shishkov2020-05-291-0/+90
* msvideo1: remove debug leftoverKostya Shishkov2020-05-281-1/+0
* core/scale: support grayscale formatKostya Shishkov2020-05-271-0/+80
* core/soundcvt: fix conversion of packed dataKostya Shishkov2020-05-271-2/+2
* core/frame: add a function for assigning packets to other streamsKostya Shishkov2020-05-271-0/+5
* WAV muxerKostya Shishkov2020-05-273-1/+169
* codec_support: factor out PNM writing into separate moduleKostya Shishkov2020-05-263-192/+256
* add WAV demuxerKostya Shishkov2020-05-254-1/+210
* core/byteio: add read_tag/peek_tag for reading four-byte tagsKostya Shishkov2020-05-251-0/+14
* avimux: remove obsoleted workaroundKostya Shishkov2020-05-241-2/+1
* registry: twocc 0x0000 is an unknown codec, mark it as suchKostya Shishkov2020-05-241-1/+1
* add a crate for common MS formatsKostya Shishkov2020-05-249-0/+674
* avi: do not put extradata size into extradata for audio streamsKostya Shishkov2020-05-241-1/+8