aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux: don't name unknown chapters "unknown"Gravatar wm42013-05-06
* stream: report chapter times, use time seeks for DVD chaptersGravatar wm42013-05-06
* demux: remove retrieval of chapter end timeGravatar wm42013-05-06
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* demux: use talloc for packetsGravatar wm42013-05-05
* core: ignore backstep command if demuxer is not capableGravatar wm42013-05-05
* demux_lavf: use demuxer ID for transport streamsGravatar wm42013-05-05
* demux: use demux_lavf instead of demux_mpg for DVD playbackGravatar wm42013-05-05
* demux_lavf: fix DEMUXER_CTRL_RESYNCGravatar wm42013-05-05
* demux_lavf: set stream_ptsGravatar wm42013-05-05
* demux: report stream time info instead of demuxer info if possibleGravatar wm42013-05-05
* core: move demuxer time reporting to demuxerGravatar wm42013-05-05
* core: don't report byte-based playback position with dvdGravatar wm42013-05-05
* demux: simplify stream ID business, fix issue with cover artGravatar wm42013-04-29
* demux_mkv: fix segfault issue playing back VC1 in a mkvGravatar Bin Jin2013-04-27
* demux_mkv: cosmeticsGravatar wm42013-04-24
* demux_mkv: fix out of range comparisonGravatar wm42013-04-24
* demux_lavf: fix subtitle seeking before start of the fileGravatar wm42013-04-21
* demux_mkv: always set track->codec_id to a stringGravatar wm42013-04-20
* demux_mkv: always add subtitle tracksGravatar wm42013-04-20
* demux: remove some unused sh_video_t fieldsGravatar wm42013-04-20
* demux: get rid of sh_common_tGravatar wm42013-04-20
* sub, demux: identify subtitle types with the codec nameGravatar wm42013-04-20
* demux: remove useless vid/aid/sid fieldsGravatar wm42013-04-20
* demux: fix clearing of input paddingGravatar wm42013-04-20
* demux_mkv: introduce new_demux_packet_from() and use itGravatar wm42013-04-20
* demux: remove some unused thingsGravatar wm42013-04-20
* demux_lavf: simplifyGravatar wm42013-04-20
* demux_mkv: simplify use of demuxer APIGravatar wm42013-04-20
* demux: add functions to simplify demuxersGravatar wm42013-04-20
* demux_mkv: code cleanupGravatar eng2013-04-20
* demux_mkv: use new way of track switchingGravatar wm42013-04-20
* demux: simpler way to notify demuxers about track switchesGravatar wm42013-04-20
* demux_mkv: remove pointless video track selectionGravatar wm42013-04-20
* matroska: update dead linkGravatar wm42013-04-20
* demux_mkv: support vp9Gravatar wm42013-04-20
* core: matroska: support concatenated segmentsGravatar wm42013-04-20
* demux_mkv: don't terminate if there are no clustersGravatar wm42013-04-20
* demux_mkv: simplify handle_block() logic a bitGravatar wm42013-04-20
* demux_mkv: verify laces separately, and in all casesGravatar wm42013-04-20
* demux_mkv: get rid of the duplicated lace case labelsGravatar wm42013-04-20
* demux_mkv: there can be 256 lacesGravatar wm42013-04-20
* demux_mkv: check block malloc() resultGravatar wm42013-04-20
* demux_mkv: use a bounded buffer for block dataGravatar wm42013-04-20
* demux_mkv: static allocation for lace sizes bufferGravatar wm42013-04-20
* demux_mkv: remove redundant checkGravatar wm42013-04-20
* demux_mkv: fix seeking with index generationGravatar wm42013-04-20
* demux_mkv: move Block header parsing codeGravatar wm42013-04-20
* demux_mkv: split reading blocks and reading packetsGravatar wm42013-04-20
* demux_mkv: move BlockGroup reading code to a separate functionGravatar wm42013-04-20