aboutsummaryrefslogtreecommitdiffhomepage
path: root/common
Commit message (Expand)AuthorAge
* vd_lavc: request 1 more threads than CPU coresGravatar wm42015-03-05
* player: refine rar:// playlist-safety handlingGravatar wm42015-03-02
* msg: use relaxed atomics for log level testGravatar wm42015-03-02
* demux: add a demux_open_url() functionGravatar wm42015-02-20
* demux: change demux_open() signatureGravatar wm42015-02-20
* player: drop explicit exit() callsGravatar wm42015-02-12
* options: change --msg-level optionGravatar wm42015-02-06
* av_common: add comment about using now-deprecated libavcodec fieldGravatar wm42015-01-30
* msg: add --log-file optionGravatar wm42015-01-26
* video: remove vfcap.hGravatar wm42015-01-21
* player: don't set tag strings to NULLGravatar wm42015-01-12
* player: change --display-tags behaviorGravatar wm42015-01-12
* player: use libavutil API to get number of CPUsGravatar wm42015-01-05
* player: print used number of threads in verbose modeGravatar wm42015-01-05
* command: make the "run" command work on Windows tooGravatar wm42015-01-01
* player: filter tags, add --display-tags optionGravatar wm42014-12-29
* Do not call strerror()Gravatar wm42014-11-26
* Silence some Coverity warningsGravatar wm42014-11-21
* common: fix version variable declarationsGravatar wm42014-11-02
* common: fix \x-style escapingGravatar shdown2014-10-16
* Add some missing "const"sGravatar wm42014-10-10
* fix -Wduplicate-decl-specifier warnings with clangGravatar Stefano Pigozzi2014-10-09
* msg: fix unwanted blank linesGravatar wm42014-10-08
* client API: introduce numeric log levelsGravatar wm42014-10-08
* msg, client API: buffer partial linesGravatar wm42014-10-08
* msg, client API: never send the status line as log messageGravatar wm42014-10-08
* msg: set an explicit overflow messageGravatar wm42014-10-08
* stream: redo playback abort handlingGravatar wm42014-09-13
* player: deal with some corner cases with playlist navigationGravatar wm42014-09-09
* 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