aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vf: redo conversion filter insertion/format negotiationGravatar wm42013-12-07
* video/filter: make vf->control non-recursiveGravatar wm42013-12-07
* vf: remove flags from filter format statusGravatar wm42013-12-07
* video: create a separate context for video filter chainGravatar wm42013-12-07
* video/filter: remove vf_match_csp()Gravatar wm42013-12-07
* vf: remove unused functionGravatar wm42013-12-07
* vf: print error when creating filter failsGravatar wm42013-12-07
* cocoa: make borderless window resizableGravatar agiz2013-12-07
* vf: declare config() as legacyGravatar wm42013-12-05
* video/filter: remove unneeded config callbacksGravatar wm42013-12-05
* video: remove --flipGravatar wm42013-12-05
* vf: move norm_qscale() to the only filter which uses itGravatar wm42013-12-05
* vf_sub, vf_dlopen: default struct is not neededGravatar wm42013-12-05
* vf: cleanup removed filter entryGravatar wm42013-12-05
* video/filter: fix some bogus free() callsGravatar wm42013-12-05
* options: remove legacy hacks for sub-option handlingGravatar wm42013-12-04
* vd_lavc: factor out libavcodec thread setupGravatar wm42013-12-04
* vd_lavc: don't check required hwdec fieldsGravatar wm42013-12-04
* av_common: add timebase parameter to mp_set_av_packet()Gravatar wm42013-12-04
* wayland: print waylands display errosGravatar Alexander Preisinger2013-12-04
* vf_noise: reduce binary sizeGravatar wm42013-12-04
* vf_eq: revert unintended binary size increaseGravatar wm42013-12-04
* video/filter: remove legacy option handling hacksGravatar wm42013-12-04
* vf_vo: don't abuse option strings to set VOGravatar wm42013-12-04
* vf_rotate: use option parserGravatar wm42013-12-04
* vf_pp: use option parserGravatar wm42013-12-04
* vf_ilpack: use option parserGravatar wm42013-12-04
* vf_eq: use option parserGravatar wm42013-12-04
* vf_dsize: use option parserGravatar wm42013-12-04
* vf_divtc: use option parserGravatar wm42013-12-04
* video/filter: remove vf_down3drightGravatar wm42013-12-04
* vf: remove unneeded fieldGravatar wm42013-12-04
* vf_pullup: change options, reroute to vf_lavfiGravatar wm42013-12-04
* vf_unsharp: change options, reroute to vf_lavfiGravatar wm42013-12-04
* vf_phase: change options, reroute to vf_lavfiGravatar wm42013-12-04
* vf_noise: reroute to vf_lavfiGravatar wm42013-12-04
* vf_stereo3d: reroute to vf_lavfiGravatar wm42013-12-04
* vf_hqdn3d: change options, reroute to vf_lavfiGravatar wm42013-12-04
* vf_gradfun: reroute to vf_lavfiGravatar wm42013-12-04
* vf_delogo: reroute to vf_lavfiGravatar wm42013-12-04
* vf_yadif: change options, reroute to vf_lavfiGravatar wm42013-12-04
* vf_lavfi: export a wrapper functionGravatar wm42013-12-04
* video: remove VFCAP_POSTPROCGravatar wm42013-12-04
* vf_screenshot: remove unnecessary codeGravatar wm42013-12-04
* gl_video: change internal API for hwdec mp_image downloadGravatar Stefano Pigozzi2013-12-02
* gl_video: use hwdec download_image call only if hwdec is activeGravatar wm42013-12-02
* options: add option to disable using right Alt key as Alt GrGravatar Vivek Jain2013-12-02
* vo_opengl: support for vda hardware decodingGravatar Stefano Pigozzi2013-12-02
* gl_video: support packed YUV formats with Apple extensionsGravatar Stefano Pigozzi2013-12-02
* vo_opengl: add support for rectangle texturesGravatar wm42013-12-01