2007-06-29 |
ptt |
synced with r23579
|
2007-06-29 |
ptt |
revert r23538. my fault, didn't see there where 2 phrases, sorry...
|
2007-06-29 |
kraymer |
fix BUK->BUP typo
|
2007-06-29 |
ptt |
sparse grammar and syntactical corrections
|
2007-06-29 |
voroshil |
remove file that was added by mistake.
|
2007-06-28 |
voroshil |
Implemented tv://[<channel>][/<input_id>] url syntax
|
2007-06-28 |
reimar |
Get rid of my_memcpy_pic code duplication in many filters.
|
2007-06-28 |
diego |
comment grammar fixes
|
2007-06-27 |
diego |
Get rid of duplicate processor feature variables.
|
2007-06-27 |
diego |
Add comments to some preprocessor directives.
|
2007-06-27 |
diego |
Mark main() function as a function that takes no parameters.
|
2007-06-27 |
Gabrov |
synced with r23680
|
2007-06-27 |
reimar |
Fix vo_x11_clearwindow_part: x position is one less to avoid not clearing
|
2007-06-27 |
diego |
Fix "control reaches end of non-void function" warnings.
|
2007-06-27 |
diego |
Fix unused variable warnings.
|
2007-06-27 |
diego |
Fix implicit declaration of function warnings.
|
2007-06-27 |
reimar |
Remove some unused variables
|
2007-06-27 |
reimar |
Make X11 window creation and (with -fixed-vo) management simpler and more
|
2007-06-27 |
diego |
Remove check for localtime_r, the function is not used within MPlayer.
|
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
|