aboutsummaryrefslogtreecommitdiffhomepage
path: root/common
Commit message (Expand)AuthorAge
...
* player: normalize playlist entries on addGravatar wm42014-09-09
* player: don't allow remote playlists to load local filesGravatar wm42014-09-01
* playlist: don't add the base path twiceGravatar wm42014-09-01
* player: always load playlistsGravatar wm42014-08-31
* Move compat/ and bstr/ directory contents somewhere elseGravatar wm42014-08-29
* posix: use STD*_FILENO constantsGravatar Ben Boeckel2014-08-28
* msg: allow duplicating a mp_logGravatar wm42014-08-25
* demux: always use AVPacketGravatar wm42014-08-25
* win32: emulate some ANSI terminal escape codesGravatar wm42014-08-21
* Improve setting AVOptionsGravatar wm42014-08-02
* Remove the last remains of slave modeGravatar wm42014-08-01
* stream_lavf: allow setting AVOptions with --stream-lavf-oGravatar wm42014-07-30
* command: append entries to the end of the playlist with loadlist appendGravatar Alessandro Ghedini2014-07-25
* encode: deal with codec->time_base deprecationGravatar wm42014-07-22
* tags: add copy functionGravatar wm42014-07-16
* build: allow compilation without any atomicsGravatar wm42014-07-05
* demux, stream: change metadata notificationGravatar wm42014-07-05
* av_common: remove unneeded fieldGravatar wm42014-06-29
* 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