aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* player: make decoding cover art more robustGravatar wm42015-06-18
* vaapi: remove direct mapping non-senseGravatar wm42015-05-29
* vd_lavc: fix a hw decoding fallback caseGravatar wm42015-05-29
* vdpau: add support for the "new" libavcodec vdpau APIGravatar wm42015-05-28
* video: rename vdpau.c to vdpau_old.cGravatar wm42015-05-28
* vd_lavc: allocate hw surfaces using the coded sizeGravatar wm42015-05-28
* vd_lavc: merge two functionsGravatar wm42015-05-28
* vd_lavc: make hardware decoding fallback less violentGravatar wm42015-05-28
* vd_lavc: report actually used hwdec APIGravatar wm42015-05-25
* dxva2: support HEVCGravatar wm42015-05-14
* vda: add support for nv12 image formatsGravatar Stefano Pigozzi2015-05-13
* dxva2: fix broken build with gcc 5.1Gravatar Avi Halachmi (:avih)2015-04-24
* video: cleanup some old log messagesGravatar wm42015-04-20
* player: change video-bitrate and audio-bitrate propertiesGravatar wm42015-04-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* vdpau: fix preemption handlingGravatar Dan Oscarsson2015-03-31
* video: move colorspace overrides to vf_format, simplifyGravatar wm42015-03-31
* RPI supportGravatar wm42015-03-29
* vd_lavc: less confusing message when hardware decoding won't workGravatar wm42015-03-20
* player: better handling of video with no timestampsGravatar wm42015-03-20
* player: warn against non-monotonic video PTS only onceGravatar wm42015-03-18
* vd_lavc: change message about using hardware decodingGravatar wm42015-03-17
* video: don't drop anamorphic scaling if it's too minorGravatar wm42015-03-16
* vd_lavc: let --hwdec=auto select "vaapi-copy"Gravatar wm42015-03-05
* Remove some FFmpeg/Libav compatibility hacksGravatar wm42015-03-03
* Revert "Revert recent vo_opengl related commits"Gravatar Niklas Haas2015-02-28
* Revert recent vo_opengl related commitsGravatar wm42015-02-28
* vd_lavc: respect lavc's color_trc fieldGravatar Niklas Haas2015-02-28
* video: remove redundant codec parametersGravatar wm42015-02-24
* video: un-discourage "vaapi-copy" hwdec modeGravatar wm42015-02-20
* vd_lavc: uninit the hwdec backend after closing the decoderGravatar wm42015-02-14
* video: work around libswscale for PNG pixel formatsGravatar wm42015-02-06
* command: add property returning detected hwdec APIGravatar wm42015-02-02
* video: have a generic context struct for hwdec backendsGravatar wm42015-01-22
* win32: request UTF-16 API variants, Vista+ APIs, and COM C macrosGravatar wm42015-01-07
* dxva2: copy mp_image attributes to sw_imgGravatar James Ross-Gowan2015-01-07
* player: print used number of threads in verbose modeGravatar wm42015-01-05
* vd_lavc: fix error handling pathGravatar wm42014-12-13
* Check some mallocsGravatar wm42014-12-12
* vd_lavc: use avcodec_is_open()Gravatar wm42014-12-02
* vd_lavc: don't crash if codec could not be openedGravatar wm42014-12-01
* vd_lavc: flush frames before uninitializing hw decoderGravatar wm42014-11-20
* dxva2: use gpu_memcpy with unmatched stridesGravatar James Ross-Gowan2014-10-27
* dxva2: fix copying surfaces with different strideGravatar James Ross-Gowan2014-10-27
* dxva2: fix crash on initialization failureGravatar wm42014-10-26
* dxva2: gpu_memcpy: fix build for GCC 4.8.3Gravatar James Ross-Gowan2014-10-26
* dxva2: use optimized memcpyGravatar James Ross-Gowan2014-10-26
* video: initial dxva2 supportGravatar wm42014-10-25
* vd_lavc: fix a small memory leak on init errorGravatar wm42014-09-29
* Remove mpbswap.hGravatar wm42014-09-25