aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.c
Commit message (Expand)AuthorAge
* demux: refactor tag handlingGravatar wm42013-09-08
* stream: add uncompressed rar supportGravatar wm42013-08-26
* core: add a playlist demuxerGravatar wm42013-08-26
* demux: remove unused audio_delay parameter from demux_seek()Gravatar wm42013-08-22
* demux: check whether stream is selected in demux_get_next_pts()Gravatar wm42013-08-22
* demux: move demux_mf before demux_subreaderGravatar wm42013-08-12
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* core: make --demuxer not affect external subtitlesGravatar wm42013-07-22
* demux: make claiming accurate seek the defaultGravatar wm42013-07-12
* demux: remove useless author/comment fieldsGravatar wm42013-07-12
* demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* demux: change signature of open functions, cleanupsGravatar wm42013-07-11
* demux: allow passing NULL as packet to demuxer_add_packet()Gravatar wm42013-07-11
* core: completely change handling of attached picture pseudo videoGravatar wm42013-07-11
* demux: improve DVD sub auto-selection hackGravatar wm42013-07-11
* demux: refactorGravatar wm42013-07-11
* core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
* tv: add hack in preparation of demux_stream removalGravatar wm42013-07-11
* demux: remove facility for partial packet readsGravatar wm42013-07-11
* demux: remove ds_read_packet()Gravatar wm42013-07-10
* demux: remove some more minor unused thingsGravatar wm42013-07-10
* Merge branch 'master' into remove_old_demuxersGravatar wm42013-07-08
|\
| * Fix building with --disable-libassGravatar wm42013-07-08
* | demux: simplify demux_open() callsGravatar wm42013-07-08
* | demux: remove separate arrays for audio/video/sub streams, simplifyGravatar wm42013-07-08
* | demux: merge functionsGravatar wm42013-07-08
* | demux: remove some old stream header functionsGravatar wm42013-07-08
* | demux: remove audio parserGravatar wm42013-07-08
* | Remove old demuxersGravatar wm42013-07-07
|/
* core: update metadata during playback, allow streams to export metadataGravatar wm42013-07-02
* sub: add demux_libass wrapper, drop old hacksGravatar wm42013-06-25
* core: don't set correct-pts mode randomlyGravatar wm42013-06-25
* subreader: turn into actual demuxerGravatar wm42013-06-25
* demux: add utility functions for preloading demuxersGravatar wm42013-06-25
* sub: preload external text subtitlesGravatar wm42013-06-23
* demux: don't require fill_buffer callbackGravatar wm42013-06-23
* Merge branch 'sub_mess'Gravatar wm42013-06-04
|\
| * sub: pass subtitle packets directlyGravatar wm42013-06-03
* | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvdGravatar wm42013-06-02
| * core: add demux_sub pseudo demuxerGravatar wm42013-06-01
|/
* core: avoid deselecting and reselecting stream needlesslyGravatar wm42013-05-29
* demux_asf: fix after commit 5165e19Gravatar wm42013-05-29
* demux_lavf: workaround minor ffmpeg memory leakGravatar wm42013-05-21
* demux: workaround for -demuxer mpegts -correct-ptsGravatar wm42013-05-21
* 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
* demux: use talloc for packetsGravatar wm42013-05-05