| Commit message (Expand) | Author | Age | Files | Lines |
* | demux: add a per stream wakeup callback | wm4 | 2018-01-30 | 1 | -13/+54 |
* | options: add an option type for byte sizes | wm4 | 2018-01-25 | 1 | -4/+4 |
* | ta: introduce talloc_dup() and use it in some places | wm4 | 2018-01-18 | 1 | -2/+2 |
* | player: redo hack for video keyframe seeks with external audio | wm4 | 2018-01-18 | 1 | -4/+27 |
* | demux: include beginning of stream state in cached seekable range | wm4 | 2018-01-10 | 1 | -5/+19 |
* | demux: fight libavformat cover art hack harder | wm4 | 2018-01-10 | 1 | -1/+1 |
* | demux: add missing seekpoint when cached ranges are joined | wm4 | 2018-01-10 | 1 | -0/+8 |
* | demux: silence pointless/confusing warning | wm4 | 2018-01-07 | 1 | -1/+1 |
* | demux: include EOF state in cached seekable range | wm4 | 2018-01-05 | 1 | -3/+20 |
* | demux: export some debugging fields about low level demuxer behavior | wm4 | 2018-01-05 | 1 | -3/+22 |
* | demux: fix crash due to incorrect seek range accounting | wm4 | 2018-01-05 | 1 | -1/+9 |
* | player: update duration based on highest timestamp demuxed | wm4 | 2017-12-24 | 1 | -0/+23 |
* | player: allow seeking in cached parts of unseekable streams | wm4 | 2017-12-24 | 1 | -21/+41 |
* | demux: note refresh state separately in debug output | wm4 | 2017-12-23 | 1 | -5/+5 |
* | demux: bump the demuxer cache readahead duration | wm4 | 2017-12-23 | 1 | -1/+1 |
* | demux: always discard cached packets on track switches | wm4 | 2017-12-23 | 1 | -8/+43 |
* | demux_timeline: disable pointless packet cache for sub-demuxers | wm4 | 2017-12-10 | 1 | -8/+26 |
* | demux: fix accounting for seekable ranges on track switches | wm4 | 2017-12-10 | 1 | -14/+16 |
* | player: minor fix/simplification of OSD time/duration handling | wm4 | 2017-11-24 | 1 | -0/+1 |
* | demux: avoid queue overflow warning when joining two ranges | wm4 | 2017-11-11 | 1 | -1/+3 |
* | demux: export demuxer cache sizes in bytes | wm4 | 2017-11-10 | 1 | -0/+2 |
* | demux: use seekable cache for network by default, bump prefetch limit | wm4 | 2017-11-10 | 1 | -5/+11 |
* | demux: set default back buffer to some high value | wm4 | 2017-11-10 | 1 | -1/+1 |
* | demux: limit number of seek ranges to a static maximum | wm4 | 2017-11-10 | 1 | -5/+20 |
* | demux: speed up cache seeking with a coarse index | wm4 | 2017-11-10 | 1 | -1/+54 |
* | demux: avoid wasting time by stopping packet search as early as possible | wm4 | 2017-11-10 | 1 | -1/+3 |
* | demux: simplify remove_packet() function | wm4 | 2017-11-10 | 1 | -26/+12 |
* | demux: fix failure to join ranges with subtitles in some cases | wm4 | 2017-11-10 | 1 | -4/+12 |
* | demux: reverse which range is reused when joining them | wm4 | 2017-11-10 | 1 | -25/+22 |
* | demux: fix a race condition with async seeking | wm4 | 2017-11-10 | 1 | -3/+4 |
* | demux: get rid of an unnecessary field | wm4 | 2017-11-10 | 1 | -15/+13 |
* | demux: attempt to accurately reflect seek range with muxed subtitles | wm4 | 2017-11-10 | 1 | -5/+33 |
* | demux: reduce indentation for two functions | wm4 | 2017-11-10 | 1 | -37/+36 |
* | demux: some minor mostly cosmetics | wm4 | 2017-11-10 | 1 | -13/+15 |
* | demux: simplify a function | wm4 | 2017-11-10 | 1 | -21/+19 |
* | demux: change how refreshes on track switching are handled | wm4 | 2017-11-10 | 1 | -66/+59 |
* | demux: get rid of weird backwards loop | wm4 | 2017-11-10 | 1 | -1/+1 |
* | demux: avoid broken readahead when joining ranges | wm4 | 2017-11-10 | 1 | -4/+5 |
* | demux: reduce difference between threaded and non-threaded mode | wm4 | 2017-11-10 | 1 | -27/+35 |
* | demux: support multiple seekable cached ranges | wm4 | 2017-11-09 | 1 | -223/+602 |
* | demux: explicitly discard 0 sized packets | wm4 | 2017-11-06 | 1 | -1/+1 |
* | demux: slightly simplify pruning | wm4 | 2017-11-06 | 1 | -7/+2 |
* | demux: refactoring in preparation for multiple seek range support | wm4 | 2017-11-04 | 1 | -83/+214 |
* | demux: improve and optimize cache pruning and seek range determination | wm4 | 2017-11-04 | 1 | -85/+90 |
* | demux: reduce overhead when searching over keyframe ranges | wm4 | 2017-11-04 | 1 | -31/+37 |
* | demux: avoid excessive readahead after cache seek | wm4 | 2017-11-04 | 1 | -1/+3 |
* | demux: make pruning more efficient for unseekable demuxer cache | wm4 | 2017-11-04 | 1 | -19/+24 |
* | demux: on queue overflow wake up reader thread on EOF only | wm4 | 2017-11-03 | 1 | -1/+1 |
* | demux: don't show queue overflow warning when merely prefetching | wm4 | 2017-11-03 | 1 | -6/+7 |
* | demux: don't allow subtitles to mess up buffered time display | wm4 | 2017-11-03 | 1 | -1/+2 |
* | demux: add option to create CC tracks eagerly | wm4 | 2017-11-03 | 1 | -15/+46 |
* | demux: refactor to export seek ranges | wm4 | 2017-10-30 | 1 | -29/+29 |
* | demux: better computation of seek start target | wm4 | 2017-10-25 | 1 | -8/+24 |
* | demux: reject cache seeks if parts of the range are unset | wm4 | 2017-10-25 | 1 | -2/+3 |
* | demux: fall back to DTS when determining seek target | wm4 | 2017-10-25 | 1 | -1/+1 |
* | demux: disallow seeking if there are streams with no timestamps | wm4 | 2017-10-25 | 1 | -3/+7 |
* | demux: fix tracking of forward/backward cache size | wm4 | 2017-10-25 | 1 | -8/+15 |
* | demux: respect timeline boundaries for cache seeks | wm4 | 2017-10-25 | 1 | -7/+17 |
* | demux: don't report unknown queue state if no packets were added | wm4 | 2017-10-25 | 1 | -1/+3 |
* | demux: set correct stream index for attached pictures | wm4 | 2017-10-25 | 1 | -1/+5 |
* | demux: fix cached SEEK_FORWARD seeks into end of cached regions/EOF | wm4 | 2017-10-23 | 1 | -3/+11 |
* | demux: report buffered duration of 0 during seeking instead of unknown | wm4 | 2017-10-23 | 1 | -3/+5 |
* | demux: drop redundant SEEK_BACKWARD flag | wm4 | 2017-10-23 | 1 | -9/+5 |
* | command: read the diff if you want to know | wm4 | 2017-10-21 | 1 | -0/+1 |
* | *** empty log message *** | wm4 | 2017-10-21 | 1 | -2/+0 |
* | demux: replace redundant field with a better redundant field | wm4 | 2017-10-21 | 1 | -8/+7 |
* | demux: add a back buffer and the ability to seek into it | wm4 | 2017-10-21 | 1 | -148/+340 |
* | demux: optimize seeks within readahead cache | Aman Gupta | 2017-10-21 | 1 | -12/+104 |
* | demux: improvements to previous commits | wm4 | 2017-10-20 | 1 | -9/+18 |
* | demux: ignore false underrun reporting from eia_608 captions decoder | Aman Gupta | 2017-10-20 | 1 | -0/+3 |
* | demux/demux: avoid redundant condition | Raúl Peñacoba | 2017-07-01 | 1 | -1/+1 |
* | demux: change license to LGPL | wm4 | 2017-06-20 | 1 | -7/+7 |
* | demux: get rid of DEMUXER_CTRL_GET_TIME_LENGTH | wm4 | 2017-06-20 | 1 | -21/+1 |
* | demux: replace custom return codes with CONTROL_ ones | wm4 | 2017-06-19 | 1 | -10/+10 |
* | demux: estimate total packet size, deprecate packet number limits | wm4 | 2017-04-14 | 1 | -4/+5 |
* | demux: try not to read packets when cancelled | wm4 | 2017-02-04 | 1 | -1/+3 |
* | player: different way to auto-enable the demuxer cache | wm4 | 2017-02-02 | 1 | -6/+7 |
* | stream: better method signal caching, rename weird uncached_stream field | wm4 | 2017-02-02 | 1 | -3/+2 |
* | player: remove --stream-capture option/property | wm4 | 2017-01-21 | 1 | -26/+13 |
* | player: actually let cache readahead after opening demuxer for prefetch | wm4 | 2017-01-19 | 1 | -1/+2 |
* | player: change aspects of cover art handling | wm4 | 2017-01-10 | 1 | -1/+17 |
* | demux: rename a function | wm4 | 2017-01-10 | 1 | -3/+7 |
* | demux: uninline ds_get_packets() | wm4 | 2017-01-10 | 1 | -27/+22 |
* | demux, stream: add option to prevent opening referenced files | wm4 | 2016-12-04 | 1 | -2/+5 |
* | demux: improve buffer estimation in a corner case | wm4 | 2016-11-01 | 1 | -3/+4 |
* | demux_mkv: don't recursively resolve timeline for opened reference files | wm4 | 2016-10-22 | 1 | -10/+12 |
* | demux: don't try to refresh unselected streams | wm4 | 2016-10-21 | 1 | -1/+1 |
* | player: fix instant subtitle refresh on track switches | wm4 | 2016-09-24 | 1 | -4/+6 |
* | demux: do not access global options | wm4 | 2016-09-06 | 1 | -11/+45 |
* | demux: close underlying stream if it's fully read anyway | wm4 | 2016-08-26 | 1 | -1/+21 |
* | player: don't directly access demuxer->stream | wm4 | 2016-08-26 | 1 | -0/+2 |
* | demux: demote packet queue overflow to a warning | wm4 | 2016-08-22 | 1 | -3/+3 |
* | demux: fix undefined behavior with ogg metadata update | wm4 | 2016-08-16 | 1 | -1/+1 |
* | demux: minor cleanup to replaygain error handling | wm4 | 2016-08-13 | 1 | -12/+9 |
* | demux: make ALBUM replaygain tags optional | wm4 | 2016-08-13 | 1 | -3/+7 |
* | audio: log replaygain values in af_volume instead demuxer | wm4 | 2016-08-13 | 1 | -6/+1 |
* | demux: add per-track metadata | wm4 | 2016-08-12 | 1 | -32/+104 |
* | demux: do not add packets between refresh seek requested and done | wm4 | 2016-08-08 | 1 | -1/+1 |
* | demux: make refresh seek handling more generic | wm4 | 2016-08-06 | 1 | -11/+34 |
* | demux: fix a minor race condition | wm4 | 2016-08-06 | 1 | -10/+12 |
* | player: improve instant track switching | wm4 | 2016-08-06 | 1 | -59/+72 |
* | demux: fix memory leak when loading of ordered chapter file is aborted | wm4 | 2016-06-07 | 1 | -0/+1 |
* | 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 stream headers | wm4 | 2013-11-14 | 1 | -29/+1 |
* | Merge branch 'planar_audio' | wm4 | 2013-11-12 | 1 | -1/+0 |
|\ |
|
| * | audio: add support for using non-interleaved audio from decoders directly | wm4 | 2013-11-12 | 1 | -1/+0 |
* | | demux: kill libmng support | wm4 | 2013-11-11 | 1 | -4/+0 |
|/ |
|
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 1 | -1/+0 |
* | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 1 | -4/+9 |
|\ |
|
| * | demux: make determining seek capability generic | wm4 | 2013-11-03 | 1 | -2/+9 |
| * | demux: remove movi_start/movi_end fields | wm4 | 2013-11-03 | 1 | -2/+0 |
* | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -3/+3 |
|/ |
|
* | talloc: change talloc destructor signature | wm4 | 2013-10-13 | 1 | -4/+2 |
* | demux: don't print "Clip info:" line if there are no tags | wm4 | 2013-09-23 | 1 | -1/+1 |
* | demux: keep title chapter tag in uppercase | wm4 | 2013-09-08 | 1 | -1/+1 |
* | demux: retrieve per-chapter metadata | wm4 | 2013-09-08 | 1 | -2/+17 |
* | demux: refactor tag handling | wm4 | 2013-09-08 | 1 | -36/+50 |
* | stream: add uncompressed rar support | wm4 | 2013-08-26 | 1 | -0/+4 |
* | core: add a playlist demuxer | wm4 | 2013-08-26 | 1 | -0/+4 |
* | demux: remove unused audio_delay parameter from demux_seek() | wm4 | 2013-08-22 | 1 | -3/+2 |
* | demux: check whether stream is selected in demux_get_next_pts() | wm4 | 2013-08-22 | 1 | -1/+1 |
* | demux: move demux_mf before demux_subreader | wm4 | 2013-08-12 | 1 | -3/+3 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | core: make --demuxer not affect external subtitles | wm4 | 2013-07-22 | 1 | -2/+0 |
* | demux: make claiming accurate seek the default | wm4 | 2013-07-12 | 1 | -0/+1 |
* | demux: remove useless author/comment fields | wm4 | 2013-07-12 | 1 | -12/+5 |
* | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 1 | -152/+68 |
* | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 1 | -24/+16 |
* | demux: change signature of open functions, cleanups | wm4 | 2013-07-11 | 1 | -13/+8 |
* | demux: allow passing NULL as packet to demuxer_add_packet() | wm4 | 2013-07-11 | 1 | -1/+1 |
* | core: completely change handling of attached picture pseudo video | wm4 | 2013-07-11 | 1 | -28/+0 |
* | demux: improve DVD sub auto-selection hack | wm4 | 2013-07-11 | 1 | -7/+21 |
* | demux: refactor | wm4 | 2013-07-11 | 1 | -138/+123 |
* | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 1 | -43/+52 |
* | tv: add hack in preparation of demux_stream removal | wm4 | 2013-07-11 | 1 | -0/+7 |
* | demux: remove facility for partial packet reads | wm4 | 2013-07-11 | 1 | -117/+61 |
* | demux: remove ds_read_packet() | wm4 | 2013-07-10 | 1 | -13/+0 |
* | demux: remove some more minor unused things | wm4 | 2013-07-10 | 1 | -8/+0 |
* | Merge branch 'master' into remove_old_demuxers | wm4 | 2013-07-08 | 1 | -0/+2 |
|\ |
|
| * | Fix building with --disable-libass | wm4 | 2013-07-08 | 1 | -0/+2 |
* | | demux: simplify demux_open() calls | wm4 | 2013-07-08 | 1 | -18/+9 |
* | | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 1 | -70/+24 |
* | | demux: merge functions | wm4 | 2013-07-08 | 1 | -17/+9 |
* | | demux: remove some old stream header functions | wm4 | 2013-07-08 | 1 | -36/+0 |
* | | demux: remove audio parser | wm4 | 2013-07-08 | 1 | -70/+0 |
* | | Remove old demuxers | wm4 | 2013-07-07 | 1 | -138/+2 |
|/ |
|
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 1 | -0/+13 |
* | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 1 | -15/+2 |
* | core: don't set correct-pts mode randomly | wm4 | 2013-06-25 | 1 | -5/+0 |
* | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 1 | -0/+2 |
* | demux: add utility functions for preloading demuxers | wm4 | 2013-06-25 | 1 | -3/+72 |
* | sub: preload external text subtitles | wm4 | 2013-06-23 | 1 | -1/+37 |
* | demux: don't require fill_buffer callback | wm4 | 2013-06-23 | 1 | -1/+1 |
* | Merge branch 'sub_mess' | wm4 | 2013-06-04 | 1 | -11/+26 |
|\ |
|
| * | sub: pass subtitle packets directly | wm4 | 2013-06-03 | 1 | -9/+9 |
| * | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 1 | -2/+17 |
* | | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvd | wm4 | 2013-06-02 | 1 | -1/+1 |
|/ |
|
* | core: avoid deselecting and reselecting stream needlessly | wm4 | 2013-05-29 | 1 | -0/+4 |
* | demux_asf: fix after commit 5165e19 | wm4 | 2013-05-29 | 1 | -2/+1 |
* | demux_lavf: workaround minor ffmpeg memory leak | wm4 | 2013-05-21 | 1 | -4/+0 |
* | demux: workaround for -demuxer mpegts -correct-pts | wm4 | 2013-05-21 | 1 | -8/+15 |
* | demux: restructure chapter seeking code | wm4 | 2013-05-09 | 1 | -8/+8 |
* | demux: don't name unknown chapters "unknown" | wm4 | 2013-05-06 | 1 | -2/+1 |
* | stream: report chapter times, use time seeks for DVD chapters | wm4 | 2013-05-06 | 1 | -0/+17 |
* | demux: remove retrieval of chapter end time | wm4 | 2013-05-06 | 1 | -3/+1 |
* | demux: use talloc for packets | wm4 | 2013-05-05 | 1 | -15/+19 |
* | core: ignore backstep command if demuxer is not capable | wm4 | 2013-05-05 | 1 | -0/+2 |
* | demux: use demux_lavf instead of demux_mpg for DVD playback | wm4 | 2013-05-05 | 1 | -1/+1 |
* | demux: report stream time info instead of demuxer info if possible | wm4 | 2013-05-05 | 1 | -4/+7 |
* | core: move demuxer time reporting to demuxer | wm4 | 2013-05-05 | 1 | -0/+18 |
* | core: don't report byte-based playback position with dvd | wm4 | 2013-05-05 | 1 | -1/+5 |
* | demux: simplify stream ID business, fix issue with cover art | wm4 | 2013-04-29 | 1 | -13/+6 |
* | demux: get rid of sh_common_t | wm4 | 2013-04-20 | 1 | -11/+10 |
* | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -15/+0 |
* | demux: remove useless vid/aid/sid fields | wm4 | 2013-04-20 | 1 | -3/+0 |
* | demux: fix clearing of input padding | wm4 | 2013-04-20 | 1 | -2/+2 |
* | demux_mkv: introduce new_demux_packet_from() and use it | wm4 | 2013-04-20 | 1 | -1/+8 |
* | demux: remove some unused things | wm4 | 2013-04-20 | 1 | -42/+4 |
* | demux: add functions to simplify demuxers | wm4 | 2013-04-20 | 1 | -7/+42 |
* | demux: simpler way to notify demuxers about track switches | wm4 | 2013-04-20 | 1 | -2/+9 |
* | demux: simplify chapter appending code | wm4 | 2013-04-12 | 1 | -14/+8 |
* | demux: always sort chapters | wm4 | 2013-04-12 | 1 | -8/+5 |
* | demux: fix a specific gcc 4.8 warning that may hint to mis-optimized code | Rudolf Polzer | 2013-04-09 | 1 | -0/+3 |
* | demux: fix regressions by restricting cover art hack further | wm4 | 2013-03-19 | 1 | -3/+3 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 1 | -10/+10 |
* | demux: apply sparse video hack only to demux_lavf and demux_mkv | wm4 | 2013-02-14 | 1 | -10/+8 |
* | demux: restructure code that warns about packet buffer overflows | wm4 | 2013-02-14 | 1 | -34/+32 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 1 | -3/+11 |
* | demux_lavf: remove code duplication | wm4 | 2013-02-10 | 1 | -1/+1 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -50/+16 |
* | demux: fix behavior with files that have sparse video packets | reimar | 2012-12-11 | 1 | -6/+31 |
* | demux_lavf: make minimum probe score customizable, remove lavf_preferred | wm4 | 2012-12-11 | 1 | -4/+3 |
* | sub: remove vobsub reader in favor of ffmpeg vobsub demuxer | wm4 | 2012-12-11 | 1 | -0/+10 |
* | core: improve seeking in external files | wm4 | 2012-12-11 | 1 | -0/+4 |
* | demux_gif: remove this demuxer in favor of libavformat | wm4 | 2012-12-03 | 1 | -4/+0 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -2/+2 |
* | demux_mf: allow displaying single image files, various cleanups | wm4 | 2012-11-16 | 1 | -1/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -5/+4 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+1435 |