summaryrefslogtreecommitdiffstats
path: root/demux/demux.c
Commit message (Expand)AuthorAgeFilesLines
* demux: merge sh_video/sh_audio/sh_subwm42016-01-121-8/+7
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* player: eliminate demux_get_next_pts()wm42016-01-111-16/+0
* sub: change how subtitles are readwm42015-12-291-6/+28
* demux: remove weird tripple-buffering for the sh_stream listwm42015-12-231-67/+118
* demux: check embedded cuesheet refers to only one fileKevin Mitchell2015-12-171-4/+9
* demux: remove old subtitle parserwm42015-12-101-3/+0
* demux: fix seeking in .tswm42015-11-231-1/+1
* player: handle rebasing start time differentlywm42015-11-161-1/+20
* demux_libass: remove this demuxerwm42015-11-111-4/+0
* command: do not return 0 for bitrates if unknownwm42015-10-231-2/+3
* demux: cosmetics: remove indirectionwm42015-10-221-4/+2
* demux: remove demux_add_packet() return valuewm42015-10-171-5/+3
* demux: don't attempt to open a demuxer after abort signal was givenwm42015-10-061-0/+3
* cue: read more metadatawm42015-10-011-1/+2
* stream: provide a stream_get_size() convenience functionwm42015-08-181-2/+1
* stream: libarchive wrapper for reading compressed archiveswm42015-08-171-0/+4
* demux: remove redundant demux_chapter.name fieldwm42015-08-121-4/+1
* demux: add options to control maximum queue sizewm42015-08-051-1/+5
* demux: remove options to control minimum packet queue sizewm42015-08-051-6/+0
* player: use demux_open_url() to open main fileswm42015-08-041-3/+11
* player: remove higher-level remains of DVD/BD menu supportwm42015-08-031-17/+0
* demux: handle Matroska-style replaygain tags as wellwm42015-07-121-0/+8
* demux: refactor replaygain tag handlingwm42015-07-121-17/+19
* player: disable seeking even if the cache is enabledwm42015-07-081-3/+2
* demux: get rid of some bstr thingswm42015-06-241-12/+10
* player: add some debug output for seekingwm42015-06-181-0/+7
* demux: don't get stuck on some cases of timestamp resetswm42015-05-261-1/+2
* demux: read cue sheets embedded in tagswm42015-05-191-2/+17
* demux_mkv: move global options to the demuxerwm42015-04-231-1/+1
* demux: report correct cache state close to EOFwm42015-04-201-5/+4
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* demux: fix rar support for files containing DTS audio trackswm42015-03-241-0/+2
* demux_mkv: check for playback abortswm42015-03-091-0/+5
* stream: remove stream filter conceptwm42015-02-271-1/+1
* demux: add a demux_open_url() functionwm42015-02-201-0/+20
* demux: change demux_open() signaturewm42015-02-201-4/+4
* demux: add free_demuxer_and_stream() functionwm42015-02-201-0/+9
* player: enable cache and demuxer thread for subtitles toowm42015-02-181-0/+1
* demux, matroska: remove demuxer type fieldwm42015-02-171-1/+0
* demux: remove file_contents fieldwm42015-02-171-1/+0
* demux: copy priv pointer toowm42015-02-171-0/+1
* demux: chapters without metadata are allowedwm42015-02-171-2/+3
* demux: fix dropped subtitle packets with the new stream switchingwm42015-02-141-2/+2
* demux: hack for instant stream switchingwm42015-02-131-4/+78
* command: export more details about file seekabilitywm42015-01-261-0/+2
* demux_disc: pass seek flags to stream layerwm42015-01-191-0/+1
* demux: return EOF when reading from unselected streamwm42015-01-161-1/+1
* demux_mf: move mf.c contents to demux_mf.cwm42014-12-291-1/+0
* command: add properties for current bitratewm42014-12-121-1/+32
* demux: don't always make --cache-secs override --demuxer-readahead-secswm42014-12-121-2/+4
* demux: silence unseekable messagewm42014-12-051-2/+2
* demux: explicitly wake up playback thread on metadata change etc.wm42014-12-041-0/+2
* demux: don't print message if replaygain tags were not foundwm42014-12-041-3/+1
* dvd, bd: don't unnecessarily block on demuxer/stream all the timewm42014-12-041-0/+17
* demux: update cache state when pausedwm42014-11-121-1/+11
* demux: report 0s readahead time as fallback in some situationswm42014-11-051-1/+5
* demux: don't account known range for streams that are EOFwm42014-11-031-2/+4
* demux: fix PTS comparisonwm42014-11-031-2/+4
* demux: don't consider stream EOF an underrunwm42014-11-031-1/+1
* player: always use demux_chapterwm42014-11-021-5/+15
* demux: fix demux_seek signaturewm42014-10-291-1/+1
* demux: move some seek flag sanitation to generic codewm42014-10-291-0/+13
* demux: seek to position 0 when loading, instead of restoring itwm42014-10-281-7/+7
* demux: don't access stream while lock is heldwm42014-10-241-22/+30
* demux: cache STREAM_CTRL_GET_BASE_FILENAMEwm42014-10-241-0/+18
* player: add stream selection by ffmpeg indexwm42014-10-211-0/+1
* Set thread name for debuggingwm42014-10-191-0/+2
* demux: print a warning if stream is not seekablewm42014-10-171-2/+3
* demux: allow increasing filepos onlywm42014-09-031-1/+2
* demux: get rid of old wrapperwm42014-09-011-5/+0
* demux: eliminate redundant checkshdown2014-08-301-1/+1
* player: slightly better cache underrun detectionwm42014-08-271-0/+1
* demux: reset idle state on seekswm42014-08-271-2/+2
* player: better cache status on status linewm42014-08-271-0/+3
* player: fix basic playbackwm42014-08-271-1/+1
* player: redo how stream caching and pausing on low cache workswm42014-08-271-1/+27
* demux: reduce wakeups if no cache is activewm42014-08-271-1/+5
* demux: avoid unnecessary wakeupswm42014-08-241-1/+1
* demux: add option to control the readahead buffer by a duration valuewm42014-08-161-1/+19
* demux: remove unused functionwm42014-08-161-12/+0
* demux: reduce log spam if threading is disabledwm42014-08-111-3/+11
* demux: fix playback abort if --demuxer-thread is not usedwm42014-08-071-9/+9
* demux: make track switching asynchronouswm42014-08-061-0/+21
* demux: asynchronous seekingwm42014-07-211-9/+43
* demux: don't start reading if no packets were requested yetwm42014-07-201-1/+1
* demux: make the cache refresh cached STREAM_CTRLswm42014-07-201-0/+1
* demux: fix a corner case (2)wm42014-07-191-2/+4
* demux: ensure demux_read_packet_async() always readswm42014-07-191-2/+3
* demux: fix a corner casewm42014-07-191-2/+4
* demux: fix opening pipes with demux_lavfwm42014-07-181-0/+5
* demux: fix problems with EOFwm42014-07-181-5/+14
* demux: add function to read packets asychronouslywm42014-07-181-14/+50
* demux: fix debug log outputwm42014-07-171-1/+1
* demux: add a demuxer threadwm42014-07-161-162/+548
* Revert "Remove DVD and Bluray support"wm42014-07-151-0/+2
* Remove DVD and Bluray supportwm42014-07-141-2/+0
* demux: remove accurate_seek fieldwm42014-07-081-1/+0
* demux: print initial metadatawm42014-07-071-0/+1
* Remove stream_pts stuffwm42014-07-061-3/+0
* demux: fix a corner case related to demux_discwm42014-07-061-5/+8
* dvd: fix first subtitle with delayed subtitle streamswm42014-07-061-0/+1
* demux: minor simplificationwm42014-07-061-1/+1
* demux: minor simplification to internal APIwm42014-07-051-19/+11
* dvd: move angle switching codewm42014-07-051-39/+0
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-051-71/+15
* demux: set filepos field when dequeuing a packetwm42014-07-051-3/+2
* demux: cosmetics: minimize codewm42014-07-051-16/+3
* demux: make start time a simple fieldwm42014-07-051-10/+0
* demux, stream: change metadata notificationwm42014-07-051-21/+12
* demux: make replaygain per-trackwm42014-07-051-3/+6
* demux: move packet functions to a separate source filewm42014-07-051-100/+0
* demux: move packet list functionswm42014-07-051-66/+0
* demux: drop AVI special codewm42014-07-021-8/+0
* demux: minor cleanupswm42014-07-011-6/+0
* demux: use position as signed integerwm42014-06-141-1/+1
* demux: use av_malloc for packetswm42014-06-131-2/+2
* demux: simplify packet resizingwm42014-06-131-13/+3
* demux: fix compilation with FFmpeg gitwm42014-06-121-8/+4
* player: hide audio/video codec and file format messageswm42014-05-311-3/+3
* stream: don't use end_poswm42014-05-241-2/+1
* stream: kill start_pos, remove --sb optionwm42014-05-241-1/+2
* options: remove deprecated --identifyMartin Herkt2014-05-041-5/+0
* mp_tags: move generic mp_tags stuff into its own .c/.h files in common/Kevin Mitchell2014-04-131-42/+0
* demux: move metadata-based replaygain decoding out of af_volumeAlessandro Ghedini2014-04-041-0/+78
* player: remove demuxer chapoter API wrapperswm42014-03-251-64/+5
* stream: remove old chapter handling codewm42014-03-251-33/+10
* demux: use av_packet_ref()wm42014-03-161-4/+1
* client API: add event for metadata changeswm42014-02-191-1/+3
* demux: expose stream_type_name() functionwm42014-02-161-1/+1
* demux: fix some newlines in output messageswm42014-02-091-2/+2
* demux: reword "Clip info:" line to "File tags:"wm42014-02-061-1/+1
* demux: fill metadata directly, instead of using wrapper functionswm42014-02-061-24/+1
* demux_lavf: clear metadata on update, instead of merging itwm42014-02-061-0/+6
* demux: handle tag updates differentlywm42014-02-061-11/+18
* demux: don't prefix tag output with demuxer namewm42013-12-211-8/+11
* demux: mp_msg conversionswm42013-12-211-46/+50
* demux: use fprintf() for printing fatal errorswm42013-12-211-6/+4
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-9/+9
* demux: revert accidentally included change from previous commitwm42013-12-121-1/+1
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-121-1/+3
* player: move code for skipping 0-sized video packets to demuxerwm42013-11-261-0/+8
* demux: export dts from demux_lavf, use it for aviwm42013-11-251-0/+7
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-231-3/+0
* video: move decoder context from sh_video into new structwm42013-11-231-4/+0
* demux_packet: add source stream indexwm42013-11-161-0/+4
* demux: update a commentwm42013-11-161-3/+3
* demux: simplify handling of filepos fieldwm42013-11-161-0/+4
* demux: reset EOF flag differentlywm42013-11-161-10/+9
* demux: use talloc for certain stream headerswm42013-11-141-29/+1
* Merge branch 'planar_audio'wm42013-11-121-1/+0
|\
| * audio: add support for using non-interleaved audio from decoders directlywm42013-11-121-1/+0
* | demux: kill libmng supportwm42013-11-111-4/+0
|/
* Remove sh_audio->samplesizewm42013-11-091-1/+0
* Merge branch 'master' into have_configurewm42013-11-041-4/+9
|\
| * demux: make determining seek capability genericwm42013-11-031-2/+9
| * demux: remove movi_start/movi_end fieldswm42013-11-031-2/+0
* | configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-3/+3
|/
* talloc: change talloc destructor signaturewm42013-10-131-4/+2
* demux: don't print "Clip info:" line if there are no tagswm42013-09-231-1/+1
* demux: keep title chapter tag in uppercasewm42013-09-081-1/+1
* demux: retrieve per-chapter metadatawm42013-09-081-2/+17
* demux: refactor tag handlingwm42013-09-081-36/+50
* stream: add uncompressed rar supportwm42013-08-261-0/+4
* core: add a playlist demuxerwm42013-08-261-0/+4
* demux: remove unused audio_delay parameter from demux_seek()wm42013-08-221-3/+2
* demux: check whether stream is selected in demux_get_next_pts()wm42013-08-221-1/+1
* demux: move demux_mf before demux_subreaderwm42013-08-121-3/+3
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* core: make --demuxer not affect external subtitleswm42013-07-221-2/+0
* demux: make claiming accurate seek the defaultwm42013-07-121-0/+1
* demux: remove useless author/comment fieldswm42013-07-121-12/+5
*