aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux
Commit message (Expand)AuthorAge
* demux_mkv: defer reading of seek index until first seekGravatar wm42013-05-23
* demux_mkv: use a single flag to indicate whether cues have been readGravatar wm42013-05-23
* demux_lavf: workaround minor ffmpeg memory leakGravatar wm42013-05-21
* demux: workaround for -demuxer mpegts -correct-ptsGravatar wm42013-05-21
* demux_mkv: support dirac in mkvGravatar wm42013-05-21
* Silence some compiler warningsGravatar wm42013-05-21
* demux_mkv: export Matroska title element as metadataGravatar wm42013-05-15
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * core: use channel map on demuxer level tooGravatar wm42013-05-12
* | demux: fix big endian PCM in mkv with demux_mkvGravatar wm42013-05-11
* | demux: restructure chapter seeking codeGravatar wm42013-05-09
* | 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