| Commit message (Expand) | Author | Age | Files | Lines |
* | av_common: remove deprecated API usage | wm4 | 2015-08-07 | 1 | -2/+0 |
* | player: warn against using HLS URLs with --playlist | wm4 | 2015-08-04 | 1 | -0/+4 |
* | av_log: remove dumb shit | wm4 | 2015-07-18 | 1 | -24/+1 |
* | player: parse and expose m3u playlist titles | wm4 | 2015-07-10 | 1 | -0/+2 |
* | av_log: print FFmpeg version | wm4 | 2015-07-03 | 1 | -0/+4 |
* | client API: allow using msg-level option for log messages | wm4 | 2015-06-20 | 2 | -11/+13 |
* | av_log: skip prefix if unknown | wm4 | 2015-06-20 | 1 | -2/+3 |
* | Various spelling fixes | Marcin Kurczewski | 2015-06-18 | 1 | -1/+1 |
* | av_log: set default av_log callback on exit | wm4 | 2015-06-17 | 1 | -0/+1 |
* | audio: add --audio-spdif as new method for enabling passthrough | wm4 | 2015-06-05 | 2 | -0/+29 |
* | path: make mp_path_join accept normal C strings | wm4 | 2015-05-09 | 1 | -1/+1 |
* | x11: query ICC profile based on center of window | Niklas Haas | 2015-04-29 | 2 | -0/+7 |
* | options: remove unneeded hack from command line parser | wm4 | 2015-04-23 | 2 | -11/+1 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 10 | -46/+38 |
* | vd_lavc: request 1 more threads than CPU cores | wm4 | 2015-03-05 | 1 | -0/+2 |
* | player: refine rar:// playlist-safety handling | wm4 | 2015-03-02 | 1 | -0/+2 |
* | msg: use relaxed atomics for log level test | wm4 | 2015-03-02 | 1 | -1/+4 |
* | demux: add a demux_open_url() function | wm4 | 2015-02-20 | 1 | -10/+7 |
* | demux: change demux_open() signature | wm4 | 2015-02-20 | 1 | -1/+2 |
* | player: drop explicit exit() calls | wm4 | 2015-02-12 | 1 | -2/+2 |
* | options: change --msg-level option | wm4 | 2015-02-06 | 2 | -34/+17 |
* | av_common: add comment about using now-deprecated libavcodec field | wm4 | 2015-01-30 | 1 | -1/+2 |
* | msg: add --log-file option | wm4 | 2015-01-26 | 1 | -0/+22 |
* | video: remove vfcap.h | wm4 | 2015-01-21 | 1 | -3/+2 |
* | player: don't set tag strings to NULL | wm4 | 2015-01-12 | 1 | -3/+3 |
* | player: change --display-tags behavior | wm4 | 2015-01-12 | 1 | -7/+16 |
* | player: use libavutil API to get number of CPUs | wm4 | 2015-01-05 | 1 | -3/+2 |
* | player: print used number of threads in verbose mode | wm4 | 2015-01-05 | 2 | -4/+6 |
* | command: make the "run" command work on Windows too | wm4 | 2015-01-01 | 2 | -3/+5 |
* | player: filter tags, add --display-tags option | wm4 | 2014-12-29 | 2 | -0/+20 |
* | Do not call strerror() | wm4 | 2014-11-26 | 2 | -0/+12 |
* | Silence some Coverity warnings | wm4 | 2014-11-21 | 1 | -0/+1 |
* | common: fix version variable declarations | wm4 | 2014-11-02 | 2 | -2/+3 |
* | common: fix \x-style escaping | shdown | 2014-10-16 | 1 | -1/+1 |
* | Add some missing "const"s | wm4 | 2014-10-10 | 2 | -2/+2 |
* | fix -Wduplicate-decl-specifier warnings with clang | Stefano Pigozzi | 2014-10-09 | 2 | -4/+4 |
* | msg: fix unwanted blank lines | wm4 | 2014-10-08 | 1 | -1/+3 |
* | client API: introduce numeric log levels | wm4 | 2014-10-08 | 2 | -0/+15 |
* | msg, client API: buffer partial lines | wm4 | 2014-10-08 | 1 | -61/+73 |
* | msg, client API: never send the status line as log message | wm4 | 2014-10-08 | 1 | -1/+1 |
* | msg: set an explicit overflow message | wm4 | 2014-10-08 | 1 | -1/+1 |
* | stream: redo playback abort handling | wm4 | 2014-09-13 | 1 | -3/+0 |
* | player: deal with some corner cases with playlist navigation | wm4 | 2014-09-09 | 2 | -1/+16 |
* | player: normalize playlist entries on add | wm4 | 2014-09-09 | 1 | -1/+2 |
* | player: don't allow remote playlists to load local files | wm4 | 2014-09-01 | 1 | -3/+6 |
* | playlist: don't add the base path twice | wm4 | 2014-09-01 | 1 | -3/+0 |
* | player: always load playlists | wm4 | 2014-08-31 | 1 | -0/+3 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 8 | -9/+9 |
* | posix: use STD*_FILENO constants | Ben Boeckel | 2014-08-28 | 1 | -2/+2 |
* | msg: allow duplicating a mp_log | wm4 | 2014-08-25 | 1 | -15/+20 |
* | demux: always use AVPacket | wm4 | 2014-08-25 | 1 | -0/+2 |
* | win32: emulate some ANSI terminal escape codes | wm4 | 2014-08-21 | 1 | -12/+16 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 4 | -85/+39 |
* | Remove the last remains of slave mode | wm4 | 2014-08-01 | 1 | -1/+1 |
* | stream_lavf: allow setting AVOptions with --stream-lavf-o | wm4 | 2014-07-30 | 2 | -0/+11 |
* | command: append entries to the end of the playlist with loadlist append | Alessandro Ghedini | 2014-07-25 | 2 | -0/+10 |
* | encode: deal with codec->time_base deprecation | wm4 | 2014-07-22 | 1 | -5/+4 |
* | tags: add copy function | wm4 | 2014-07-16 | 2 | -0/+14 |
* | build: allow compilation without any atomics | wm4 | 2014-07-05 | 1 | -0/+4 |
* | demux, stream: change metadata notification | wm4 | 2014-07-05 | 2 | -0/+7 |
* | av_common: remove unneeded field | wm4 | 2014-06-29 | 1 | -1/+0 |
* | Revert "encode: make the central lock recursive" | Rudolf Polzer | 2014-06-12 | 1 | -2/+1 |
* | encode: make the central lock recursive | wm4 | 2014-06-12 | 1 | -1/+2 |
* | encode: make option struct local | wm4 | 2014-06-11 | 3 | -6/+58 |
* | Add more const | wm4 | 2014-06-11 | 3 | -4/+4 |
* | client API: call wakeup callback if there are new messages | wm4 | 2014-06-06 | 2 | -2/+12 |
* | playlist: fix playlist_move on itself | wm4 | 2014-05-25 | 1 | -1/+4 |
* | atomics: switch to C11 stdatomic.h | wm4 | 2014-05-21 | 1 | -17/+14 |
* | encoding: No error when the output format doesn't support a stream type at all. | Rudolf Polzer | 2014-05-16 | 1 | -8/+20 |
* | common: change MP_NOPTS_VALUE definition | wm4 | 2014-05-10 | 1 | -2/+2 |
* | common: change mp_snprintf_append semantics | wm4 | 2014-05-05 | 2 | -5/+12 |
* | options: remove deprecated --identify | Martin Herkt | 2014-05-04 | 2 | -11/+4 |
* | common: add mp_snprintf_append() utility function | wm4 | 2014-04-29 | 2 | -0/+23 |
* | stream: remove interrupt callback global variables | wm4 | 2014-04-25 | 1 | -0/+3 |
* | terminal: fix printing of prefix | wm4 | 2014-04-23 | 1 | -2/+3 |
* | Remove CPU detection and inline asm handling | wm4 | 2014-04-19 | 2 | -83/+0 |
* | player: add a --dump-stats option | wm4 | 2014-04-17 | 3 | -2/+48 |
* | msg: correct ringbuffer log level comparison | FRAU KOUJIRO | 2014-04-17 | 1 | -1/+1 |
* | New option --no-ometadata to opt out of including metadata when encoding. | Rudolf Polzer | 2014-04-14 | 1 | -1/+2 |
* | mp_tags: move generic mp_tags stuff into its own .c/.h files in common/ | Kevin Mitchell | 2014-04-13 | 2 | -0/+91 |
* | player: remove ASX, SMIL and NSC playlist parsers | wm4 | 2014-04-13 | 6 | -1178/+44 |
* | terminal: pretty print modules for --msgmodule | Evan Purkhiser | 2014-04-12 | 1 | -2/+26 |
* | encode_lavc: copy metadata to output file | Alessandro Ghedini | 2014-03-30 | 3 | -1/+20 |
* | encode: add locking | wm4 | 2014-03-09 | 2 | -4/+43 |
* | encode: don't access ao->pts | wm4 | 2014-03-07 | 3 | -0/+12 |
* | common: add some helper macros | wm4 | 2014-03-07 | 1 | -0/+3 |
* | msg: add --msgtime option to add timestamps to each output message | wm4 | 2014-02-28 | 1 | -2/+9 |
* | av_log: add tons of warnings against mismatched ffmpeg/libav libraries | wm4 | 2014-02-10 | 1 | -0/+22 |
* | av_log: restructure version printing code | wm4 | 2014-02-10 | 1 | -18/+28 |
* | options: add --no-terminal switch | wm4 | 2014-02-10 | 1 | -13/+21 |
* | msg: clear lines by printing spaces on MS Windows | wm4 | 2014-02-09 | 1 | -1/+7 |
* | msg: don't clear the status line if new and previous status was empty | wm4 | 2014-01-29 | 1 | -0/+3 |
* | playlist_parser: restore ASX parsing etc. | wm4 | 2014-01-20 | 1 | -8/+8 |
* | demux_playlist: move parser for plaintext playlists | wm4 | 2014-01-19 | 1 | -20/+0 |
* | msg: expose log level names | wm4 | 2014-01-16 | 3 | -3/+7 |
* | msg: add a mechanism to output messages to a ringbuffer | wm4 | 2014-01-16 | 2 | -18/+152 |
* | msg: fix typo in comment | wm4 | 2014-01-16 | 1 | -1/+1 |
* | msg: move special declarations to msg_control.h | wm4 | 2014-01-16 | 4 | -13/+21 |
* | msg: print module prefixes even if message contains newlines | wm4 | 2014-01-16 | 1 | -12/+23 |
* | msg: update comment | wm4 | 2014-01-15 | 1 | -1/+1 |
* | msg: terminal OSD uses stderr, not stdout | wm4 | 2014-01-15 | 1 | -1/+1 |
* | msg: don't clear term OSD lines that are not used | wm4 | 2014-01-14 | 1 | -3/+5 |
* | msg: fix printing of module header | wm4 | 2014-01-14 | 1 | -1/+2 |
* | player: redo terminal OSD and status line handling | wm4 | 2014-01-13 | 2 | -14/+80 |
* | Factor out setting AVCodecContext extradata | wm4 | 2014-01-11 | 2 | -10/+15 |
* | common: drop mp_append_utf8_buffer() | wm4 | 2013-12-30 | 2 | -13/+2 |
* | common: simplify and optimize string escape parsing | wm4 | 2013-12-30 | 2 | -5/+76 |
* | asxparser: remove commented code | wm4 | 2013-12-22 | 1 | -12/+0 |
* | Don't include version.h from make options.c | wm4 | 2013-12-22 | 2 | -4/+4 |
* | msg: add some comments about thread-safety | wm4 | 2013-12-22 | 1 | -0/+6 |
* | msg: remove global state | wm4 | 2013-12-21 | 3 | -59/+58 |
* | msg: don't prefix slave-mode stuff by default | wm4 | 2013-12-21 | 1 | -1/+1 |
* | msg: rename mp_msg_log -> mp_msg | wm4 | 2013-12-21 | 6 | -31/+31 |
* | msg: convert defines to enum | wm4 | 2013-12-21 | 3 | -26/+27 |
* | msg: remove legacy stuff | wm4 | 2013-12-21 | 2 | -142/+3 |
* | cpudetect: remove mp_msg calls | wm4 | 2013-12-21 | 1 | -13/+0 |
* | stream: mp_msg conversions | wm4 | 2013-12-21 | 2 | -6/+5 |
* | demux: mp_msg conversions | wm4 | 2013-12-21 | 1 | -1/+1 |
* | playlist_parser: mp_msg conversion | wm4 | 2013-12-21 | 4 | -72/+79 |
* | encode_lavc: mp_msg conversions | wm4 | 2013-12-21 | 3 | -109/+101 |
* | av_log: mp_msg conversion | wm4 | 2013-12-21 | 2 | -32/+71 |
* | m_option, m_config: mp_msg conversions | wm4 | 2013-12-21 | 2 | -14/+16 |
* | codecs: avoid having to print error message | wm4 | 2013-12-21 | 1 | -3/+2 |
* | codecs: mp_msg conversion | wm4 | 2013-12-21 | 2 | -7/+8 |
* | av_common: abuse av_log to print message instead of mp_msg | wm4 | 2013-12-21 | 1 | -1/+2 |
* | msg: handle vsnprintf errors | wm4 | 2013-12-20 | 1 | -1/+2 |
* | msg: use a global lock to synchronize printing | wm4 | 2013-12-20 | 1 | -4/+7 |
* | msg: change --msglevel, reduce legacy glue | wm4 | 2013-12-20 | 2 | -26/+123 |
* | msg: cosmetic changes | wm4 | 2013-12-20 | 2 | -124/+87 |
* | msg: change hack to silence command line pre-parse error messages | wm4 | 2013-12-20 | 2 | -1/+4 |
* | terminal: remove separate formatting for --msgmodule | wm4 | 2013-12-20 | 1 | -4/+1 |
* | terminal: abstract terminal color handling | wm4 | 2013-12-20 | 1 | -95/+5 |
* | terminal: move SIGTTOU signal handler setup code | wm4 | 2013-12-19 | 1 | -7/+0 |
* | Rename getch2....c/h to terminal....c/h | wm4 | 2013-12-19 | 1 | -1/+1 |
* | Reduce recursive config.h inclusions in headers | wm4 | 2013-12-18 | 1 | -3/+4 |
* | Remove the _ macro | wm4 | 2013-12-18 | 2 | -7/+4 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 25 | -0/+4380 |