2007-08-25 |
diego |
Fix some unused variable warnings.
|
2007-08-25 |
reimar |
Revert r24158, it is not necessary with unsigned bitfield
|
2007-08-25 |
reimar |
Change bitfield to unsigned so that we get the usual truth values
|
2007-08-25 |
Gabrov |
synced with r24137
|
2007-08-25 |
reimar |
Hack around broken bitfields in gcc 4.2
|
2007-08-25 |
reimar |
Fix invalid fd check, the bug is somewhere else though.
|
2007-08-25 |
reimar |
HACK: check added fds for validity because otherwise mplayer
|
2007-08-25 |
reimar |
Fix loads of warnings
|
2007-08-25 |
uau |
Handle queued commands from input event functions immediately
|
2007-08-25 |
uau |
Watch X11 fd in main input select() if using vo xv
|
2007-08-25 |
uau |
Add separate event input type for terminal+vo
|
2007-08-25 |
uau |
Use a single select() for both key and slave input
|
2007-08-25 |
uau |
Clean up getch2() code somewhat
|
2007-08-25 |
uau |
Make terminal input work more like VO key input
|
2007-08-25 |
uau |
Remove unused function
|
2007-08-25 |
uau |
Use bitfield instead of manual bit fiddling in input.c
|
2007-08-25 |
diego |
Remove redundant variable declaration.
|
2007-08-25 |
diego |
Fix unused variable warning.
|
2007-08-24 |
reimar |
Add missing pixelformat conversion function prototype
|
2007-08-24 |
diego |
Move Apple gcc AltiVec vector declaration syntax to libavutil.
|
2007-08-24 |
diego |
Add -mstackrealign to CFLAGS on Darwin, fixes loading WMV9 DLL.
|
2007-08-24 |
diego |
Remove redundant extern variable declaration.
|
2007-08-24 |
diego |
Fix unused variable warning.
|
2007-08-24 |
diego |
Remove unused variable.
|
2007-08-24 |
diego |
Remove silly #ifdef around the complete file.
|
2007-08-24 |
diego |
misc markup fixes
|
2007-08-24 |
diego |
Wording and markup improvements for the -tvscan option.
|
2007-08-24 |
diego |
Leading underscores in identifiers are forbidden.
|
2007-08-24 |
diego |
Remove fallback round implementation that is protected by a preprocessor
|
2007-08-24 |
diego |
Remove unused extern variable declaration.
|
2007-08-24 |
diego |
Remove redundant variable declaration along with the corresponding warning.
|
2007-08-24 |
diego |
1000l: Revert stray hunk that crept in with last commit.
|
2007-08-24 |
diego |
Use consistent include path.
|
2007-08-23 |
cehoyos |
Removed uninitialized variable.
|
2007-08-23 |
reimar |
Use new request_channels
|
2007-08-23 |
diego |
100l typo: ENTER --> KPENTER
|
2007-08-23 |
diego |
Fix KPENTER keycode value on Mac OS X.
|
2007-08-23 |
voroshil |
Automatic TV channels scanning ability for MPlayer.
|
2007-08-23 |
voroshil |
Fix blue color for yv12 and i420 image formats in "automute" screen
|
2007-08-22 |
cehoyos |
Fix compilation of live555 support after FFmpegs r10173.
|
2007-08-22 |
diego |
CONFIG_DARWIN was removed from FFmpeg.
|
2007-08-22 |
diego |
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
|
2007-08-22 |
reimar |
Finally fix --enable-debug compilation
|
2007-08-22 |
voroshil |
Fix [soc:eoc] stubs.
|
2007-08-22 |
voroshil |
r24050: MP3 audio encoder was renamed to libmp3lame in FFmpeg.
|
2007-08-22 |
voroshil |
r24030: Document special A-V sync issues with FLV files
|
2007-08-22 |
voroshil |
sync tag update
|
2007-08-21 |
diego |
Remove Windows-only replacement gettimeofday() implementation, both Cygwin
|
2007-08-21 |
reimar |
Set DVD speed earlier to avoid drive spinup during open
|
2007-08-21 |
Gabrov |
synced with r24110
|
2007-08-21 |
uau |
Remove unnecessary OSD visibility code
|
2007-08-21 |
uau |
Minor code cleanup
|
2007-08-20 |
diego |
Add some missing libavcodec video encoders.
|
2007-08-20 |
diego |
Sort libavcodec encoders.
|
2007-08-20 |
nicodvb |
reimplemented nav_read_PCI() and nav_read_DSI() using getbits() rather than relying on bitfields layout in memory
|
2007-08-20 |
reimar |
Runtime-patching for windows to fix crash with drv43260.dll
|
2007-08-20 |
iive |
remove gconvert_uri_to_filename() and use url_unescape_string() instead.
|
2007-08-20 |
reimar |
We can support SEEK_END seeks only when stream->end_pos is known
|
2007-08-20 |
reimar |
Add support for AVSEEK_SIZE in demux_lavf
|
2007-08-20 |
reimar |
-subfps makes sense for frame-based subtitle formats as well!
|
2007-08-19 |
reimar |
Do not seek to an invalid position.
|
2007-08-19 |
nicodvb |
added from dvdnav's dvdread getbits() code to be used in forthcoming patch to read correctly NAV data
|
2007-08-19 |
reimar |
Replace dvdread bswap.h by something more sane for us.
|
2007-08-19 |
reimar |
Fix a bug in stream_read_qword_le due to sign extension from int to uint64_t.
|
2007-08-18 |
nplourde |
added proper e-mail address
|
2007-08-18 |
nplourde |
added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>
|
2007-08-18 |
reimar |
Functions that do not return a value must be void
|
2007-08-18 |
reimar |
Text files must end with a newline
|
2007-08-18 |
reimar |
Remove duplicate extern declaration
|
2007-08-18 |
Gabrov |
increasing sync tag after Apple Remote message added
|
2007-08-18 |
Gabrov |
synced with r24091
|
2007-08-18 |
diego |
Add libdvdcss-specific CFLAGS in the correct place.
|
2007-08-18 |
uau |
Remove an unnecessary #ifdef
|
2007-08-17 |
diego |
Complete the list of libavcodec audio encoders.
|
2007-08-17 |
diego |
Ignore main.xml.
|
2007-08-17 |
diego |
Reorder installation requirements list, wording/spelling.
|
2007-08-17 |
diego |
Sync local diff with latest changes.
|
2007-08-17 |
diego |
Sync libdvdread with version 0.9.7.
|
2007-08-16 |
diego |
small libavcodec audio codec clarifications
|
2007-08-16 |
diego |
misc fixes and additions
|
2007-08-16 |
rathann |
Explicitly mention the need to rebuild MPlayer after installing AMR libs.
|
2007-08-16 |
mhoffman |
adding help for --ar --ranlib
|
2007-08-16 |
diego |
Move setting of res_comment for internal dvdread to a more sensible place.
|
2007-08-16 |
mhoffman |
allow setting of ranlib from the commandline of configure
|
2007-08-16 |
mhoffman |
allow setting of ar from the commandline of configure
|
2007-08-16 |
diego |
Remove local MinGW gettimeofday() implementation, there is now a native
|
2007-08-16 |
diego |
Sync local diff with current version.
|
2007-08-16 |
diego |
Sync libdvdread with version 0.9.6.
|
2007-08-15 |
diego |
Sync local diff with current version.
|
2007-08-15 |
diego |
cosmetics: Do not add trailing whitespace to lines we change.
|
2007-08-15 |
diego |
Sync another change from upstream.
|
2007-08-15 |
diego |
Remove modification comments from files that are no longer modified.
|
2007-08-15 |
diego |
Sync libdvdread with version 0.9.5 (cosmetic changes).
|
2007-08-15 |
diego |
cosmetics: alphabetical order
|
2007-08-15 |
diego |
1000l: Forgot to add new files, *sigh*.
|
2007-08-15 |
diego |
Sync libdvdread with version 0.9.5 (functional changes).
|