aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/loadfile.c
Commit message (Expand)AuthorAge
* audio: move to decoder wrapperGravatar wm42018-01-30
* video: make decoder wrapper a filterGravatar wm42018-01-30
* player: replace old lavfi wrapper with new filter codeGravatar wm42018-01-30
* video: rewrite filtering glue codeGravatar wm42018-01-30
* player: redo hack for video keyframe seeks with external audioGravatar wm42018-01-18
* player: slightly refactor/simplify cache pausing logicGravatar wm42018-01-07
* player: strictly never autoselect tracks from --external-filesGravatar wm42018-01-06
* player: add on_load_fail hookGravatar Ricardo Constantino2018-01-02
* options: drop some previously deprecated optionsGravatar wm42017-12-25
* player: update duration based on highest timestamp demuxedGravatar wm42017-12-24
* player: make track language matching case insensitiveGravatar wm42017-12-23
* player: when loading external file, always add all track typesGravatar wm42017-12-07
* player: rebase start time even for subtitle streamsGravatar wm42017-12-07
* player: add get_play_start_ptsGravatar Leo Izen2017-12-03
* Fix various typos in log messagesGravatar Nicolas F2017-12-03
* player: minor fix/simplification of OSD time/duration handlingGravatar wm42017-11-24
* player: change license of some code surrounding --frames to LGPLGravatar wm42017-11-06
* audio: introduce a new type to hold audio framesGravatar wm42017-08-16
* player: make refresh seeks slightly more robustGravatar wm42017-08-14
* player: add --track-auto-selection optionGravatar wm42017-08-12
* player: make --lavfi-complex changeable at runtimeGravatar wm42017-08-12
* m_option: remove redundant indirectionsGravatar wm42017-07-02
* player: change license of most core files to LGPLGravatar wm42017-06-23
* player: disable --frames in WIP LGPL modeGravatar wm42017-06-23
* player: fix a corner case in previous commitGravatar wm42017-04-14
* player: fix core-idle and eof-reached update notifcationsGravatar wm42017-04-14
* player: unmess pause state handlingGravatar wm42017-04-14
* player: make new stream output more consistent with other outputGravatar wm42017-03-26
* player: print additional stream infoGravatar Dan Oscarsson2017-03-26
* player: add experimental stream recording featureGravatar wm42017-02-07
* player: remove --stream-capture option/propertyGravatar wm42017-01-21
* player: actually let cache readahead after opening demuxer for prefetchGravatar wm42017-01-19
* player: also log if completely prefetched URL is discardedGravatar wm42017-01-19
* player: add prefetching of the next playlist entryGravatar wm42017-01-18
* player: restructure cancel callbackGravatar wm42017-01-18
* player: move some minor demuxer setup codeGravatar wm42017-01-18
* player: remove dysfunctional edition switching OSD codeGravatar wm42017-01-05
* player: don't print format detection error when aborting loadingGravatar wm42016-11-29
* player: make --start-time work with --rebase-start-time=noGravatar Aman Gupta2016-10-22
* player: make --stop-screensaver runtime-changeableGravatar wm42016-10-02
* player: some M_SETOPT_RUNTIME cleanupsGravatar wm42016-09-22
* player: minor changes in init codeGravatar wm42016-09-19
* player: litter code with explicit wakeup callsGravatar wm42016-09-16
* player, ao, vo: don't call mp_input_wakeup() directlyGravatar wm42016-09-16
* osd: slightly simplify update logicGravatar wm42016-09-15
* stream, demux, config: remove some dead/unneeded option-related codeGravatar wm42016-09-09
* player: don't directly access demuxer->streamGravatar wm42016-08-26
* player: allow passing flags to queue_seek()Gravatar wm42016-08-15
* player: add --no-autoload-files optionGravatar wm42016-08-10
* player: improve instant track switchingGravatar wm42016-08-06