| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 3 | -1/+1774 | |
| * | 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 | 3 | -1/+771 | |
| * | RealAudio Lossless decoder | Kostya Shishkov | 2018-10-13 | 4 | -2/+10384 | |
| * | 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 | 4 | -6/+1136 | |
| * | 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 | 4 | -2/+1492 | |
| * | 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 | 3 | -2/+1591 | |
| * | 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 | |
| * | rmdec: more deinterleavers work | Kostya Shishkov | 2018-09-06 | 1 | -9/+57 | |
| * | RealAudio 14.4 and 28.8 decoders | Kostya Shishkov | 2018-09-05 | 5 | -2/+2647 | |
| * | rm: more deinterleaver work | Kostya Shishkov | 2018-09-05 | 2 | -5/+55 | |
| * | io: make writer consume outputter | Kostya Shishkov | 2018-09-05 | 2 | -7/+7 | |
| * | frame: treat single-channel audio as planar too if possible | Kostya Shishkov | 2018-09-05 | 1 | -1/+1 | |
| * | rmdec: parse audio information | Kostya Shishkov | 2018-09-04 | 1 | -10/+235 | |
| * | [test] use frame PTS instead of packet when available | Kostya Shishkov | 2018-09-01 | 1 | -2/+3 | |
| * | RealVideo 3 and 4 decoder | Kostya Shishkov | 2018-09-01 | 11 | -3/+8888 | |
| * | codecs: make IPB shuffler provide non-confusing references for B-frames | Kostya Shishkov | 2018-09-01 | 1 | -0/+16 | |
| * | rmdemux: some improvements | Kostya Shishkov | 2018-09-01 | 1 | -19/+32 | |
| * | io: fix Elias gamma code reading | Kostya Shishkov | 2018-06-09 | 1 | -2/+2 | |
| * | move MV stuff to codecs | Kostya Shishkov | 2018-05-05 | 2 | -69/+80 | |
| * | indeo3: drop unneeded parentheses | Kostya Shishkov | 2018-04-28 | 1 | -1/+1 | |
