2009-02-07 |
diego |
Sync with latest FFmpeg changes.
|
2009-02-07 |
diego |
Add config.h/config.mak bzlib variables missed in last commit.
|
2009-02-07 |
diego |
Add bzlib check for FFmpeg.
|
2009-02-07 |
diego |
Fix a couple of unused variable warnings through the av_unused attribute.
|
2009-02-07 |
diego |
Convert CONFIG_ZLIB into a 0/1 option.
|
2009-02-07 |
diego |
Add READ_CACHE_TRACE #define for libdvdnav.
|
2009-02-07 |
eugeni |
In case of several \move or \pos in one line, prefer the first one.
|
2009-02-07 |
eugeni |
Add stubs for a few unimplemented tags.
|
2009-02-07 |
eugeni |
Allow \be with arguments other than 0 or 1. Implement \blur.
|
2009-02-05 |
gpoirier |
sync w/r28415
|
2009-02-05 |
gogothebee |
Avoid message spam during video adapter uncooperative state.
|
2009-02-05 |
gogothebee |
Unify info/error messages to a common style:
|
2009-02-04 |
diego |
Print an error message when given insufficient parameters.
|
2009-02-04 |
diego |
cosmetics: Regroup some FFmpeg config.h options.
|
2009-02-04 |
diego |
Add proper check for arpa/inet.h.
|
2009-02-04 |
diego |
cosmetics: Remove stray tab.
|
2009-02-04 |
diego |
We use libdvdcss 1.2.10, not 1.2.9.
|
2009-02-04 |
diego |
Do not hardcode HAVE_DOS_PATHS, set it by OS instead.
|
2009-02-03 |
compn |
add automatic hw acceleration for vo gl entry
|
2009-02-03 |
reimar |
Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H
|
2009-02-03 |
reimar |
Add [gl] in front of vo_gl message
|
2009-02-03 |
reimar |
Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are much
|
2009-02-03 |
reimar |
Add checks that a D3D device is available before attempting rendering.
|
2009-02-03 |
reimar |
Remove the Present call after adapter reinitialization, it can not work anyway
|
2009-02-03 |
reimar |
swab() needs _XOPEN_SOURCE to be defined.
|
2009-02-03 |
reimar |
Cosmetics: remove empty line, improve some messages.
|
2009-02-03 |
reimar |
Whitespace/comment typo cosmetics.
|
2009-02-03 |
reimar |
Check for change_d3d_backbuffer failure.
|
2009-02-03 |
reimar |
Fix several return values
|
2009-02-03 |
reimar |
Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.
|
2009-02-02 |
diego |
FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDING
|
2009-02-02 |
reimar |
Adapt to lzo changes in libavutil
|
2009-02-02 |
zuxy |
Convert CONFIG_XVMC into a 0/1 definition.
|
2009-02-01 |
rathann |
Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpage
|
2009-02-01 |
diego |
Do not print a warning if current pts is equal to previous pts.
|
2009-02-01 |
diego |
cosmetics: Remove period after copyright statement non-sentence.
|
2009-02-01 |
diego |
HAVE_WINSOCK2_H is now a 0/1 definition.
|
2009-02-01 |
diego |
Simplify inet_pton/inet_aton checks.
|
2009-02-01 |
diego |
Add some more definitions for FFmpeg to config.h.
|
2009-02-01 |
diego |
cosmetics: Fix indentation after last commit.
|
2009-02-01 |
diego |
Restructure network tests: Always check for both inet_aton and inet_pton.
|
2009-02-01 |
diego |
HAVE_DCBZL should be a 0/1 definition.
|
2009-02-01 |
diego |
Convert HAVE_WINSOCK2_H into a 0/1 definition.
|
2009-02-01 |
diego |
Remove pointless #ifdef around internal header includes.
|
2009-02-01 |
diego |
HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.
|
2009-02-01 |
diego |
Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.
|
2009-02-01 |
diego |
Add a few more #defines for FFmpeg to config.h.
|
2009-02-01 |
diego |
Reminder for Dominik to update the RPM packaging section.
|
2009-02-01 |
diego |
Rename "ARM" section to "ARM Linux".
|
2009-02-01 |
diego |
CONFIG_LIB* are defined as 0/1 in FFmpeg.
|
2009-02-01 |
diego |
Move QNX subsection to commercial Unix section.
|
2009-02-01 |
diego |
Move note about binary packages to the top section.
|
2009-02-01 |
diego |
Reword beginning of MinGW section.
|
2009-02-01 |
diego |
Remove Amiga/MorphOS section, it only contained outdated information.
|
2009-02-01 |
diego |
Remove hints about specific binary packages, add a link to the list
|
2009-02-01 |
diego |
Remove IRIX section, the advice it contained is now obsolete.
|
2009-02-01 |
diego |
Remove -c option from install commands. It is ignored by GNU install and
|
2009-02-01 |
diego |
Add a note about POSIX system requirements.
|
2009-02-01 |
diego |
Revert Solaris PATH modification workaround.
|
2009-02-01 |
diego |
Add a note about adding /usr/xpg4/bin to your PATH on Solaris.
|
2009-02-01 |
diego |
Remove remarks about GNU Make being required on some systems.
|
2009-02-01 |
diego |
Move GNU Make entry to the top of the list.
|
2009-02-01 |
diego |
Update binutils and compiler sections.
|
2009-02-01 |
diego |
Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.
|
2009-02-01 |
diego |
Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.
|
2009-02-01 |
diego |
Use full internal pathname in doxygen @file directives.
|
2009-02-01 |
compn |
increase max OSD message size limit
|
2009-01-31 |
diego |
Set a sane default path on Solaris.
|
2009-01-31 |
diego |
cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.
|
2009-01-31 |
diego |
Slightly simplify VIDIX_PCI_FILES command.
|
2009-01-31 |
diego |
Make sure CONFIG_MEMALIGN_HACK is always #defined.
|
2009-01-31 |
diego |
Make sure HAVE_ALTIVEC_H is always #defined.
|
2009-01-31 |
diego |
Make sure HAVE_FAST_64BIT is always #defined.
|
2009-01-31 |
diego |
Add bswap check, needed for FFmpeg.
|
2009-01-31 |
diego |
Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.
|
2009-01-31 |
diego |
HAVE_LRINT and friends should be defined to 0/1.
|
2009-01-31 |
uau |
command.c: Fix some commands crashing during audio-only playback
|
2009-01-30 |
diego |
Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.
|
2009-01-30 |
diego |
Add CONFIG_SWSCALE to config.h, we always enable the software scaler.
|
2009-01-30 |
diego |
Add 4 more config.h #defines for libfaad2.
|
2009-01-30 |
diego |
Use OS preprocessor checks with '#if defined()' consistently.
|
2009-01-30 |
diego |
Fix warnings about undefined preprocessor directives.
|
2009-01-30 |
diego |
1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined,
|
2009-01-30 |
diego |
Revert mistaken #ifdef --> #if change.
|
2009-01-30 |
diego |
Update libavcodec 'aic' flag define to match current FFmpeg.
|
2009-01-30 |
diego |
HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.
|
2009-01-30 |
diego |
Add -Wundef to CFLAGS.
|
2009-01-30 |
diego |
Enable RDFT in FFmpeg, some codecs depend on it.
|
2009-01-30 |
diego |
Enable internal dvdread support on OS/2.
|
2009-01-30 |
reimar |
Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak
|
2009-01-30 |
reimar |
Fix an MSGT_INPUT to MSGT_LIRC in lirc.c
|
2009-01-29 |
compn |
add pvez to truemotion 1
|
2009-01-29 |
compn |
remove sys/timeb.h include
|
2009-01-29 |
compn |
increase max glyph and lines limit
|
2009-01-29 |
diego |
Use single quotes to avoid escaping double quotes in a string.
|
2009-01-29 |
diego |
Use cat instead of echo to generate version.h.
|
2009-01-28 |
diego |
Remove superfluous backslash escapes that caused unintended escapes.
|
2009-01-28 |
reimar |
Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.
|
2009-01-28 |
compn |
increase max subtitle stream limit
|
2009-01-27 |
reimar |
Do not use select n lirc code, instead set the fd non-blocking.
|
2009-01-27 |
reimar |
Allocate a larger backbuffer to allow resizing without reinit.
|
2009-01-26 |
diego |
Add standard license headers.
|
2009-01-26 |
diego |
Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
|
2009-01-26 |
diego |
Do not duplicate VERSION string.
|
2009-01-26 |
diego |
Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.
|
2009-01-26 |
diego |
WORDS_BIGENDIAN is defined/undefined, not 0/1.
|
2009-01-26 |
diego |
some more HAVE_3DNOW --> HAVE_AMD3DNOW
|
2009-01-26 |
diego |
Drop HAVE_LRINTF check, lrintf is used without checking in other places.
|
2009-01-26 |
diego |
HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.
|
2009-01-26 |
diego |
HAVE_3DNOW --> HAVE_AMD3DNOW
|
2009-01-26 |
diego |
version.h depends on version.sh.
|
2009-01-25 |
diego |
Fix build: Add required header and adjust preprocessor check.
|