summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r28537Uoti Urpala2009-02-12157-11423/+3608
|\
| * Apply misc fixes for sws_getCachedContext() documentation.stefano2009-02-121-7/+10
| * Bump micro version, related to r28491.stefano2009-02-121-1/+1
| * Document sws_getContext().stefano2009-02-111-0/+13
| * Port check for 10 assembler operands support from FFmpeg.diego2009-02-111-0/+17
| * Document sws_getIdentityVec().stefano2009-02-111-0/+5
| * Convert "advanced audio usage" into from a subsection to a chapter.diego2009-02-111-28/+28
| * Replace a mention of MPlayer by MEncoder in the MEncoder section.diego2009-02-111-1/+1
| * Remove outdated FAQ entries.diego2009-02-111-60/+0
| * Remove unnecessary _UWIN #define.diego2009-02-111-3/+0
| * Move sws_getGaussianVec() documentation from swscale.c to swscale.h.stefano2009-02-102-4/+5
| * Document sws_cloneVec().stefano2009-02-101-0/+5
| * Fix typo: lenght -> length.stefano2009-02-101-1/+1
| * Document sws_scaleVec().stefano2009-02-101-0/+4
| * Document sws_getConstVec().stefano2009-02-101-0/+5
| * Move documentation of sws_getCachedContext() from swscale.c tostefano2009-02-102-10/+10
| * Remove pointless comment regarding sws_scale_ordered().stefano2009-02-101-3/+0
| * Add a @deprecated notice to swscale_get_ordered().stefano2009-02-101-0/+3
| * Add priority support for OS/2 and factorize the Windows priority support.diego2009-02-109-49/+146
| * Add proper check for posix_memalign(), needed for FFmpeg.diego2009-02-101-1/+13
| * Remove unnecessary emms Assembler instructions.diego2009-02-101-9/+0
| * partial sync with obsolete section removaldiego2009-02-106-726/+163
| * partial sync with obsolete section removaldiego2009-02-106-692/+144
| * partial sync with obsolete section removaldiego2009-02-106-710/+148
| * partial sync with obsolete section removaldiego2009-02-093-272/+4
| * partial sync with obsolete section removaldiego2009-02-096-704/+144
| * Document coeff and length fields in SwsVector.stefano2009-02-091-2/+2
| * Sync x264 section renaming.diego2009-02-093-3/+3
| * Use consistent names for codec installation sections.diego2009-02-092-2/+2
| * partial sync with obsolete section removaldiego2009-02-093-215/+2
| * partial sync with obsolete section removaldiego2009-02-095-839/+19
| * partial sync with obsolete section removaldiego2009-02-095-858/+18
| * partial sync with obsolete section removaldiego2009-02-095-829/+19
| * partial sync with obsolete section removaldiego2009-02-093-625/+21
| * partial sync with obsolete section removalsdiego2009-02-098-1316/+172
| * change internal real video packetizing format to the more straight forward oneaurel2009-02-094-171/+62
| * Revert #undefining system functions, it is not necessary.diego2009-02-091-7/+0
| * bruteforce partial sync with obsolete documentation removaldiego2009-02-0911-1935/+222
| * Add config.h #include for ARCH_X86 definition.diego2009-02-091-0/+1
| * Add #undefs to reenable system functions that are normally forbidden in otherdiego2009-02-091-0/+7
| * Drop DECLARE_ALIGNED from extern declarations. It creates trouble whendiego2009-02-091-2/+2
| * Use SetErrorMode so Windows will not show all kinds of error dialogsreimar2009-02-091-0/+2
| * Prefix visible YUV2RGB functions with sws_kostya2009-02-096-16/+16
| * Give better name to Inverse_Table_6_9kostya2009-02-092-4/+4
| * Remove file name from file headers.diego2009-02-091-1/+1
| * Print information about detected CPU in verbose mode only.diego2009-02-091-14/+14
| * Drop the deprecated sws_scale_ordered() at the next major versionstefano2009-02-082-0/+4
| * Replace int type with enum PixelFormat for the dstFormat/srcFormatstefano2009-02-081-3/+3
| * Fix a typo: lumaSarpen -> lumaSharpen.stefano2009-02-081-1/+1
| * cosmetics: Remove leading underscore from all def_ variables.diego2009-02-081-797/+797
| * Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.diego2009-02-081-0/+1
| * CONFIG_LIBAMR_NB/WB should be 0/1 #defines.diego2009-02-081-2/+2
| * Fix FFmpeg decoder info fields to be consistent.diego2009-02-081-10/+10
| * cosmetics: Drop redundant "decoder" from codec info fields.diego2009-02-081-91/+91
| * synced with r28432Gabrov2009-02-083-165/+59
| * Conditionally compile aclib.c instead of placing #ifdef around its content.diego2009-02-083-5/+2
| * Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.diego2009-02-081-0/+1
| * Add standard license headers, unify header formatting.diego2009-02-0851-147/+976
| * Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.diego2009-02-073-3/+3
| * Sync with latest FFmpeg changes.diego2009-02-071-3/+3
| * Add config.h/config.mak bzlib variables missed in last commit.diego2009-02-071-0/+2
| * Add bzlib check for FFmpeg.diego2009-02-071-0/+15
| * Fix a couple of unused variable warnings through the av_unused attribute.diego2009-02-071-10/+11
| * Convert CONFIG_ZLIB into a 0/1 option.diego2009-02-073-7/+7
| * Add READ_CACHE_TRACE #define for libdvdnav.diego2009-02-071-0/+2
| * In case of several \move or \pos in one line, prefer the first one.eugeni2009-02-071-8/+12
| * Add stubs for a few unimplemented tags.eugeni2009-02-071-1/+39
| * Allow \be with arguments other than 0 or 1. Implement \blur.eugeni2009-02-074-20/+63
| * sync w/r28415gpoirier2009-02-051-1/+5
| * Avoid message spam during video adapter uncooperative state.gogothebee2009-02-051-1/+1
| * Unify info/error messages to a common style:gogothebee2009-02-051-43/+43
| * Print an error message when given insufficient parameters.diego2009-02-041-0/+6
| * cosmetics: Regroup some FFmpeg config.h options.diego2009-02-041-8/+7
| * Add proper check for arpa/inet.h.diego2009-02-041-5/+12
| * cosmetics: Remove stray tab.diego2009-02-041-1/+1
| * We use libdvdcss 1.2.10, not 1.2.9.diego2009-02-041-1/+1
| * Do not hardcode HAVE_DOS_PATHS, set it by OS instead.diego2009-02-041-1/+4
* | Merge svn changes up to r28461Uoti Urpala2009-02-0442-340/+261
|\|
| * add automatic hw acceleration for vo gl entrycompn2009-02-031-0/+1
| * Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_Hreimar2009-02-031-0/+4
| * Add [gl] in front of vo_gl messagereimar2009-02-031-1/+1
| * Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are ...reimar2009-02-031-1/+10
| * Add checks that a D3D device is available before attempting rendering.reimar2009-02-031-1/+16
| * Remove the Present call after adapter reinitialization, it can not work anywayreimar2009-02-031-4/+0
| * swab() needs _XOPEN_SOURCE to be defined.reimar2009-02-033-0/+3
| * Cosmetics: remove empty line, improve some messages.reimar2009-02-031-5/+3
| * Whitespace/comment typo cosmetics.reimar2009-02-031-5/+5
| * Check for change_d3d_backbuffer failure.reimar2009-02-031-1/+2
| * Fix several return valuesreimar2009-02-031-3/+3
| * Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.reimar2009-02-031-2/+2
| * FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDINGdiego2009-02-021-2/+2
| * Adapt to lzo changes in libavutilreimar2009-02-022-9/+9
| * Convert CONFIG_XVMC into a 0/1 definition.zuxy2009-02-021-6/+6
| * Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpagerathann2009-02-012-1/+1
| * Do not print a warning if current pts is equal to previous pts.diego2009-02-011-2/+2
| * cosmetics: Remove period after copyright statement non-sentence.diego2009-02-011-1/+1
| * HAVE_WINSOCK2_H is now a 0/1 definition.diego2009-02-011-1/+1
| * Simplify inet_pton/inet_aton checks.diego2009-02-011-18/+11
| * Add some more definitions for FFmpeg to config.h.diego2009-02-011-0/+3
| * cosmetics: Fix indentation after last commit.diego2009-02-011-13/+13
| * Restructure network tests: Always check for both inet_aton and inet_pton.diego2009-02-014-53/+37
| * HAVE_DCBZL should be a 0/1 definition.diego2009-02-011-1/+1
| * Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-0120-41/+41
| * Remove pointless #ifdef around internal header includes.diego2009-02-011-4/+0
| * HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.diego2009-02-014-9/+9
| * Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.diego2009-02-012-4/+4
| * Add a few more #defines for FFmpeg to config.h.diego2009-02-011-0/+5
| * Reminder for Dominik to update the RPM packaging section.diego2009-02-011-3/+4
| * Rename "ARM" section to "ARM Linux".diego2009-02-011-2/+2
| * CONFIG_LIB* are defined as 0/1 in FFmpeg.diego2009-02-011-6/+6
| * Move QNX subsection to commercial Unix section.diego2009-02-011-32/+17
| * Move note about binary packages to the top section.diego2009-02-011-4/+4
| * Reword beginning of MinGW section.diego2009-02-011-5/+3
| * Remove Amiga/MorphOS section, it only contained outdated information.diego2009-02-011-35/+0
| * Remove hints about specific binary packages, add a link to the listdiego2009-02-011-19/+3
| * Remove IRIX section, the advice it contained is now obsolete.diego2009-02-011-28/+0
| * Remove -c option from install commands. It is ignored by GNU install anddiego2009-02-011-2/+2
| * Add a note about POSIX system requirements.diego2009-02-012-0/+7
| * Revert Solaris PATH modification workaround.diego2009-02-011-3/+0
| * Add a note about adding /usr/xpg4/bin to your PATH on Solaris.diego2009-02-011-0/+7
| * Remove remarks about GNU Make being required on some systems.diego2009-02-011-24/+1
| * Move GNU Make entry to the top of the list.diego2009-02-011-3/+3
| * Update binutils and compiler sections.diego2009-02-011-5/+5
| * Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.diego2009-02-011-0/+2
| * Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.diego2009-02-012-0/+9
| * Use full internal pathname in doxygen @file directives.diego2009-02-011-1/+1
| * increase max OSD message size limitcompn2009-02-011-6/+6
| * Set a sane default path on Solaris.diego2009-01-311-0/+3
| * cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.diego2009-01-311-1/+1
| * Slightly simplify VIDIX_PCI_FILES command.diego2009-01-311-2/+2
| * Make sure CONFIG_MEMALIGN_HACK is always #defined.diego2009-01-311-0/+1
| * Make sure HAVE_ALTIVEC_H is always #defined.diego2009-01-311-1/+1
| * Make sure HAVE_FAST_64BIT is always #defined.diego2009-01-311-0/+1
| * Add bswap check, needed for FFmpeg.diego2009-01-311-0/+7
| * Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.diego2009-01-311-1/+1
| * HAVE_LRINT and friends should be defined to 0/1.diego2009-01-311-1/+1
* | Merge svn changes up to r28403Uoti Urpala2009-01-3153-299/+579
|\|
| * command.c: Fix some commands crashing during audio-only playbackuau2009-01-311-0/+4
| * Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.diego2009-01-302-2/+2
| * Add CONFIG_SWSCALE to config.h, we always enable the software scaler.diego2009-01-301-0/+1
| * Add 4 more config.h #defines for libfaad2.diego2009-01-301-0/+5
| * Use OS preprocessor checks with '#if defined()' consistently.diego2009-01-302-20/+10
| * Fix warnings about undefined preprocessor directives.diego2009-01-301-6/+6
| * 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined to 0/1,diego2009-01-302-3/+4
| * Revert mistaken #ifdef --> #if change.diego2009-01-301-1/+1
| * Update libavcodec 'aic' flag define to match current FFmpeg.diego2009-01-301-2/+2
| * HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.diego2009-01-301-1/+1
| * Add -Wundef to CFLAGS.diego2009-01-301-0/+1
| * Enable RDFT in FFmpeg, some codecs depend on it.diego2009-01-301-0/+2
| * Enable internal dvdread support on OS/2.diego2009-01-301-1/+1
| * Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleakreimar2009-01-301-7/+7
| * Fix an MSGT_INPUT to MSGT_LIRC in lirc.creimar2009-01-301-1/+1
| * add pvez to truemotion 1compn2009-01-291-0/+1
| * remove sys/timeb.h includecompn2009-01-291-1/+0
| * increase max glyph and lines limitcompn2009-01-291-2/+2
| * Use single quotes to avoid escaping double quotes in a string.diego2009-01-291-1/+1
| * Use cat instead of echo to generate version.h.diego2009-01-291-2/+4
| * Remove superfluous backslash escapes that caused unintended escapes.diego2009-01-281-1/+1
| * Avoid a division by 0 when using -oac mp3lame but no audio data actually is e...reimar2009-01-281-0/+1
| * increase max subtitle stream limitcompn2009-01-281-1/+1
| * Do not use select n lirc code, instead set the fd non-blocking.reimar2009-01-271-18/+10
| * Allocate a larger backbuffer to allow resizing without reinit.reimar2009-01-271-43/+113
| * Add standard license headers.diego2009-01-2613-29/+265
| *