aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* video, audio: always read all frames before getting next packetGravatar wm42018-01-01
* demux_mkv: add hack to pass along x264 version to decoderGravatar wm42017-12-28
* vd_lavc: add an option to explicitly workaround x264 4:4:4 bugGravatar wm42017-12-28
* vd_lavc: fix crash with RPI hwdecGravatar wm42017-12-28
* options: drop some previously deprecated optionsGravatar wm42017-12-25
* Restore Libav supportGravatar wm42017-12-21
* msg: reinterpret a bunch of message levelsGravatar Niklas Haas2017-12-15
* vd_lavc: rename --hwdec=rpi to --hwdec=mmalGravatar wm42017-12-15
* vd_lavc: use libavcodec metadata for hardware decoder wrappersGravatar wm42017-12-15
* vd_lavc: always load VO interops with non-copy hw decodersGravatar wm42017-12-11
* vd_lavc: add rkmpp to the hwdec_wrappers array.Gravatar LongChair2017-12-10
* vd_lavc: don't request native pixfmt with -copy and METHOD_INTERNALGravatar wm42017-12-02
* vd_lavc, vdpau, vaapi: restore emulated API avoidanceGravatar wm42017-12-02
* vd_lavc: simpler way to check for opque hw frameGravatar wm42017-12-02
* vd_lavc: sort -copy hwdec modes to end of listGravatar wm42017-12-02
* vd_lavc: allow forcing single implementations with --hwdecGravatar wm42017-12-02
* vd_lavc: slightly simplifyGravatar wm42017-12-02
* vd_lavc: coding styleGravatar wm42017-12-02
* vd_lavc: fix dumb nonsenseGravatar wm42017-12-01
* vd_lavc, mp_image: remove weird mpv specific palette constantGravatar wm42017-12-01
* vd_lavc: merge redundant headerGravatar wm42017-12-01
* vd_lavc: rewrite how --hwdec is handledGravatar wm42017-12-01
* vd_lavc: drop mediacodec direct rendering support temporarilyGravatar wm42017-12-01
* video: move d3d.c out of decode sub directoryGravatar wm42017-12-01
* vd_lavc: delete hw_d3d11va.c/hw_dxva2.c and merge leftoversGravatar wm42017-12-01
* hw_dxva2: move dxva2 code to d3d.cGravatar wm42017-12-01
* video: refactor hw device creation for hwdec copy modesGravatar wm42017-12-01
* vd_lavc: move entrypoint for hwframes_refineGravatar wm42017-12-01
* vd_lavc: remove process_image callbackGravatar wm42017-12-01
* d3d11: move code for d3d11eglrgb hackGravatar wm42017-12-01
* vo_gpu: make it possible to load multiple hwdec interop driversGravatar wm42017-12-01
* vd_lavc: prefer nvdec over vdpau with --hwdec=autoGravatar wm42017-11-30
* vd_lavc: restore --hwdec-image-format and d3d11 opaque modeGravatar wm42017-11-02
* vd_lavc: clean out more hwdec legacy codeGravatar wm42017-10-31
* vd_lavc: remove more dead legacy codeGravatar wm42017-10-31
* videotoolbox: use generic code for dummy hwdevice initGravatar wm42017-10-31
* vd_lavc: remove dead legacy codeGravatar wm42017-10-31
* d3d: remove some legacy codeGravatar wm42017-10-31
* vd_lavc: makre sure required headers are included early enoughGravatar wm42017-10-31
* vd_lavc: move display mastering data stuff to mp_imageGravatar wm42017-10-30
* Bump libav* API useGravatar wm42017-10-30
* vd_lavc: make --hwdec=nvdec-copy actually workGravatar wm42017-10-30
* vd_lavc: remove need for duplicated cuda GL interop backendGravatar wm42017-10-30
* Get rid of deprecated AVFrame accessorsGravatar wm42017-10-30
* vd_lavc: add support for nvdec hwaccelGravatar wm42017-10-28
* vd_lavc: use avcodec_fill_hw_frames_parameters() APIGravatar wm42017-10-27
* vd_lavc: more aggressive frame dropping for intra only codecsGravatar wm42017-10-26
* demux: get rid of demux_packet.new_segment fieldGravatar wm42017-10-24
* Add DRM_PRIME Format Handling and Display for RockChip MPP decodersGravatar Lionel CHAZALLON2017-10-23
* video: make previously added hwdec params mechanism more genericGravatar wm42017-10-16