Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rmdec: fix wrong read_xxle() | Kostya Shishkov | 2018-12-08 | 1 | -12/+12 |
* | rmdec: demux .rmhd too | Kostya Shishkov | 2018-12-08 | 1 | -12/+25 |
* | rmdec: ignore parse errors if data position is known already | Kostya Shishkov | 2018-10-27 | 1 | -1/+5 |
* | rmdec: skip RM-specific first byte of AAC extradata | Kostya Shishkov | 2018-10-20 | 1 | -1/+6 |
* | rm: VBR audio deinterleaver support | Kostya Shishkov | 2018-10-20 | 1 | -23/+28 |
* | trailing whitespace fixes | Kostya Shishkov | 2018-10-19 | 3 | -4/+4 |
* | rmdec: demux audio in smaller chunks | Kostya Shishkov | 2018-10-11 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | rm: more deinterleaver work | Kostya Shishkov | 2018-09-05 | 2 | -5/+55 |
* | rmdec: parse audio information | Kostya Shishkov | 2018-09-04 | 1 | -10/+235 |
* | rmdemux: some improvements | Kostya Shishkov | 2018-09-01 | 1 | -19/+32 |
* | realmedia: output completed frame in mode 0 | Kostya Shishkov | 2018-02-24 | 1 | -1/+8 |
* | realmedia: break on zero ID chunk | Kostya Shishkov | 2018-02-04 | 1 | -3/+6 |
* | semi-working ClearVideo decoder | Kostya Shishkov | 2018-02-03 | 1 | -1/+1 |
* | fix let mut foo = &mut bar warning | Kostya Shishkov | 2018-02-01 | 3 | -3/+3 |
* | rm: silence some warnings | Kostya Shishkov | 2017-11-23 | 1 | -0/+3 |
* | end rm demux test normally | Kostya Shishkov | 2017-11-12 | 1 | -1/+1 |
* | RealMedia demuxer (video only) | Kostya Shishkov | 2017-09-24 | 2 | -5/+660 |
* | drop unneeded imports | Kostya Shishkov | 2017-09-24 | 2 | -4/+4 |
* | demuxer: drop opened field, let the external Demuxer object take care of that | Kostya Shishkov | 2017-08-27 | 2 | -10/+0 |
* | demuxer: use new interface | Kostya Shishkov | 2017-08-13 | 3 | -66/+166 |
* | avi: ignore zero frames | Kostya Shishkov | 2017-07-30 | 1 | -0/+5 |
* | fix an error in AVI demuxer | Kostya Shishkov | 2017-07-30 | 1 | -0/+1 |
* | gdv: make demuxer set dimensions from ID if they are not provided | Kostya Shishkov | 2017-06-29 | 1 | -2/+38 |
* | avi: skip LISTs inside movi data | Kostya Shishkov | 2017-06-28 | 1 | -0/+6 |
* | avi: fix the situation when last chunk is padded | Kostya Shishkov | 2017-06-25 | 1 | -0/+1 |
* | avi: output bps for audio in bits | Kostya Shishkov | 2017-06-15 | 1 | -1/+1 |
* | avi: skip list chunks correctly | Kostya Shishkov | 2017-06-08 | 1 | -2/+8 |
* | AVI: align parsed chunks | Kostya Shishkov | 2017-06-04 | 1 | -0/+7 |
* | GDV: put palette into extradata | Kostya Shishkov | 2017-05-28 | 1 | -8/+13 |
* | AVI demuxer: align chunk pos | Kostya Shishkov | 2017-05-27 | 1 | -0/+4 |
* | use structure for timestamp information | Kostya Shishkov | 2017-05-22 | 3 | -13/+23 |
* | simplify error handling | Kostya Shishkov | 2017-05-20 | 2 | -2/+2 |
* | use clearer names for GDV codecs | Kostya Shishkov | 2017-05-20 | 1 | -2/+2 |
* | move NAStream/NAPacket definitions into module frame | Kostya Shishkov | 2017-05-20 | 1 | -113/+0 |
* | make internal struct non-public | Kostya Shishkov | 2017-05-20 | 1 | -1/+2 |
* | prettier demuxers module | Kostya Shishkov | 2017-05-19 | 1 | -3/+12 |
* | make an interface for working with demuxers | Kostya Shishkov | 2017-05-19 | 3 | -4/+43 |
* | more work on supporting decoders in framework | Kostya Shishkov | 2017-05-17 | 3 | -9/+36 |
* | use codec name in info | Kostya Shishkov | 2017-05-16 | 2 | -6/+16 |
* | simplify chunk/list handling a bit | Kostya Shishkov | 2017-05-15 | 1 | -25/+19 |
* | AVI demuxer | Kostya Shishkov | 2017-05-14 | 2 | -0/+378 |
* | print more info for streams | Kostya Shishkov | 2017-05-14 | 1 | -3/+3 |
* | revamp stream handling in demuxers | Kostya Shishkov | 2017-05-13 | 2 | -37/+61 |
* | get rid of lifetimes in infos | Kostya Shishkov | 2017-05-11 | 2 | -18/+18 |