aboutsummaryrefslogtreecommitdiffstats
path: root/src/demuxers
Commit message (Expand)AuthorAgeFilesLines
* rmdec: fix wrong read_xxle()Kostya Shishkov2018-12-081-12/+12
* rmdec: demux .rmhd tooKostya Shishkov2018-12-081-12/+25
* rmdec: ignore parse errors if data position is known alreadyKostya Shishkov2018-10-271-1/+5
* rmdec: skip RM-specific first byte of AAC extradataKostya Shishkov2018-10-201-1/+6
* rm: VBR audio deinterleaver supportKostya Shishkov2018-10-201-23/+28
* trailing whitespace fixesKostya Shishkov2018-10-193-4/+4
* rmdec: demux audio in smaller chunksKostya Shishkov2018-10-111-1/+1
* rmdec: fix audio header v5 parsingKostya Shishkov2018-09-081-2/+4
* rmdec: Sipro deinterleaverKostya Shishkov2018-09-081-7/+51
* rmdec: handle situation when last partial frame is full frameKostya Shishkov2018-09-061-1/+5
* demuxers: report failed checksKostya Shishkov2018-09-061-1/+1
* rmdec: allow zero DATA and number of packetsKostya Shishkov2018-09-061-2/+7
* rmdec: more deinterleavers workKostya Shishkov2018-09-061-9/+57
* rm: more deinterleaver workKostya Shishkov2018-09-052-5/+55
* rmdec: parse audio informationKostya Shishkov2018-09-041-10/+235
* rmdemux: some improvementsKostya Shishkov2018-09-011-19/+32
* realmedia: output completed frame in mode 0Kostya Shishkov2018-02-241-1/+8
* realmedia: break on zero ID chunkKostya Shishkov2018-02-041-3/+6
* semi-working ClearVideo decoderKostya Shishkov2018-02-031-1/+1
* fix let mut foo = &mut bar warningKostya Shishkov2018-02-013-3/+3
* rm: silence some warningsKostya Shishkov2017-11-231-0/+3
* end rm demux test normallyKostya Shishkov2017-11-121-1/+1
* RealMedia demuxer (video only)Kostya Shishkov2017-09-242-5/+660
* drop unneeded importsKostya Shishkov2017-09-242-4/+4
* demuxer: drop opened field, let the external Demuxer object take care of thatKostya Shishkov2017-08-272-10/+0
* demuxer: use new interfaceKostya Shishkov2017-08-133-66/+166
* avi: ignore zero framesKostya Shishkov2017-07-301-0/+5
* fix an error in AVI demuxerKostya Shishkov2017-07-301-0/+1
* gdv: make demuxer set dimensions from ID if they are not providedKostya Shishkov2017-06-291-2/+38
* avi: skip LISTs inside movi dataKostya Shishkov2017-06-281-0/+6
* avi: fix the situation when last chunk is paddedKostya Shishkov2017-06-251-0/+1
* avi: output bps for audio in bitsKostya Shishkov2017-06-151-1/+1
* avi: skip list chunks correctlyKostya Shishkov2017-06-081-2/+8
* AVI: align parsed chunksKostya Shishkov2017-06-041-0/+7
* GDV: put palette into extradataKostya Shishkov2017-05-281-8/+13
* AVI demuxer: align chunk posKostya Shishkov2017-05-271-0/+4
* use structure for timestamp informationKostya Shishkov2017-05-223-13/+23
* simplify error handlingKostya Shishkov2017-05-202-2/+2
* use clearer names for GDV codecsKostya Shishkov2017-05-201-2/+2
* move NAStream/NAPacket definitions into module frameKostya Shishkov2017-05-201-113/+0
* make internal struct non-publicKostya Shishkov2017-05-201-1/+2
* prettier demuxers moduleKostya Shishkov2017-05-191-3/+12
* make an interface for working with demuxersKostya Shishkov2017-05-193-4/+43
* more work on supporting decoders in frameworkKostya Shishkov2017-05-173-9/+36
* use codec name in infoKostya Shishkov2017-05-162-6/+16
* simplify chunk/list handling a bitKostya Shishkov2017-05-151-25/+19
* AVI demuxerKostya Shishkov2017-05-142-0/+378
* print more info for streamsKostya Shishkov2017-05-141-3/+3
* revamp stream handling in demuxersKostya Shishkov2017-05-132-37/+61
* get rid of lifetimes in infosKostya Shishkov2017-05-112-18/+18