aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-21decoder/ffmpeg: move code to lib/ffmpeg/Init.cxxMax Kellermann3-4/+66
2014-12-20decoder/ffmpeg: move code to lib/ffmpeg/LogCallback.cxxMax Kellermann3-34/+98
2014-12-19decoder/ffmpeg: remove obsolete commentMax Kellermann1-1/+0
2014-12-19decoder/ffmpeg: convert enums to constexprMax Kellermann1-4/+2
2014-12-19decoder/ffmpeg: move struct AvioStream to FfmpegIo.hxxMax Kellermann3-74/+139
2014-12-19decoder/ffmpeg: remove unnecessary nullptr check for av_free()Max Kellermann1-2/+1
2014-12-19decoder/ffmpeg: use AVStream::durationMax Kellermann2-10/+31
2014-12-19decoder/ffmpeg: skip _scan_stream() if no audio stream was foundMax Kellermann1-5/+9
2014-12-19decoder/ffmpeg: remove redundant audio stream checkMax Kellermann1-3/+3
2014-12-19decoder/ffmpeg: use more referencesMax Kellermann1-16/+16
2014-12-19decoder/ffmpeg: merge avformat_close_input() callsMax Kellermann1-57/+63
2014-12-19lib/ffmpeg/Time: add API documentationMax Kellermann1-0/+9
2014-12-19decoder/ffmpeg: move code to lib/ffmpeg/Time.hxxMax Kellermann2-48/+82
2014-12-19decoder/ffmpeg: use av_free() instead of av_freep()Max Kellermann1-1/+1
2014-12-19decoder/ffmpeg: add API documentationMax Kellermann1-1/+5
2014-12-18decoder/ffmpeg: copy_interleave_frame() returns ConstBufferMax Kellermann1-12/+12
2014-12-18decoder/ffmpeg: copy_interleave_frame() returns ErrorMax Kellermann1-14/+22
2014-12-18decoder/ffmpeg: pass AVPacket copy to ffmpeg_send_packet()Max Kellermann1-7/+5
2014-12-18decoder/ffmpeg: simplify ffmpeg_send_packet()Max Kellermann1-15/+15
2014-12-18decoder/ffmpeg: pass references instead of pointersMax Kellermann1-33/+33
2014-12-18decoder/ffmpeg: move code to class FfmpegBufferMax Kellermann2-17/+83
2014-12-18decoder/ffmpeg: fix crash on out-of-memoryMax Kellermann1-3/+7
2014-12-18decoder/ffmpeg: log detailed error messageMax Kellermann3-2/+76
2014-12-18decoder/ffmpeg: remove obsolete commentMax Kellermann1-1/+0
2014-12-18decoder/ffmpeg: add "pure" attributesMax Kellermann1-1/+2
2014-12-17output/winmm: show detailed error messagesMax Kellermann1-7/+18
2014-12-17LogBackend: force-flush stderr on WIN32Max Kellermann1-0/+6
2014-12-17LogInit: make stderr line-bufferedMax Kellermann1-0/+3
2014-12-17util/HugeAllocator: enable MEM_COMMIT on WindowsMax Kellermann1-1/+3
2014-12-16playlist/embcue: fix filename suffix detectionk441-1/+1
2014-12-15storage/nfs: add timeoutMax Kellermann2-3/+13
2014-12-15decoder/ffmpeg: detect and fix negative time stampsMax Kellermann1-4/+7
2014-12-15storage/nfs: clear last_error in SetState()Max Kellermann1-0/+1
2014-12-15lib/nfs/Connection: unregister socket with SocketMonitor::Steal()Max Kellermann1-1/+1
2014-12-15lib/nfs/Connection: implement mount timeoutMax Kellermann2-2/+31
2014-12-15lib/nfs/Connection: add debug flag "in_destroy"Max Kellermann2-0/+11
2014-12-14lib/nfs/Connection: add assertionMax Kellermann1-0/+2
2014-12-14lib/nfs/Connection: fix reconnect after mount failureMax Kellermann1-1/+1
2014-12-14lib/nfs/Connection: fix typo in code commentMax Kellermann1-1/+1
2014-12-14lib/nfs/Connection: fix memory leak (and assertion failure)Max Kellermann3-0/+28
2014-12-14lib/nfs/Connection: move code to Service()Max Kellermann2-12/+28
2014-12-14lib/nfs/Connection: add assertionsMax Kellermann1-0/+2
2014-12-14lib/nfs/Connection: move code to method InternalClose()Max Kellermann2-3/+17
2014-12-14lib/nfs/Connection: make in_service and in_event debug-only flagsMax Kellermann2-0/+11
2014-12-14lib/nfs/Connection: fix crash while canceling a failing Open()Max Kellermann1-2/+4
2014-12-14event/Loop: read the "again" flag while holding mutexMax Kellermann1-1/+2
2014-12-14lib/nfs/Connection: add assertionsMax Kellermann1-0/+31
2014-12-14input/nfs: include cleanupMax Kellermann1-4/+0
2014-12-14input/async: add API documentationMax Kellermann1-0/+4
2014-12-12sticker/Match: add inequality operatorsMax Kellermann3-0/+34