log

age author description
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