aboutsummaryrefslogtreecommitdiffhomepage
path: root/demux/demux.c
Commit message (Expand)AuthorAge
* demux: fix a corner case related to demux_discGravatar 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: set filepos field when dequeuing a packetGravatar wm42014-07-05
* demux: cosmetics: minimize codeGravatar 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: drop AVI special codeGravatar wm42014-07-02
* demux: minor cleanupsGravatar wm42014-07-01
* demux: use position as signed integerGravatar wm42014-06-14
* demux: use av_malloc for packetsGravatar wm42014-06-13
* demux: simplify packet resizingGravatar wm42014-06-13
* demux: fix compilation with FFmpeg gitGravatar wm42014-06-12
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* stream: don't use end_posGravatar wm42014-05-24
* stream: kill start_pos, remove --sb optionGravatar wm42014-05-24
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* mp_tags: move generic mp_tags stuff into its own .c/.h files in common/Gravatar Kevin Mitchell2014-04-13
* demux: move metadata-based replaygain decoding out of af_volumeGravatar Alessandro Ghedini2014-04-04
* player: remove demuxer chapoter API wrappersGravatar wm42014-03-25
* stream: remove old chapter handling codeGravatar wm42014-03-25
* demux: use av_packet_ref()Gravatar wm42014-03-16
* client API: add event for metadata changesGravatar wm42014-02-19
* demux: expose stream_type_name() functionGravatar wm42014-02-16
* demux: fix some newlines in output messagesGravatar wm42014-02-09
* demux: reword "Clip info:" line to "File tags:"Gravatar wm42014-02-06
* 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: don't prefix tag output with demuxer nameGravatar wm42013-12-21
* demux: mp_msg conversionsGravatar wm42013-12-21
* demux: use fprintf() for printing fatal errorsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* demux: revert accidentally included change from previous commitGravatar wm42013-12-12
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* player: move code for skipping 0-sized video packets to demuxerGravatar wm42013-11-26
* demux: export dts from demux_lavf, use it for aviGravatar wm42013-11-25
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* video: move decoder context from sh_video into new structGravatar wm42013-11-23
* demux_packet: add source stream indexGravatar wm42013-11-16
* demux: update a commentGravatar wm42013-11-16
* demux: simplify handling of filepos fieldGravatar wm42013-11-16