aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* 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
* mp_image: deal with FFmpeg PSEUDOPAL braindeathGravatar wm42013-12-01
* vo_null: don't reject hwaccel formatsGravatar wm42013-12-01
* options: add options that set defaults for af/vf/ao/voGravatar wm42013-12-01
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* vf_pullup: properly reset on seekGravatar wm42013-11-29
* gl_hwdec: use a imgfmt field instead of a query_format callbackGravatar wm42013-11-29
* vdpau: always let decoder output IMGFMT_VDPAUGravatar wm42013-11-29
* vaapi: remove unused hw image formats, simplifyGravatar wm42013-11-29
* build: make pthreads mandatoryGravatar wm42013-11-28
* video: add insane hack to work around FFmpeg/Libav insanityGravatar wm42013-11-28
* video: warn against non-monotonic PTS instead of decreasing PTSGravatar wm42013-11-28
* video: add heuristic to prevent framedrop during hrseek if pts brokenGravatar wm42013-11-28
* video: replace d_video->pts field, change PTS jump checksGravatar wm42013-11-27
* video: if PTS is missing, make something up using the framerateGravatar wm42013-11-27
* video: refactor PTS code, add fall back heuristic to DTSGravatar wm42013-11-27
* Move some code from player to audio/video reset functionsGravatar wm42013-11-27
* cosmetics: rename video/audio reset functionsGravatar wm42013-11-27
* video: remove commented codeGravatar wm42013-11-27