aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* vo_opengl: fix regression with opengl:pboGravatar wm42014-06-18
* gl_video: fix refcountingGravatar wm42014-06-18
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalGravatar wm42014-06-17
* video: remove redundant functionGravatar wm42014-06-17
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* video: check image parametersGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* gl_lcms: use thread-safe lcms API, require lcms2 2.6Gravatar wm42014-06-16
* vo_opengl: simplify redraw callback OSD handlingGravatar wm42014-06-16
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* vo_vaapi: fix a crash on the init error handling pathGravatar wm42014-06-15
* wayland: move subsurfaces to wayland voGravatar Alexander Preisinger2014-06-15
* wayland: attach NULL surface on osd creationGravatar Alexander Preisinger2014-06-15
* cocoa: add fallback for automatic GPU switchingGravatar Stefano Pigozzi2014-06-15
* cocoa: allow automatic gpu switchingGravatar Stefano Pigozzi2014-06-15
* cocoa: switch to CGL APIs for GL context creationGravatar Stefano Pigozzi2014-06-15
* gl_w32: remove unused variableGravatar wm42014-06-14
* video: cosmetics: reformat image format names tableGravatar wm42014-06-14
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* video: automatically strip "le" and "be" suffix from pixle format namesGravatar wm42014-06-14
* options: remove OPT_FLAG_CONSTANTSGravatar wm42014-06-13
* vd_lavc: use option parser for skip suboptionsGravatar wm42014-06-13
* vd_lavc: make option struct localGravatar wm42014-06-11
* vf_noise: remove global variablesGravatar wm42014-06-11
* vf_divtc: remove a global variableGravatar wm42014-06-11
* Add more constGravatar wm42014-06-11
* vo_caca: remove global variablesGravatar wm42014-06-11
* options: remove global variables for swscale options; rename themGravatar wm42014-06-11
* video: fix another cover art corner caseGravatar wm42014-06-09
* x11: cleanup motif hints handlingGravatar wm42014-06-06
* filter_kernels: fix nearest scalerGravatar wm42014-06-04
* filter_kernels: add nearest neighbour scalingGravatar lucy2014-06-03
* wayland: remove stub for unimplemented functionGravatar wm42014-06-02
* vo: correctly initialize parameters in corner casesGravatar wm42014-06-01
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* gl_common: remove dlsym() fallbackGravatar wm42014-05-31
* gl_wayland: remove probably unneeded workaroundGravatar wm42014-05-31
* gl_x11: remove workaround for PPC OSX 10.4Gravatar wm42014-05-31
* gl_x11: always require some GLX API functions, avoid dlsym()Gravatar wm42014-05-31
* vd_lavc: set video bitrate if availableGravatar Marcoen Hirschberg2014-05-28
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* vaapi: fix destruction with --hwdec=haapi-copyGravatar wm42014-05-28
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* vo_vaapi: cleanup error handling on initGravatar wm42014-05-28
* video: better handling for (very) broken timestampsGravatar wm42014-05-27
* gl_common: minor cosmetic changesGravatar wm42014-05-26
* gl_common: correct a typeGravatar wm42014-05-26
* gl_w32: remove some non-senseGravatar wm42014-05-26
* vo_opengl: always dynamically load OpenGL symbolsGravatar wm42014-05-26