aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.h
Commit message (Expand)AuthorAge
* player: always use demux_chapterGravatar wm42014-11-02
* demux: fix demux_seek signatureGravatar wm42014-10-29
* demux: get rid of old wrapperGravatar wm42014-09-01
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* player: better cache status on status lineGravatar wm42014-08-27
* player: redo how stream caching and pausing on low cache worksGravatar wm42014-08-27
* demux: enable thread by defaultGravatar wm42014-08-16
* demux: remove unused functionGravatar wm42014-08-16
* demux: fix timestamp type for seek callsGravatar wm42014-07-21
* demux: add function to read packets asychronouslyGravatar wm42014-07-18
* demux: drop some unused definitionsGravatar wm42014-07-17
* demux: add a demuxer threadGravatar wm42014-07-16
* demux: remove accurate_seek fieldGravatar wm42014-07-08
* Remove stream_pts stuffGravatar wm42014-07-06
* dvd: fix first subtitle with delayed subtitle streamsGravatar wm42014-07-06
* demux: minor simplificationGravatar wm42014-07-06
* demux: minor simplification to internal APIGravatar wm42014-07-05
* dvd: move angle switching codeGravatar wm42014-07-05
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* demux: make start time a simple fieldGravatar wm42014-07-05
* demux, stream: change metadata notificationGravatar wm42014-07-05
* demux: make replaygain per-trackGravatar wm42014-07-05
* demux: move packet functions to a separate source fileGravatar wm42014-07-05
* demux: move packet list functionsGravatar wm42014-07-05
* demux: minor cleanupsGravatar wm42014-07-01
* demux: simplify packet resizingGravatar wm42014-06-13
* demux: fix compilation with FFmpeg gitGravatar wm42014-06-12
* command: redo ancient TV/DVB/PVR commandsGravatar wm42014-06-11
* mp_tags: move generic mp_tags stuff into its own .c/.h files in common/Gravatar Kevin Mitchell2014-04-13
* demux: add replaygain_data field to demuxer_tGravatar Alessandro Ghedini2014-04-04
* player: remove demuxer chapoter API wrappersGravatar wm42014-03-25
* demux_libass: change how external ASS subtitles are loadedGravatar wm42014-03-15
* client API: add event for metadata changesGravatar wm42014-02-19
* demux: expose stream_type_name() functionGravatar wm42014-02-16
* demux: fill metadata directly, instead of using wrapper functionsGravatar wm42014-02-06
* demux_lavf: clear metadata on update, instead of merging itGravatar wm42014-02-06
* demux: handle tag updates differentlyGravatar wm42014-02-06
* demux_mkv: nicer edition outputGravatar wm42014-01-23
* demux_subreader: reject file if not opened by --subGravatar wm42014-01-04
* demux: don't prefix tag output with demuxer nameGravatar wm42013-12-21
* demux: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* demux: rename demux_packet.h to packet.hGravatar wm42013-11-18
* demux: remove unused commandsGravatar wm42013-11-16
* demux: remove movi_start/movi_end fieldsGravatar wm42013-11-03
* matroska: store segment/edition uids in a single structureGravatar Ben Boeckel2013-10-07
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* matroska: fix uninitialized memory accesses with ordered chaptersGravatar Ben Boeckel2013-09-26
* demux: retrieve per-chapter metadataGravatar wm42013-09-08