summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
Commit message (Expand)AuthorAgeFilesLines
* video: initial dxva2 supportwm42014-10-251-0/+1
* vaapi: try dealing with Intel's braindamaged shit driverswm42014-08-211-0/+3
* video: warn if an emulated hwdec API is usedwm42014-05-281-0/+1
* video: add a "hwdec" property to enable or disable hw decoding at runtimewm42014-04-231-0/+1
* vd_lavc: reinit hwdec on profile changeswm42014-03-171-0/+1
* vd_lavc: remove unused fieldwm42014-03-161-1/+0
* vd_lavc: remove compatibility crapwm42014-03-161-25/+3
* vd_lavc: ridiculous workaround for Libav 9 compatibilitywm42014-03-161-0/+1
* video: initialize hw decoder in get_formatwm42014-03-101-0/+7
* video/decode: mp_msg conversionswm42013-12-211-0/+1
* Reduce recursive config.h inclusions in headerswm42013-12-181-2/+0
* video: move video filter chain initialization from decoder to playerwm42013-12-101-2/+0
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0wm42013-11-291-1/+1
* video: move handling of container vs. stream AR out of vd_lavc.cwm42013-11-231-1/+0
* video: move struct mp_hwdec_info into its own header filewm42013-11-231-0/+1
* vf_vavpp: make it work with vo_opengl and software decodingwm42013-11-221-2/+0
* vo_opengl: add infrastructure for hardware decoding OpenGL interopwm42013-11-041-0/+2
* video: check profiles with hardware decodingwm42013-11-011-0/+13
* vaapi: allow GPU read-back with --hwdec=vaapi-copywm42013-09-251-0/+1
* vd_lavc: allow process_image to change image formatwm42013-09-251-1/+1
* video/decode: change fix_image callbackwm42013-08-151-1/+2
* video/decode: pass parameters directly to hwdec allocate_image callbackwm42013-08-151-1/+2
* video: add vaapi decode and output supportwm42013-08-121-0/+1
* video: redo hw decoding initialization, add --hwdec=autowm42013-08-111-4/+28
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-1/+18
* video: add a new method to configure filters and VOswm42013-06-281-0/+1
* video: make use of libavcodec refcountingwm42013-03-131-4/+6
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-1/+1
* vd_lavc: remove -lavdopts vstats suboptionwm42013-01-131-3/+0
* video: decouple internal pixel formats from FourCCswm42013-01-131-1/+0
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-131-4/+1
* vd_lavc: use refcountingwm42013-01-131-2/+5
* vd_lavc: add DR1 supportwm42013-01-131-0/+41