Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split NihAV into subcrates | Kostya Shishkov | 2019-01-17 | 62 | -52564/+0 |
* | GremlinVideo audio decoder | Kostya Shishkov | 2018-12-17 | 2 | -2/+97 |
* | drop unneeded mut for mutable refs | Kostya Shishkov | 2018-12-17 | 3 | -12/+12 |
* | Rust2018: use new addressing scheme | Kostya Shishkov | 2018-12-17 | 45 | -162/+162 |
* | rmdec: remove some cruft | Kostya Shishkov | 2018-12-14 | 1 | -55/+0 |
* | rmdec: factor out common code and add IVR demuxing support | Kostya Shishkov | 2018-12-14 | 2 | -264/+655 |
* | cook: block should accomodate data for JS channels too | Kostya Shishkov | 2018-12-12 | 1 | -4/+4 |
* | rmdec: support MLTI streams | Kostya Shishkov | 2018-12-12 | 1 | -79/+190 |
* | rmdec: support multiple DATA chunks | Kostya Shishkov | 2018-12-12 | 1 | -2/+24 |
* | RealAudio demuxer | Kostya Shishkov | 2018-12-11 | 2 | -2/+144 |
* | byteio: update syntax | Kostya Shishkov | 2018-12-11 | 1 | -2/+2 |
* | rv6: make test silent | Kostya Shishkov | 2018-12-11 | 1 | -2/+2 |
* | RealVideo 6 decoder (mostly working) | Kostya Shishkov | 2018-12-11 | 5 | -1/+3860 |
* | codebook: reject invalid codes | Kostya Shishkov | 2018-12-08 | 1 | -1/+6 |
* | h263+rv20: use modified dquant and chroma quant | Kostya Shishkov | 2018-12-08 | 4 | -12/+35 |
* | rmdec: fix wrong read_xxle() | Kostya Shishkov | 2018-12-08 | 1 | -12/+12 |
* | rmdec: demux .rmhd too | Kostya Shishkov | 2018-12-08 | 2 | -13/+26 |
* | registry: add RealVideo 6 record | Kostya Shishkov | 2018-12-08 | 1 | -0/+1 |
* | fix trailing whitespace | Kostya Shishkov | 2018-10-28 | 1 | -1/+1 |
* | AAC-LC decoder | Kostya Shishkov | 2018-10-27 | 2 | -0/+1772 |
* | rmdec: ignore parse errors if data position is known already | Kostya Shishkov | 2018-10-27 | 1 | -1/+5 |
* | dsp: implement Kaiser-Bessel derived window generation | Kostya Shishkov | 2018-10-27 | 1 | -3/+25 |
* | dsp: make IDCT (un)scaled | Kostya Shishkov | 2018-10-27 | 3 | -4/+5 |
* | io: generic table codebook description reader | Kostya Shishkov | 2018-10-23 | 1 | -0/+19 |
* | rmdec: skip RM-specific first byte of AAC extradata | Kostya Shishkov | 2018-10-20 | 1 | -1/+6 |
* | cook: force mono mode for v1 | Kostya Shishkov | 2018-10-20 | 1 | -0/+1 |
* | rm: VBR audio deinterleaver support | Kostya Shishkov | 2018-10-20 | 1 | -23/+28 |
* | trailing whitespace fixes | Kostya Shishkov | 2018-10-19 | 24 | -30/+28 |
* | remove panics in working tests | Kostya Shishkov | 2018-10-19 | 2 | -2/+2 |
* | ATRAC3 decoder | Kostya Shishkov | 2018-10-19 | 2 | -0/+769 |
* | RealAudio Lossless decoder | Kostya Shishkov | 2018-10-13 | 3 | -1/+10382 |
* | add planar S16 formaton | Kostya Shishkov | 2018-10-13 | 1 | -0/+1 |
* | fix limited unary code invocation parameters | Kostya Shishkov | 2018-10-13 | 1 | -2/+2 |
* | Cook decoder | Kostya Shishkov | 2018-10-11 | 3 | -1/+1129 |
* | rmdec: demux audio in smaller chunks | Kostya Shishkov | 2018-10-11 | 1 | -1/+1 |
* | IMDCT implementation | Kostya Shishkov | 2018-10-11 | 1 | -0/+56 |
* | format: add channel map conversion from M$ WAVE bitmask | Kostya Shishkov | 2018-10-11 | 1 | -0/+23 |
* | ts102366: small fixes | Kostya Shishkov | 2018-09-22 | 1 | -3/+52 |
* | RealAudio DNET decoder | Kostya Shishkov | 2018-09-21 | 3 | -1/+1490 |
* | make it possible to print NAChannelMap or restore it from string | Kostya Shishkov | 2018-09-21 | 1 | -0/+65 |
* | Sipro ACELP.net decoder | Kostya Shishkov | 2018-09-08 | 2 | -0/+1588 |
* | rmdec: fix audio header v5 parsing | Kostya Shishkov | 2018-09-08 | 1 | -2/+4 |
* | rmdec: Sipro deinterleaver | Kostya Shishkov | 2018-09-08 | 1 | -7/+51 |
* | rv34: remove debug cruft | Kostya Shishkov | 2018-09-08 | 2 | -54/+4 |
* | ra14.4: consistency fix | Kostya Shishkov | 2018-09-06 | 1 | -1/+1 |
* | RealAudio 1/2: update tests | Kostya Shishkov | 2018-09-06 | 2 | -2/+2 |
* | rv10: fix MV prediction and remove some cruft | Kostya Shishkov | 2018-09-06 | 2 | -21/+19 |
* | rmdec: handle situation when last partial frame is full frame | Kostya Shishkov | 2018-09-06 | 1 | -1/+5 |
* | demuxers: report failed checks | Kostya Shishkov | 2018-09-06 | 1 | -1/+1 |
* | rmdec: allow zero DATA and number of packets | Kostya Shishkov | 2018-09-06 | 1 | -2/+7 |