aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode
Commit message (Expand)AuthorAge
* vd_lavc: improve a commentGravatar wm42013-11-24
* vd_lavc: when falling back to software, revert filter error statusGravatar wm42013-11-23
* Attempt to fix build on older libavcodec versionsGravatar wm42013-11-23
* video: don't overwrite demuxer FPS valueGravatar wm42013-11-23
* video: move handling of container vs. stream AR out of vd_lavc.cGravatar wm42013-11-23
* dec_video: make vf_input and hwdec_info statically allocatedGravatar wm42013-11-23
* dec_video: remove "initialized" fieldGravatar wm42013-11-23
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* video: move decoder context from sh_video into new structGravatar wm42013-11-23
* video: remove vf_pp auto-insertionGravatar wm42013-11-23
* video: merge vd.c into dec_video.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
* vdpau_old: enable OpenGL interopGravatar wm42013-11-19
* demux: rename demux_packet.h to packet.hGravatar wm42013-11-18
* vd_lavc: select correct hw decoder profile for constrained baseline h264Gravatar wm42013-11-14
* vdpau: unbreakGravatar wm42013-11-09
* vdpau: drop dummy render functionGravatar wm42013-11-07
* vd_lavc: remove explicit crystalhd supportGravatar wm42013-11-06
* vo_opengl: support for vdpau hardware decodingGravatar wm42013-11-05
* vdpau: drop required/deprecated access to a libavcodec struct fieldGravatar wm42013-11-04
* Merge branch 'master' into have_configureGravatar wm42013-11-04
|\
| * vo_opengl: add support for VA-API OpenGL interopGravatar wm42013-11-04
| * vo_opengl: add infrastructure for hardware decoding OpenGL interopGravatar wm42013-11-04
* | configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
|/
* demux: rename Windows symbolsGravatar wm42013-11-02
* video: check profiles with hardware decodingGravatar wm42013-11-01
* vd_lavc: add more ifdeffery and ffmpeg cargo culting for correctnessGravatar wm42013-10-31
* dec_video: remove unused declaration of a former global variableGravatar wm42013-10-31
* vdpau_old: restore hardware decoding with old APIGravatar wm42013-10-19
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* core: add --force-windowGravatar wm42013-10-02
* vaapi: remove non-VLD entrypointsGravatar wm42013-09-29
* vaapi: fix non-sense conditionGravatar wm42013-09-29
* vaapi: potentially make reading surfaces back to system RAM fasterGravatar wm42013-09-27
* video: let sh_video->disp_w/h always be container sizeGravatar wm42013-09-26
* video: let sh_video->aspect always be container aspect ratioGravatar wm42013-09-26
* vd: move aspect calculation to a functionGravatar wm42013-09-26
* vd: remove some dead codeGravatar wm42013-09-26
* vaapi: allow GPU read-back with --hwdec=vaapi-copyGravatar wm42013-09-25
* vd_lavc: allow process_image to change image formatGravatar wm42013-09-25
* vaapi: add vf_vavpp and use it for deinterlacingGravatar xylosper2013-09-25
* vd_lavc: reset last_sample_aspect_ratio in uninit_avctx()Gravatar xylosper2013-09-13
* core: add --deinterlace option, restore it with resume functionalityGravatar wm42013-09-13
* 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