aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/lavc.h
Commit message (Expand)AuthorAge
* vdpau: add support for the "new" libavcodec vdpau APIGravatar wm42015-05-28
* vd_lavc: make hardware decoding fallback less violentGravatar wm42015-05-28
* vd_lavc: report actually used hwdec APIGravatar wm42015-05-25
* RPI supportGravatar wm42015-03-29
* command: add property returning detected hwdec APIGravatar wm42015-02-02
* video: initial dxva2 supportGravatar wm42014-10-25
* vaapi: try dealing with Intel's braindamaged shit driversGravatar wm42014-08-21
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* video: add a "hwdec" property to enable or disable hw decoding at runtimeGravatar wm42014-04-23
* vd_lavc: reinit hwdec on profile changesGravatar wm42014-03-17
* vd_lavc: remove unused fieldGravatar wm42014-03-16
* vd_lavc: remove compatibility crapGravatar wm42014-03-16
* vd_lavc: ridiculous workaround for Libav 9 compatibilityGravatar wm42014-03-16
* video: initialize hw decoder in get_formatGravatar wm42014-03-10
* video/decode: mp_msg conversionsGravatar wm42013-12-21
* Reduce recursive config.h inclusions in headersGravatar wm42013-12-18
* video: move video filter chain initialization from decoder to playerGravatar wm42013-12-10
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* video: move handling of container vs. stream AR out of vd_lavc.cGravatar wm42013-11-23
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* vf_vavpp: make it work with vo_opengl and software decodingGravatar wm42013-11-22
* vo_opengl: add infrastructure for hardware decoding OpenGL interopGravatar wm42013-11-04
* video: check profiles with hardware decodingGravatar wm42013-11-01
* vaapi: allow GPU read-back with --hwdec=vaapi-copyGravatar wm42013-09-25
* vd_lavc: allow process_image to change image formatGravatar wm42013-09-25
* video/decode: change fix_image callbackGravatar wm42013-08-15
* video/decode: pass parameters directly to hwdec allocate_image callbackGravatar wm42013-08-15
* video: add vaapi decode and output supportGravatar wm42013-08-12
* video: redo hw decoding initialization, add --hwdec=autoGravatar wm42013-08-11
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* video: make use of libavcodec refcountingGravatar wm42013-03-13
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* vd_lavc: remove -lavdopts vstats suboptionGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* video/filter: change filter API, use refcounting, remove filter DRGravatar wm42013-01-13
* vd_lavc: use refcountingGravatar wm42013-01-13
* vd_lavc: add DR1 supportGravatar wm42013-01-13