summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.diego2009-01-261-22/+11
* Do not duplicate VERSION string.diego2009-01-261-1/+1
* Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.diego2009-01-261-16/+8
* WORDS_BIGENDIAN is defined/undefined, not 0/1.diego2009-01-265-6/+6
* some more HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-261-6/+6
* Drop HAVE_LRINTF check, lrintf is used without checking in other places.diego2009-01-261-8/+1
* HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.diego2009-01-262-7/+8
* HAVE_3DNOW --> HAVE_AMD3DNOWdiego2009-01-2618-100/+100
* version.h depends on version.sh.diego2009-01-261-2/+2
* Fix build: Add required header and adjust preprocessor check.diego2009-01-251-1/+2
* Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.diego2009-01-251-2/+2
* Add SSSE3 and CMOV to CPU information printed on startup.diego2009-01-251-2/+8
* cosmetics: Consistently name 3DNow! extensions.diego2009-01-251-2/+2
* Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.diego2009-01-252-0/+10
* DECLARE_ALIGNED was moved in FFmpeg.diego2009-01-251-1/+1
* Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.diego2009-01-253-0/+11
* HAVE_3DNOWEX --> HAVE_3DNOWEXTdiego2009-01-259-33/+33
* Factorize print_version().diego2009-01-256-82/+51
* Add missing multiple inclusion guards.diego2009-01-251-0/+5
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.diego2009-01-256-31/+31
* Add missing header for av_gcd, fixes the warning:diego2009-01-251-0/+1
* Fix typo: pool -> pollreimar2009-01-251-1/+1
* Actually abort (return NULL) in the alloc-failure check in play_tree_newreimar2009-01-251-1/+3
* Fix a NULL-check that used && instead of || and thus could not avoid crashes.reimar2009-01-251-1/+1
* Declare struct SwsContext before using it, fixes the checkheaders warning:diego2009-01-251-0/+2
* Disable C code when compiling AltiVec code, fixes the warning:diego2009-01-251-0/+1
* spelling/grammar cosmeticsdiego2009-01-251-48/+48
* Fix #endif comments.diego2009-01-251-5/+5
* add "<!DOCTYPE smil" to smil playlistcompn2009-01-241-0/+2
* in parse_pat() IDENTIFY program number and pmt_pidnicodvb2009-01-221-0/+1
* The homepage/ subdirectory should no longer be redirected on web mirrors.diego2009-01-201-5/+2
* add EPHV to ffodivx,xvidcompn2009-01-201-0/+12
* sync w/r28341gpoirier2009-01-201-2/+3
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.cehoyos2009-01-201-0/+4
* Disable upcoming VC1/WMV3 VDPAU decoder.cehoyos2009-01-201-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.diego2009-01-197-9/+9
* fix device_id option after r28165gpoirier2009-01-182-8/+8
* Reduce QuickTime binary decoder verbosity.diego2009-01-171-2/+2
* MPlayer only supports latest libavutil.cehoyos2009-01-171-1/+1
* Fix compilation: s/ff_gcd/av_gcd.cehoyos2009-01-172-3/+3
* 100l, forgot to delete two defines left over from old HAVE_MMX handling code.reimar2009-01-161-2/+0
* fix compilation without VDPAU decodersgpoirier2009-01-161-1/+1
* add mimic in avi fourcc LM20 to ffmimiccompn2009-01-161-0/+17
* revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331gpoirier2009-01-164-5/+5
* Completely get rid of MMX define, use HAVE_MMX define instead.gpoirier2009-01-161-28/+25
* fix wrong #ifdef/#ifndef -> #if conversion in r28323gpoirier2009-01-161-1/+1
* fix compilation on non x86 machines (PPC here)gpoirier2009-01-165-27/+27
* Fix a wrongly converted !defined(ARCH_X86_64)reimar2009-01-161-1/+1
* 100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.reimar2009-01-161-1/+1
* Another missed #ifdef HAVE_MMXreimar2009-01-161-1/+1
* More #ifdef HAVE_MMX etc. missed by earlier search.reimar2009-01-164-11/+11
* More #ifdef -> #if fixesreimar2009-01-164-19/+19
* Lots and lots of #ifdef ARCH_... -> #if ARCH_...reimar2009-01-1646-215/+271
* More #ifdef -> #ifreimar2009-01-162-14/+14
* Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.reimar2009-01-162-23/+23
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willcehoyos2009-01-161-0/+4
* Disable upcoming MPEG_VDPAU_DECODER.cehoyos2009-01-161-1/+1
* one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail comdiego2009-01-161-1/+1
* sync w/r28279gpoirier2009-01-151-9/+31
* Get rid of now unused FFmpeg ENABLE_ preprocessor directives.diego2009-01-151-17/+2
* Sync with latest FFmpeg changes: #define disabled preprocessor directivesdiego2009-01-151-1/+2
* Treat mlib as a normal FFmpeg option, not a CPU extension.diego2009-01-151-3/+4
* Treat SH architecture like SH4 like in FFmpeg, the only place it is used.diego2009-01-151-5/+5
* SH4 is not a CPU extension mechanism.diego2009-01-151-1/+1
* Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.diego2009-01-151-7/+12
* Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.diego2009-01-151-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.aurel2009-01-148-186/+195
* add SLMJ fourcc to ffmjpegcompn2009-01-131-0/+1
* add binary codecs:compn2009-01-131-0/+32
* add nsvideo (NSVI) binary codec. works on uncommon samples listcompn2009-01-131-0/+8
* add yamaha adpcm ffmpeg codec, works on samplecompn2009-01-131-0/+7
* Update copyright year.diego2009-01-111-1/+1
* Sync with latest FFmpeg changes: Check for the availability of truncf().diego2009-01-111-1/+2
* spelling/grammar/wording/whitespacediego2009-01-111-77/+79
* Fix d_width vs. d_height typo.diego2009-01-111-1/+1
* Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.diego2009-01-111-6/+6
* Remove outdated comment.diego2009-01-111-1/+0
* cosmetics: Move CPU byte order check to a more sensible place.diego2009-01-111-26/+28
* Only check for YASM support on x86 systems.diego2009-01-111-0/+3
* cosmetics: Move some checks to more logical places.diego2009-01-111-83/+87
* removed remaining english wordptt2009-01-111-1/+1
* console output cosmeticsdiego2009-01-111-3/+3
* Only print "using XYZ" comment if XYZ has been set.diego2009-01-111-5/+5
* Add missing const qualifier to mpctx_get_audio_out function declaration.diego2009-01-101-1/+1
* synced with r28279Gabrov2009-01-101-6/+7
* Reindent for "if" added in internal dvdnav patchreimar2009-01-101-2/+2
* Support an "internal" dvdnav version to make it easier to compile with,reimar2009-01-102-2/+23
* Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigationreimar2009-01-103-11/+45
* add vdowave acm codec for format 0xFFFCcompn2009-01-101-0/+7
* Correct a few mistakes in the spanish translation.reynaldo2009-01-101-9/+9
* TRIVIAL, Extend the copyright line to 2009. Patch by andrew .david .45 AT gmail.reynaldo2009-01-101-1/+1
* Fix build: calc_drwXY was factorized into vo_calc_drwXY.diego2009-01-091-1/+1
* Factor calc_drwXY out of vo_xv and vo_xvmc.cehoyos2009-01-094-35/+22
* Consistently use tabs in svn:externalsreimar2009-01-090-0/+0
* Rearrange genres between numbers 53 and 63 into the correct order.diego2009-01-091-11/+11
* Replace reference to LICENSE file with GPL notice from said file.diego2009-01-091-1/+15
* Add PIX_FMT_VDPAU_H264.cehoyos2009-01-081-0/+2
* Switch internal dvdread to libdvdread SVN external.reimar2009-01-0828-11037/+12
* Clarify relationship between -ass and -fontconfig in the man page.eugeni2009-01-071-4/+5
* sync w/r28122, patch by JRaSH % jrash06 A 163 P com %gpoirier2009-01-061-10/+10
* looks like I missed r27542...gpoirier2009-01-061-1/+1
* Support loading font faces other then the first one in a font file.eugeni2009-01-062-7/+9
* Fix r28222, including alloca.h directly might break compilation.reimar2009-01-052-2/+1
* Fix some typos, add flv and trp to the list of video formatsdiego2009-01-051-42/+47
* Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h anddiego2009-01-053-8/+8
* Use standard multiple inclusion guards.diego2009-01-052-6/+6
*