Mercurial > mplayer.hg
graph
-
warning fix:2007-08-27, by diego
-
warning fix:2007-08-27, by diego
-
warning fix:2007-08-27, by diego
-
warning fixes:2007-08-27, by diego
-
Revert last commit, -mstackrealign was added in gcc 4.2 and should not2007-08-27, by diego
-
Better handling of Alpha MVI CPU extensions (untested).2007-08-27, by diego
-
Fix warnings:2007-08-26, by diego
-
r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.2007-08-26, by kraymer
-
(cosmetics) remove unnecessary ';'2007-08-26, by voroshil
-
Add missed in r24212 strings definitions2007-08-26, by voroshil
-
r24125: Automatic TV channels scanning ability for MPlayer.2007-08-26, by voroshil
-
r24180: Document xorg.conf option needed for Xv playback on Intel cards.2007-08-26, by voroshil
-
Replace perror() with mp_msg()2007-08-26, by voroshil
-
Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.2007-08-26, by voroshil
-
10l: Move #endif upper to reflect changes in r24054.2007-08-26, by voroshil
-
Fix typo2007-08-26, by voroshil
-
Remove unused _def_altivec2007-08-26, by reimar
-
Suboptions structure should be passed as array not as address of array.2007-08-26, by voroshil
-
Simplify VIS detection. Also adds ENABLE_VIS define and changes "#define HAVE_VIS = yes"2007-08-26, by reimar
-
Add teletext specification reference2007-08-26, by voroshil
-
Remove ugly Russian language support hack.2007-08-26, by voroshil
-
Add support for Latin National Option Sub-Sets2007-08-26, by voroshil
-
Enable decoding of packet X/24, it is usual teletext line2007-08-26, by voroshil
-
Get netstream closer to linking.2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
Fix subrip and vivodump linking.2007-08-25, by diego
-
Ignore modify_reg.2007-08-25, by diego
-
Mark vfw2menc as Windows-only.2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
warning fix:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Remove pointless variable declaration, the code that sets it is long-gone.2007-08-25, by diego
-
10l: "&" should be done after ">>"2007-08-25, by voroshil
-
Remove stray comment, the code it commented is long-gone.2007-08-25, by diego
-
Language bits in teletext page header are2007-08-25, by voroshil
-
Fix warnings:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Extract a poor int declaration from within the uncouth grip of an if statement2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Document xorg.conf option needed for Xv playback on Intel cards.2007-08-25, by rathann
-
Fix warning:2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Fix warnings:2007-08-25, by diego
-
Add multiple inclusion guards.2007-08-25, by diego
-
Fix warning:2007-08-25, by diego
-
Move button variable into the if () where it is actually used.2007-08-25, by diego
-
Remove redundant extern declarations, #include the right headers instead.2007-08-25, by diego
-
sync w/r240842007-08-25, by gpoirier
-
Fix redundant redeclaration warnings.2007-08-25, by diego
-
Fix unused variable warning when USE_DVDNAV is not defined.2007-08-25, by diego
-
Remove redundant extern variable declarations, include proper headers instead.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Remove redundant variable declarations.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Remove redundant variable declarations.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Remove redundant variable declaration.2007-08-25, by diego
-
Fix some unused variable warnings.2007-08-25, by diego
-
Revert r24158, it is not necessary with unsigned bitfield2007-08-25, by reimar
-
Change bitfield to unsigned so that we get the usual truth values2007-08-25, by reimar
-
synced with r241372007-08-25, by Gabrov
-
Hack around broken bitfields in gcc 4.22007-08-25, by reimar
-
Fix invalid fd check, the bug is somewhere else though.2007-08-25, by reimar
-
HACK: check added fds for validity because otherwise mplayer2007-08-25, by reimar
-
Fix loads of warnings2007-08-25, by reimar
-
Handle queued commands from input event functions immediately2007-08-25, by uau
-
Watch X11 fd in main input select() if using vo xv2007-08-25, by uau
-
Add separate event input type for terminal+vo2007-08-25, by uau
-
Use a single select() for both key and slave input2007-08-25, by uau
-
Clean up getch2() code somewhat2007-08-25, by uau
-
Make terminal input work more like VO key input2007-08-25, by uau
-
Remove unused function2007-08-25, by uau
-
Use bitfield instead of manual bit fiddling in input.c2007-08-25, by uau
-
Remove redundant variable declaration.2007-08-25, by diego
-
Fix unused variable warning.2007-08-25, by diego
-
Add missing pixelformat conversion function prototype2007-08-24, by reimar
-
Move Apple gcc AltiVec vector declaration syntax to libavutil.2007-08-24, by diego
-
Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.2007-08-24, by diego
-
Remove redundant extern variable declaration.2007-08-24, by diego
-
Fix unused variable warning.2007-08-24, by diego
-
Remove unused variable.2007-08-24, by diego
-
Remove silly #ifdef around the complete file.2007-08-24, by diego
-
misc markup fixes2007-08-24, by diego
-
Wording and markup improvements for the -tvscan option.2007-08-24, by diego
-
Leading underscores in identifiers are forbidden.2007-08-24, by diego
-
Remove fallback round implementation that is protected by a preprocessor2007-08-24, by diego
-
Remove unused extern variable declaration.2007-08-24, by diego
-
Remove redundant variable declaration along with the corresponding warning.2007-08-24, by diego
-
1000l: Revert stray hunk that crept in with last commit.2007-08-24, by diego
-
Use consistent include path.2007-08-24, by diego