2010-01-22 |
reimar |
Replace strncat by av_strlcat which is easier to verify for correctness.
|
2010-01-22 |
reimar |
Also handle ASS subtitles when removing subtitles via sub_remove slave command.
|
2010-01-22 |
reimar |
Avoid duplicating code to remove subtitles (sub_remove slave command).
|
2010-01-22 |
mru |
Move array specifiers outside DECLARE_ALIGNED() invocations
|
2010-01-21 |
diego |
Disable all hwaccel glue code from FFmpeg.
|
2010-01-21 |
cehoyos |
x264 version 0.83 is required.
|
2010-01-21 |
cehoyos |
Fix compilation after FFmpeg r21353.
|
2010-01-21 |
conrad |
More const-correctness for sws_scale
|
2010-01-20 |
ramiro |
Document some more of SwsContext.
|
2010-01-20 |
stefano |
Avoid more pointless tests, the input and output formats need to be
|
2010-01-19 |
stefano |
Split overly long line.
|
2010-01-19 |
stefano |
Make selfTest() perform tests where both the input and output formats
|
2010-01-19 |
diego |
Create libavutil/avconfig.h, required for FFmpeg compilation.
|
2010-01-19 |
ptt |
synced with r30336
|
2010-01-19 |
benoit |
Make const prototypes for input sources of sws_scale_* stricter.
|
2010-01-19 |
ramiro |
swscale-example: Add comment about the use of av_{malloc,free}.
|
2010-01-19 |
zuxy |
Set HAVE_FAST_CLZ according to CPU type.
|
2010-01-19 |
ramiro |
Remove useless forward declaration.
|
2010-01-19 |
zuxy |
User friendly warning message that gives out names of source and target formats
|
2010-01-19 |
mru |
swscale-example: use av_malloc()
|
2010-01-18 |
stefano |
Split long line.
|
2010-01-18 |
stefano |
Convert int -> enum PixelFormat in doTest().
|
2010-01-18 |
ptt |
synced with r30197
|
2010-01-18 |
zuxy |
Define out currently unused static functions.
|
2010-01-18 |
compn |
add uldx and vspx fourcc to ffodivx in codecs.conf
|
2010-01-18 |
zuxy |
Support for detection of AMD Phenom.
|
2010-01-17 |
stefano |
Remove stray '\' at the end of macro definitions.
|
2010-01-17 |
stefano |
Remove duplicated or pointless newlines.
|
2010-01-17 |
stefano |
Factorize error message logging, log it if the converter cannot be
|
2010-01-17 |
stefano |
Reindent after the last commit.
|
2010-01-17 |
stefano |
Make the pal2rgbWrapper set and use the converter in pal2rgbWrapper
|
2010-01-17 |
mru |
Remove double const
|
2010-01-17 |
stefano |
Factorize error message logging in rgb2rgbWrapper().
|
2010-01-17 |
reimar |
Add a proper header for our strsep implementation so strsep will
|
2010-01-17 |
reimar |
Reuse the fmt-conversion code instead of duplicating the functionality.
|
2010-01-17 |
reimar |
Add big- and little-endian variants of the 15 and 16 bit RGB/BGR formats.
|
2010-01-17 |
reimar |
Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.
|
2010-01-17 |
reimar |
More format support in fmt-conversion.c: split RGB32 and BGR32
|
2010-01-17 |
mru |
Reindent
|
2010-01-17 |
mru |
Remove inline from initFilter()
|
2010-01-17 |
reimar |
Hack to avoid a GUID_NULL clash on 64 bit MinGW.
|
2010-01-17 |
reimar |
Add hack to fix tvi_dshow compilation with 64-bit MinGW
|
2010-01-17 |
reimar |
Mention systems that have received major build fixes recently in the Changelog.
|
2010-01-17 |
reimar |
Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.
|
2010-01-17 |
reimar |
Also try linking against dxguid for SDL test.
|
2010-01-17 |
reimar |
Change GUID declarations in vo_directx to be static.
|
2010-01-17 |
reimar |
Change GUID declarations in tvi_dshow so they are not exported and thus
|
2010-01-17 |
stefano |
Add a const qualifier in a cast, fix the gcc warning:
|
2010-01-17 |
stefano |
Add a const qualifier in a cast, fix the gcc warning:
|
2010-01-16 |
reimar |
Allow anything starting with "arm" to be used as --target for ARM CPUs
|
2010-01-16 |
stefano |
Fix typo, "get rid off" -> "get rid of".
|
2010-01-16 |
reimar |
Mention levelconv -vo gl suboption in Changelog.
|
2010-01-16 |
reimar |
Document levelconv -vo gl suboption.
|
2010-01-16 |
reimar |
Add support for adjustable TV <-> PC level conversion.
|
2010-01-16 |
stefano |
Revert r30331, which broke compilation.
|
2010-01-16 |
stefano |
Prefer enum PixelFormat to int as the parameter type of
|
2010-01-16 |
stefano |
Declare with av_unused the variable alpMmxFilter, fix the gcc warning:
|
2010-01-16 |
stefano |
Factorize the code which calls the non optimized C functions in
|
2010-01-16 |
stefano |
Prefer "to %s%s" over "to%s %s", slightly more readable.
|
2010-01-16 |
stefano |
Simplify code in sws_getContext() which logs if the destination format
|
2010-01-16 |
ramiro |
Document some of SwsContext.
|
2010-01-16 |
ramiro |
Reuse h{lum,chr}Filter{,Pos} variables for MMX2 fast_bilinear horizontal scaler.
|
2010-01-16 |
stefano |
Factorize code which logs the source and destination formats in
|
2010-01-16 |
reimar |
Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,
|
2010-01-16 |
reimar |
Fix struct addrinfo check, its definition might not allow actually allocating it.
|
2010-01-16 |
reimar |
Fix sockaddr_storage check to work with winsock/MinGW
|
2010-01-16 |
reimar |
Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.
|
2010-01-16 |
reimar |
HAVE_INLINE_ASM for FFmpeg should be one since we only support
|
2010-01-16 |
reimar |
Document some of the ext_stub magic.
|
2010-01-16 |
reimar |
100l, forgot to change the "magic" value in the stub also in the place replacing it.
|
2010-01-16 |
compn |
add AV1x, AVup and VDTZ fourcc to ffrawuyvy and VDTZ to rawuyvy
|
2010-01-16 |
stefano |
Simplify reset_ptr(): employ usePal() macro rather than enumerating
|
2010-01-16 |
Gabrov |
synced with r30311
|
2010-01-16 |
mru |
Add symbol versioning for shared libraries
|
2010-01-15 |
reimar |
We only need to disable seeking back in ad_ffmpeg when we actually _use_
|
2010-01-15 |
ramiro |
Don't initialize normal horizontal filter if MMX2 filter is used.
|
2010-01-15 |
reimar |
-demuxer rawaudio data will often need parsing (e.g. when it is used for raw
|
2010-01-15 |
ptt |
added a missing full stop
|
2010-01-15 |
zuxy |
Set _optimizing for x86-64.
|
2010-01-15 |
zuxy |
The undocumented x86-64 is a better fallback for core2 than nocona.
|
2010-01-15 |
zuxy |
Add -fno-common to avoid misalignment for global var under win32 like what
|
2010-01-15 |
zuxy |
Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.
|
2010-01-15 |
zuxy |
Const correctness for src pointer. Remove all constness related warnings in
|
2010-01-15 |
zuxy |
Fix typo in r30302
|
2010-01-15 |
stefano |
Fix typo.
|
2010-01-14 |
ramiro |
Remove unused clip_table code.
|
2010-01-14 |
cehoyos |
Fix compilation after recent changes in FFmpeg.
|
2010-01-14 |
ramiro |
Add const qualifier to rgb48 to YV12 functions' src.
|
2010-01-14 |
ramiro |
Add missing parameter to rgb48 to YV12 functions.
|
2010-01-13 |
reimar |
Use double-precision constants instead of single precision that gets cast to double.
|
2010-01-12 |
cehoyos |
Use double instead of float for pts.
|
2010-01-12 |
reimar |
Avoid linking in assembler-optimized code that will never be used.
|
2010-01-12 |
reimar |
Add very experimetal support for the Sun C compiler.
|
2010-01-12 |
reimar |
Change -pipe check to avoid misdetecting it as available for Sun's compiler.
|
2010-01-12 |
reimar |
Use ARCH_X86_32 instead of the compiler-specific __i386__
|
2010-01-12 |
reimar |
Remove hackish and not actually working code to make vidix compile with
|
2010-01-12 |
reimar |
Remove a check that simply can not have worked since it relied on a completely
|
2010-01-12 |
reimar |
Add checks for exp2, exp2 and log2f required by FFmpeg.
|
2010-01-12 |
reimar |
100l, fix typo that caused ad_hwac3 to fail to compile.
|
2010-01-12 |
conrad |
/nop is illegal with Apple's older version of gas, this was fixed elsewhere
|
2010-01-12 |
reimar |
Attempt a simple hack to fix -ac hwdts
|
2010-01-12 |
zuxy |
Make sure that sfence is used after any non temporal stores.
|
2010-01-11 |
reimar |
More changes needed to make ad_hwac3 truly independent from liba52.
|
2010-01-11 |
reimar |
Let the format filter do the AC3 endianness conversion instead of duplicating
|
2010-01-11 |
reimar |
MPlayer's format now correctly identifies AC3 as either little- or big-endian,
|
2010-01-11 |
reimar |
Add support for distinguishing between little- and big-endian SPDIF AC3
|
2010-01-11 |
reimar |
More uses of AF_FORMAT_IS_AC3
|
2010-01-11 |
reimar |
Use AF_FORMAT_IS_AC3 in ao_oss.c
|
2010-01-11 |
reimar |
Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,
|
2010-01-11 |
reimar |
Use af_fmt2bits, it should give more sensible values than snd_pcm_format_physical_width,
|
2010-01-11 |
reimar |
Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since this
|
2010-01-11 |
reimar |
Use af_fmt2bits instead of reimplementing it.
|
2010-01-11 |
reimar |
Add and use AF_FORMAT_IS_AC3 macro.
|
2010-01-11 |
reimar |
Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,
|
2010-01-11 |
compn |
mark cfhdvfw decoder as working on windows only
|
2010-01-11 |
zuxy |
Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for
|
2010-01-11 |
ramiro |
cosmetics: {} placement.
|
2010-01-10 |
reimar |
Search X11 headers and libraries also in /usr/local/..., should ease
|
2010-01-10 |
reimar |
Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not
|
2010-01-10 |
reimar |
FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_TABLES.
|
2010-01-10 |
reimar |
Place a volatile at a more appropriate place.
|
2010-01-10 |
reimar |
Change dummy value to fit into int.
|
2010-01-10 |
reimar |
Remove return statement from function that has no return value.
|
2010-01-10 |
reimar |
Move mp3lib priority below libavcodec mp2/mp3 audio decoders.
|
2010-01-10 |
reimar |
Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.
|
2010-01-10 |
reimar |
Only print "using sdl-config" if we actually used it for SDL detection.
|
2010-01-10 |
reimar |
Avoid excessive fflush in dbgprintf if we didn't even print anything.
|
2010-01-10 |
reimar |
Fix RegCloseKey to not return an error on success.
|
2010-01-10 |
reimar |
Call XSync after XShmAttach to avoid a possible race-condition with shmctl.
|
2010-01-10 |
reimar |
Prefer libdca over libdts
|
2010-01-10 |
zuxy |
Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS
|
2010-01-10 |
reimar |
Quote test arguments that may be empty
|
2010-01-10 |
reimar |
Disable internal copy of liba52 by default, libavcodec should be an
|
2010-01-09 |
reimar |
IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.
|
2010-01-09 |
zuxy |
MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just
|
2010-01-09 |
zuxy |
Remove unused PREFETCHW macro
|
2010-01-09 |
reimar |
Add several make variables to make --enable-hardcoded-tables actually compile.
|
2010-01-09 |
reimar |
Add support for --enable-hardcoded-tables like FFmpeg has.
|
2010-01-09 |
cehoyos |
Fix MP1 with demuxer lavf in MPEG (PS) files.
|
2010-01-09 |
reimar |
Fix fbdev2 to work with Intel framebuffer.
|
2010-01-09 |
reimar |
Fix vo_fbdev to also work with Intel framebuffer.
|
2010-01-08 |
compn |
add binary cineform hd vfw decoder to codecs.conf
|
2010-01-08 |
reimar |
Ignore 0-height slice in sws_scale, otherwise a final 0-height slice will
|
2010-01-08 |
reimar |
vf crop: do not generate 0-size slices, they are pointless and also confuse
|
2010-01-08 |
greg |
libass needs at least freetype 2.2.1
|
2010-01-08 |
compn |
mark ffqclp as working in codecs.conf, works on all my samples
|
2010-01-08 |
greg |
Update internal libass copy to commit 8db4a5
|
2010-01-08 |
cehoyos |
Cosmetics: Fix indentation
|
2010-01-08 |
cehoyos |
QCELP is part of libavcodec.
|
2010-01-08 |
greg |
Fix libass API checks
|
2010-01-08 |
compn |
update wishlist
|
2010-01-08 |
jrash |
sync with en/mplayer.1 r30197
|
2010-01-07 |
stefano |
Implement sws_isSupportedInput() and sws_isSupportedOutput().
|
2010-01-07 |
zuxy |
Happy new year!
|
2010-01-07 |
zuxy |
Remove const to avoid a bunch of GCC warnings against discarded qualifiers and
|
2010-01-07 |
zuxy |
Avoid the error message "Unsupported PixelFormat -1" for ffh264 decoding
|
2010-01-06 |
reimar |
Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp://
|
2010-01-06 |
reimar |
Simplify ffmpeg stream support, we (so far) do not need any special option parsing.
|
2010-01-06 |
compn |
add MVLZ and MVDV binary decoders to codecs.conf
|
2010-01-05 |
compn |
map zjpeg to ffmjpeg in codecs.conf
|
2010-01-05 |
compn |
add blox binary codec to codecs.conf
|
2010-01-05 |
compn |
add three ADV1 binary codecs to codecs.conf
|
2010-01-05 |
diego |
Move MatrixView video output check below OpenGL check, it depends on OpenGL.
|
2010-01-05 |
diego |
vo_png now depends on libavcodec, not libpng.
|
2010-01-05 |
reimar |
Change license terms for matrixview to GPLv2 "or later", all known
|
2010-01-04 |
diego |
Remove pointless variable declaration from DirectFB check.
|
2010-01-04 |
diego |
Add missing stdlib.h #include to fribidi check.
|
2010-01-04 |
diego |
Remove pointless printf call in libmp3lame test.
|
2010-01-04 |
diego |
Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.
|
2010-01-04 |
diego |
Pass a proper va_list type to vsscanf() test in configure.
|
2010-01-04 |
reimar |
At startup and while seeking avoid to introduce pointless sleeps and possibly
|
2010-01-04 |
reimar |
Also reset time_frame and next_frame_time on reset, it makes no sense to
|
2010-01-04 |
diego |
Invoke pci_db2c.awk as an argument to awk instead of letting the shell run it.
|
2010-01-04 |
diego |
cosmetics: Break multiple statements on one line apart.
|
2010-01-04 |
diego |
Remove previous failed attempt at disabling that auto-generation of some C code.
|
2010-01-04 |
diego |
Add required header #includes to satisfy 'make checkheaders'.
|
2010-01-04 |
diego |
Drop -Iloader from CPPFLAGS for the loader subdirectory.
|
2010-01-04 |
diego |
Add loader/wine/ to DIRS; its headers should be part of checkheaders.
|
2010-01-04 |
diego |
Add missing config.h #include.
|
2010-01-04 |
diego |
Refactor real --> float #define to a typedef in a common header.
|
2010-01-04 |
diego |
Add missing header #includes to fix 'make checkheaders'.
|
2010-01-04 |
diego |
Add a few missing header #includes and #defines.
|
2010-01-04 |
diego |
Remove unused variable; fixes the warning:
|
2010-01-04 |
diego |
Add multiple inclusion guards to all mp3lib headers.
|
2010-01-04 |
diego |
Add missing config.h #include; remove a redundant one.
|
2010-01-04 |
diego |
Add missing license headers for vo_matrixview code.
|
2010-01-04 |
diego |
Refer to MatrixView instead of MPlayer in code taken from MatrixView.
|
2010-01-04 |
diego |
Clarify which version of the GPL applies to MPlayer.
|
2010-01-04 |
diego |
cosmetics: tabs to spaces, some reindentation
|
2010-01-04 |
diego |
Fix fribidi check to avoid spamming the console with error messages.
|
2010-01-04 |
reimar |
Remove ARGB support from matrixview vo, it is quite pointless and causes
|
2010-01-04 |
diego |
Fix a few typos in the matrixview section.
|
2010-01-04 |
diego |
Add a few definitions used by FFmpeg to config.h:
|
2010-01-04 |
diego |
prettyprinting cosmetics
|
2010-01-04 |
diego |
Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp.
|
2010-01-03 |
reimar |
Make vo gl print the OpenGL vendor and version strings.
|
2010-01-03 |
reimar |
Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
|
2010-01-03 |
reimar |
Avoid memleaks when vo_direct3d initialization fails.
|
2010-01-03 |
reimar |
Modify -vo direct3d so we do not have to link against d3d9.dll, it might
|
2010-01-03 |
reimar |
Some Changelog updates.
|
2010-01-03 |
reimar |
Enable all FFmpeg protocols by default, they seem to build without issue
|
2010-01-03 |
reimar |
100l, vo_png must go in SRCS_MPLAYER, not SRCS_COMMON.
|
2010-01-03 |
reimar |
Change vo_png to use FFmpeg's png encoder instead of libpng.
|
2010-01-03 |
reimar |
Add missing avcodec_close to vf_screenshot.
|
2010-01-03 |
stefano |
Prefer enum PixelFormat over int for the type of the format parameter
|
2010-01-03 |
reimar |
Basic -vo matrixview documentation.
|
2010-01-03 |
reimar |
Finally add matrixview vo.
|
2010-01-03 |
reimar |
Document -vo gl colorspace suboption.
|
2010-01-03 |
stefano |
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
|
2010-01-03 |
reimar |
Add pointers to a few more standard OpenGL functions to ease future extensions.
|
2010-01-03 |
reimar |
Fixup SDL configure check:
|
2010-01-03 |
reimar |
Do not assume that "long" is the size of a register.
|
2010-01-03 |
reimar |
Also detect fontconfig when it requires -liconv
|
2010-01-03 |
reimar |
Change fribidi check to also work without fribidi-config.
|
2010-01-03 |
reimar |
Add support for JPEG2000 via FFmpeg/OpenJPEG
|
2010-01-03 |
reimar |
Also support decoding of 8-bit-per-component dpx files.
|
2010-01-03 |
stefano |
Simplify usePal() macro, make it use av_pix_fmt_descriptors.
|
2010-01-03 |
stefano |
Simplify getSubSampleFactors(), make it use the values provided by
|
2010-01-02 |
reimar |
Mark AC3 as 16-bit format, this simplifies alignment calculation and fixes
|
2010-01-02 |
reimar |
Several hacks to fix compilation of tvi_dshow on MinGW64.
|
2010-01-02 |
reimar |
Fix typo in code disabling VIDIX on mingw64
|
2010-01-02 |
reimar |
Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and
|
2010-01-01 |
reimar |
Fix compilation if FreeType is not available, in particular do not try to build
|
2010-01-01 |
reimar |
Simplify range-checking functions for subopt parsing.
|
2010-01-01 |
reimar |
Fix function declarations to avoid casting function pointers.
|
2010-01-01 |
reimar |
Slightly generalize code to generate YUV->RGB conversion table and add
|
2010-01-01 |
jrash |
sync with en/mplayer.1 r30135
|
2010-01-01 |
reimar |
Make YUV->RGB conversion coefficients selectable for -vo gl.
|
2010-01-01 |
reimar |
Do not needlessly use the BP register in x86_64-specific code, there are
|
2010-01-01 |
reimar |
One more fix for -vf scale with alpha.
|
2010-01-01 |
reimar |
Also pass alpha plane to swscale, avoids crashes when converting between
|
2009-12-31 |
reimar |
Add support for YUV format with alpha and fix the codecs.conf entry for vp6a
|
2009-12-31 |
reimar |
Also pass the 4th plane for planar formats on to libavcodec.
|
2009-12-31 |
reimar |
Try to put the list of output formats for vf_scale in a more sensible
|
2009-12-31 |
reimar |
Deduplicate the mp_image planes allocation code.
|
2009-12-31 |
reimar |
Add support for FFmpeg's ffv210 codec.
|
2009-12-31 |
reimar |
Add support for 16-bit per component YUV formats.
|
2009-12-31 |
reimar |
First steps to supporting different YUV->RGB conversion definitions.
|
2009-12-31 |
reimar |
Extract functions to generate yuv->rgb matrices and lookup tables into a
|
2009-12-31 |
reimar |
Put the colourspace-related variables into a separate struct to ease
|
2009-12-31 |
reimar |
Make code slightly more readable.
|
2009-12-31 |
reimar |
Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.
|
2009-12-31 |
reimar |
More readable fourcc for ffflac
|
2009-12-30 |
reimar |
Add a hack for broken youtube servers not returning Accept-Ranges.
|
2009-12-30 |
compn |
add tm2x / tm2a binary decoder
|
2009-12-30 |
reimar |
Make the ffmpeg decoders for DTS and AC3 the default.
|
2009-12-30 |
reimar |
Support 440P in scale filter.
|
2009-12-30 |
reimar |
FFmpeg JPEG codecs can output 440p format.
|
2009-12-30 |
reimar |
Add support for 440p colorspace.
|
2009-12-30 |
reimar |
Support all planar YUV formats in OpenGL vos.
|
2009-12-30 |
reimar |
Add a helper function to get the chroma scale shift and use to simplify mpi setup.
|
2009-12-29 |
gpoirier |
sync w/r30135 (up to date at last!)
|
2009-12-29 |
diego |
cosmetics: tabs to spaces, K&R function declarations, cuddle else clauses
|
2009-12-29 |
compn |
change bandwidth value to bandwidth bytes
|
2009-12-28 |
cehoyos |
Do not use correct-pts for mpeg-ts and matroska: It breaks PAFF samples.
|
2009-12-28 |
cehoyos |
Revert r30100: It breaks some mov and asf samples.
|
2009-12-28 |
diego |
Remove unused variable, fixes the warning:
|
2009-12-27 |
compn |
add lavc yuv rawcodecs to codecs.conf
|
2009-12-27 |
reimar |
Add support for parsing audio streams (though should be easy to extend to video)
|
2009-12-27 |
reimar |
Remove currently unneeded members accidentally added in the last revision.
|
2009-12-27 |
reimar |
Introduce a sh_common struct that contains the parts in common by the audio, video
|
2009-12-27 |
reimar |
Remove one more incorrect direct ass.h include.
|
2009-12-27 |
reimar |
Move do_render_osd function to avoid a forward declaration.
|
2009-12-27 |
reimar |
vo_x11_classhint name argument should be const, since we pass string constants there.
|
2009-12-27 |
reimar |
Return the actually playing audio/video id for get_property, not the one
|
2009-12-27 |
kostya |
lavc Interplay Video decoder now supports 16-bit mode too
|
2009-12-27 |
reimar |
Subtitle are now also available without video, so remove that
|
2009-12-27 |
reimar |
Use the same condition to decide if the audio/video id property is
|
2009-12-27 |
reimar |
When setting audio or video track make sure we will not try to
|
2009-12-27 |
reimar |
Print a ANS_ERROR reply if one of the *_property slave command fails.
|
2009-12-26 |
reimar |
Set some freed pointers to NULL.
|
2009-12-26 |
reimar |
Free playtree_iter upon exiting MPlayer
|
2009-12-26 |
reimar |
Support mp_image with allocated palette.
|
2009-12-26 |
reimar |
Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly
|
2009-12-26 |
reimar |
Restore the old value of planes[1] in vf_palette at the end to ensure
|
2009-12-26 |
jrash |
sync with en/mplayer.1 r30075
|
2009-12-25 |
reimar |
Fix grammar/missing verb in description.
|
2009-12-25 |
reimar |
Remove unnecessary entries from extension_table, these formats are already
|
2009-12-25 |
reimar |
Add a (unfortunately rather long) explanation on how and when to use it
|
2009-12-24 |
compn |
force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise
|
2009-12-24 |
reimar |
Revert renaming of process_force_style to restore compilation against
|
2009-12-24 |
reimar |
Some ugly hacks to make compiling against a newer external version of libass work.
|
2009-12-24 |
reimar |
rename process_force_style to ass_process_force_style to match the API
|
2009-12-24 |
reimar |
Remove more direct includes of libass/ass.h
|
2009-12-24 |
compn |
create CDGR fourcc in mp_taglist and add ffcdgraphics to codecs.conf
|
2009-12-23 |
kostya |
Register lavc Aura 2 decoder
|
2009-12-23 |
kostya |
Register lavc Aura decoder
|
2009-12-23 |
diego |
Allow passing variants of "mingw32" as system name to --target. This ensures
|
2009-12-22 |
cehoyos |
Do not use correct-pts by default for demuxer lavf, it breaks all PAFF files.
|
2009-12-21 |
ramiro |
Remove parameters no longer used in h[yc]scale().
|
2009-12-21 |
ramiro |
Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.
|
2009-12-21 |
ramiro |
Rename function pointers used to convert from the input pixel format to the
|
2009-12-21 |
ramiro |
Check if chroma horizontal scaler is needed in sws_init_swScale().
|
2009-12-21 |
ramiro |
Remove unused fields from SwsContext.
|
2009-12-20 |
diego |
Do not auto-generate the C code to handle PCI vendor and device names.
|
2009-12-20 |
gpoirier |
sync w/r29731
|
2009-12-20 |
diego |
Remove unused debugging output about total number of printed lines.
|
2009-12-20 |
diego |
Employ slightly better variable names for output files.
|
2009-12-20 |
diego |
Eliminate completely pointless print_includes function.
|
2009-12-20 |
diego |
Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target.
|
2009-12-20 |
diego |
Do not autogenerate vidix/pci_names.h.
|
2009-12-20 |
ramiro |
Indentation.
|
2009-12-20 |
ramiro |
Indent.
|
2009-12-20 |
ramiro |
Set fast_bilinear functions in sws_init_swScale().
|
2009-12-20 |
diego |
Remove pointless return statements from functions that return nothing.
|
2009-12-20 |
diego |
Move code to write multiple inclusion guards to generated files into functions.
|
2009-12-20 |
ramiro |
Set horizontal scaler's range conversion in context in sws_init_swScale().
|
2009-12-20 |
ramiro |
Set horizontal scaler's src offsets in context in sws_init_swScale().
|
2009-12-20 |
diego |
cosmetics: Use more consistent formatting style for generated files.
|
2009-12-20 |
diego |
cosmetics: Use a consistent formattting style; tabs to spaces.
|
2009-12-20 |
reimar |
Change %f to %e in generated fragment programs to avoid losing precision unnecessarily.
|
2009-12-20 |
diego |
Run vidix/pci_db2c.awk directly instead of passing it to awk.
|
2009-12-20 |
cehoyos |
VP6F has to be flipped for binary decoder.
|
2009-12-19 |
reimar |
Slightly improve vo_gl suboption documentation.
|
2009-12-19 |
reimar |
Define GL_GENERATE_MIPMAP ourselves if necessary.
|
2009-12-19 |
reimar |
Fix compilation with internal ASS when no ass header is installed system-wide.
|
2009-12-19 |
reimar |
Add support for auto-generating mipmaps in vo_gl, should ease
|
2009-12-19 |
reimar |
Make -vo gl:customprog also work with RGB input (obviously those need to be
|
2009-12-19 |
reimar |
Fix a broken indentation.
|
2009-12-19 |
reimar |
Enable running fragment programs with YUV_CONVERSION_NONE
|
2009-12-19 |
reimar |
Make ass_mp.h use the system-libass headers when the internal one is disabled.
|
2009-12-19 |
reimar |
Never include ass.h and ass_types.h directly, use ass_mp.h instead.
|
2009-12-19 |
reimar |
Experimental support for external libass.
|
2009-12-19 |
reimar |
Rename GL_* defines to CONFIG_GL_*
|
2009-12-19 |
reimar |
Add x11_common as dependency for OpenGL with X11 backend.
|
2009-12-19 |
reimar |
Make the check for X11 and WIN32 backends for OpenGL separate.
|
2009-12-18 |
reimar |
Add a missing const, fixes a compiler warning.
|
2009-12-18 |
reimar |
Allow pulseaudio to restore the previous volume on init instead of forcing to
|
2009-12-18 |
reimar |
Get rid of global volume variable, it is only used for temporary values.
|
2009-12-18 |
reimar |
Use on-stack subtitle struct for temporary storage for passing subtitles on
|
2009-12-18 |
ptt |
synced to r30044
|
2009-12-18 |
ptt |
divided a line in two, was too long
|
2009-12-18 |
ptt |
synced with r30043
|
2009-12-18 |
jrash |
Synced with help_mp-en.h r30044
|
2009-12-18 |
jrash |
sync with en/mplayer.1 r30053
|
2009-12-17 |
cehoyos |
Support R210 uncompressed 10 bit RGB codec.
|
2009-12-17 |
reimar |
Do not modify priv->idx_pos when regenerating the index, use a local
|
2009-12-17 |
cehoyos |
Cosmetics: Reindent after r30050.
|
2009-12-17 |
cehoyos |
Slightly increase hardware decoding performance by always using more
|
2009-12-17 |
adrian |
Cosmetics: reindent
|
2009-12-17 |
cehoyos |
Improve VDPAU render performance by increasing number of output surfaces.
|
2009-12-16 |
diego |
Make vidix/pci_db2c.awk executable.
|
2009-12-16 |
adrian |
The fontconfig check added in r30044 wasn't safe. This makes it more robust.
|
2009-12-16 |
diego |
Simplify the evaluation of the lang-def template:
|
2009-12-16 |
adrian |
Fix a crash when fontconfig is unable to select a font. e.g. if no config directory could be found.
|
2009-12-15 |
adrian |
Add support for -geometry to corevideo.
|
2009-12-15 |
adrian |
Add -xineramascreen support to corevideo vo. Still prefer corevideo's own device_id parameter if it's set.
|
2009-12-15 |
compn |
add spdif example from beandog
|
2009-12-14 |
diego |
Filter list of missing source files so that it only contains nonexisting files.
|
2009-12-14 |
diego |
Add missing #includes to fix a bunch of 'implicit declaration of..' warnings.
|
2009-12-14 |
diego |
Use $(notdir ) to filter out path prefixes instead of reinventing it poorly.
|
2009-12-14 |
diego |
Avoid hackish shell loop to symlink missing XML source files.
|
2009-12-14 |
diego |
Globally remove main.xml from SYMLINKS_DEPS. It should never be symlinked.
|
2009-12-14 |
diego |
Reuse SYMLINKS_DEPS variable in the symlink targets.
|
2009-12-14 |
diego |
Simplify shell command to symlink missing translated source files.
|
2009-12-14 |
diego |
Ignore errors from failing rm commands in clean targets.
|
2009-12-14 |
diego |
Do not ignore errors from mkdir invocations.
|
2009-12-14 |
diego |
The general xmllint target should only check configured languages.
|
2009-12-14 |
diego |
Improve declaration of phony targets.
|
2009-12-14 |
diego |
Factorize dependencies of language-specific HTML generation targets.
|
2009-12-14 |
diego |
spelling cosmetics
|
2009-12-14 |
diego |
Remove pointless dependency on xmllint.sh from phony xmllint target.
|
2009-12-14 |
diego |
Drop pointless dependencies of the phony targets html-chunked and html-single.
|
2009-12-14 |
diego |
Fix dependencies of html-chunked and html-single targets.
|
2009-12-14 |
diego |
Exploit one more opportunity to make use of the CONFIGURE_GENERATED variable.
|
2009-12-14 |
diego |
Factorize all components generated by configure into a variable.
|
2009-12-14 |
diego |
Remove outdated comment about build system behavior.
|
2009-12-14 |
diego |
cosmetics: Rename XSL_DEPS variable to SINGLE_XSL_DEPS for consistency.
|
2009-12-14 |
diego |
Drop support for per-language XSL stylesheets.
|
2009-12-14 |
diego |
Remove pointless Polish stylesheet; it provides no real benefit.
|
2009-12-14 |
diego |
Drop support for per-language stylesheets.
|
2009-12-14 |
diego |
Unconditionally symlink documentation files missing from a translation.
|
2009-12-14 |
diego |
Use variable for HTML stylesheet so individual languages can use their own.
|
2009-12-14 |
diego |
Factorize stylesheet installation into its own target.
|
2009-12-14 |
diego |
Construct monolithic targets with the HTMLDIR instead of the HTMLFILE variable.
|
2009-12-13 |
diego |
Factorize generating the list of all main.xml files.
|
2009-12-13 |
diego |
configure also generates all main.xml files.
|
2009-12-13 |
diego |
Add html-chunk.xsl and html-single.xsl to targets generated by configure.
|
2009-12-13 |
diego |
Avoid '&>' bashism for redirecting both stdout and stderr.
|
2009-12-13 |
diego |
Simplify one more command via automatic variables.
|
2009-12-13 |
diego |
Simplify setting COMMON_XSL_DEPS variable:
|
2009-12-13 |
diego |
Do not build monolithic documentation in a separate directory.
|
2009-12-13 |
diego |
- Remove now unnecessary dependency on intermediate directories.
|
2009-12-13 |
diego |
Do not pointlessly set the HTMLFILE variable when running xmllint.
|