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.
|
2009-12-13 |
diego |
Simplify some commands via automatic variables.
|
2009-12-13 |
diego |
Create required directories directly without intermediate steps.
|
2009-12-13 |
diego |
Declare common dependencies for chunked and single HTML targets together.
|
2009-12-13 |
diego |
cosmetics: Remove pointless trailing /.
|
2009-12-13 |
diego |
xmllint.sh is not a phony target.
|
2009-12-13 |
diego |
Do not use symlinks for translations that comprise all XML files.
|
2009-12-13 |
diego |
Remove pointless warning about Make being called from the wrong place.
|
2009-12-13 |
compn |
add MTSJ fourcc to ffmjpeg and ldead mjpeg codec
|
2009-12-13 |
diego |
Replace shell command substitution by Makefile syntax construct.
|
2009-12-13 |
diego |
Use automatic variables instead of the target name.
|
2009-12-13 |
diego |
Do not pointlessly remove all targets before recreating them.
|
2009-12-13 |
diego |
Declare a dependency on xmllint instead of duplicating the target's commands.
|
2009-12-11 |
reimar |
Avoid miscompilation issues with the grow_array function more permanently
|
2009-12-11 |
reimar |
100l, fix check for V4L2 capture capability flag.
|
2009-12-10 |
cehoyos |
Update the SuperH VEU vidix driver with experimental support for VEU3F.
|
2009-12-10 |
cehoyos |
Fix build on SuperH.
|
2009-12-10 |
cehoyos |
Update the SuperH VEU vidix driver with code that calls fsync() after each
|
2009-12-09 |
compn |
vdpau codecs config entry by beandog
|
2009-12-09 |
reimar |
Disable winsock when we already found a working socklib instead of checking
|
2009-12-09 |
reimar |
DShow TV input needs part of the our DirectShow code, so add the proper
|
2009-12-09 |
reimar |
Use a fallback to make sure the basic OpenGL functions are available instead of
|
2009-12-09 |
reimar |
Prefer GLAPIENTRY over APIENTRY, it is the better name and used more by OpenGL headers.
|
2009-12-08 |
cehoyos |
Support FourCC's AVI1 and AVI2 as MJPEG.
|
2009-12-08 |
reimar |
Pass all OpenGL functions through a function pointer indirection.
|
2009-12-08 |
reimar |
Very preliminary code to allow selecting the OpenGL backend at runtime.
|
2009-12-07 |
reimar |
Add braces to avoid ambiguous else.
|
2009-12-07 |
ramiro |
Document the differences between the two asm fragments in initMMX2HScaler().
|
2009-12-06 |
ramiro |
Start using intermediate buffers at index 0.
|
2009-12-05 |
ramiro |
Fix compilation with runtime cpu detection.
|
2009-12-03 |
compn |
fix apple.com trailer example, via carl
|
2009-12-03 |
ramiro |
Add support for nv12/nv21 input.
|
2009-12-01 |
compn |
add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
|
2009-11-29 |
lorenm |
sync to x264-r1327. (only needed for x264-in-libavcodec)
|
2009-11-28 |
tack |
Fix mangling of 24-bit audio during channel reorder.
|
2009-11-28 |
attila |
when using -v, print also which lavc codec has been used, not
|
2009-11-27 |
jrash |
improve previous translation
|
2009-11-26 |
stefano |
Make sws_format_name() use av_pix_fmt_descriptors.
|
2009-11-26 |
compn |
add user-agent example to fix apple.com/trailers
|
2009-11-26 |
compn |
map 0x20736D to ffac3, fixes broken mov sample
|
2009-11-26 |
compn |
mime type [video/x-ms-wmv] is not an ASF redirector.
|
2009-11-24 |
reimar |
Readjust the global number of subs when switching dvdnav track to take
|
2009-11-23 |
compn |
small update wishlist
|
2009-11-22 |
reimar |
Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
|
2009-11-22 |
reimar |
Some MinGW awk versions can not handle reading from files with CRLF
|
2009-11-22 |
reimar |
100l, forgot to apply vo_w32_get_dc/vo_w32_release_dc declarations in w32_common.h
|
2009-11-22 |
reimar |
av_alloc_format_context -> avformat_alloc_context
|
2009-11-22 |
reimar |
Fix initialization values for vf_expand priv struct.
|
2009-11-22 |
reimar |
Remove unused variable.
|
2009-11-22 |
reimar |
Add const to draw_slice argument to match what FFmpeg expects for draw_horiz_band.
|
2009-11-22 |
reimar |
Switch ad_ffmpeg to avcodec_decode_audio3
|
2009-11-22 |
reimar |
Remove unused variable.
|
2009-11-22 |
reimar |
Reuse buffer in priv context instead of allocating the 32kB probe buffer
|
2009-11-22 |
reimar |
Fix crash with partial fribidi conversion.
|
2009-11-22 |
reimar |
Mention right-to-left support for embedded subtitles also in the Changelog.
|
2009-11-22 |
reimar |
Make fribidi (i.e. right-to-left) support work with embedded subtitles.
|
2009-11-21 |
jrash |
Synced with help_mp-en.h r29912
|
2009-11-21 |
reimar |
Print which visual glXChooseVisual chose when running in verbose mode.
|
2009-11-21 |
reimar |
Move OpenGL-related messages that have large output from MSGL_V to MSGL_DGB2.
|
2009-11-21 |
reimar |
Add support for Windows OpenGL rendering onto a device instead of into a window.
|
2009-11-21 |
reimar |
Remove unreachable parsing code: for filters that use the option parser,
|
2009-11-21 |
reimar |
Support RGB48NE format in OpenGL vos (only really useful once they are modified
|
2009-11-21 |
reimar |
Allow vf_scale to output to RGB48, though still prefer the 24 and 32 bit formats.
|
2009-11-21 |
reimar |
Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.
|
2009-11-21 |
reimar |
Add a define for IMGFMT_RGB48NE that depends on machine endianness.
|
2009-11-20 |
reimar |
Move 128kB buffer from stack to demuxer context.
|
2009-11-20 |
reimar |
calloc instead of malloc+memset.
|
2009-11-20 |
reimar |
Use calloc to allocate a rather large (currently 32k) array instead of
|
2009-11-20 |
reimar |
sub_fribidi should be static, it is not used outside subreader.c
|
2009-11-20 |
reimar |
Use early return instead of block over whole function.
|
2009-11-20 |
reimar |
Use FFMAX instead of a custom max macro.
|
2009-11-18 |
cehoyos |
Silence two gcc warnings: suggest parentheses around && within ||
|
2009-11-18 |
diego |
Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h.
|
2009-11-18 |
diego |
Add functions to return library license and library configuration.
|
2009-11-18 |
cehoyos |
10l to Reimar: Fix typo.
|
2009-11-17 |
reimar |
Deobfuscate the special hack to disable cache for live555.
|
2009-11-17 |
reimar |
Merge malloc+memset -> calloc
|
2009-11-17 |
reimar |
Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set
|
2009-11-17 |
reimar |
Remove useless check for valid fd with -dumpstream, the code does not
|
2009-11-17 |
reimar |
Enable the read-based forward seek fallback also when CONFIG_NETWORK is
|
2009-11-17 |
reimar |
Use fill_buffer if available also for STREAMTYPE_STREAM
|
2009-11-17 |
reimar |
Mention support for streaming via FFmpeg in Changelog (ffmpeg:// URLs).
|
2009-11-17 |
reimar |
Add preliminary support for streaming via FFmpeg's URProtocol functions.
|
2009-11-17 |
reimar |
Complete configure support for compiling in FFmpeg's protocol support.
|
2009-11-17 |
reimar |
Use avcodec_align_dimensions to appropriately align width and height in
|
2009-11-16 |
cehoyos |
Set display size in sh_video when decoding H264.
|
2009-11-16 |
cehoyos |
Clarify new VDPAU MPEG4 ASP and DVB teletext decoding features.
|
2009-11-16 |
Gabrov |
synced with r29912
|
2009-11-16 |
ptt |
synced with help_mp-en.h r29912
|
2009-11-16 |
ptt |
added -name, -title, -use-filename-title options to Changelog
|
2009-11-16 |
compn |
more changes
|
2009-11-16 |
reimar |
Use calloc instead of initializing each struct member individually to 0.
|
2009-11-16 |
reimar |
Try to detect broken files with unaligned chunks.
|
2009-11-14 |
cehoyos |
Show OSD message when enabling/disabling de-interlacing.
|
2009-11-13 |
ptt |
cosmetics and grammar fixes
|
2009-11-13 |
reimar |
Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for mplayer.
|
2009-11-13 |
jrash |
sync with en/mplayer.1 r29905
|
2009-11-13 |
reimar |
Check that mpctx->audio_out is not NULL when trying to uninit it.
|
2009-11-13 |
ptt |
synced with r29905
|
2009-11-12 |
ptt |
synced with r29885
|
2009-11-12 |
ptt |
cosmetic fixes as pointed out by diego
|
2009-11-12 |
ptt |
Added -name, -title and -use-filename-title options and implementation in X11 vos
|
2009-11-11 |
cehoyos |
Do not dynamically load libvdpau.so.1, but link at compile time.
|
2009-11-11 |
tack |
Replace dead link explaining why not to use HTML on the mailing lists.
|
2009-11-11 |
reimar |
Fix declarations in mp_taglists.h and include it in mp_taglists.c to
|
2009-11-11 |
reimar |
Add a "tips and tricks" section to the slave mode documentation.
|
2009-11-11 |
reimar |
Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used tabs.
|
2009-11-11 |
reimar |
Do not call resume on unpausing if we have already reached eof while
|
2009-11-11 |
reimar |
Remember which subtitle was auto-selected for dvdnav due to -slang
|
2009-11-11 |
reimar |
Factor out code that decides which subtitle to play.
|
2009-11-11 |
reimar |
Avoid modifying dvdsub_id in command.c where possible.
|
2009-11-11 |
reimar |
Move headers related to setting dvd speed to dvd_common.
|
2009-11-11 |
reimar |
Set the EOF flag when dvdnav reached the end of the requested title.
|
2009-11-11 |
reimar |
Support the range syntax (like dvd://2-5) also for dvdnav.
|
2009-11-11 |
cehoyos |
10l: Fix compilation without VDPAU.
|
2009-11-10 |
reimar |
Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speed
|
2009-11-10 |
reimar |
Move arrays used by both dvd and dvdnav to dvd_common.
|
2009-11-10 |
reimar |
Remove unused extern declarations.
|
2009-11-10 |
reimar |
Share dvd_device extern declaration between dvd and dvdnav.
|
2009-11-10 |
reimar |
Remove an unused variable.
|
2009-11-10 |
cehoyos |
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
|
2009-11-10 |
diego |
Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.
|
2009-11-10 |
tack |
Update man page to reflect support for up to 8 channels.
|
2009-11-10 |
reimar |
Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer size).
|
2009-11-10 |
reimar |
Calculate length of ASF files with more than 1 second precision.
|
2009-11-10 |
reimar |
Fix length calculation for ASF, preroll is in ms, play time in 100 ns.
|
2009-11-10 |
reimar |
Remove useless cast
|
2009-11-10 |
tack |
Changelog: add note that 8 channel audio is now supported.
|
2009-11-10 |
reimar |
Use configure code to define PIC instead of duplicating the check in mangle.h.
|
2009-11-10 |
zuxy |
Delete "auto-close" from configuration whose support has long been removed.
|
2009-11-10 |
reimar |
Add support for DVB teletext.
|
2009-11-10 |
reimar |
Free demuxer->teletext when closing the demuxer.
|
2009-11-10 |
reimar |
Set demuxer->teletext to NULL when closing the TV interface,
|
2009-11-10 |
cehoyos |
100: Fix function parameters when calling create_vdp_decoder() from query_format().
|
2009-11-10 |
cehoyos |
Cosmetics: Fix indentation after last commit.
|
2009-11-10 |
cehoyos |
Fail in query_format() if a VDPAU decoder is not available.
|
2009-11-10 |
cehoyos |
Add a default to switch(image_format), suppresses a warning after a future patch.
|
2009-11-10 |
tack |
Add support for 8 channel audio.
|
2009-11-10 |
tack |
Cosmetics: remove trailing whitespace from file.
|
2009-11-09 |
reimar |
Properly free the pthread mutex for teletext.
|
2009-11-09 |
reimar |
Allow teletext compilation without pthreads
|
2009-11-09 |
reimar |
Fix compilation of teletext code without freetype support
|
2009-11-09 |
reimar |
Change type of teletext color specification from unsigned char
|
2009-11-09 |
reimar |
Make sure the teletext property stuff does not crash if no demuxer is available.
|
2009-11-09 |
reimar |
The code for the non-networking case is the same whether networking
|
2009-11-09 |
reimar |
Factor out triplicated break statement.
|
2009-11-09 |
reimar |
Remove unused mp_dvdnav_aid_from_audio_num function
|
2009-11-09 |
reimar |
Fixup the dvdnav <-> sid mapping, dvdnav_spu_stream_to_lang and
|
2009-11-08 |
cehoyos |
Use enum PixelFormat instead of int for srcFormat and dstFormat.
|
2009-11-08 |
reimar |
Remove macho64 special-case for yasm options, -DPIC is already added
|
2009-11-08 |
reimar |
Remove a pointless undeclared function reference, #error is assumed
|
2009-11-08 |
reimar |
Add a comment that the PIC handling in mangle.h is duplicate also in
|
2009-11-08 |
reimar |
Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS.
|
2009-11-08 |
reimar |
Clarify possible issues with gmplayer commandline options due to conflicts
|
2009-11-07 |
cehoyos |
Remove CONFIG_TV_TELETEXT.
|
2009-11-07 |
cehoyos |
Factorise vbi_decode().
|
2009-11-07 |
cehoyos |
Allow demuxer lavf to export CODEC_ID_DVB_TELETEXT.
|
2009-11-07 |
cehoyos |
Separate teletext from tv support.
|
2009-11-07 |
reimar |
Remove pointless and broken (e.g. does not set aid and vid) -tsprog handling
|
2009-11-07 |
reimar |
Use switch_program property from mplayer.c to set ts_prog.
|
2009-11-07 |
reimar |
Remove an empty program if the one requested by IDENTIFY_PROGRAM does not exist
|
2009-11-07 |
stefano |
Document sws_freeContext().
|
2009-11-06 |
reimar |
Whitespace cosmetics: reindent reinit_audio_chain function
|
2009-11-06 |
reimar |
Remove some useless comments/commented-out code.
|
2009-11-06 |
reimar |
Split assignment from error value check to avoid overcomplicated if () condition.
|
2009-11-06 |
reimar |
Reuse the init_error exit path also for init_best_audio_codec errors.
|
2009-11-06 |
reimar |
Simplify: use &= instead of a = b & a;
|
2009-11-06 |
reimar |
Remove some unnecessary else blocks
|
2009-11-06 |
reimar |
Use an early return instead of a {} block over the whole function in reinit_audio_chain
|
2009-11-06 |
reimar |
Disable audio when initializing the filter chain fails (can happen e.g. when the hwmpa
|
2009-11-06 |
reimar |
Only call avcodec_close if the open succeeded before, otherwise avcodec_close
|
2009-11-06 |
attila |
PPC: make inline asm xform address test work with Apple tools
|
2009-11-06 |
jrash |
sync with en/mplayer.1 r29823
|
2009-11-05 |
reimar |
dvdnav: print ID_SID_..._LANG, just like dvd://
|
2009-11-05 |
reimar |
Cosmetics: indentation, merge two consecutive ifs.
|
2009-11-05 |
reimar |
Make dvdnav also print info about audio streams with unknown language, just like dvd://
|
2009-11-05 |
reimar |
Make the dvdnav stream language information output more similar to the dvd one.
|
2009-11-05 |
reimar |
Change the subtitle numbers in the dvdnav subtitle language info to match
|
2009-11-05 |
reimar |
Change dvdnav_reset_stream to not disable subtitles, since that breaks
|
2009-11-05 |
reimar |
Add cast to signed for 64 bit check, since according to an FFmpeg bug report
|
2009-11-05 |
reimar |
Add a profile example and (commented-out) useful defaults for dvdnav
|
2009-11-05 |
reynaldo |
So Long, and Thanks for All the Fish
|
2009-11-04 |
cehoyos |
Add new VDPAU feature high-quality-scaling (and require newer library).
|
2009-11-04 |
tack |
reorder_ch: Remove unneeded AF_CHANNEL_LAYOUT_LAVC_AAC_DEC_*
|
2009-11-04 |
tack |
ad_ffmpeg: Fix channel layout for ffvorbis and ffaac
|
2009-11-03 |
compn |
cosmetics: alphabetize
|
2009-11-03 |
compn |
10l for breaking compilation. change eatgv to tgv
|
2009-11-03 |
reynaldo |
Remove unneeded initialization
|
2009-11-03 |
compn |
add yuvs fourcc, fixes yuvs.mov
|
2009-11-03 |
compn |
add ffmpeg eatgv codec
|
2009-11-03 |
compn |
add audio format 0x55005354 to mp3, fixes unknown_audio_codec.avi
|
2009-11-02 |
diego |
The "ilaced" suboption of vf_scale was renamed to "interlaced".
|
2009-11-02 |
cehoyos |
Improve VDPAU noforce-mixer documentation.
|
2009-11-02 |
uau |
demuxer.c: Add initialization missing from previous commit
|
2009-11-02 |
compn |
add VYUY and Y42B fourccs to rawcodecs
|
2009-11-01 |
reimar |
Unbreak the demuxer-specific code in video.c with e.g.
|
2009-10-31 |
cehoyos |
Teletext display does support font scaling via OSD font scaling, remove
|
2009-10-31 |
cehoyos |
Replace two more occurences of tvi_vbi with dec_teletext.
|
2009-10-31 |
cehoyos |
Remove incorrect comment.
|
2009-10-31 |
jrash |
sync with en/mplayer.1 r29805
|
2009-10-30 |
corey |
Slightly change behavior of "none" if fstype specification.
|
2009-10-30 |
stefano |
Document slice ordering assumption done by sws_scale().
|
2009-10-30 |
cehoyos |
Support ISDB-Tb tunning in Brazil
|
2009-10-29 |
cehoyos |
Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
|
2009-10-29 |
cehoyos |
Move teletext specific code from stream into libmpcodecs.
|
2009-10-28 |
diego |
consistency fix: Give all CONFIG_ definitions the value 1.
|
2009-10-27 |
cehoyos |
Cosmetics: Reindent after last commit.
|
2009-10-27 |
cehoyos |
Allow image format BGRA when using vo vdpau.
|
2009-10-26 |
reimar |
Move 64 bit check below compiler detection since it needs the compiler
|
2009-10-24 |
cehoyos |
Fix teletext character set auto-detection.
|
2009-10-24 |
diego |
Move some variable initializations to the beginning of vo_x11_fullscreen().
|
2009-10-23 |
cehoyos |
Implement VFCAP_FLIP for vo_vdpau.
|
2009-10-22 |
cehoyos |
Free memory allocated in ff_vdpau_add_data_chunk() on uninit.
|
2009-10-22 |
ptt |
synced with r29791
|
2009-10-22 |
diego |
Break an output line for consistency.
|
2009-10-22 |
ptt |
cosmetic fixes in bs2b and vdpau sections
|
2009-10-20 |
compn |
add V422, YUNV to rawyuy2
|
2009-10-20 |
compn |
add HDYC fourcc to rawuyvy
|
2009-10-19 |
lorenm |
sync to x264-r1296
|
2009-10-19 |
cehoyos |
Fix playback of Intel JPEG Library Video Codec.
|
2009-10-19 |
diego |
Fix aspect test program linking.
|
2009-10-19 |
diego |
Get rid of COMMON_LDFLAGS variable. It was a pointless indirection.
|
2009-10-19 |
diego |
Add missing '#include "config.h"', the header uses HAVE_BIGENDIAN.
|
2009-10-19 |
diego |
Add CONFIG_LPC to config.h as well (needed by FFmpeg).
|
2009-10-19 |
diego |
Add CONFIG_LPC to config.mak (needed by FFmpeg).
|
2009-10-19 |
compn |
add binary codec for fourcc slif
|
2009-10-18 |
diego |
Merge rules for building mencoder and mplayer.
|
2009-10-18 |
diego |
Get rid of LDFLAGS_MPLAYER and LDFLAGS_MENCODER variables.
|
2009-10-17 |
cehoyos |
Try to recover from VDPAU display pre-emptions.
|
2009-10-16 |
reimar |
Find and take into account stream start time for ogg files.
|
2009-10-15 |
compn |
add MVJP fourcc (mjpeg) from ffmpeg
|
2009-10-14 |
reimar |
Add support for "Forward Uncompressed" decoding via FFmpeg
|
2009-10-14 |
ptt |
removed daniele forghieri from italian man mantainers (as said by diego and him)
|
2009-10-14 |
ptt |
synced with r29771
|
2009-10-12 |
cehoyos |
Support SMPTE-240M colourspace in vo_vdpau.
|
2009-10-11 |
cehoyos |
Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).
|
2009-10-10 |
cehoyos |
Add colorspace option to vo_vdpau.
|
2009-10-10 |
adrian |
Remove redundant duplicate option handling in the playtree.
|
2009-10-10 |
reimar |
Implement dummy EncodePointer/DecodePointer functions needed for e.g. lagarith.dll
|
2009-10-08 |
ptt |
some coherence's fixes
|
2009-10-08 |
ptt |
cosmetics in channels/capture sections
|
2009-10-08 |
ptt |
synced with r29762
|
2009-10-08 |
ptt |
added myself to italian man mantainers section, since i'm the one that does that
|
2009-10-08 |
ptt |
various little aesthetic fixes
|
2009-10-08 |
diego |
Fix 100l typo introduced in last commit.
|
2009-10-08 |
ptt |
synced with r28576
|
2009-10-08 |
diego |
cosmetics: Remove some pointless parentheses from return calls.
|
2009-10-08 |
diego |
cosmetics: Break two more lines.
|
2009-10-08 |
ptt |
Updated to help_mp-en.h r29742
|
2009-10-06 |
diego |
Clarify screenshot filter description.
|
2009-10-06 |
diego |
K&R coding style and whitespace cosmetics
|
2009-10-06 |
adrian |
Add keycode definitions for older versions of OSX. Fixes compilation on 10.4.
|
2009-10-06 |
reimar |
Remove many uses of tmp_run.
|
2009-10-05 |
attila |
add a warning to the description of -vf screenshot to add it after
|
2009-10-05 |
cehoyos |
Play TrueHD in BluRay with demuxer lavf.
|
2009-10-05 |
cladisch |
fix calculation of ao_data.bps for sample formats with more than 16 bits
|
2009-10-04 |
cehoyos |
Fix definition of KEY_PAGE_DOWN.
|
2009-10-02 |
reimar |
Make the ao_alsa play function always process a multiple of ao_data.outburst
|
2009-10-02 |
reimar |
Add EXTERN_ASM define needed by FFmpeg on ARM.
|
2009-10-01 |
jrash |
sync with en/mplayer.1 r29731
|
2009-10-01 |
compn |
updates
|
2009-09-30 |
diego |
Mark some functions that do not need external visibility as static.
|
2009-09-30 |
reimar |
Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku
|
2009-09-30 |
diego |
Reduce console output verbosity: Move colorspace information to verbose mode.
|
2009-09-30 |
reimar |
lavf: if seeking in the desired direction failed, also try in the opposite one,
|
2009-09-30 |
reimar |
Avoid void * arithmetic.
|
2009-09-30 |
reimar |
Simplify aac_get_sample_rate_index
|
2009-09-30 |
reimar |
Check for grow_array allocation failure.
|
2009-09-30 |
reimar |
Avoid a possible crash if num_cluster_pos is 0.
|
2009-09-30 |
reimar |
Check for integer overflow in grow_array.
|
2009-09-30 |
reimar |
Rearrange code of grow_array to make it easier to extend.
|
2009-09-30 |
reimar |
Avoid a memleak if realloc fails in grow_array.
|
2009-09-30 |
reimar |
Change grow_array argument from void ** to void *, this avoids a aliasing
|
2009-09-29 |
reimar |
Make -nosub work to disable subtitles even if -slang and dvd streams are used.
|
2009-09-28 |
reimar |
Document -nosub option
|
2009-09-28 |
reimar |
Add a -nosub option that allows disabling auto-selected subtitles as e.g. the
|
2009-09-28 |
reimar |
Allow -1 and -2 values for -aid, -vid and -sid (meaning "auto" and "disabled" respectively).
|
2009-09-28 |
reimar |
Enable loading of external subtitles also for audio-only files.
|
2009-09-28 |
reimar |
Use a_pos to update subtitle for audio-only files instead of mpctx->sh_audio->pts
|
2009-09-28 |
reimar |
Call set_osd_subtitle also for external subs (i.e. in find_subs).
|
2009-09-27 |
cehoyos |
Intel compiler icc 11.1 supports compilation of internal mp3lib and internal liba52.
|
2009-09-27 |
cehoyos |
Cosmetics: Fix whitespace.
|
2009-09-27 |
reimar |
Set sensible write frequency/priority values for AllocateMemoryMESA
|
2009-09-27 |
reimar |
Print error instead of crashing when mesa-buffer is used on systems
|
2009-09-27 |
reimar |
Also check GLX client and server strings for extensions
|
2009-09-26 |
reimar |
Amend previous commit: both zlib decoder and encoder must be disabled
|
2009-09-26 |
reimar |
Disable libavcodec zlib decoder when zlib is not available, fixes compilation
|
2009-09-26 |
reimar |
Change libaf control ordering to make the controls unique again, (AF_CONTROL_PAN_BALANCE vs.
|
2009-09-25 |
reimar |
Do not override host_arch in x86 vs. x86_64 detection if it was forced via --target.
|
2009-09-25 |
reimar |
Change type to avoid void * arithmetic.
|
2009-09-25 |
reimar |
Set codec_type and codec_id in codec context for lavc encoders.
|
2009-09-24 |
diego |
Sync with current FFmpeg HEAD.
|
2009-09-24 |
diego |
sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC
|
2009-09-23 |
reimar |
Add support for displaying subtitles on the command-line when playing
|
2009-09-23 |
reimar |
Make function argument name in header match name in .c file.
|
2009-09-23 |
reimar |
Make update_subtitles work without sh_video for text subtitles.
|
2009-09-23 |
reimar |
Make sure avctx->codec_type and codec_id are set, since libavcodec
|
2009-09-23 |
reimar |
Include mpcommon.h in mpcommon.c, ensures that the declarations in the header
|
2009-09-23 |
reimar |
Factor out sh_video->pts into a refpts variable. This simplifies a future patch
|
2009-09-23 |
reimar |
Rename ambiguous "pts" variable to subpts.
|
2009-09-23 |
reimar |
Use x264_encoder_delayed_frames instead of the current hack to flush delayed
|
2009-09-23 |
lorenm |
sync to x264-r1260 (which changed api)
|
2009-09-23 |
diego |
Add 0x85 ad ID for DTS audio.
|
2009-09-22 |
cehoyos |
Fix teletext font autoscaling.
|
2009-09-22 |
diego |
Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.
|
2009-09-22 |
cehoyos |
Allow playback of dnxhd files, as produced by FFmpeg regression test.
|
2009-09-20 |
adrian |
Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent display config if shared buffer is not enabled.
|
2009-09-20 |
compn |
sync faad / ffaac supported fourccs as spotted by reimar
|
2009-09-20 |
compn |
add another aac tag
|
2009-09-20 |
compn |
add newer microsoft screen binary codec
|
2009-09-20 |
compn |
add coreavc entry, works on windows only.
|
2009-09-19 |
reimar |
Add autodetection for ARM NEON SIMD.
|
2009-09-19 |
reimar |
Use a compilation check to distinguish between x86 and x86_64, uname and
|
2009-09-19 |
reimar |
Add a check for availability of ebx register, needed for
|
2009-09-19 |
reimar |
Treat Haiku as BeOS (only changes the displayed name actually)
|
2009-09-18 |
reimar |
Re-add some ifdefs, partially reverting r29688, since mDisplay and
|
2009-09-18 |
reimar |
Use vo_w32_window directly instead of via the vo_window macro in Windows-only code.
|
2009-09-18 |
reimar |
Get rid of several (probably) pointless ifdefs
|
2009-09-17 |
reimar |
Use ecx instead of ebx to avoid unnecessary issues with PIC.
|
2009-09-16 |
ramiro |
Cleanup buffer debugs in swScale().
|
2009-09-16 |
ramiro |
Use correct buffers in vertical scaler in unscaled YV12 case.
|
2009-09-16 |
reimar |
Merge two Windows-specific #if sections to simplify the condition.
|
2009-09-16 |
reimar |
Hack: set DEP/NX on Windows via SetProcessDEPPolicy.
|
2009-09-16 |
compn |
add YAXPAX and YAPAXI exports to msvcr80
|
2009-09-14 |
reimar |
Add several HAVE_EBX_AVAILABLE conditions where necessary
|
2009-09-14 |
reimar |
%lf is not a valid printf format specifier, use just %f instead.
|
2009-09-14 |
compn |
kegavideo codec requires msvcr80 on windows
|
2009-09-14 |
reimar |
Add support for decoding sgi files via FFmpeg's sgi decoder.
|
2009-09-14 |
reimar |
Get rid of useless indirection and use the demuxer argument directly instead of
|
2009-09-14 |
reimar |
Reduce verbosity if demuxer sets an info value to the same as the current value.
|
2009-09-13 |
ramiro |
Reset slice direction at end of each frame.
|
2009-09-12 |
ramiro |
Remove ; after while(0) in macros.
|
2009-09-12 |
compn |
add kega video binary codec for fourcc kgv1
|
2009-09-12 |
jrash |
sync with en/mplayer.1 r29661
|
2009-09-11 |
Gabrov |
synced with r29670
|
2009-09-10 |
diego |
Convert to UTF-8.
|
2009-09-10 |
diego |
Fix bashism: Use '$(( ))' syntax instead of '(( ))' for arithmetic expressions.
|
2009-09-10 |
reimar |
Add w64 to list of preferred lavf formats (otherwise demux_audio incorrectly
|
2009-09-10 |
reimar |
Sort preferred_list alphabetically since the order does not matter otherwise.
|
2009-09-10 |
reimar |
Always keep a backup of the expand values from the command-line, so values
|
2009-09-09 |
ramiro |
Document that slices can be bottom to top or top to bottom.
|
2009-09-08 |
reimar |
Add CODEC_ID_ADPCM_IMA_AMV to lavf codec_tag override list instead of
|
2009-09-08 |
reimar |
Make all mp_*_taglists const.
|
2009-09-08 |
cehoyos |
Allow disabling and enabling lower-case codecs.
|
2009-09-08 |
diego |
Make (no)t23 suboption description more consistent.
|
2009-09-08 |
reimar |
Fix an endless loop if all programs are empty.
|
2009-09-08 |
reimar |
Make indentation consistent with the rest of the file
|
2009-09-08 |
reimar |
Never switch to a program with no audio and no video.
|
2009-09-08 |
reimar |
Always register all streams from libavformat, not just those belonging to a program.
|
2009-09-08 |
reimar |
100l, forgot to use "test" for checking the value of the quicktime variable
|
2009-09-07 |
vitor |
Add support for lavf vqf demuxer and lavc TwinVQ decoder.
|
2009-09-07 |
ramiro |
Indent.
|
2009-09-07 |
diego |
Avoid bash-specific 'let' syntax in shell scripts.
|
2009-09-06 |
ramiro |
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
|
2009-09-05 |
ramiro |
Indent.
|
2009-09-05 |
ramiro |
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
|
2009-09-05 |
reimar |
Add standard license header and move a misplaced comment.
|
2009-09-05 |
jrash |
sync with en/mplayer.1 r29638
|
2009-09-04 |
diego |
Fix grammar mistake noticed by Alexander Strasser.
|
2009-09-04 |
reimar |
Factor out duplicated code to set play video scaled by a certain factor.
|
2009-09-04 |
reimar |
Subopt parser subopts should now be const.
|
2009-09-04 |
reimar |
10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since
|
2009-09-04 |
reimar |
Disable liba52 SSE imdct for x86_64+PIC (e.g. OSX 64 bit) since it will
|
2009-09-04 |
reimar |
Support x86_64 + PIC in mangle.h, needed for OS X 64 bit compiles.
|
2009-09-04 |
reimar |
Split QuickTime check off from quartz check and use the result to enable/disable
|
2009-09-04 |
reimar |
100l, SIZE_MAX must be UINT_MAX to prevent an integer overflow later on,
|
2009-09-04 |
reimar |
Move OpenGL test below CoreVideo. This ensures -lGL will come after -framework OpenGL which
|
2009-09-03 |
reimar |
Improve wording for file/directory specific config file explanation.
|
2009-09-02 |
reimar |
10l, fix misplaced check in r29613, for loop detection we must compare
|
2009-09-02 |
reimar |
Limit amount of data allocated on stack, strlen(filename) is not a good idea for
|
2009-09-02 |
reimar |
Document directory-specific configuration file.
|
2009-09-02 |
reimar |
Add support for directory-specific mplayer.conf configuration file.
|
2009-09-02 |
faust3 |
enable ffwmapro
|
2009-09-02 |
reimar |
Consistently use sizeof(variable) instead of sizeof(type) where easily possible.
|
2009-09-02 |
reimar |
Cosmetics: get rid of many pointless ()
|
2009-09-02 |
reimar |
Reduce code duplication for half/normal/double video size handling.
|
2009-09-02 |
reimar |
Remove unused variable.
|
2009-09-02 |
reimar |
The suboption parser now takes a const options list, so mark them all const.
|
2009-09-02 |
reimar |
free(), delete and delete[] are all different and can't just be used at random,
|
2009-09-02 |
reimar |
Fix possible crashes with invalid SDPs that result in stream descriptions
|
2009-09-02 |
reimar |
Fix several more rtsp-related memleaks.
|
2009-09-02 |
reimar |
Fix asmrp_dispose to also free the buffer.
|
2009-09-02 |
reimar |
Use calloc to ensure rmff_new_mdpr returns fully initialized data.
|
2009-09-02 |
reimar |
Move variable declaration to where it is used.
|
2009-09-02 |
reimar |
Make sure we do not strdup(NULL), avoids a crash with non-real streams.
|
2009-09-02 |
reimar |
Fix several memleaks in real_setup_and_get_header
|
2009-09-02 |
reimar |
Change real_setup_and_get_header to use goto a single exit path to simplify
|
2009-09-02 |
reimar |
vo_quartz: change deallocation/uninit to more reliably free allocated data.
|
2009-09-01 |
reimar |
Make glContext a local variable, it is not needed outside the function
|
2009-09-01 |
reimar |
Add a dealloc function to corevideo to reduce the memleaks from
|
2009-09-01 |
reimar |
Fix some of the major memleaks of vo_corevideo with -fixed-vo
|
2009-09-01 |
reimar |
Do not do a unmap/map cycle on Windows given with -wid, with some window
|
2009-09-01 |
reimar |
Make the loop detection for mov reference files less aggressive, fixes
|
2009-09-01 |
reimar |
Check setGlWindow return value to fail properly instead of crashing if e.g.
|
2009-09-01 |
reimar |
Add a hack to ensure data from e.g. mov format -subfile gets read at all
|
2009-09-01 |
reimar |
Hack demux_demuxers so that demux_demuxers_fill_buffer is actually called.
|
2009-09-01 |
reimar |
Make shm_fd a local variable and close it when we need it no longer, thus
|
2009-09-01 |
reimar |
Reduce vo_corevideo memleaks by initializing static context etc. only once
|
2009-09-01 |
reimar |
Fix memleak when using fontconfig without a font name.
|
2009-09-01 |
reimar |
Use MPlayer's standard aspect handling functions in corevideo
|
2009-09-01 |
diego |
The libamrnb *en*coder, not the *de*coder should be added to the list of
|
2009-08-31 |
reimar |
Fix per-file config file loading for DOS paths (i.e. where \ and : can
|
2009-08-31 |
reimar |
Factor out code to try and load a config file only if it exists.
|
2009-08-31 |
reimar |
Move variable declaration into block where it is used and make it const.
|
2009-08-31 |
reimar |
Make m_config_parse_config_file file name argument const
|
2009-08-31 |
cehoyos |
Fix MPEG-4 ASP in MPEG transport streams with -demuxer lavf.
|
2009-08-31 |
cehoyos |
Fix EAC3 in MPEG transport streams with -demuxer lavf.
|
2009-08-31 |
reimar |
Also check linker flags to make sure that liveMedia libraries are there, too,
|
2009-08-31 |
cehoyos |
Fix DTS in MPEG transport streams with -demuxer lavf.
|
2009-08-31 |
cehoyos |
Fix AAC in MPEG transport stream for -demuxer lavf.
|
2009-08-31 |
diego |
cosmetics: alphabetically order lists
|
2009-08-30 |
compn |
bpcm is internal mplayer fourcc
|
2009-08-30 |
cehoyos |
Rename mp_wav_override_tag* as mp_codecid_override_tag* to reflect that
|
2009-08-30 |
cehoyos |
Revert r29404.
|
2009-08-30 |
cehoyos |
Fix MPEG2 and H264 in MPEG transport stream with demuxer lavf.
|
2009-08-30 |
cehoyos |
Use mp_wav_override_taglists for both audio and video.
|
2009-08-30 |
cehoyos |
Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.
|
2009-08-30 |
cehoyos |
Support PCM in Bluray streams.
|
2009-08-29 |
ramiro |
Curly brackets cosmetics for previous commit.
|
2009-08-29 |
ramiro |
Check for return value of initFilter().
|
2009-08-29 |
ramiro |
Revert mistakenly commited hunk.
|
2009-08-29 |
ramiro |
swscale: Check for return values of malloc.
|
2009-08-29 |
ramiro |
swscale-example: Free memory used by input data.
|
2009-08-29 |
ramiro |
Restore comment that was partially removed.
|
2009-08-29 |
jrash |
Synced with help_mp-en.h r29549
|
2009-08-29 |
jrash |
sync with en/mplayer.1 r29555
|
2009-08-28 |
reimar |
Port feature from corevideo: remember half/double size settings and reapply
|
2009-08-28 |
reimar |
Make aspect switching work again (used the wrong variable and always
|
2009-08-28 |
reimar |
Fix implicit declaration of mp_input_.. functions.
|
2009-08-28 |
reimar |
1l, use sizeof for snprintf size instead of hard-coding the current value.
|
2009-08-28 |
reimar |
Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer
|
2009-08-28 |
reimar |
Move aspect change handling from vo_quartz to osx_common.
|
2009-08-28 |
reimar |
Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
|
2009-08-28 |
reimar |
Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.
|
2009-08-27 |
reimar |
Remove unused movie_aspect extern declaration.
|
2009-08-27 |
reimar |
Use lookup_keymap_table function with data structure instead of huge switch-case
|
2009-08-27 |
reimar |
Enable calc_src_dst_rects for windowed aspect and panscan.
|
2009-08-27 |
reimar |
Remove panscan related conditions and code that only breaks future windowed
|
2009-08-27 |
reimar |
Make gl2 code capable of windowed aspect and panscan (no user option to enable it yet though).
|
2009-08-27 |
reimar |
Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
|
2009-08-27 |
reimar |
Fix video placement with -vo gl2 -fs -wid.
|
2009-08-27 |
reimar |
-vo gl2 resize does not need to modify its arguments, so pass int instead of int *.
|
2009-08-27 |
reimar |
Simplify -vo gl ass border etc. dimension calculation one bit more.
|
2009-08-27 |
reimar |
Remove useless code that has no effect.
|
2009-08-27 |
reimar |
Simplify and fix ass border calculations for -vo gl and -wid -fs mode.
|
2009-08-27 |
reimar |
Make panscan cover the same range in -wid -fs mode as in normal mode.
|
2009-08-27 |
reimar |
Disable -keepaspect with -wid in w32_common code.
|
2009-08-27 |
reimar |
Fix aspect_fit to work correctly when borders need to be added on top and
|
2009-08-27 |
reimar |
Forgotten changes to aspect code to handle -wid with -fs.
|
2009-08-27 |
reimar |
First attempts at supporting -fs with -wid, -vo gl on X11 only so far
|
2009-08-27 |
cehoyos |
Expand wid explanation.
|
2009-08-26 |
reimar |
Reindent
|
2009-08-26 |
reimar |
Retry deciding to get audio parameters several times on errors, this avoids
|
2009-08-26 |
diego |
Adjust documentation about filtering out whitespace changes from 'svn diff'.
|
2009-08-26 |
cehoyos |
Fix DTS in least one Bluray sample with demuxer lavf.
|
2009-08-26 |
cehoyos |
Fix AC3 in least one Bluray sample with demuxer lavf.
|
2009-08-24 |
cladisch |
Use a buffer of about half a second, instead of sizing it to have
|
2009-08-23 |
ramiro |
swscale-example: Rename src->ref so as to not confuse with src being used in doTest().
|
2009-08-23 |
ramiro |
swscale-example: Use SWS_BILINEAR instead of hardcoded value.
|
2009-08-23 |
reimar |
Reuse ds_get_packet in ds_get_packet_pts
|
2009-08-22 |
ramiro |
Fix inconsistent indentation.
|
2009-08-21 |
reimar |
Add suport for detecting and demuxing DVB teletext streams (nothing beyond that though).
|
2009-08-20 |
ramiro |
Check return values of sws_allocVec() and sws_getConstVec().
|
2009-08-19 |
reimar |
OpenAL: untested support for 8-channel audio.
|
2009-08-19 |
tack |
Fix channel reordering when using 24-bit samples by adding breaks to cases
|
2009-08-19 |
reimar |
Change ao_dart to use AVFifoBuffer instead of its own fifo implementation, too.
|
2009-08-19 |
diego |
Fix detection of mips arch on NetBSD/sgimips.
|
2009-08-19 |
reimar |
Free initial swscale context, too. Avoids a valgrind warning.
|
2009-08-19 |
reimar |
Remove useless casts of malloc return value.
|