log

age author description
2007-06-26 kraymer r23504: -lavdopts threads is only implemented for mpeg[12]
2007-06-26 ben fix Radeon/Rage128 vidix with I420 colorspace (U/V were inverted)
2007-06-26 reimar Lots of cosmetics for gl2
2007-06-26 reimar Remove two unused variables
2007-06-26 reimar Remove overly complex and unused per-subtexture "dirty" handling
2007-06-26 reimar Remove now unused variable
2007-06-26 reimar remove useless calloc cast
2007-06-26 ptt synced with r23609
2007-06-26 reimar Remove some unused code and useless error checking that only clutters the code
2007-06-25 reimar Hint at the Makefile for information how to build dha with svgalib_helper
2007-06-25 reimar Hint at --disable-* options as a workaround for outdated binutils.
2007-06-25 ptt synced with r23608 + other fixes
2007-06-24 rtogni start= and end= parameters on realrtspurls may be optionally quoted with
2007-06-24 reimar config.h must be included before other headers
2007-06-24 reimar Hide our swab prototype when the system has swab since at least the
2007-06-24 reimar Make sure we always have a swab() prototype when we use it,
2007-06-24 reimar Use proper PRI?64 format strings
2007-06-24 reimar define HAVE_FAST_UNALIGNED on x86 (32 and 64 bit).
2007-06-24 reimar Remove unused and trivial string variable
2007-06-24 reimar Remove unused function.
2007-06-24 reimar Remove unused (static) function prototype.
2007-06-24 reimar Fix format string to match actual type.
2007-06-24 reimar Move variable into the block where it actually used
2007-06-24 reimar index_mode is already defined in demuxer.h
2007-06-24 reimar get rid of useless *alloc casts
2007-06-24 reimar Get rid of: useless variable, useless cast and void * arithmetic
2007-06-24 reimar Use AV_RL32
2007-06-24 reimar Fix format strings to match argument type
2007-06-24 reimar Remove unused query_format function in vf_harddup.
2007-06-24 reimar Return value of gtk_entry_get_text is const, so declare variables as const as well.
2007-06-24 reimar ff_gcd is already in libavutil/common.h, no need for an extra prototype here
2007-06-24 reimar Avoid more void * arithmetic
2007-06-24 reimar revert broken r23628, mp_core.h is not included by cfg.h, so double extern
2007-06-24 reimar get_path prototype is already in interface.h and probably many more places.
2007-06-24 reimar Avoid vo_sdl void * arithmetic
2007-06-24 reimar Remove completely pointless "!= 1".
2007-06-24 reimar Another unneeded xinerama_screen extern
2007-06-24 reimar xinerama_screen is already declared in video_out.h
2007-06-24 reimar Add missing return value for x11 error handler
2007-06-24 reimar Cast sizeof() to int in mp_msg arguments so it fits the format string on 64bit
2007-06-24 reimar Avoid void * arithmetic
2007-06-24 reimar Some comment typo fixes
2007-06-24 reimar make opt argument of demux_info_get const.
2007-06-24 reimar Remove two unused functions in asxparser
2007-06-24 reimar Get rid of a completely useless cast
2007-06-24 reimar ass_enabled is already in mp_core.h
2007-06-24 reimar Do not prototype spudec_draw_scaled twice
2007-06-24 reimar suboverlap_enabled is already declared in included subreader.h
2007-06-24 reimar vo_init is x11 specific and has no place in video_out.h.
2007-06-24 reimar Remove redundant vo_format_name, included img_format.h already provides it
2007-06-24 reimar Add a (almost correct) prototype for vcd_seek_to_track
2007-06-24 reimar pstrcpy -> av_strlcpy
2007-06-24 reimar Fix dvd:// subtitle handling to always report the MPEG stream id, because
2007-06-24 reimar Remove the now unused demux_mkv_change_subs function
2007-06-24 reimar Simplify and correct subtitle selection, no more special cases for
2007-06-24 reimar Set demuxer->sub->sh to one of the s_streams like done for audio and video.
2007-06-24 voroshil r23504: -lavdopts threads is only implemented for mpeg[12]
2007-06-24 voroshil r23578: Fix license header.
2007-06-24 voroshil r23588: The audio balance feature implemented with af_pan.
2007-06-23 aurel add myself as co-maintainer of demux_mkv.c