aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* cue: accept lower-case cue commandsGravatar wm42017-01-24
* stream: check for playback aborts on reading tooGravatar wm42017-01-24
* av_common: remove old/unused timestamp passthrough codeGravatar wm42017-01-24
* build: new vaapi hwaccel API does not use av_image_copy_uc_from()Gravatar wm42017-01-24
* av_common: drop unused functionGravatar wm42017-01-24
* build: replace some FFmpeg API checks with version checksGravatar wm42017-01-24
* ad_lavc: respect AV_FRAME_FLAG_DISCARDGravatar wm42017-01-24
* sub: add option to force using video resolution for image subtitlesGravatar wm42017-01-23
* sd_lavc: remove old broken heuristicGravatar wm42017-01-23
* player: actually initialize/destroy MPContext.lockGravatar wm42017-01-22
* charset_conv: fallback to interpreting subs as latin1 if iconv failsGravatar wm42017-01-22
* charset_conv: support minimum compatibility to utf8:... syntaxGravatar wm42017-01-22
* player: remove --stream-capture option/propertyGravatar wm42017-01-21
* command: rename framedrop propertiesGravatar wm42017-01-20
* options: refacactor how --opengl-dwmflush is declaredGravatar wm42017-01-20
* options: refactor how --opengl-dcomposition is declaredGravatar wm42017-01-20
* x11: pseudo HiDPI scalingGravatar wm42017-01-19
* options: drop deprecated --sub-codepage syntaxGravatar wm42017-01-19
* options: drop deprecated --vd/--ad codecs selection featuresGravatar wm42017-01-19
* cocoa: don't constrain window frame for fullscreenGravatar Akemi2017-01-19
* cocoa: don't init displaylink on reconfigGravatar Akemi2017-01-19
* cocoa: move updateBorder method to the protocolGravatar Akemi2017-01-19
* cocoa: properly recover from toggleFullscreen failGravatar Akemi2017-01-19
* cocoa: fix window size in certain circumstancesGravatar Akemi2017-01-19
* ad_spdif: log avformat errorsGravatar wm42017-01-19
* player: actually let cache readahead after opening demuxer for prefetchGravatar wm42017-01-19
* player: also log if completely prefetched URL is discardedGravatar wm42017-01-19
* player: add prefetching of the next playlist entryGravatar wm42017-01-18
* player: restructure cancel callbackGravatar wm42017-01-18
* player: move some minor demuxer setup codeGravatar wm42017-01-18
* vo: log timings around flipping/waitingGravatar wm42017-01-18
* ad_spdif: fix obscure cases of AC3 passthroughGravatar wm42017-01-18
* vaapi: detect new API on FFmpeg too, and disable it by defaultGravatar wm42017-01-18
* vaapi: fix va_surface_get_uncropped_size() for libavutil surfacesGravatar wm42017-01-18
* vaapi: we don't need SSE intrinsics with the new APIGravatar wm42017-01-17
* vo_opengl, vo_opengl_cb: better hwdec interop backend selectionGravatar wm42017-01-17
* vo_opengl_cb: cleanup messy option synchronizationGravatar wm42017-01-17
* vdpau: reject decoding of non-4:2:0Gravatar wm42017-01-17
* vd_lavc: always fail decoding immediately if copying hw surface failsGravatar wm42017-01-17
* vdpau: use libavutil for surface allocation during decodingGravatar wm42017-01-17
* vaapi: move AVHWFramesContext setup code to common codeGravatar wm42017-01-17
* lua: close directory after reading its entriesGravatar William Woodruff2017-01-17
* build: prefix hwaccel decoder wrapper filenames with hw_Gravatar wm42017-01-17
* cuda: fix 10 bit decodingGravatar wm42017-01-16
* stream_bluray: use proper 0-based idxGravatar Ricardo Constantino2017-01-16
* manpage: add comment about --alpha being broken on X11/EGL/MesaGravatar wm42017-01-16
* video: support filtering hardware frames via libavfilterGravatar wm42017-01-16
* vf_lavfi: switch to AVBufferSrcParametersGravatar wm42017-01-16
* vo_opengl: hwdec_cuda: add yuv420p supportGravatar wm42017-01-16
* cuda: fix AVHWFramesContext initializationGravatar wm42017-01-16