summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* atomics: switch to C11 stdatomic.hwm42014-05-211-17/+14
* encoding: No error when the output format doesn't support a stream type at all.Rudolf Polzer2014-05-161-8/+20
* common: change MP_NOPTS_VALUE definitionwm42014-05-101-2/+2
* common: change mp_snprintf_append semanticswm42014-05-052-5/+12
* options: remove deprecated --identifyMartin Herkt2014-05-042-11/+4
* common: add mp_snprintf_append() utility functionwm42014-04-292-0/+23
* stream: remove interrupt callback global variableswm42014-04-251-0/+3
* terminal: fix printing of prefixwm42014-04-231-2/+3
* Remove CPU detection and inline asm handlingwm42014-04-192-83/+0
* player: add a --dump-stats optionwm42014-04-173-2/+48
* msg: correct ringbuffer log level comparisonFRAU KOUJIRO2014-04-171-1/+1
* New option --no-ometadata to opt out of including metadata when encoding.Rudolf Polzer2014-04-141-1/+2
* mp_tags: move generic mp_tags stuff into its own .c/.h files in common/Kevin Mitchell2014-04-132-0/+91
* player: remove ASX, SMIL and NSC playlist parserswm42014-04-136-1178/+44
* terminal: pretty print modules for --msgmoduleEvan Purkhiser2014-04-121-2/+26
* encode_lavc: copy metadata to output fileAlessandro Ghedini2014-03-303-1/+20
* encode: add lockingwm42014-03-092-4/+43
* encode: don't access ao->ptswm42014-03-073-0/+12
* common: add some helper macroswm42014-03-071-0/+3
* msg: add --msgtime option to add timestamps to each output messagewm42014-02-281-2/+9
* av_log: add tons of warnings against mismatched ffmpeg/libav librarieswm42014-02-101-0/+22
* av_log: restructure version printing codewm42014-02-101-18/+28
* options: add --no-terminal switchwm42014-02-101-13/+21
* msg: clear lines by printing spaces on MS Windowswm42014-02-091-1/+7
* msg: don't clear the status line if new and previous status was emptywm42014-01-291-0/+3
* playlist_parser: restore ASX parsing etc.wm42014-01-201-8/+8
* demux_playlist: move parser for plaintext playlistswm42014-01-191-20/+0
* msg: expose log level nameswm42014-01-163-3/+7
* msg: add a mechanism to output messages to a ringbufferwm42014-01-162-18/+152
* msg: fix typo in commentwm42014-01-161-1/+1
* msg: move special declarations to msg_control.hwm42014-01-164-13/+21
* msg: print module prefixes even if message contains newlineswm42014-01-161-12/+23
* msg: update commentwm42014-01-151-1/+1
* msg: terminal OSD uses stderr, not stdoutwm42014-01-151-1/+1
* msg: don't clear term OSD lines that are not usedwm42014-01-141-3/+5
* msg: fix printing of module headerwm42014-01-141-1/+2
* player: redo terminal OSD and status line handlingwm42014-01-132-14/+80
* Factor out setting AVCodecContext extradatawm42014-01-112-10/+15
* common: drop mp_append_utf8_buffer()wm42013-12-302-13/+2
* common: simplify and optimize string escape parsingwm42013-12-302-5/+76
* asxparser: remove commented codewm42013-12-221-12/+0
* Don't include version.h from make options.cwm42013-12-222-4/+4
* msg: add some comments about thread-safetywm42013-12-221-0/+6
* msg: remove global statewm42013-12-213-59/+58
* msg: don't prefix slave-mode stuff by defaultwm42013-12-211-1/+1
* msg: rename mp_msg_log -> mp_msgwm42013-12-216-31/+31
* msg: convert defines to enumwm42013-12-213-26/+27
* msg: remove legacy stuffwm42013-12-212-142/+3
* cpudetect: remove mp_msg callswm42013-12-211-13/+0
* stream: mp_msg conversionswm42013-12-212-6/+5
* demux: mp_msg conversionswm42013-12-211-1/+1
* playlist_parser: mp_msg conversionwm42013-12-214-72/+79
* encode_lavc: mp_msg conversionswm42013-12-213-109/+101
* av_log: mp_msg conversionwm42013-12-212-32/+71
* m_option, m_config: mp_msg conversionswm42013-12-212-14/+16
* codecs: avoid having to print error messagewm42013-12-211-3/+2
* codecs: mp_msg conversionwm42013-12-212-7/+8
* av_common: abuse av_log to print message instead of mp_msgwm42013-12-211-1/+2
* msg: handle vsnprintf errorswm42013-12-201-1/+2
* msg: use a global lock to synchronize printingwm42013-12-201-4/+7
* msg: change --msglevel, reduce legacy gluewm42013-12-202-26/+123
* msg: cosmetic changeswm42013-12-202-124/+87
* msg: change hack to silence command line pre-parse error messageswm42013-12-202-1/+4
* terminal: remove separate formatting for --msgmodulewm42013-12-201-4/+1
* terminal: abstract terminal color handlingwm42013-12-201-95/+5
* terminal: move SIGTTOU signal handler setup codewm42013-12-191-7/+0
* Rename getch2....c/h to terminal....c/hwm42013-12-191-1/+1
* Reduce recursive config.h inclusions in headerswm42013-12-181-3/+4
* Remove the _ macrowm42013-12-182-7/+4
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-1725-0/+4380