aboutsummaryrefslogtreecommitdiffhomepage
path: root/common
Commit message (Expand)AuthorAge
* Revert "encode: make the central lock recursive"Gravatar Rudolf Polzer2014-06-12
* encode: make the central lock recursiveGravatar wm42014-06-12
* encode: make option struct localGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* client API: call wakeup callback if there are new messagesGravatar wm42014-06-06
* playlist: fix playlist_move on itselfGravatar wm42014-05-25
* atomics: switch to C11 stdatomic.hGravatar wm42014-05-21
* encoding: No error when the output format doesn't support a stream type at all.Gravatar Rudolf Polzer2014-05-16
* common: change MP_NOPTS_VALUE definitionGravatar wm42014-05-10
* common: change mp_snprintf_append semanticsGravatar wm42014-05-05
* options: remove deprecated --identifyGravatar Martin Herkt2014-05-04
* common: add mp_snprintf_append() utility functionGravatar wm42014-04-29
* stream: remove interrupt callback global variablesGravatar wm42014-04-25
* terminal: fix printing of prefixGravatar wm42014-04-23
* Remove CPU detection and inline asm handlingGravatar wm42014-04-19
* player: add a --dump-stats optionGravatar wm42014-04-17
* msg: correct ringbuffer log level comparisonGravatar FRAU KOUJIRO2014-04-17
* New option --no-ometadata to opt out of including metadata when encoding.Gravatar Rudolf Polzer2014-04-14
* mp_tags: move generic mp_tags stuff into its own .c/.h files in common/Gravatar Kevin Mitchell2014-04-13
* player: remove ASX, SMIL and NSC playlist parsersGravatar wm42014-04-13
* terminal: pretty print modules for --msgmoduleGravatar Evan Purkhiser2014-04-12
* encode_lavc: copy metadata to output fileGravatar Alessandro Ghedini2014-03-30
* encode: add lockingGravatar wm42014-03-09
* encode: don't access ao->ptsGravatar wm42014-03-07
* common: add some helper macrosGravatar wm42014-03-07
* msg: add --msgtime option to add timestamps to each output messageGravatar wm42014-02-28
* 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