aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* mp_image: require using mp_image_set_size() for setting w/hGravatar wm42013-01-13
* mp_image_pool: add pool to avoid frequent image reallocationsGravatar wm42013-01-13
* vd_lavc: use refcountingGravatar wm42013-01-13
* mp_image: refcounting helpersGravatar wm42013-01-13
* vd_lavc: add DR1 supportGravatar wm42013-01-13
* video: different way to enable hardware decoding, add software fallbackGravatar wm42013-01-13
* vd_lavc: remove codec DRGravatar wm42013-01-13
* video: make vdpau hardware decoding not use DR code pathGravatar wm42013-01-13
* vd_lavc: do not mutate global threads optionGravatar wm42013-01-13
* vd_lavc: cosmetics: move debugging code out of the wayGravatar wm42013-01-13
* video: simplify decoder pixel format handlingGravatar wm42013-01-13
* vo_direct3d: simplifyGravatar wm42013-01-13
* vo_xv: simplifyGravatar wm42013-01-13
* video: remove slice based filtering and video outputGravatar wm42013-01-13
* video: make vdpau hardware decoding not use slices code pathGravatar wm42013-01-13
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatGravatar wm42013-01-13
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEGravatar wm42013-01-13
* configure: remove check for .align semanticsGravatar wm42013-01-13
* vo_sdl: fix for rename of a function in SDL2's interfaceGravatar Rudolf Polzer2013-01-12
* vo_sdl: add a "sw" flag like in openglGravatar Rudolf Polzer2013-01-10
* vo_xv: fix compilation when shared memory header files are not availableGravatar wm42013-01-06
* cocoa_common: add support for `--no-border`Gravatar Stefano Pigozzi2012-12-31
* vo_sdl: support -geometry properlyGravatar Rudolf Polzer2012-12-31
* vo_sdl: some OSD optimizationsGravatar Rudolf Polzer2012-12-28
* vf_scale: prefer 420P10 -> YV12 instead of 444PGravatar wm42012-12-28
* vo_opengl_old: reject 9-15 bit formats if textures have less than 16 bitGravatar wm42012-12-28
* gl_common: properly reject old OpenGL versionsGravatar wm42012-12-28
* vo_opengl: use more precise gamma for BT.709 with color managementGravatar nand2012-12-28
* sdl, encode_lavc: fix copyright headersGravatar Rudolf Polzer2012-12-28
* vdpau: silence a clang warningGravatar Rudolf Polzer2012-12-28
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverGravatar Rudolf Polzer2012-12-28
* vf_scale: support more pixel formatsGravatar Rudolf Polzer2012-12-28
* core: make WAKEUP_PERIOD overridable by the voGravatar Rudolf Polzer2012-12-19
* video: silence warnings for missing libavutils pixel formatsGravatar wm42012-12-14
* options: move -ass-bottom-margin/-ass-top-margin options to vf_subGravatar wm42012-12-12
* vf_sub: fix aspect ratio when using marginsGravatar wm42012-12-12
* Fix compilation with LibavGravatar wm42012-12-04
* video: add support for 12 and 14 bit YUV pixel formatsGravatar Stephen Hutchinson2012-12-03
* vo_xv: try harder to get correctly aligned pointers/stridesGravatar wm42012-12-03
* osx_common: Avoid deprecated Gestalt callsGravatar Stefano Pigozzi2012-12-02
* sub: reimplement -spugauss as --sub-gaussGravatar wm42012-11-25
* memcpy_pic: kill useless/dangerous optimizationGravatar wm42012-11-25
* sws_utils: remove unused helperGravatar wm42012-11-24
* vo_xv: allocate Xv images with aligned strideGravatar wm42012-11-22
* mp_image: make alloc_mpi() always allocate with aligned strideGravatar wm42012-11-22
* draw_bmp: add RGB rendering to fix image quality issuesGravatar wm42012-11-22
* screenshot: add subs even with vf_screenshotGravatar wm42012-11-21
* video: fix bogus uses of mp_image.w/widthGravatar wm42012-11-21
* vo_x11: don't require framestepping to update OSDGravatar wm42012-11-21
* vo_x11: add screenshot supportGravatar wm42012-11-21