aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
...
* videotoolbox: support new libavcodec APIGravatar wm42017-05-24
* vd_lavc: check for missing device_ctx refGravatar wm42017-05-24
* demux_raw: drop "mp-rawvideo" useGravatar wm42017-05-20
* vdpau: crappy hack to allow initializing hw decoding after preemptionGravatar wm42017-05-19
* cuda: add new way to set cuda context on cuvid codecsGravatar wm42017-05-05
* d3d: fix build with LibavGravatar wm42017-05-04
* d3d11: change mp_image plane pointer semanticsGravatar wm42017-05-04
* vd_lavc: fix build with FFmpeg 3.2Gravatar wm42017-05-04
* vd_lavc: add support for decoders which use AVCodecContext.hw_device_ctxGravatar wm42017-05-03
* video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2Gravatar wm42017-04-23
* vd_lavc: fix return value in receive_frame()Gravatar wm42017-04-07
* vd_lavc: fix potential build failure with vaapiGravatar wm42017-03-23
* vdpau: support new vdpau libavcodec decode APIGravatar wm42017-03-23
* vdpau: warn on HEVC due to completely broken nVidia driversGravatar wm42017-03-14
* vd_lavc: disable videotoolbox hack with newer ffmpeg versionsGravatar wm42017-03-07
* hw_videotoolbox: allow using native decoder output formatGravatar wm42017-03-02
* vd_lavc: log pixel format requested from decoderGravatar wm42017-03-01
* decode: fix extra surface countGravatar wm42017-02-27
* dec_video, dec_audio: remove redundant NULL-checksGravatar wm42017-02-20
* Fix two typosGravatar wm42017-02-20
* vd_lavc: increase verbosity if requested hwaccel is not compiledGravatar wm42017-02-20
* vd_lavc, vaapi: move hw device creation to generic codeGravatar wm42017-02-20
* videotoolbox: remove weird format-negotiation between VO and decoderGravatar wm42017-02-17
* videotoolbox: factor some duplicated codeGravatar wm42017-02-17
* vd_lavc: fix inverted error checkGravatar wm42017-02-16
* vd_lavc: move most vaapi hwaccel setup code to generic codeGravatar wm42017-02-16
* vd_lavc: remove some leftover vaapi locking infrastructureGravatar wm42017-02-16
* player: add experimental stream recording featureGravatar wm42017-02-07
* hw_dxva2: create a IDirect3D9Ex deviceGravatar wm42017-02-02
* vaapi: improve a commentGravatar wm42017-01-28
* vaapi: remove central lock around vaapi API callsGravatar wm42017-01-28
* vd_lavc: allocate 8 ref frames for VP9Gravatar wm42017-01-26
* ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common codeGravatar wm42017-01-25
* build: replace some FFmpeg API checks with version checksGravatar wm42017-01-24
* 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
* build: prefix hwaccel decoder wrapper filenames with hw_Gravatar wm42017-01-17
* cuda: fix 10 bit decodingGravatar wm42017-01-16
* cuda: fix AVHWFramesContext initializationGravatar wm42017-01-16
* vo_opengl: hwdec_cuda: export AVHWDeviceContextGravatar wm42017-01-16
* vd_lavc: demote software decoding message to verbose log levelGravatar wm42017-01-13
* vo_opengl, vaapi: properly probe 10 bit rendering supportGravatar wm42017-01-13
* vaapi: always create AVHWDeviceContext on initGravatar wm42017-01-13
* vaapi: fix typoGravatar wm42017-01-12
* vaapi: explicitly reject 10 bit surfaces outside of copy modeGravatar wm42017-01-12
* vaapi: handle image copying for vaapi-copy in common codeGravatar wm42017-01-12
* vd_lavc, mp_image: remove code duplication for AVFrame<->mp_imageGravatar wm42017-01-12
* vaapi: properly set hw_subfmt field with new decode APIGravatar wm42017-01-12