aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)Gravatar ben2007-06-26
* Lots of cosmetics for gl2Gravatar reimar2007-06-26
* Remove two unused variablesGravatar reimar2007-06-26
* Remove overly complex and unused per-subtexture "dirty" handlingGravatar reimar2007-06-26
* Remove now unused variableGravatar reimar2007-06-26
* remove useless calloc castGravatar reimar2007-06-26
* synced with r23609Gravatar ptt2007-06-26
* Remove some unused code and useless error checking that only clutters the codeGravatar reimar2007-06-26
* Hint at the Makefile for information how to build dha with svgalib_helperGravatar reimar2007-06-25
* Hint at --disable-* options as a workaround for outdated binutils.Gravatar reimar2007-06-25
* synced with r23608 + other fixesGravatar ptt2007-06-25
* start= and end= parameters on realrtspurls may be optionally quoted with Gravatar rtogni2007-06-24
* config.h must be included before other headersGravatar reimar2007-06-24
* Hide our swab prototype when the system has swab since at least theGravatar reimar2007-06-24
* Make sure we always have a swab() prototype when we use it,Gravatar reimar2007-06-24
* Use proper PRI?64 format stringsGravatar reimar2007-06-24
* define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).Gravatar reimar2007-06-24
* Remove unused and trivial string variableGravatar reimar2007-06-24
* Remove unused function.Gravatar reimar2007-06-24
* Remove unused (static) function prototype.Gravatar reimar2007-06-24
* Fix format string to match actual type.Gravatar reimar2007-06-24
* Move variable into the block where it actually usedGravatar reimar2007-06-24
* index_mode is already defined in demuxer.hGravatar reimar2007-06-24
* get rid of useless *alloc castsGravatar reimar2007-06-24
* Get rid of: useless variable, useless cast and void * arithmeticGravatar reimar2007-06-24
* Use AV_RL32Gravatar reimar2007-06-24
* Fix format strings to match argument typeGravatar reimar2007-06-24
* Remove unused query_format function in vf_harddup.Gravatar reimar2007-06-24
* Return value of gtk_entry_get_text is const, so declare variables as const as...Gravatar reimar2007-06-24
* ff_gcd is already in libavutil/common.h, no need for an extra prototype hereGravatar reimar2007-06-24
* Avoid more void * arithmeticGravatar reimar2007-06-24
* revert broken r23628, mp_core.h is not included by cfg.h, so double externGravatar reimar2007-06-24
* get_path prototype is already in interface.h and probably many more places.Gravatar reimar2007-06-24
* Avoid vo_sdl void * arithmeticGravatar reimar2007-06-24
* Remove completely pointless "!= 1".Gravatar reimar2007-06-24
* Another unneeded xinerama_screen externGravatar reimar2007-06-24
* xinerama_screen is already declared in video_out.hGravatar reimar2007-06-24
* Add missing return value for x11 error handlerGravatar reimar2007-06-24
* Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bitGravatar reimar2007-06-24
* Avoid void * arithmeticGravatar reimar2007-06-24
* Some comment typo fixesGravatar reimar2007-06-24
* make opt argument of demux_info_get const.Gravatar reimar2007-06-24
* Remove two unused functions in asxparserGravatar reimar2007-06-24
* Get rid of a completely useless castGravatar reimar2007-06-24
* ass_enabled is already in mp_core.hGravatar reimar2007-06-24
* Do not prototype spudec_draw_scaled twiceGravatar reimar2007-06-24
* suboverlap_enabled is already declared in included subreader.hGravatar reimar2007-06-24
* vo_init is x11 specific and has no place in video_out.h.Gravatar reimar2007-06-24
* Remove redundant vo_format_name, included img_format.h already provides itGravatar reimar2007-06-24
* Add a (almost correct) prototype for vcd_seek_to_trackGravatar reimar2007-06-24