summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* x11: query ICC profile based on center of windowNiklas Haas2015-05-072-0/+7
* options: remove unneeded hack from command line parserwm42015-04-232-11/+1
* Update license headersMarcin Kurczewski2015-04-1310-46/+38
* vd_lavc: request 1 more threads than CPU coreswm42015-03-051-0/+2
* player: refine rar:// playlist-safety handlingwm42015-03-021-0/+2
* msg: use relaxed atomics for log level testwm42015-03-021-1/+4
* demux: add a demux_open_url() functionwm42015-02-201-10/+7
* demux: change demux_open() signaturewm42015-02-201-1/+2
* player: drop explicit exit() callswm42015-02-121-2/+2
* options: change --msg-level optionwm42015-02-062-34/+17
* av_common: add comment about using now-deprecated libavcodec fieldwm42015-01-301-1/+2
* msg: add --log-file optionwm42015-01-261-0/+22
* video: remove vfcap.hwm42015-01-211-3/+2
* player: don't set tag strings to NULLwm42015-01-121-3/+3
* player: change --display-tags behaviorwm42015-01-121-7/+16
* player: use libavutil API to get number of CPUswm42015-01-051-3/+2
* player: print used number of threads in verbose modewm42015-01-052-4/+6
* command: make the "run" command work on Windows toowm42015-01-012-3/+5
* player: filter tags, add --display-tags optionwm42014-12-292-0/+20
* Do not call strerror()wm42014-11-262-0/+12
* Silence some Coverity warningswm42014-11-211-0/+1
* common: fix version variable declarationswm42014-11-022-2/+3
* common: fix \x-style escapingshdown2014-10-161-1/+1
* Add some missing "const"swm42014-10-102-2/+2
* fix -Wduplicate-decl-specifier warnings with clangStefano Pigozzi2014-10-092-4/+4
* msg: fix unwanted blank lineswm42014-10-081-1/+3
* client API: introduce numeric log levelswm42014-10-082-0/+15
* msg, client API: buffer partial lineswm42014-10-081-61/+73
* msg, client API: never send the status line as log messagewm42014-10-081-1/+1
* msg: set an explicit overflow messagewm42014-10-081-1/+1
* stream: redo playback abort handlingwm42014-09-131-3/+0
* player: deal with some corner cases with playlist navigationwm42014-09-092-1/+16
* player: normalize playlist entries on addwm42014-09-091-1/+2
* player: don't allow remote playlists to load local fileswm42014-09-011-3/+6
* playlist: don't add the base path twicewm42014-09-011-3/+0
* player: always load playlistswm42014-08-311-0/+3
* Move compat/ and bstr/ directory contents somewhere elsewm42014-08-298-9/+9
* posix: use STD*_FILENO constantsBen Boeckel2014-08-281-2/+2
* msg: allow duplicating a mp_logwm42014-08-251-15/+20
* demux: always use AVPacketwm42014-08-251-0/+2
* win32: emulate some ANSI terminal escape codeswm42014-08-211-12/+16
* Improve setting AVOptionswm42014-08-024-85/+39
* Remove the last remains of slave modewm42014-08-011-1/+1
* stream_lavf: allow setting AVOptions with --stream-lavf-owm42014-07-302-0/+11
* command: append entries to the end of the playlist with loadlist appendAlessandro Ghedini2014-07-252-0/+10
* encode: deal with codec->time_base deprecationwm42014-07-221-5/+4
* tags: add copy functionwm42014-07-162-0/+14
* build: allow compilation without any atomicswm42014-07-051-0/+4
* demux, stream: change metadata notificationwm42014-07-052-0/+7
* av_common: remove unneeded fieldwm42014-06-291-1/+0
* Revert "encode: make the central lock recursive"Rudolf Polzer2014-06-121-2/+1
* encode: make the central lock recursivewm42014-06-121-1/+2
* encode: make option struct localwm42014-06-113-6/+58
* Add more constwm42014-06-113-4/+4
* client API: call wakeup callback if there are new messageswm42014-06-062-2/+12
* playlist: fix playlist_move on itselfwm42014-05-251-1/+4
* 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