aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/loadfile.c
Commit message (Expand)AuthorAge
* encode: fix expected streams when using --lavfi-complexGravatar TSaaristo2018-09-26
* player: expose hearing/visual impaired flags on audio tracksGravatar Aman Gupta2018-08-13
* player: simplify edition switchingGravatar wm42018-05-31
* build: make encoding mode non-optionalGravatar wm42018-05-03
* encode: rewrite half of itGravatar wm42018-04-29
* scripting: change when/how player waits for scripts being loadedGravatar wm42018-04-18
* player: fix hook processing consistency and code duplication issuesGravatar wm42018-03-26
* client API: add a first class hook API, and deprecate old APIGravatar wm42018-03-26
* player: don't print error if aborted while loading external filesGravatar wm42018-03-26
* player: fix strange behavior on edition switchingGravatar wm42018-03-03
* player: don't free root filter while it's still neededGravatar wm42018-03-03
* player: fix track autoselection of external files yet againGravatar wm42018-03-03
* player: set thread name in opener threadGravatar wm42018-03-03
* player: correctly set track information on adding external filesGravatar Zehua Chen2018-02-10
* loadfile: make --lavfi-complex runtime changes more flexibleGravatar wm42018-02-03
* loadfile: initialize decoders after outputs for --lavfi-complexGravatar wm42018-02-03
* loadfile: fix crash in some cases of setting --lavfi-complex at runtimeGravatar wm42018-02-03
* loadfile: remove minor unneeded things from --lavfi-complex setupGravatar wm42018-02-03
* 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