| Commit message (Expand) | Author | Age | Files | Lines |
* | vd_lavc: don't keep packets for fallbacks if errors are tolerated | wm4 | 2019-11-02 | 1 | -1/+3 |
* | vd_lavc: fix prepare_decoding() failure modes | wm4 | 2019-11-02 | 1 | -9/+14 |
* | vd_lavc: mention hw decoding if decoding fails in hwdec mode | wm4 | 2019-11-02 | 1 | -1/+2 |
* | vd_lavc: simplify fallback handling for full stream hw decoder | wm4 | 2019-11-02 | 1 | -20/+18 |
* | vd_lavc: signal packet consumed in drop-all case | wm4 | 2019-11-02 | 1 | -1/+1 |
* | vd_lavc: change incorrect bool return type to int | wm4 | 2019-11-02 | 1 | -1/+1 |
* | vd_lavc: fix draining with hwdec copy modes | wm4 | 2019-10-25 | 1 | -4/+4 |
* | ad_lavc, vd_lavc: return full error codes to shared decoder loop | wm4 | 2019-10-24 | 1 | -28/+31 |
* | video: generally try to align image data on 64 bytes | wm4 | 2019-09-19 | 1 | -1/+1 |
* | vd_lavc: put vaapi before vdpau in autoprobe order | wm4 | 2019-09-19 | 1 | -2/+2 |
* | vd_lavc: add --hwdec-extra-frames option | wm4 | 2019-09-19 | 1 | -7/+8 |
* | Merge branch 'master' into pr6360 | Jan Ekström | 2019-03-11 | 1 | -2/+2 |
|\ |
|
| * | vd_lavc: increase the possible length of the hwdec name | Akemi | 2019-01-23 | 1 | -1/+1 |
| * | vd_lavc: minor simplification for get_format fallback | wm4 | 2018-05-25 | 1 | -7/+1 |
* | | vd_lavc: move hwdec opts to local config, don't use global MPOpts | wm4 | 2018-05-24 | 1 | -21/+41 |
* | | vd_lavc: minor simplification for get_format fallback | wm4 | 2018-05-24 | 1 | -7/+1 |
|/ |
|
* | vd_lavc: enable dr by default | wm4 | 2018-04-29 | 1 | -0/+1 |
* | vd_lavc: slightly better logging about why hwdec is not used | wm4 | 2018-03-08 | 1 | -5/+9 |
* | vd_lavc: fix inverted condition | wm4 | 2018-03-03 | 1 | -1/+1 |
* | Fix recent FFmpeg deprecations | wm4 | 2018-02-13 | 1 | -2/+3 |
* | vd_lavc: fix stall with some uses of --hwdec=copy | wm4 | 2018-02-05 | 1 | -3/+6 |
* | vd_lavc: fix recently broken hardware decode fallback | wm4 | 2018-02-04 | 1 | -7/+16 |
* | video: make decoder wrapper a filter | wm4 | 2018-01-30 | 4 | -776/+125 |
* | video: minor simplification | wm4 | 2018-01-25 | 1 | -1/+1 |
* | video: warn user against FFmpeg's lies | wm4 | 2018-01-22 | 1 | -9/+6 |
* | video: change some remaining vo_opengl mentions to vo_gpu | Akemi | 2018-01-20 | 1 | -1/+1 |
* | video: avoid some unnecessary vf.h includes | wm4 | 2018-01-18 | 1 | -1/+0 |
* | video: change some mp_image_pool semantics | wm4 | 2018-01-13 | 1 | -2/+2 |
* | video, audio: don't actively wait for demuxer input | wm4 | 2018-01-09 | 1 | -0/+2 |
* | video, audio: always read all frames before getting next packet | wm4 | 2018-01-01 | 2 | -2/+24 |
* | demux_mkv: add hack to pass along x264 version to decoder | wm4 | 2017-12-28 | 1 | -0/+13 |
* | vd_lavc: add an option to explicitly workaround x264 4:4:4 bug | wm4 | 2017-12-28 | 1 | -0/+5 |
* | vd_lavc: fix crash with RPI hwdec | wm4 | 2017-12-28 | 1 | -1/+2 |
* | options: drop some previously deprecated options | wm4 | 2017-12-25 | 1 | -4/+0 |
* | Restore Libav support | wm4 | 2017-12-21 | 1 | -0/+2 |
* | msg: reinterpret a bunch of message levels | Niklas Haas | 2017-12-15 | 1 | -4/+4 |
* | vd_lavc: rename --hwdec=rpi to --hwdec=mmal | wm4 | 2017-12-15 | 1 | -4/+0 |
* | vd_lavc: use libavcodec metadata for hardware decoder wrappers | wm4 | 2017-12-15 | 1 | -25/+8 |
* | vd_lavc: always load VO interops with non-copy hw decoders | wm4 | 2017-12-11 | 1 | -0/+4 |
* | vd_lavc: add rkmpp to the hwdec_wrappers array. | LongChair | 2017-12-10 | 1 | -0/+1 |
* | vd_lavc: don't request native pixfmt with -copy and METHOD_INTERNAL | wm4 | 2017-12-02 | 1 | -0/+1 |
* | vd_lavc, vdpau, vaapi: restore emulated API avoidance | wm4 | 2017-12-02 | 1 | -0/+11 |
* | vd_lavc: simpler way to check for opque hw frame | wm4 | 2017-12-02 | 1 | -3/+1 |
* | vd_lavc: sort -copy hwdec modes to end of list | wm4 | 2017-12-02 | 1 | -6/+12 |
* | vd_lavc: allow forcing single implementations with --hwdec | wm4 | 2017-12-02 | 1 | -2/+3 |
* | vd_lavc: slightly simplify | wm4 | 2017-12-02 | 1 | -34/+28 |
* | vd_lavc: coding style | wm4 | 2017-12-02 | 1 | -1/+1 |
* | vd_lavc: fix dumb nonsense | wm4 | 2017-12-01 | 1 | -1/+4 |
* | vd_lavc, mp_image: remove weird mpv specific palette constant | wm4 | 2017-12-01 | 1 | -4/+0 |
* | vd_lavc: merge redundant header | wm4 | 2017-12-01 | 2 | -94/+77 |
* | vd_lavc: rewrite how --hwdec is handled | wm4 | 2017-12-01 | 2 | -479/+323 |
* | vd_lavc: drop mediacodec direct rendering support temporarily | wm4 | 2017-12-01 | 2 | -69/+8 |
* | video: move d3d.c out of decode sub directory | wm4 | 2017-12-01 | 2 | -329/+0 |
* | vd_lavc: delete hw_d3d11va.c/hw_dxva2.c and merge leftovers | wm4 | 2017-12-01 | 5 | -117/+39 |
* | hw_dxva2: move dxva2 code to d3d.c | wm4 | 2017-12-01 | 2 | -117/+126 |
* | video: refactor hw device creation for hwdec copy modes | wm4 | 2017-12-01 | 5 | -87/+71 |
* | vd_lavc: move entrypoint for hwframes_refine | wm4 | 2017-12-01 | 6 | -11/+7 |
* | vd_lavc: remove process_image callback | wm4 | 2017-12-01 | 2 | -9/+3 |
* | d3d11: move code for d3d11eglrgb hack | wm4 | 2017-12-01 | 2 | -10/+3 |
* | vo_gpu: make it possible to load multiple hwdec interop drivers | wm4 | 2017-12-01 | 1 | -1/+1 |
* | vd_lavc: prefer nvdec over vdpau with --hwdec=auto | wm4 | 2017-11-30 | 1 | -11/+13 |
* | vd_lavc: restore --hwdec-image-format and d3d11 opaque mode | wm4 | 2017-11-02 | 2 | -1/+6 |
* | vd_lavc: clean out more hwdec legacy code | wm4 | 2017-10-31 | 3 | -39/+5 |
* | vd_lavc: remove more dead legacy code | wm4 | 2017-10-31 | 4 | -108/+2 |
* | videotoolbox: use generic code for dummy hwdevice init | wm4 | 2017-10-31 | 2 | -75/+19 |
* | vd_lavc: remove dead legacy code | wm4 | 2017-10-31 | 2 | -22/+0 |
* | d3d: remove some legacy code | wm4 | 2017-10-31 | 1 | -42/+0 |
* | vd_lavc: makre sure required headers are included early enough | wm4 | 2017-10-31 | 2 | -1/+1 |
* | vd_lavc: move display mastering data stuff to mp_image | wm4 | 2017-10-30 | 3 | -42/+3 |
* | Bump libav* API use | wm4 | 2017-10-30 | 1 | -154/+6 |
* | vd_lavc: make --hwdec=nvdec-copy actually work | wm4 | 2017-10-30 | 2 | -3/+32 |
* | vd_lavc: remove need for duplicated cuda GL interop backend | wm4 | 2017-10-30 | 2 | -2/+6 |
* | Get rid of deprecated AVFrame accessors | wm4 | 2017-10-30 | 1 | -1/+1 |
* | vd_lavc: add support for nvdec hwaccel | wm4 | 2017-10-28 | 1 | -0/+15 |
* | vd_lavc: use avcodec_fill_hw_frames_parameters() API | wm4 | 2017-10-27 | 2 | -2/+112 |
* | vd_lavc: more aggressive frame dropping for intra only codecs | wm4 | 2017-10-26 | 2 | -5/+15 |
* | demux: get rid of demux_packet.new_segment field | wm4 | 2017-10-24 | 1 | -3/+8 |
* | Add DRM_PRIME Format Handling and Display for RockChip MPP decoders | Lionel CHAZALLON | 2017-10-23 | 1 | -0/+7 |
* | video: make previously added hwdec params mechanism more generic | wm4 | 2017-10-16 | 1 | -4/+5 |
* | video: properly pass through ICC data | wm4 | 2017-10-16 | 1 | -6/+0 |
* | video: add mp_image_params.hw_flags and add an example | wm4 | 2017-10-16 | 1 | -1/+19 |
* | video: make it possible to always override hardware decoding format | wm4 | 2017-10-16 | 1 | -0/+2 |
* | hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC frames | Aman Gupta | 2017-10-09 | 2 | -0/+49 |
* | hwdec: rename mediacodec to mediacodec-copy | Aman Gupta | 2017-10-09 | 2 | -9/+26 |
* | build: switch preliminary LGPL mode from v3 to v2.1 | wm4 | 2017-10-05 | 1 | -9/+1 |
* | vd_lavc: cuda requires setting hw_device_ctx | wm4 | 2017-09-26 | 1 | -1/+1 |
* | video: remove old videotoolbox support | wm4 | 2017-09-26 | 2 | -179/+1 |
* | video: drop old D3D11/DXVA2 support | wm4 | 2017-09-26 | 4 | -1458/+8 |
* | video: drop old cuda/cuvid hwaccel | wm4 | 2017-09-26 | 3 | -122/+1 |
* | vd_lavc: revert accidental vaapi changes revert | wm4 | 2017-09-22 | 1 | -7/+5 |
* | build: add preliminary LGPL mode | wm4 | 2017-09-21 | 3 | -32/+28 |
* | Revert "vd_lavc: change auto-probe order to prefer cuda over vdpau-copy" | wm4 | 2017-09-19 | 1 | -7/+5 |
* | vd_lavc: change auto-probe order to prefer cuda over vdpau-copy | wm4 | 2017-08-30 | 1 | -5/+7 |
* | vd_lavc: work around some more idiotic FFmpeg nonsense | wm4 | 2017-08-24 | 1 | -0/+4 |
* | vd_lavc: fix mid-stream hwdec fallback | wm4 | 2017-08-23 | 1 | -0/+3 |
* | video: add metadata handling for spherical video | wm4 | 2017-08-21 | 1 | -0/+4 |
* | vd_lavc: fix device leak with copy-mode hwaccels | wm4 | 2017-08-09 | 2 | -2/+4 |
* | vd_lavc: decode embedded ICC profiles | Niklas Haas | 2017-08-03 | 1 | -0/+6 |
* | options: --priority can be LGPL | wm4 | 2017-08-03 | 1 | -2/+0 |
* | vo_opengl: add direct rendering support | wm4 | 2017-07-24 | 3 | -0/+106 |
* | options: drop --video-aspect-method=hybrid | wm4 | 2017-07-21 | 2 | -29/+3 |
* | options: kill --field-dominance | wm4 | 2017-07-21 | 1 | -9/+0 |
* | vd_lavc: fix crashes with old hwaccels | wm4 | 2017-07-10 | 1 | -7/+5 |
* | ad_lavc, vd_lavc, sd_lavc: consistently use avcodec_free_context() | wm4 | 2017-07-06 | 1 | -5/+1 |
* | vd_lavc: fix build with old FFmpeg/Libav versions | wm4 | 2017-07-04 | 1 | -1/+1 |
* | vd_lavc: remove unused hwaccel support code | wm4 | 2017-07-04 | 2 | -43/+1 |
* | vd_lavc: make --vd-lavc-check-hw-profile=no work for generic hwaccels | wm4 | 2017-07-04 | 1 | -1/+5 |
* | d3d: fix behavior with deprecated FFmpeg J pixel formats | wm4 | 2017-07-04 | 2 | -0/+4 |
* | d3d: UWP support for D3D11VA | wm4 | 2017-06-30 | 3 | -12/+19 |
* | d3d: make DXVA2 support optional | wm4 | 2017-06-30 | 2 | -1/+9 |
* | vd: use ST.2086 / HDR10 MaxCLL in addition to mastering metadata | Niklas Haas | 2017-06-18 | 3 | -18/+36 |
* | video: refactor HDR implementation | Niklas Haas | 2017-06-18 | 1 | -1/+1 |
* | dec_video: change license to LGPL (almost) | wm4 | 2017-06-18 | 2 | -1/+19 |
* | vd, vd_lavc: change license to LGPL (almost) | wm4 | 2017-06-15 | 2 | -8/+18 |
* | d3d: add support for new libavcodec hwaccel API | wm4 | 2017-06-08 | 6 | -13/+381 |
* | videotoolbox: support new libavcodec API | wm4 | 2017-05-24 | 2 | -0/+64 |
* | vd_lavc: check for missing device_ctx ref | wm4 | 2017-05-24 | 1 | -0/+5 |
* | demux_raw: drop "mp-rawvideo" use | wm4 | 2017-05-20 | 1 | -5/+0 |
* | vdpau: crappy hack to allow initializing hw decoding after preemption | wm4 | 2017-05-19 | 1 | -0/+2 |
* | cuda: add new way to set cuda context on cuvid codecs | wm4 | 2017-05-05 | 3 | -3/+27 |
* | d3d: fix build with Libav | wm4 | 2017-05-04 | 2 | -0/+2 |
* | d3d11: change mp_image plane pointer semantics | wm4 | 2017-05-04 | 2 | -8/+8 |
* | vd_lavc: fix build with FFmpeg 3.2 | wm4 | 2017-05-04 | 1 | -1/+6 |
* | vd_lavc: add support for decoders which use AVCodecContext.hw_device_ctx | wm4 | 2017-05-03 | 2 | -7/+18 |
* | video: drop vaapi/vdpau hw decoding support with FFmpeg 3.2 | wm4 | 2017-04-23 | 3 | -597/+3 |
* | vd_lavc: fix return value in receive_frame() | wm4 | 2017-04-07 | 1 | -1/+1 |
* | vd_lavc: fix potential build failure with vaapi | wm4 | 2017-03-23 | 1 | -1/+1 |
* | vdpau: support new vdpau libavcodec decode API | wm4 | 2017-03-23 | 1 | -3/+41 |
* | vdpau: warn on HEVC due to completely broken nVidia drivers | wm4 | 2017-03-14 | 1 | -4/+7 |
* | vd_lavc: disable videotoolbox hack with newer ffmpeg versions | wm4 | 2017-03-07 | 1 | -2/+5 |
* | hw_videotoolbox: allow using native decoder output format | wm4 | 2017-03-02 | 1 | -2/+8 |
* | vd_lavc: log pixel format requested from decoder | wm4 | 2017-03-01 | 1 | -8/+18 |
* | decode: fix extra surface count | wm4 | 2017-02-27 | 4 | -5/+4 |
* | dec_video, dec_audio: remove redundant NULL-checks | wm4 | 2017-02-20 | 1 | -2/+1 |
* | Fix two typos | wm4 | 2017-02-20 | 1 | -1/+1 |
* | vd_lavc: increase verbosity if requested hwaccel is not compiled | wm4 | 2017-02-20 | 1 | -1/+2 |
* | vd_lavc, vaapi: move hw device creation to generic code | wm4 | 2017-02-20 | 4 | -155/+84 |
* | videotoolbox: remove weird format-negotiation between VO and decoder | wm4 | 2017-02-17 | 1 | -16/+10 |
* | videotoolbox: factor some duplicated code | wm4 | 2017-02-17 | 1 | -45/+2 |
* | vd_lavc: fix inverted error check | wm4 | 2017-02-16 | 1 | -1/+1 |
* | vd_lavc: move most vaapi hwaccel setup code to generic code | wm4 | 2017-02-16 | 3 | -48/+95 |
* | vd_lavc: remove some leftover vaapi locking infrastructure | wm4 | 2017-02-16 | 2 | -23/+0 |
* | player: add experimental stream recording feature | wm4 | 2017-02-07 | 2 | -5/+16 |
* | hw_dxva2: create a IDirect3D9Ex device | wm4 | 2017-02-02 | 1 | -18/+27 |
* | vaapi: improve a comment | wm4 | 2017-01-28 | 1 | -1/+7 |
* | vaapi: remove central lock around vaapi API calls | wm4 | 2017-01-28 | 2 | -35/+0 |
* | vd_lavc: allocate 8 ref frames for VP9 | wm4 | 2017-01-26 | 1 | -2/+6 |
* | ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common code | wm4 | 2017-01-25 | 1 | -19/+4 |
* | build: replace some FFmpeg API checks with version checks | wm4 | 2017-01-24 | 1 | -2/+2 |
* | vdpau: reject decoding of non-4:2:0 | wm4 | 2017-01-17 | 1 | -0/+5 |
* | vd_lavc: always fail decoding immediately if copying hw surface fails | wm4 | 2017-01-17 | 1 | -0/+1 |
* | vdpau: use libavutil for surface allocation during decoding | wm4 | 2017-01-17 | 1 | -44/+7 |
* | vaapi: move AVHWFramesContext setup code to common code | wm4 | 2017-01-17 | 3 | -52/+63 |
* | build: prefix hwaccel decoder wrapper filenames with hw_ | wm4 | 2017-01-17 | 7 | -0/+0 |
* | cuda: fix 10 bit decoding | wm4 | 2017-01-16 | 1 | -0/+6 |
* | cuda: fix AVHWFramesContext initialization | wm4 | 2017-01-16 | 1 | -0/+6 |
* | vo_opengl: hwdec_cuda: export AVHWDeviceContext | wm4 | 2017-01-16 | 1 | -25/+4 |
* | vd_lavc: demote software decoding message to verbose log level | wm4 | 2017-01-13 | 1 | -1/+1 |
* | vo_opengl, vaapi: properly probe 10 bit rendering support | wm4 | 2017-01-13 | 1 | -9/+20 |
* | vaapi: always create AVHWDeviceContext on init | wm4 | 2017-01-13 | 1 | -13/+2 |
* | vaapi: fix typo | wm4 | 2017-01-12 | 1 | -1/+1 |
* | vaapi: explicitly reject 10 bit surfaces outside of copy mode | wm4 | 2017-01-12 | 1 | -0/+7 |
* | vaapi: handle image copying for vaapi-copy in common code | wm4 | 2017-01-12 | 3 | -13/+16 |
* | vd_lavc, mp_image: remove code duplication for AVFrame<->mp_image | wm4 | |