aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Whitespace-only cosmeticsGravatar reimar2006-09-22
* Aggregate multiple small EOSD textures into one large since hundreds ofGravatar reimar2006-09-22
* Cosmetics: move curtex++ out of for () into code body, needed for coming patchGravatar reimar2006-09-22
* use eosdDispList != 0 to check if eosd should be drawn instead of eosdtexCnt > 0Gravatar reimar2006-09-22
* Make genEOSD behaviour with NULL data more explicitGravatar reimar2006-09-22
* Modify clearEOSD to make experimenting easierGravatar reimar2006-09-22
* remove useless zero-initialization code.Gravatar reimar2006-09-22
* report to mplayer with a slave command the coordinates of the pointer reporte...Gravatar nicodvb2006-09-16
* Make blur() public. Will be used in libass.Gravatar eugeni2006-09-16
* Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>Gravatar rik2006-09-01
* The FSF changed postal address.Gravatar diego2006-09-01
* Cosmetics: reindent, remove tabs and break overlong lines.Gravatar reimar2006-08-28
* Cosmetics: fix indentation after last patchGravatar reimar2006-08-28
* Hardware EOSD (ass) support.Gravatar reimar2006-08-28
* Add EOSD support to vf_vo.Gravatar eugeni2006-08-28
* Clarify messages.Gravatar diego2006-08-27
* if double buffering is enabled, but vbeSetDisplayStart() fails, turn double b...Gravatar ben2006-08-25
* support for disabling/enabling bitmap font support from configureGravatar diego2006-08-21
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* disable double buffer in vo_sdl on macosx. fix flicker issue.Gravatar nplourde2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* consistency cosmetics: Handle includes just like in other Makefiles.Gravatar diego2006-08-16
* Make path separator for font path a define and set it to a better value for A...Gravatar reimar2006-08-14
* Reuse UTF-8 reading code in libavutilGravatar reimar2006-08-12
* Disable Y800 colorspace support, otherwise mplayer uses it even when it's not...Gravatar reimar2006-08-08
* optimize and simplify memcpy usage, use mem2agpcpy_picGravatar reimar2006-07-29
* Some more documentationGravatar reimar2006-07-28
* Avoid large amounts of data on the stack (> 900k on 64 bit systems).Gravatar reimar2006-07-28
* unused variable warning fixGravatar diego2006-07-28
* Fixes the format string for the warning message on line 182 (%xGravatar diego2006-07-28
* marks some read-only char* inside structs as const, patch by Stefan Huehner, ...Gravatar reynaldo2006-07-27
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de...Gravatar nicodvb2006-07-26
* Simplify and and speedup generation of yuv2rgb and gamma map tablesGravatar reimar2006-07-23
* use mpeg packetizer helpers for sending lpcm packetsGravatar ben2006-07-23
* removed now unnecessary defineGravatar ben2006-07-23
* removed now unnecessary variableGravatar ben2006-07-23
* reuse send_mpeg_lpcm_packet() instead of the old packetizerGravatar nicodvb2006-07-23
* fix compilation if DVB is not definedGravatar ben2006-07-22
* use new mpeg_packetizer helpersGravatar ben2006-07-22
* my_write() must return the bytes writtenGravatar nicodvb2006-07-22
* simplified mpeg packetizer used by hw mpeg decoders/vo - first roundGravatar nicodvb2006-07-22
* updated mpeg_packetizer include to new localizationGravatar ben2006-07-19
* new vo driver for ivtv cards tv-out through internal h/w mpeg decoderGravatar ben2006-07-19
* marks several read-only string parameters and function return-values which ca...Gravatar reynaldo2006-07-16
* Remove support for obsolete and non-free divx4/odivx libraries.Gravatar diego2006-07-14
* marks several string parameters as const, as they are not modified inside the...Gravatar reynaldo2006-07-13
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* Use only one global config.mak file.Gravatar diego2006-07-12
* Remove remnants of old libmp1e support.Gravatar diego2006-07-12