| Commit message (Expand) | Author | Age | Files | Lines |
* | cache: use a single STREAM_CTRL for various cache info | wm4 | 2016-03-29 | 1 | -26/+8 |
* | demux: remove pausing mechanism | wm4 | 2016-03-10 | 1 | -43/+22 |
* | demux: replace demux_pause/demux_unpause with demux_run_on_thread | wm4 | 2016-03-09 | 1 | -14/+42 |
* | demux: delay bitrate calculation on packets with unknown timestamps | wm4 | 2016-03-05 | 1 | -2/+2 |
* | demux: add null demuxer | wm4 | 2016-03-04 | 1 | -0/+2 |
* | demux: remove relative seeking | wm4 | 2016-02-28 | 1 | -20/+8 |
* | demux: avoid lost wakeup on queue overflow | wm4 | 2016-02-24 | 1 | -1/+6 |
* | demux_timeline: fix nested timelines | wm4 | 2016-02-20 | 1 | -0/+3 |
* | Rewrite ordered chapters and timeline stuff | wm4 | 2016-02-15 | 1 | -2/+15 |
* | demux: reduce verbosity | wm4 | 2016-02-11 | 1 | -2/+3 |
* | demux: remove a minor difference between threaded/unthreaded modes | wm4 | 2016-01-19 | 1 | -2/+2 |
* | demux: fix leaking closed captions packets with unselected sub stream | wm4 | 2016-01-19 | 1 | -6/+6 |
* | vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decoding | Aman Gupta | 2016-01-18 | 1 | -0/+25 |
* | demux: disable stream cache if no tracks are selected | wm4 | 2016-01-18 | 1 | -0/+8 |
* | demux: remove unused function | wm4 | 2016-01-18 | 1 | -13/+0 |
* | demux: fix interleaved subtitle reading in unthreaded mode | wm4 | 2016-01-18 | 1 | -16/+17 |
* | demux: unify codepaths for threaded/unthreaded track switching | wm4 | 2016-01-18 | 1 | -10/+8 |
* | demux: merge sh_video/sh_audio/sh_sub | wm4 | 2016-01-12 | 1 | -8/+7 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | player: eliminate demux_get_next_pts() | wm4 | 2016-01-11 | 1 | -16/+0 |
* | sub: change how subtitles are read | wm4 | 2015-12-29 | 1 | -6/+28 |
* | demux: remove weird tripple-buffering for the sh_stream list | wm4 | 2015-12-23 | 1 | -67/+118 |
* | demux: check embedded cuesheet refers to only one file | Kevin Mitchell | 2015-12-17 | 1 | -4/+9 |
* | demux: remove old subtitle parser | wm4 | 2015-12-10 | 1 | -3/+0 |
* | demux: fix seeking in .ts | wm4 | 2015-11-23 | 1 | -1/+1 |
* | player: handle rebasing start time differently | wm4 | 2015-11-16 | 1 | -1/+20 |
* | demux_libass: remove this demuxer | wm4 | 2015-11-11 | 1 | -4/+0 |
* | command: do not return 0 for bitrates if unknown | wm4 | 2015-10-23 | 1 | -2/+3 |
* | demux: cosmetics: remove indirection | wm4 | 2015-10-22 | 1 | -4/+2 |
* | demux: remove demux_add_packet() return value | wm4 | 2015-10-17 | 1 | -5/+3 |
* | demux: don't attempt to open a demuxer after abort signal was given | wm4 | 2015-10-06 | 1 | -0/+3 |
* | cue: read more metadata | wm4 | 2015-10-01 | 1 | -1/+2 |
* | stream: provide a stream_get_size() convenience function | wm4 | 2015-08-18 | 1 | -2/+1 |
* | stream: libarchive wrapper for reading compressed archives | wm4 | 2015-08-17 | 1 | -0/+4 |
* | demux: remove redundant demux_chapter.name field | wm4 | 2015-08-12 | 1 | -4/+1 |
* | demux: add options to control maximum queue size | wm4 | 2015-08-05 | 1 | -1/+5 |
* | demux: remove options to control minimum packet queue size | wm4 | 2015-08-05 | 1 | -6/+0 |
* | player: use demux_open_url() to open main files | wm4 | 2015-08-04 | 1 | -3/+11 |
* | player: remove higher-level remains of DVD/BD menu support | wm4 | 2015-08-03 | 1 | -17/+0 |
* | demux: handle Matroska-style replaygain tags as well | wm4 | 2015-07-12 | 1 | -0/+8 |
* | demux: refactor replaygain tag handling | wm4 | 2015-07-12 | 1 | -17/+19 |
* | player: disable seeking even if the cache is enabled | wm4 | 2015-07-08 | 1 | -3/+2 |
* | demux: get rid of some bstr things | wm4 | 2015-06-24 | 1 | -12/+10 |
* | player: add some debug output for seeking | wm4 | 2015-06-18 | 1 | -0/+7 |
* | demux: don't get stuck on some cases of timestamp resets | wm4 | 2015-05-26 | 1 | -1/+2 |
* | demux: read cue sheets embedded in tags | wm4 | 2015-05-19 | 1 | -2/+17 |
* | demux_mkv: move global options to the demuxer | wm4 | 2015-04-23 | 1 | -1/+1 |
* | demux: report correct cache state close to EOF | wm4 | 2015-04-20 | 1 | -5/+4 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -5/+4 |
* | demux: fix rar support for files containing DTS audio tracks | wm4 | 2015-03-24 | 1 | -0/+2 |
* | demux_mkv: check for playback aborts | wm4 | 2015-03-09 | 1 | -0/+5 |
* | stream: remove stream filter concept | wm4 | 2015-02-27 | 1 | -1/+1 |
* | demux: add a demux_open_url() function | wm4 | 2015-02-20 | 1 | -0/+20 |
* | demux: change demux_open() signature | wm4 | 2015-02-20 | 1 | -4/+4 |
* | demux: add free_demuxer_and_stream() function | wm4 | 2015-02-20 | 1 | -0/+9 |
* | player: enable cache and demuxer thread for subtitles too | wm4 | 2015-02-18 | 1 | -0/+1 |
* | demux, matroska: remove demuxer type field | wm4 | 2015-02-17 | 1 | -1/+0 |
* | demux: remove file_contents field | wm4 | 2015-02-17 | 1 | -1/+0 |
* | demux: copy priv pointer too | wm4 | 2015-02-17 | 1 | -0/+1 |
* | demux: chapters without metadata are allowed | wm4 | 2015-02-17 | 1 | -2/+3 |
* | demux: fix dropped subtitle packets with the new stream switching | wm4 | 2015-02-14 | 1 | -2/+2 |
* | demux: hack for instant stream switching | wm4 | 2015-02-13 | 1 | -4/+78 |
* | command: export more details about file seekability | wm4 | 2015-01-26 | 1 | -0/+2 |
* | demux_disc: pass seek flags to stream layer | wm4 | 2015-01-19 | 1 | -0/+1 |
* | demux: return EOF when reading from unselected stream | wm4 | 2015-01-16 | 1 | -1/+1 |
* | demux_mf: move mf.c contents to demux_mf.c | wm4 | 2014-12-29 | 1 | -1/+0 |
* | command: add properties for current bitrate | wm4 | 2014-12-12 | 1 | -1/+32 |
* | demux: don't always make --cache-secs override --demuxer-readahead-secs | wm4 | 2014-12-12 | 1 | -2/+4 |
* | demux: silence unseekable message | wm4 | 2014-12-05 | 1 | -2/+2 |
* | demux: explicitly wake up playback thread on metadata change etc. | wm4 | 2014-12-04 | 1 | -0/+2 |
* | demux: don't print message if replaygain tags were not found | wm4 | 2014-12-04 | 1 | -3/+1 |
* | dvd, bd: don't unnecessarily block on demuxer/stream all the time | wm4 | 2014-12-04 | 1 | -0/+17 |
* | demux: update cache state when paused | wm4 | 2014-11-12 | 1 | -1/+11 |
* | demux: report 0s readahead time as fallback in some situations | wm4 | 2014-11-05 | 1 | -1/+5 |
* | demux: don't account known range for streams that are EOF | wm4 | 2014-11-03 | 1 | -2/+4 |
* | demux: fix PTS comparison | wm4 | 2014-11-03 | 1 | -2/+4 |
* | demux: don't consider stream EOF an underrun | wm4 | 2014-11-03 | 1 | -1/+1 |
* | player: always use demux_chapter | wm4 | 2014-11-02 | 1 | -5/+15 |
* | demux: fix demux_seek signature | wm4 | 2014-10-29 | 1 | -1/+1 |
* | demux: move some seek flag sanitation to generic code | wm4 | 2014-10-29 | 1 | -0/+13 |
* | demux: seek to position 0 when loading, instead of restoring it | wm4 | 2014-10-28 | 1 | -7/+7 |
* | demux: don't access stream while lock is held | wm4 | 2014-10-24 | 1 | -22/+30 |
* | demux: cache STREAM_CTRL_GET_BASE_FILENAME | wm4 | 2014-10-24 | 1 | -0/+18 |
* | player: add stream selection by ffmpeg index | wm4 | 2014-10-21 | 1 | -0/+1 |
* | Set thread name for debugging | wm4 | 2014-10-19 | 1 | -0/+2 |
* | demux: print a warning if stream is not seekable | wm4 | 2014-10-17 | 1 | -2/+3 |
* | demux: allow increasing filepos only | wm4 | 2014-09-03 | 1 | -1/+2 |
* | demux: get rid of old wrapper | wm4 | 2014-09-01 | 1 | -5/+0 |
* | demux: eliminate redundant check | shdown | 2014-08-30 | 1 | -1/+1 |
* | player: slightly better cache underrun detection | wm4 | 2014-08-27 | 1 | -0/+1 |
* | demux: reset idle state on seeks | wm4 | 2014-08-27 | 1 | -2/+2 |
* | player: better cache status on status line | wm4 | 2014-08-27 | 1 | -0/+3 |
* | player: fix basic playback | wm4 | 2014-08-27 | 1 | -1/+1 |
* | player: redo how stream caching and pausing on low cache works | wm4 | 2014-08-27 | 1 | -1/+27 |
* | demux: reduce wakeups if no cache is active | wm4 | 2014-08-27 | 1 | -1/+5 |
* | demux: avoid unnecessary wakeups | wm4 | 2014-08-24 | 1 | -1/+1 |
* | demux: add option to control the readahead buffer by a duration value | wm4 | 2014-08-16 | 1 | -1/+19 |
* | demux: remove unused function | wm4 | 2014-08-16 | 1 | -12/+0 |
* | demux: reduce log spam if threading is disabled | wm4 | 2014-08-11 | 1 | -3/+11 |
* | demux: fix playback abort if --demuxer-thread is not used | wm4 | 2014-08-07 | 1 | -9/+9 |
* | demux: make track switching asynchronous | wm4 | 2014-08-06 | 1 | -0/+21 |
* | demux: asynchronous seeking | wm4 | 2014-07-21 | 1 | -9/+43 |
* | demux: don't start reading if no packets were requested yet | wm4 | 2014-07-20 | 1 | -1/+1 |
* | demux: make the cache refresh cached STREAM_CTRLs | wm4 | 2014-07-20 | 1 | -0/+1 |
* | demux: fix a corner case (2) | wm4 | 2014-07-19 | 1 | -2/+4 |
* | demux: ensure demux_read_packet_async() always reads | wm4 | 2014-07-19 | 1 | -2/+3 |
* | demux: fix a corner case | wm4 | 2014-07-19 | 1 | -2/+4 |
* | demux: fix opening pipes with demux_lavf | wm4 | 2014-07-18 | 1 | -0/+5 |
* | demux: fix problems with EOF | wm4 | 2014-07-18 | 1 | -5/+14 |
* | demux: add function to read packets asychronously | wm4 | 2014-07-18 | 1 | -14/+50 |
* | demux: fix debug log output | wm4 | 2014-07-17 | 1 | -1/+1 |
* | demux: add a demuxer thread | wm4 | 2014-07-16 | 1 | -162/+548 |
* | Revert "Remove DVD and Bluray support" | wm4 | 2014-07-15 | 1 | -0/+2 |
* | Remove DVD and Bluray support | wm4 | 2014-07-14 | 1 | -2/+0 |
* | demux: remove accurate_seek field | wm4 | 2014-07-08 | 1 | -1/+0 |
* | demux: print initial metadata | wm4 | 2014-07-07 | 1 | -0/+1 |
* | Remove stream_pts stuff | wm4 | 2014-07-06 | 1 | -3/+0 |
* | demux: fix a corner case related to demux_disc | wm4 | 2014-07-06 | 1 | -5/+8 |
* | dvd: fix first subtitle with delayed subtitle streams | wm4 | 2014-07-06 | 1 | -0/+1 |
* | demux: minor simplification | wm4 | 2014-07-06 | 1 | -1/+1 |
* | demux: minor simplification to internal API | wm4 | 2014-07-05 | 1 | -19/+11 |
* | dvd: move angle switching code | wm4 | 2014-07-05 | 1 | -39/+0 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 1 | -71/+15 |
* | demux: set filepos field when dequeuing a packet | wm4 | 2014-07-05 | 1 | -3/+2 |
* | demux: cosmetics: minimize code | wm4 | 2014-07-05 | 1 | -16/+3 |
* | demux: make start time a simple field | wm4 | 2014-07-05 | 1 | -10/+0 |
* | demux, stream: change metadata notification | wm4 | 2014-07-05 | 1 | -21/+12 |
* | demux: make replaygain per-track | wm4 | 2014-07-05 | 1 | -3/+6 |
* | demux: move packet functions to a separate source file | wm4 | 2014-07-05 | 1 | -100/+0 |
* | demux: move packet list functions | wm4 | 2014-07-05 | 1 | -66/+0 |
* | demux: drop AVI special code | wm4 | 2014-07-02 | 1 | -8/+0 |
* | demux: minor cleanups | wm4 | 2014-07-01 | 1 | -6/+0 |
* | demux: use position as signed integer | wm4 | 2014-06-14 | 1 | -1/+1 |
* | demux: use av_malloc for packets | wm4 | 2014-06-13 | 1 | -2/+2 |
* | demux: simplify packet resizing | wm4 | 2014-06-13 | 1 | -13/+3 |
* | demux: fix compilation with FFmpeg git | wm4 | 2014-06-12 | 1 | -8/+4 |
* | player: hide audio/video codec and file format messages | wm4 | 2014-05-31 | 1 | -3/+3 |
* | stream: don't use end_pos | wm4 | 2014-05-24 | 1 | -2/+1 |
* | stream: kill start_pos, remove --sb option | wm4 | 2014-05-24 | 1 | -1/+2 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 1 | -5/+0 |
* | mp_tags: move generic mp_tags stuff into its own .c/.h files in common/ | Kevin Mitchell | 2014-04-13 | 1 | -42/+0 |
* | demux: move metadata-based replaygain decoding out of af_volume | Alessandro Ghedini | 2014-04-04 | 1 | -0/+78 |
* | player: remove demuxer chapoter API wrappers | wm4 | 2014-03-25 | 1 | -64/+5 |
* | stream: remove old chapter handling code | wm4 | 2014-03-25 | 1 | -33/+10 |
* | demux: use av_packet_ref() | wm4 | 2014-03-16 | 1 | -4/+1 |
* | client API: add event for metadata changes | wm4 | 2014-02-19 | 1 | -1/+3 |
* | demux: expose stream_type_name() function | wm4 | 2014-02-16 | 1 | -1/+1 |
* | demux: fix some newlines in output messages | wm4 | 2014-02-09 | 1 | -2/+2 |
* | demux: reword "Clip info:" line to "File tags:" | wm4 | 2014-02-06 | 1 | -1/+1 |
* | demux: fill metadata directly, instead of using wrapper functions | wm4 | 2014-02-06 | 1 | -24/+1 |
* | demux_lavf: clear metadata on update, instead of merging it | wm4 | 2014-02-06 | 1 | -0/+6 |
* | demux: handle tag updates differently | wm4 | 2014-02-06 | 1 | -11/+18 |
* | demux: don't prefix tag output with demuxer name | wm4 | 2013-12-21 | 1 | -8/+11 |
* | demux: mp_msg conversions | wm4 | 2013-12-21 | 1 | -46/+50 |
* | demux: use fprintf() for printing fatal errors | wm4 | 2013-12-21 | 1 | -6/+4 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 1 | -9/+9 |
* | demux: revert accidentally included change from previous commit | wm4 | 2013-12-12 | 1 | -1/+1 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 1 | -1/+3 |
* | player: move code for skipping 0-sized video packets to demuxer | wm4 | 2013-11-26 | 1 | -0/+8 |
* | demux: export dts from demux_lavf, use it for avi | wm4 | 2013-11-25 | 1 | -0/+7 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -3/+0 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 1 | -4/+0 |
* | demux_packet: add source stream index | wm4 | 2013-11-16 | 1 | -0/+4 |
* | demux: update a comment | wm4 | 2013-11-16 | 1 | -3/+3 |
* | demux: simplify handling of filepos field | wm4 | 2013-11-16 | 1 | -0/+4 |
* | demux: reset EOF flag differently | wm4 | 2013-11-16 | 1 | -10/+9 |
* | demux: use talloc for certain st |