summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r30301Uoti Urpala2010-01-2525-187/+178
|\
| * Add const qualifier to rgb48 to YV12 functions' src.ramiro2010-01-141-4/+4
| * Add missing parameter to rgb48 to YV12 functions.ramiro2010-01-141-3/+6
| * Use double-precision constants instead of single precision that gets cast to ...reimar2010-01-131-3/+3
| * Use double instead of float for pts.cehoyos2010-01-121-7/+7
| * Avoid linking in assembler-optimized code that will never be used.reimar2010-01-121-0/+8
| * Add very experimetal support for the Sun C compiler.reimar2010-01-121-1/+12
| * Change -pipe check to avoid misdetecting it as available for Sun's compiler.reimar2010-01-121-1/+2
| * Use ARCH_X86_32 instead of the compiler-specific __i386__reimar2010-01-121-6/+6
| * Remove hackish and not actually working code to make vidix compile withreimar2010-01-121-34/+0
| * Remove a check that simply can not have worked since it relied on a completelyreimar2010-01-121-2/+1
| * Add checks for exp2, exp2 and log2f required by FFmpeg.reimar2010-01-121-1/+4
| * 100l, fix typo that caused ad_hwac3 to fail to compile.reimar2010-01-121-1/+1
| * /nop is illegal with Apple's older version of gas, this was fixed elsewhereconrad2010-01-121-1/+1
| * Attempt a simple hack to fix -ac hwdtsreimar2010-01-121-0/+3
| * Make sure that sfence is used after any non temporal stores.zuxy2010-01-121-2/+2
| * More changes needed to make ad_hwac3 truly independent from liba52.reimar2010-01-112-7/+1
| * Let the format filter do the AC3 endianness conversion instead of duplicatingreimar2010-01-112-37/+14
| * MPlayer's format now correctly identifies AC3 as either little- or big-endian,reimar2010-01-111-7/+1
| * Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-1114-28/+42
| * More uses of AF_FORMAT_IS_AC3reimar2010-01-112-3/+3
| * Use AF_FORMAT_IS_AC3 in ao_oss.creimar2010-01-111-5/+5
| * Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,reimar2010-01-112-18/+42
| * Use af_fmt2bits, it should give more sensible values than snd_pcm_format_phys...reimar2010-01-111-1/+1
| * Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since thisreimar2010-01-111-0/+1
| * Use af_fmt2bits instead of reimplementing it.reimar2010-01-111-17/+1
| * Add and use AF_FORMAT_IS_AC3 macro.reimar2010-01-114-7/+10
| * Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,reimar2010-01-111-1/+1
| * mark cfhdvfw decoder as working on windows onlycompn2010-01-111-1/+9
| * Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forzuxy2010-01-111-0/+1
| * cosmetics: {} placement.ramiro2010-01-111-4/+2
| * Search X11 headers and libraries also in /usr/local/..., should easereimar2010-01-101-3/+3
| * Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will notreimar2010-01-101-1/+2
* | Ignore svn change r30269Uoti Urpala2010-01-250-0/+0
|\|
| * FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_T...reimar2010-01-101-2/+5
* | Merge svn changes up to r30268Uoti Urpala2010-01-251-3/+3
|\|
| * Place a volatile at a more appropriate place.reimar2010-01-101-1/+1
| * Change dummy value to fit into int.reimar2010-01-101-1/+1
| * Remove return statement from function that has no return value.reimar2010-01-101-1/+1
* | Skip svn change r30265 (default mp3 decoder change)Uoti Urpala2010-01-250-0/+0
|\|
| * Move mp3lib priority below libavcodec mp2/mp3 audio decoders.reimar2010-01-101-14/+15
* | Merge svn changes up to r30264Uoti Urpala2010-01-254-21/+20
|\|
| * Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.reimar2010-01-101-9/+8
| * Only print "using sdl-config" if we actually used it for SDL detection.reimar2010-01-101-1/+1
| * Avoid excessive fflush in dbgprintf if we didn't even print anything.reimar2010-01-101-1/+1
| * Fix RegCloseKey to not return an error on success.reimar2010-01-101-1/+1
| * Call XSync after XShmAttach to avoid a possible race-condition with shmctl.reimar2010-01-101-0/+1
| * Prefer libdca over libdtsreimar2010-01-101-1/+1
| * Use !isspace() to replace isalnum() to avoid filename mismatch under MBCSzuxy2010-01-101-4/+4
| * Quote test arguments that may be emptyreimar2010-01-101-2/+2
| * Disable internal copy of liba52 by default, libavcodec should be anreimar2010-01-101-2/+2
* | Ignore svn changes up to r30255Uoti Urpala2010-01-250-0/+0
|\|
| * IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that...reimar2010-01-091-1/+1
| * MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justzuxy2010-01-092-98/+118
| * Remove unused PREFETCHW macrozuxy2010-01-092-8/+0
| * Add several make variables to make --enable-hardcoded-tables actually compile.reimar2010-01-091-0/+4
| * Add support for --enable-hardcoded-tables like FFmpeg has.reimar2010-01-091-1/+15
* | Merge svn changes up to r30250Uoti Urpala2010-01-257-13/+62
|\|
| * Fix MP1 with demuxer lavf in MPEG (PS) files.cehoyos2010-01-091-0/+1
| * Fix fbdev2 to work with Intel framebuffer.reimar2010-01-091-2/+6
| * Fix vo_fbdev to also work with Intel framebuffer.reimar2010-01-091-4/+9
| * add binary cineform hd vfw decoder to codecs.confcompn2010-01-081-0/+10
| * Ignore 0-height slice in sws_scale, otherwise a final 0-height slice willreimar2010-01-081-0/+4
| * vf crop: do not generate 0-size slices, they are pointless and also confusereimar2010-01-081-1/+1
| * libass needs at least freetype 2.2.1greg2010-01-081-3/+3
| * mark ffqclp as working in codecs.conf, works on all my samplescompn2010-01-081-1/+1
| * Update internal libass copy to commit 8db4a5greg2010-01-0824-4782/+7767
| * Cosmetics: Fix indentationcehoyos2010-01-081-1/+1
| * QCELP is part of libavcodec.cehoyos2010-01-081-1/+1
| * Fix libass API checksgreg2010-01-082-2/+2
| * update wishlistcompn2010-01-081-2/+4
| * sync with en/mplayer.1 r30197jrash2010-01-081-3/+30
* | vd_ffmpeg: fix compilation with neither VDPAU nor XvMC enabledUoti Urpala2010-01-211-2/+0
* | vd_ffmpeg: FFmpeg-mt changed has_b_frames API, updateUoti Urpala2010-01-201-1/+2
* | vd_ffmpeg: move redundant info messages to MSGL_V levelUoti Urpala2010-01-201-2/+7
* | vd_ffmpeg: disable callbacks for threaded decodingUoti Urpala2010-01-201-38/+20
* | stream: improve EOF handling in seeksUoti Urpala2010-01-182-6/+11
* | Avoid misleading error "ASS: cannot add video filter"Uoti Urpala2010-01-164-6/+36
* | subtitles: avoid running subreader.c parser when using libassUoti Urpala2010-01-161-19/+22
* | subreader.c: fix excessive memory use with some external subtitlesUoti Urpala2010-01-161-0/+5
* | translations: corrently translate most OSD outputUoti Urpala2010-01-122-50/+54
* | translations: add infrastructure for translated OSD messagesUoti Urpala2010-01-123-10/+26
* | taglists.c: update to match current libavformat riff.cUoti Urpala2010-01-081-1/+22
* | Merge svn changes up to r30236Uoti Urpala2010-01-087-52/+79
|\|
| * Implement sws_isSupportedInput() and sws_isSupportedOutput().stefano2010-01-072-2/+26
| * Happy new year!zuxy2010-01-071-1/+1
| * Remove const to avoid a bunch of GCC warnings against discarded qualifiers andzuxy2010-01-071-2/+2
| * Avoid the error message "Unsupported PixelFormat -1" for ffh264 decodingzuxy2010-01-071-0/+2
| * Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://reimar2010-01-061-1/+1
| * Simplify ffmpeg stream support, we (so far) do not need any special option pa...reimar2010-01-061-29/+3
| * add MVLZ and MVDV binary decoders to codecs.confcompn2010-01-061-0/+16
| * map zjpeg to ffmjpeg in codecs.confcompn2010-01-051-1/+1
| * add blox binary codec to codecs.confcompn2010-01-051-0/+8
| * add three ADV1 binary codecs to codecs.confcompn2010-01-051-0/+24
| * Move MatrixView video output check below OpenGL check, it depends on OpenGL.diego2010-01-051-13/+14
| * vo_png now depends on libavcodec, not libpng.diego2010-01-051-1/+1
| * Change license terms for matrixview to GPLv2 "or later", all knownreimar2010-01-051-2/+3
| * Remove pointless variable declaration from DirectFB check.diego2010-01-041-1/+1
| * Add missing stdlib.h #include to fribidi check.diego2010-01-041-0/+1
| * Remove pointless printf call in libmp3lame test.diego2010-01-041-1/+1
| * Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.diego2010-01-041-2/+2
| * Pass a proper va_list type to vsscanf() test in configure.diego2010-01-041-1/+1
* | Ignore svn changes r30217, r30218Uoti Urpala2010-01-080-0/+0
|\|
| * At startup and while seeking avoid to introduce pointless sleeps and possiblyreimar2010-01-042-0/+14
| * Also reset time_frame and next_frame_time on reset, it makes no sense toreimar2010-01-042-4/+8
* | Merge svn changes up to r30216Uoti Urpala2010-01-0865-141/+246
|\|
| * Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.diego2010-01-041-1/+1
| * cosmetics: Break multiple statements on one line apart.diego2010-01-041-17/+33
| * Remove previous failed attempt at disabling that auto-generation of some C code.diego2010-01-043-60/+46
| * Add required header #includes to satisfy 'make checkheaders'.diego2010-01-048-0/+19
| * Drop -Iloader from CPPFLAGS for the loader subdirectory.diego2010-01-0420-43/+43
| * Add loader/wine/ to DIRS; its headers should be part of checkheaders.diego2010-01-041-0/+1
| * Add missing config.h #include.diego2010-01-041-0/+2
| * Refactor real --> float #define to a typedef in a common header.diego2010-01-0415-16/+17
| * Add missing header #includes to fix 'make checkheaders'.diego2010-01-044-0/+6
| * Add a few missing header #includes and #defines.diego2010-01-048-0/+14
| * Remove unused variable; fixes the warning:diego2010-01-041-1/+0
| * Add multiple inclusion guards to all mp3lib headers.diego2010-01-044-1/+17
| * Add missing config.h #include; remove a redundant one.diego2010-01-042-2/+2
| * Add missing license headers for vo_matrixview code.diego2010-01-042-0/+36
| * Refer to MatrixView instead of MPlayer in code taken from MatrixView.diego2010-01-041-1/+1
| * Clarify which version of the GPL applies to MPlayer.diego2010-01-041-5/+10
* | Merge svn r30200 (reindent configure)Uoti Urpala2010-01-081-488/+488
|\|
| * cosmetics: tabs to spaces, some reindentationdiego2010-01-041-506/+506
* | Merge svn changes up to r30199Uoti Urpala2010-01-083-5/+5
|\|
| * Fix fribidi check to avoid spamming the console with error messages.diego2010-01-041-1/+2
| * Remove ARGB support from matrixview vo, it is quite pointless and causesreimar2010-01-041-1/+0
| * Fix a few typos in the matrixview section.diego2010-01-041-3/+3
* | Ignore svn r30196Uoti Urpala2010-01-080-0/+0
|\|
| * Add a few definitions used by FFmpeg to config.h:diego2010-01-041-0/+8
* | Merge svn changes up to r30195Uoti Urpala2010-01-0815-90/+127
|\|
| * prettyprinting cosmeticsdiego2010-01-043-66/+71
| * Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.diego2010-01-043-4/+4
| * Make vo gl print the OpenGL vendor and version strings.reimar2010-01-031-0/+1
| * Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).reimar2010-01-035-10/+10
| * Avoid memleaks when vo_direct3d initialization fails.reimar2010-01-031-8/+14
| * Modify -vo direct3d so we do not have to link against d3d9.dll, it mightreimar2010-01-032-4/+20
| * Some Changelog updates.reimar2010-01-031-3/+10
| * Enable all FFmpeg protocols by default, they seem to build without issuereimar2010-01-031-1/+1
* | vo_png: add missing "#include "fmt-conversion.h"Uoti Urpala2010-01-081-0/+1
* | Merge svn changes up to r30187Uoti Urpala2010-01-083-118/+47
|\|
| * 100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.reimar2010-01-031-1/+1
| * Change vo_png to use FFmpeg's png encoder instead of libpng.reimar2010-01-033-116/+45
* | Merge svn changes up to r30185Uoti Urpala2010-01-0816-28/+1456
|\|
| * Add missing avcodec_close to vf_screenshot.reimar2010-01-031-0/+1
| * Prefer enum PixelFormat over int for the type of the format parameterstefano2010-01-031-1/+1
| * Basic -vo matrixview documentation.reimar2010-01-031-0/+15
| * Finally add matrixview vo.reimar2010-01-037-0/+1334
| * Document -vo gl colorspace suboption.reimar2010-01-031-0/+12
| * Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for thestefano2010-01-032-4/+4
| * Add pointers to a few more standard OpenGL functions to ease future extensions.reimar2010-01-032-0/+33
| * Fixup SDL configure check:reimar2010-01-034-12/+45
| * Do not assume that "long" is the size of a register.reimar2010-01-032-8/+10
| * Also detect fontconfig when it requires -liconvreimar2010-01-031-1/+1
| * Change fribidi check to also work without fribidi-config.reimar2010-01-031-7/+12
* |