aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.h
Commit message (Expand)AuthorAge
* 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
* demux: refactor tag handlingGravatar wm42013-09-08
* core: add a playlist demuxerGravatar wm42013-08-26
* demux: remove unused audio_delay parameter from demux_seek()Gravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* options: simplify --correct-pts handlingGravatar wm42013-07-26
* demux: assume correct-pts mode by 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
* stheader: minor cleanupGravatar wm42013-07-11
* demux: improve DVD sub auto-selection hackGravatar wm42013-07-11
* demux: refactorGravatar wm42013-07-11