| Commit message (Expand) | Author | Age | Files | Lines |
* | demux: retrieve per-chapter metadata | wm4 | 2013-09-08 | 1 | -1/+5 |
* | demux: refactor tag handling | wm4 | 2013-09-08 | 1 | -1/+13 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 1 | -0/+3 |
* | demux: remove unused audio_delay parameter from demux_seek() | wm4 | 2013-08-22 | 1 | -4/+2 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | options: simplify --correct-pts handling | wm4 | 2013-07-26 | 1 | -1/+0 |
* | demux: assume correct-pts mode by default | wm4 | 2013-07-12 | 1 | -1/+1 |
* | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -4/+1 |
* | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 1 | -30/+20 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -7/+2 |
* | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 1 | -10/+6 |
* | stheader: minor cleanup | wm4 | 2013-07-11 | 1 | -0/+2 |
* | demux: improve DVD sub auto-selection hack | wm4 | 2013-07-11 | 1 | -1/+4 |
* | demux: refactor | wm4 | 2013-07-11 | 1 | -7/+0 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -22/+2 |
* | tv: add hack in preparation of demux_stream removal | wm4 | 2013-07-11 | 1 | -0/+1 |
* | demux: remove facility for partial packet reads | wm4 | 2013-07-11 | 1 | -20/+8 |
* | demux: remove ds_read_packet() | wm4 | 2013-07-10 | 1 | -2/+0 |
* | demux: remove some more minor unused things | wm4 | 2013-07-10 | 1 | -6/+0 |
* | demux: simplify demux_open() calls | wm4 | 2013-07-08 | 1 | -4/+2 |
* | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -10/+1 |
* | demux: remove unused function | wm4 | 2013-07-08 | 1 | -5/+0 |
* | demux: remove audio parser | wm4 | 2013-07-08 | 1 | -3/+0 |
* | Remove old demuxers | wm4 | 2013-07-07 | 1 | -71/+0 |
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 1 | -0/+3 |
* | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 1 | -4/+2 |
* | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 1 | -0/+1 |
* | demux: add utility functions for preloading demuxers | wm4 | 2013-06-25 | 1 | -2/+9 |
* | sub: preload external text subtitles | wm4 | 2013-06-23 | 1 | -0/+1 |
* | sub: pass subtitle packets directly | wm4 | 2013-06-03 | 1 | -1/+1 |
* | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 1 | -3/+4 |
* | demux: remove retrieval of chapter end time | wm4 | 2013-05-06 | 1 | -2/+2 |
* | core: move demuxer time reporting to demuxer | wm4 | 2013-05-05 | 1 | -0/+3 |
* | demux_mkv: introduce new_demux_packet_from() and use it | wm4 | 2013-04-20 | 1 | -0/+1 |
* | demux: remove some unused things | wm4 | 2013-04-20 | 1 | -3/+0 |
* | demux: add functions to simplify demuxers | wm4 | 2013-04-20 | 1 | -0/+4 |
* | demux: simpler way to notify demuxers about track switches | wm4 | 2013-04-20 | 1 | -0/+2 |
* | core: matroska: support concatenated segments | wm4 | 2013-04-20 | 1 | -0/+2 |
* | demux: always sort chapters | wm4 | 2013-04-12 | 1 | -0/+2 |
* | demux_mkv: try to show current subtitle when seeking | wm4 | 2013-04-04 | 1 | -0/+1 |
* | core: fix SEEK_FACTOR | wm4 | 2013-03-01 | 1 | -0/+2 |
* | core: use playback time to determine playback percent position | wm4 | 2013-02-26 | 1 | -1/+1 |
* | demux: restructure code that warns about packet buffer overflows | wm4 | 2013-02-14 | 1 | -0/+1 |
* | demux_lavf, ad_lavc, vd_lavc: refactor, cleanup | wm4 | 2013-02-10 | 1 | -2/+0 |
* | configure: remove __builtin_expect check | wm4 | 2013-01-13 | 1 | -1/+1 |
* | demux: fix behavior with files that have sparse video packets | reimar | 2012-12-11 | 1 | -0/+1 |
* | demux_lavf: make minimum probe score customizable, remove lavf_preferred | wm4 | 2012-12-11 | 1 | -1/+0 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -8/+8 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -2/+2 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+414 |