summaryrefslogtreecommitdiffstats
path: root/mpvcore
Commit message (Expand)AuthorAgeFilesLines
* Some more mp_msg conversionswm42013-08-231-1/+1
* demux: remove unused audio_delay parameter from demux_seek()wm42013-08-221-6/+4
* mp_msg: fix typo in message level for new msg API macrosStefano Pigozzi2013-08-221-2/+2
* mplayer: replace "D:" in status line with "Late:"wm42013-08-211-1/+1
* options: replace --edition=-1 with --edition=autowm42013-08-211-1/+2
* mplayer: start track IDs from 1 rather than 0wm42013-08-212-2/+2
* command: simplify video brightness/gamma/etc. handling a bitwm42013-08-201-44/+17
* m_option: make "add speed 0.1" command workwm42013-08-191-0/+1
* mp_core: declare seek_type enum outside of nested structwm42013-08-191-3/+8
* m_option: rename struct member named "new"wm42013-08-192-5/+5
* video: make it possible to scale/pan the video by arbitrary amountswm42013-08-193-4/+17
* options: remove --panscanrange optionwm42013-08-192-3/+0
* mplayer: reshuffle on every loop if --loop and --shuffle are usedwm42013-08-194-23/+7
* mplayer: don't make restored options from quit_watch_later per-file localwm42013-08-171-6/+8
* command: more intuitive chapter seek behaviorPhilip Sequeira2013-08-173-1/+26
* command: allow seek to "chapter -1"Philip Sequeira2013-08-172-3/+8
* m_option: add missing copy callback for some option typeswm42013-08-171-0/+5
* m_option: make defval constwm42013-08-171-1/+1
* sub: don't print detected charset if it's UTF-8wm42013-08-152-4/+9
* sub: make --subcp=enca the default.wm42013-08-151-0/+5
* sub: allow specifying a fallback codepage if input is not UTF-8wm42013-08-151-2/+10
* bstr: make UTF-8 check stricterwm42013-08-151-0/+8
* sub: if charset detection fails, treat it as broken UTF-8wm42013-08-152-7/+17
* bstr: add UTF-8 validation and sanitation functionswm42013-08-152-1/+81
* input: fix build if HAVE_PTHREADS is undefinedGiuliano Schneider2013-08-151-1/+1
* macosx: remove platform specific input queueStefano Pigozzi2013-08-131-3/+0
* input: make input queue thread safeStefano Pigozzi2013-08-131-6/+35
* mpvcore/options: Update default user agent stringMartin Herkt2013-08-131-1/+2
* video: add vaapi decode and output supportwm42013-08-121-1/+2
* video: redo hw decoding initialization, add --hwdec=autowm42013-08-111-0/+1
* core: make sure hw decoding works when playing multiple fileswm42013-08-111-5/+5
* input: add support for precise scroll axesAlexander Preisinger2013-08-074-3/+33
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-0641-113/+113
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-0667-0/+25203