aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* video: add a "hwdec" property to enable or disable hw decoding at runtimeGravatar wm42014-04-23
* vo: simplify event_fd handlingGravatar wm42014-04-22
* vo: cosmetics: move around some codeGravatar wm42014-04-22
* vo: minor cosmetic changeGravatar wm42014-04-22
* vf: print all image parameter information in verbose outputGravatar wm42014-04-22
* vo: warn if the VO doesn't support certain flagsGravatar wm42014-04-22
* vf: remove autoinserted filters on reconfigGravatar wm42014-04-21
* vf: add function to remove a filter from the chainGravatar wm42014-04-21
* vo_opengl: support rotationGravatar wm42014-04-21
* vo: add some general support code for VOs that allow rotationGravatar wm42014-04-21
* vo_opengl: clean up rendering pathGravatar wm42014-04-21
* demux: export video rotation parameterGravatar wm42014-04-21
* mp_image: add rotation parameterGravatar wm42014-04-21
* video: make mp_image use mp_image_params directlyGravatar wm42014-04-21
* vf_rotate: support all multiples of 90 degreesGravatar wm42014-04-21
* Fix some libav* include statementsGravatar wm42014-04-19
* Remove CPU detection and inline asm handlingGravatar wm42014-04-19
* vf_pp: fix include statementGravatar wm42014-04-19
* vf_pp: use native libpostproc CPU detectionGravatar wm42014-04-19
* vf_divtc: remove inline asmGravatar wm42014-04-19
* vf_pullup: remove inline asmGravatar wm42014-04-19
* vf_noise: remove line asmGravatar wm42014-04-19
* vf_ilpack: remove inline asmGravatar wm42014-04-19
* vf_eq: remove slow inline asmGravatar wm42014-04-19
* w32_common: use ToUnicode to translate key inputGravatar James Ross-Gowan2014-04-17
* vo_opengl: make spline36 default with --vo=opengl-hqGravatar wm42014-04-17
* player: add a --dump-stats optionGravatar wm42014-04-17
* wayland: unset input regions for osdGravatar Alexander Preisinger2014-04-16
* wayland/shm: Use subsurfaces for OSDGravatar Alexander Preisinger2014-04-16
* video: remove use of deprecated AVFrame fields on LibavGravatar wm42014-04-15
* vf_vapoursynth: handle destruction more gracefullyGravatar wm42014-04-14
* video: change image format names, prefer mostly FFmpeg namesGravatar wm42014-04-14
* vf_vapoursynth: wipe vapoursynth state completely on reloadingGravatar wm42014-04-14
* Kill all tabsGravatar wm42014-04-13
* vf_lavfi: copy AVFrame metadata into vf_lavfi privGravatar Kevin Mitchell2014-04-13
* vf_lavfi: fix ffmpeg deprecation warning for avfilter_graph_parseGravatar Kevin Mitchell2014-04-13
* vf: auto-label video filters if no label is specifiedGravatar Kevin Mitchell2014-04-13
* vf: add vf_control_by_label to send vfctrl to specific filterGravatar Kevin Mitchell2014-04-13
* wayland: don't schedule resize if going fullscreenGravatar Ricardo Vieira2014-04-13
* vf_vapoursynth: print an error if VapourSynth returns an unknown formatGravatar wm42014-04-13
* vf_vapoursynth: error out early if the file sub-option is not setGravatar wm42014-04-13
* video: add VapourSynth filter bridgeGravatar wm42014-04-12
* encode: write 2-pass stats only per-packetGravatar wm42014-04-11
* sws_utils: remove custom GBRP conversionGravatar wm42014-04-10
* vo_vdpau: add an additional check for timestamp robustnessGravatar wm42014-04-08
* vo_vdpau: document what WRAP_ADD doesGravatar wm42014-04-08
* vo_vdpau: simplify previous vsync timestamp calculationGravatar wm42014-04-08
* vo_vdpau: simplify time management and make it more robustGravatar wm42014-04-07
* gl_lcms: properly expand the cache filename being writtenGravatar Stefano Pigozzi2014-04-05
* vo_vdpau: more debugging outputGravatar wm42014-04-03