aboutsummaryrefslogtreecommitdiffhomepage
path: root/common
Commit message (Expand)AuthorAge
* av_log: add tons of warnings against mismatched ffmpeg/libav librariesGravatar wm42014-02-10
* av_log: restructure version printing codeGravatar wm42014-02-10
* options: add --no-terminal switchGravatar wm42014-02-10
* msg: clear lines by printing spaces on MS WindowsGravatar wm42014-02-09
* msg: don't clear the status line if new and previous status was emptyGravatar wm42014-01-29
* playlist_parser: restore ASX parsing etc.Gravatar wm42014-01-20
* demux_playlist: move parser for plaintext playlistsGravatar wm42014-01-19
* msg: expose log level namesGravatar wm42014-01-16
* msg: add a mechanism to output messages to a ringbufferGravatar wm42014-01-16
* msg: fix typo in commentGravatar wm42014-01-16
* msg: move special declarations to msg_control.hGravatar wm42014-01-16
* msg: print module prefixes even if message contains newlinesGravatar wm42014-01-16
* msg: update commentGravatar wm42014-01-15
* msg: terminal OSD uses stderr, not stdoutGravatar wm42014-01-15
* msg: don't clear term OSD lines that are not usedGravatar wm42014-01-14
* msg: fix printing of module headerGravatar wm42014-01-14
* player: redo terminal OSD and status line handlingGravatar wm42014-01-13
* Factor out setting AVCodecContext extradataGravatar wm42014-01-11
* common: drop mp_append_utf8_buffer()Gravatar wm42013-12-30
* common: simplify and optimize string escape parsingGravatar wm42013-12-30
* asxparser: remove commented codeGravatar wm42013-12-22
* Don't include version.h from make options.cGravatar wm42013-12-22
* msg: add some comments about thread-safetyGravatar wm42013-12-22
* msg: remove global stateGravatar wm42013-12-21
* msg: don't prefix slave-mode stuff by defaultGravatar wm42013-12-21
* msg: rename mp_msg_log -> mp_msgGravatar wm42013-12-21
* msg: convert defines to enumGravatar wm42013-12-21
* msg: remove legacy stuffGravatar wm42013-12-21
* cpudetect: remove mp_msg callsGravatar wm42013-12-21
* stream: mp_msg conversionsGravatar wm42013-12-21
* demux: mp_msg conversionsGravatar wm42013-12-21
* playlist_parser: mp_msg conversionGravatar wm42013-12-21
* encode_lavc: mp_msg conversionsGravatar wm42013-12-21
* av_log: mp_msg conversionGravatar wm42013-12-21
* m_option, m_config: mp_msg conversionsGravatar wm42013-12-21
* codecs: avoid having to print error messageGravatar wm42013-12-21
* codecs: mp_msg conversionGravatar wm42013-12-21
* av_common: abuse av_log to print message instead of mp_msgGravatar wm42013-12-21
* msg: handle vsnprintf errorsGravatar wm42013-12-20
* msg: use a global lock to synchronize printingGravatar wm42013-12-20
* msg: change --msglevel, reduce legacy glueGravatar wm42013-12-20
* msg: cosmetic changesGravatar wm42013-12-20
* msg: change hack to silence command line pre-parse error messagesGravatar wm42013-12-20
* terminal: remove separate formatting for --msgmoduleGravatar wm42013-12-20
* terminal: abstract terminal color handlingGravatar wm42013-12-20
* terminal: move SIGTTOU signal handler setup codeGravatar wm42013-12-19
* Rename getch2....c/h to terminal....c/hGravatar wm42013-12-19
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* Remove the _ macroGravatar wm42013-12-18
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17