aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* video: handle video output levels with mp_image_paramsGravatar wm42013-08-24
* video/out: don't require VOs to handle screenshot aspect speciallyGravatar wm42013-08-24
* video: add vda decode support (with hwaccel) and direct renderingGravatar Stefano Pigozzi2013-08-22
* vaapi: use highest available profile, instead of mapping it exactlyGravatar wm42013-08-19
* vdpau: don't try to match codec profilesGravatar wm42013-08-19
* vdpau_old: add forgotten probe callbackGravatar wm42013-08-15
* vdpau: fix compilation on LibavGravatar wm42013-08-15
* video/decode: change fix_image callbackGravatar wm42013-08-15
* vd_lavc: fix comment, document hwdec video frame size trickinessGravatar 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
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* vd_lavc: print warning if hardware decoding API is not availableGravatar wm42013-07-30
* vd_lavc: fix CONFIG_VDPAU checkGravatar wm42013-07-30
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIGravatar wm42013-07-28
* lavc_dr1: make reference counting thread-safeGravatar wm42013-07-28
* Fix some -Wshadow warningsGravatar wm42013-07-23
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* video: redo how colorspaces are handledGravatar wm42013-07-16
* Fix build on Libav stable (dammit)Gravatar wm42013-07-15
* vd: add VDCTRL_GET_PARAMSGravatar wm42013-07-15
* video: unify colorspace setupGravatar wm42013-07-15
* vf: add vf_control wrapperGravatar wm42013-07-15
* dec_video: add vd_control wrapperGravatar wm42013-07-15
* Cleanup some include statementsGravatar wm42013-07-12
* Remove old demuxersGravatar wm42013-07-07
* vo_opengl: handle chroma locationGravatar wm42013-06-28
* video: add a new method to configure filters and VOsGravatar wm42013-06-28
* options: remove -lavdopts debug suboptionGravatar wm42013-06-28
* osdep: remove shmem wrapperGravatar wm42013-06-18
* core: add common function to initialize AVPacketGravatar wm42013-06-03
* options: remove some questionable -lavdopts suboptionsGravatar wm42013-05-29
* dec_video: get rid of two global variablesGravatar wm42013-05-21
* dec_video: remove emms usageGravatar wm42013-05-21
* core: allow changing filter filters at runtimeGravatar wm42013-05-18
* vd_lavc: change VDCTRL_REINIT_VO behaviorGravatar wm42013-05-18
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOGravatar wm42013-05-18
* vd_lavc: hack-fix vdpau decoding with non mod 16 videoGravatar wm42013-05-14
* video: add --hwdec-codecs option to whitelist codecs for hw decodingGravatar wm42013-05-04
* vd_lavc: allow explicitly selecting vdpau hw decodersGravatar wm42013-05-04
* vd_lavc: fix decoder init failure pathGravatar wm42013-04-27
* core: always pass data via packet fields to video decodersGravatar wm42013-03-28
* video: make use of libavcodec refcountingGravatar wm42013-03-13
* video: prepare for libavcodec refcountingGravatar wm42013-03-13
* vo: remove and cleanup globalsGravatar Alexander Preisinger2013-03-04
* m_option: don't define OPT_BASE_STRUCT by defaultGravatar wm42013-03-01
* video/out: remove video mode switching (--vm)Gravatar wm42013-02-26
* dec_video: remove weird offset for VDCTRL_QUERY_UNSEEN_FRAMESGravatar wm42013-02-26
* vd_lavc: better warning message for software decoding fallbackGravatar wm42013-02-26