aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* vd_lavc: fix hwdec fallback if hwdec pre-initialization failsGravatar wm42016-04-22
* d3dva: move Intel_H264_NoFGT_ClearVideo to lower priorityGravatar Kevin Mitchell2016-04-18
* dxva2: fix missing newline in error messageGravatar Kevin Mitchell2016-04-18
* d3dva: include selected decoder and format in verbose outputGravatar Kevin Mitchell2016-04-17
* vaapi: determine surface format in decoder, not in rendererGravatar wm42016-04-11
* d3d: fix Windows buildGravatar wm42016-04-07
* videotoolbox: change how videotoolbox format is managedGravatar wm42016-04-07
* vd_lavc: let hardware decoder request delaying frames explicitlyGravatar wm42016-04-07
* vd_lavc: fix codec vs. decoder confusionGravatar wm42016-04-07
* demux_lavf, ad_lavc, ad_spdif, vd_lavc: handle FFmpeg codecpar API changeGravatar wm42016-03-31
* dxva2: rewrite to use shared code with d3d11vaGravatar Kevin Mitchell2016-03-30
* vd_lavc: add d3d11va hwdecGravatar Kevin Mitchell2016-03-30
* Add a mediacodec decoder hwdec wrapperGravatar Jan Ekström2016-03-25
* vd_lavc: mediacodec also needs special timebase loveGravatar Jan Ekström2016-03-25
* ad_lavc, vd_lavc: support new Libav decoding APIGravatar wm42016-03-24
* vd_lavc: slightly improve codec_timebase hackGravatar wm42016-03-24
* vd_lavc: don't get into an endless loop if decoding failsGravatar wm42016-03-18
* dxva2: prevent outputting native surfaces with HWDEC_DXVA2_COPY (again)Gravatar wm42016-03-17
* dec_video: always redisplay cover art after a seekGravatar wm42016-03-11
* dec_video: reduce scope of variableGravatar wm42016-03-11
* video: fix coverart decodingGravatar wm42016-03-07
* av_common: explicitly exclude _vdpau deccoders from enumerationGravatar wm42016-03-02
* video: fix hr-seekGravatar wm42016-02-28
* vd_lavc: simplify hwdec pixfmt checkGravatar wm42016-02-20
* dxva2: fix autoprobingGravatar wm42016-02-19
* video: allow the decoder to consume packets partiallyGravatar wm42016-02-19
* video: move packet timestamp fudgingGravatar wm42016-02-19
* video: move unreliable-packet-PTS checkGravatar wm42016-02-19
* dxva2: add interop (non-copyback) hwdec_typeGravatar Kevin Mitchell2016-02-17
* dxva2: avoid using AV_PIX_FMT_P010 directlyGravatar wm42016-02-17
* dxva2: use mp_HESULT_to_str on FAILED(hr)Gravatar Kevin Mitchell2016-02-16
* dxva2: use mp_image_pool_get_no_alloc for decoder imagesGravatar Kevin Mitchell2016-02-16
* dxva2: another attempt at using mp_image poolGravatar Kevin Mitchell2016-02-16
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* audio/video: expose codec info as separate fieldGravatar wm42016-02-15
* video: remove pointless parameter indirectionGravatar wm42016-02-15
* dxva2: support HEVC Main 10Gravatar wm42016-02-15
* dxva2: use mp_image pool for d3d surfacesGravatar Kevin Mitchell2016-02-14
* dxva2: remove unused structure membersGravatar Kevin Mitchell2016-02-14
* dxva2: streamline number of surface calculationGravatar Kevin Mitchell2016-02-14
* video: approximate AVI timestamps via DTS handlingGravatar wm42016-02-11
* player: fix crash if no video decoder can be initializedGravatar wm42016-02-10
* video/decode/dxva2.c: GUID_NULL conflictsGravatar kwkam2016-02-06
* vd_lavc: fix use after free in some hwdecsGravatar Kevin Mitchell2016-02-06
* vd_lavc: avoid calling flush on an unopened AVCodecContextGravatar wm42016-02-05
* video: remove AVI timestamps for dropped framesGravatar wm42016-02-04
* vd_lavc: remove redundant best_csp fieldGravatar wm42016-02-03
* vd_lavc: force microsecond timestamps on RPIGravatar wm42016-02-03
* audio/video: merge decoder return valuesGravatar wm42016-02-01
* vd_lavc: release surfaces before destroying decoderGravatar wm42016-01-30