aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* Use memcpy_pic2 instead of reimplementing it.Gravatar reimar2009-06-26
* Close /dev/tty again on uninit.Gravatar reimar2009-06-26
* Fix indentation broken in last patchGravatar reimar2009-06-26
* Get rid of completely pointless vt_doit variableGravatar reimar2009-06-26
* 10l, use fopen directly instead of open + fdopenGravatar reimar2009-06-26
* Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has anGravatar reimar2009-06-26
* Use FFALIGN and FFMAX3Gravatar reimar2009-06-26
* Remove useless castsGravatar reimar2009-06-26
* fbdev: remove pointless ()Gravatar reimar2009-06-26
* Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.Gravatar reimar2009-06-26
* 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is aGravatar reimar2009-06-26
* fix missing event on move that breaks xmga window movementGravatar attila2009-06-19
* enable fontconfig support by default. This change takes only in effect,Gravatar siretart2009-06-17
* When used with shared_buffer, there's no need for a NSApp object, which cause...Gravatar adrian2009-05-18
* When used with shared_buffer, autorelease in each flip_page so objects don't ...Gravatar adrian2009-05-18
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Do not use flag CWBackPixel when calling vo_x11_create_vo_window():Gravatar cehoyos2009-05-08
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* Rename macosx video output driver to corevideo.Gravatar diego2009-05-04
* Replace QuickTime.h #include with Carbon.h, which is really needed.Gravatar diego2009-05-04
* Change getdladdr to always use dlopen, dlsym and then dlclose.Gravatar reimar2009-04-23
* Fix a signedness issue that caused a warning to be wrongfully printed at runt...Gravatar gpoirier2009-04-21
* Unify error message output and update error messages.Gravatar diego2009-04-20
* follow renaming of pbBufPtr() to put_bits_ptr() by stefanoGravatar rik2009-04-13
* fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.Gravatar gpoirier2009-04-13
* Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* Prefer vo vdpau over vo xv where available.Gravatar cehoyos2009-03-31
* Get rid of nonsensical limits on -geometry x, y,w and h values, they onlyGravatar reimar2009-03-31
* Support IMGFMT_NV12 for vo vdpau.Gravatar cehoyos2009-03-30
* Make sure we do not accidentally use the vdp_get_error_string from theGravatar reimar2009-03-30
* Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.Gravatar cehoyos2009-03-29
* VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.Gravatar cehoyos2009-03-29
* Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.Gravatar reimar2009-03-29
* Cosmetics: Reindent after last commit.Gravatar cehoyos2009-03-29
* 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.Gravatar cehoyos2009-03-29
* Simplify vdpau deinterlacing code and fix timing for deint=2.Gravatar cehoyos2009-03-25
* New VDPAU deinterlacing code needs one reference surface less for software de...Gravatar cehoyos2009-03-24
* New vdpau deinterlacing code needs one reference surface less.Gravatar cehoyos2009-03-24
* Stephen Warren reported that VDPAU deinterlacing did not work correctly.Gravatar cehoyos2009-03-24
* Change function call order in config().Gravatar cehoyos2009-03-22
* 10l: Only try to create vdpau decoder if hardware decoding is intended.Gravatar cehoyos2009-03-21
* Test if create_vdp_decoder() might succeed by calling it from config()Gravatar cehoyos2009-03-21
* Change return value for create_vdp_decoder().Gravatar cehoyos2009-03-21
* Factorize create_vdp_decoder().Gravatar cehoyos2009-03-21
* Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.Gravatar cehoyos2009-03-18
* Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).Gravatar cehoyos2009-03-16
* Check mpi type before returning an DR buffer in get_image, fixes jerkinessGravatar reimar2009-03-16
* Move initialisation of deint_surfaces[] to free_video_specific().Gravatar cehoyos2009-03-15