2009-08-02 |
cehoyos |
Fix typos. Patch by Francesco Lavra, francescolavra interfree it
|
2009-08-01 |
cehoyos |
Fix regression when converting to nv12/nv21.
|
2009-07-31 |
ben |
Add a variable in config.mak whether SHM support is enabled or not.
|
2009-07-31 |
jrash |
sync with en/mplayer.1 r29461
|
2009-07-30 |
diego |
Update documentation for libamr replacement by OpenCORE in FFmpeg.
|
2009-07-30 |
compn |
move truehd to correct section
|
2009-07-30 |
compn |
undocumented keyword
|
2009-07-30 |
compn |
start rc4 changelog, where did rc3 go?
|
2009-07-30 |
nicodvb |
handle TrueHD streams (they are carried in 0xFD PES streams in substream 0x72)
|
2009-07-30 |
nicodvb |
added inexistant TRHD fourcc to handle TRUEHD streams in forthcoming patch
|
2009-07-28 |
uau |
stream/realrtsp/real.c: Fix another integer overflow
|
2009-07-28 |
ramiro |
MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler().
|
2009-07-28 |
ramiro |
MMX2 scaler: factorize initMMX2Scaler().
|
2009-07-28 |
ramiro |
MMX2 scaler: add variable to ease factorization of initMMX2Scaler().
|
2009-07-28 |
ramiro |
Indent.
|
2009-07-28 |
ramiro |
Remove duplicate horizontal scaling when there aren't enough lines in a slice
|
2009-07-28 |
ramiro |
Remove useless code.
|
2009-07-27 |
eugeni |
Fix stupid, off-by-one, mistakes in assert() expressions.
|
2009-07-27 |
uau |
stream/realrtsp/real.c: Fix integer overflow
|
2009-07-27 |
ramiro |
Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them
|
2009-07-27 |
ramiro |
Factorize x86 fast_bilinear assembly.
|
2009-07-27 |
ramiro |
Fix assembly comments for x86 fast_bilinear so they match the C code.
|
2009-07-26 |
diego |
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
|
2009-07-26 |
diego |
Make diff apply cleanly to our tree again.
|
2009-07-26 |
diego |
Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN.
|
2009-07-26 |
cehoyos |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN.
|
2009-07-26 |
mru |
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
|
2009-07-24 |
cladisch |
Use the correct OSS format, where possible, for mplayer's packed 24-bit
|
2009-07-23 |
mru |
Remove unnecessary #include <unistd.h>
|
2009-07-22 |
ptt |
grammar and sentence fix
|
2009-07-21 |
ramiro |
Remove unused variables.
|
2009-07-21 |
cladisch |
Use correct ALSA sample format for 24-bit samples packed in three bytes.
|
2009-07-19 |
diego |
Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists.
|
2009-07-19 |
diego |
The Makefile variable names for external libraries in FFmpeg changed.
|
2009-07-19 |
diego |
Move some variable declarations up to avoid the warnings:
|
2009-07-19 |
diego |
Remove redundant ivtv VIDIX driver variable declarations.
|
2009-07-19 |
diego |
The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the
|
2009-07-19 |
iive |
Handle 24bit audio formats natively by ALSA.
|
2009-07-19 |
iive |
Fix 24bit audio playback.
|
2009-07-18 |
diego |
Change libamr support to libopencore-amr support.
|
2009-07-18 |
eugeni |
Make sure clip coordinates are inside the screen area.
|
2009-07-18 |
eugeni |
Cosmetics: make some variables constant to signify their intended use and,
|
2009-07-18 |
eugeni |
Fix read after the end of allocated buffer.
|
2009-07-18 |
jrash |
sync with en/mplayer.1 r29413
|
2009-07-17 |
cehoyos |
Restore alphabetic order for HAVE_ defines.
|
2009-07-17 |
diego |
Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg.
|
2009-07-17 |
cehoyos |
Assume HAVE_ATTRIBUTE_PACKED.
|
2009-07-13 |
Gabrov |
synced with r39413
|
2009-07-11 |
cehoyos |
Fix compilation after FFmpeg r19395.
|
2009-07-09 |
reimar |
Disable libavcodec AAC encoder, there are too many systems where it doesn't compile.
|
2009-07-09 |
ramiro |
Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer
|
2009-07-07 |
lorenm |
20% faster hqdn3d on x86_64
|
2009-07-07 |
lorenm |
new debanding filter
|
2009-07-05 |
diego |
The AltiVec code in libswscale no longer is under GPL.
|
2009-07-04 |
diego |
Add a section about handling external code to the policy.
|
2009-07-03 |
compn |
add truemotion rt binary codec for TR20 fourcc
|
2009-07-01 |
mru |
Use enum PixelFormat in sws_format_name() prototype
|
2009-06-28 |
reimar |
Print information about chapters with -identify.
|
2009-06-28 |
reimar |
Make set_property chapter 0-based like all other chapter-related
|
2009-06-27 |
compn |
add binary codec for NTN1 and NTN2 fourcc
|
2009-06-27 |
compn |
add 0xA106 twocc to aac decoders, fixes facebook sample
|
2009-06-26 |
cehoyos |
Fix some blu-ray samples: HDMV == H264
|
2009-06-26 |
ben |
Increase slave mode buffer so that one can load files with a deeper
|
2009-06-26 |
reimar |
Use memcpy_pic2 instead of reimplementing it.
|
2009-06-26 |
reimar |
Close /dev/tty again on uninit.
|
2009-06-26 |
reimar |
Fix indentation broken in last patch
|
2009-06-26 |
reimar |
Get rid of completely pointless vt_doit variable
|
2009-06-26 |
reimar |
10l, use fopen directly instead of open + fdopen
|
2009-06-26 |
reimar |
Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has an
|
2009-06-26 |
reimar |
Use FFALIGN and FFMAX3
|
2009-06-26 |
reimar |
Remove useless casts
|
2009-06-26 |
reimar |
fbdev: remove pointless ()
|
2009-06-26 |
reimar |
Replace incorrect use of strncpy by av_strlcpy.
|
2009-06-26 |
reimar |
Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.
|
2009-06-26 |
reimar |
100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is a
|
2009-06-25 |
diego |
AltiVec code and runtime cpudetect do not require CONFIG_GPL.
|
2009-06-25 |
diego |
The AltiVec optimizations of libswscale are no longer under GPL.
|
2009-06-25 |
diego |
PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.
|
2009-06-24 |
diego |
Modern Solaris versions have different default CD-ROM devices.
|
2009-06-24 |
reimar |
AVStream.language is deprecated, switch to av_get_metadata instead.
|
2009-06-24 |
reimar |
Move allocation to avoid a possible memleak if new_sh_audio fails.
|
2009-06-24 |
reimar |
Remove pointless stream count checks, new_sh_* already checks for that.
|
2009-06-24 |
reimar |
Print ID_AID_???_LANG and ID_SID_???_LANG in lavf demuxer so that frontends
|
2009-06-23 |
reimar |
Fix compilation: codec_wav_tags/codec_bmp_tags were renamed to
|
2009-06-23 |
reimar |
Move printing of ID_AID_???_LANG to ts_add_stream instead of ts_detect_streams.
|
2009-06-23 |
reimar |
Initialize es->lang to ensure a previous value does not get misattributed
|
2009-06-22 |
diego |
Do not use -rdynamic on Solaris, where the flag is unsupported.
|
2009-06-21 |
reimar |
Remove duplicate printing of ID_AUDIO_ID/ID_VIDEO_ID, those are already
|
2009-06-21 |
reimar |
TS demuxer: make the IDs used by DEMUXER_CTRL_SWITCH_* and DEMUXER_CTRL_IDENTIFY_PROGRAM
|
2009-06-20 |
kostya |
1l to Reimar for not updating lavc TM2 decoder output format in codecs.conf
|
2009-06-20 |
reimar |
Do not use MAX_A/V_STREAMS as upper limit for switch_audio/switch_video
|
2009-06-19 |
attila |
fix missing event on move that breaks xmga window movement
|
2009-06-19 |
diego |
Ignore XML files for which no translations exist yet.
|
2009-06-19 |
diego |
Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used.
|
2009-06-17 |
vitor |
Do not call rgb2rgbWrapper() for rgb48*, there is no special converter
|
2009-06-17 |
siretart |
Enable fontconfig support by default. This change takes only in effect,
|
2009-06-17 |
siretart |
Conform to the updated Desktop File Specification. Also improve the
|
2009-06-17 |
compn |
add .mp1/.mp2 mov audio fourcc to ffmp2 codec
|
2009-06-16 |
eugeni |
Add a missing check for a NULL return value.
|
2009-06-16 |
cehoyos |
Do not auto-detect old libnut installations.
|
2009-06-14 |
diego |
Rename LIBVORBIS Makefile variable to VORBIS.
|
2009-06-14 |
diego |
100l: Add missing $s to default language variable checks, which prevented
|
2009-06-14 |
diego |
Overhaul translation handling completely and add options to install specific
|
2009-06-14 |
diego |
cosmetics: Drop leading underscore from _language* variables.
|
2009-06-14 |
diego |
Allow setting message language separately from documentation language.
|
2009-06-14 |
diego |
Drop redundant setting of message language to English when all languages
|
2009-06-13 |
compn |
sync with ffmpeg
|
2009-06-12 |
jrash |
refine previous translation
|
2009-06-12 |
compn |
sync with ffmpeg
|
2009-06-12 |
compn |
sync with ffmpeg
|
2009-06-11 |
ramiro |
Kill warnings of possibly unused variables by using av_unused.
|
2009-06-11 |
diego |
Fix compilation: #undef standard library functions that are
|
2009-06-11 |
diego |
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
|
2009-06-07 |
gpoirier |
replace "g" asm constraint by "erm" since "g" allows 64bit immediates while
|
2009-06-06 |
stefano |
Remove '\p' doxygen markup, as it should improve plain text doxy
|
2009-06-04 |
ramiro |
Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.
|
2009-06-04 |
ramiro |
Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED.
|
2009-06-04 |
ramiro |
Use DECLARE_ALIGNED macro instead of gcc __attribute__.
|
2009-06-03 |
compn |
cosmetics: replace dead url
|
2009-06-03 |
diego |
Files should be opened in binary mode on OS/2.
|
2009-06-03 |
diego |
CONFIG_LIBNEMESI and CONFIG_LIVE555 are not defined to 0/1 values.
|
2009-06-02 |
reimar |
Configure needs AS to be set for the Makefiles.
|
2009-06-02 |
kostya |
Testing RGB48 variants requires bigger stride in swscale-example.c
|
2009-06-02 |
kostya |
YUV into RGB48 BE/LE conversion support
|
2009-06-02 |
kostya |
Partial (low bits ignored, no direct transcoding into other RGB formats) support
|
2009-06-01 |
reimar |
Switch to avcodec_decode_video2 to allow a hack that makes PNG decode correctly
|
2009-06-01 |
reimar |
Initialize local variable, avoids a possible crash due to using an
|
2009-06-01 |
reimar |
Add const where appropriate, also gets rid of a compiler warning.
|
2009-06-01 |
reimar |
100l, do not read probe buffer if it will not be used because a format was forced.
|
2009-06-01 |
reimar |
Add actually working support for PPC64
|
2009-06-01 |
reimar |
Use target_arch and target_subarch which is more similar to what FFmpeg uses
|
2009-06-01 |
reimar |
Add some missing FFmpeg archs
|
2009-05-31 |
reimar |
Using nl_langinfo in the asf mmst implementation makes no sense since
|
2009-05-31 |
reimar |
Use a malloced string for the get_term_charset return value.
|
2009-05-31 |
reimar |
Make ID_SEEKABLE depend on both the stream and the demuxer being seekable,
|
2009-05-30 |
reimar |
In all demux_info_add calls change "name" to "title".
|
2009-05-30 |
reimar |
100l, demuxer info tags are _not_ case sensitive, so use strcasecmp.
|
2009-05-28 |
ptt |
forgot a line :(; added
|
2009-05-28 |
ptt |
synced with r2769
|
2009-05-28 |
ptt |
sync'ed to r29209
|
2009-05-28 |
jrash |
refine previous translation
|
2009-05-26 |
compn |
add dvh1 fourcc to ffdv codec, fixes dvh1_sample_truncated.avi
|
2009-05-26 |
compn |
add binary decoder for YLC0
|
2009-05-25 |
lu_zero |
Unify over rtsp_transport_tcp as var to hold the -rtsp-stream-over-tcp flag and make sure libnemesi only builds are fine
|
2009-05-25 |
lu_zero |
Make sure -rtsp-stream-with-sctp is supported while building with libnemesi
|
2009-05-25 |
kostya |
Move colorspace conversion functions implemented in pure C from template
|
2009-05-24 |
Gabrov |
synced with r29305
|
2009-05-21 |
diego |
cosmetics: alphabetically sort SRCS_MPLAYER
|
2009-05-19 |
kostya |
Let SwScaler know that RGB48 BE/LE is 16-bits per component format.
|
2009-05-19 |
kostya |
Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).
|
2009-05-19 |
reimar |
Set XVR100 make variable. Fixes compilation when support for xvr100 was detected.
|
2009-05-18 |
adrian |
When used with shared_buffer, there's no need for a NSApp object, which causes MPlayer to be marked as unresponsive.
|
2009-05-18 |
adrian |
When used with shared_buffer, autorelease in each flip_page so objects don't accumulate until exit.
|
2009-05-17 |
gpoirier |
sync w/r29244
|
2009-05-16 |
reimar |
Add a hack to detect when we are writing into a Windows pipe since the fseek
|
2009-05-15 |
diego |
Add missing path to find invocation for tags/TAGS creation.
|
2009-05-15 |
diego |
Simplify find invocation in tags/TAGS generation command:
|
2009-05-13 |
bircoph |
Revert whitespace removal for win-related code, because lack of ^M at
|
2009-05-13 |
bircoph |
Restore old license file after whitspace removal in previous commit.
|
2009-05-13 |
bircoph |
Remove all kind of trailing whitespaces from all MPlayer's files.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-05-12 |
diego |
Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories
|
2009-05-12 |
diego |
Make sure that -I flags for internal library copies come before other CFLAGS
|
2009-05-12 |
diego |
Fix IPv4 vs. IPv6 typo, closes Bugzilla #1439.
|
2009-05-12 |
diego |
libdvdread4 does not use HAVE_CONFIG_H, so drop the -D flag for libdvdread4.
|
2009-05-12 |
diego |
Add HAVE_PPC64 definition for FFmpeg.
|
2009-05-12 |
diego |
Make sure CONFIG_MUXERS is always set.
|
2009-05-12 |
reynaldo |
Get rid of some more trailing whitespace
|
2009-05-12 |
reynaldo |
Get rid of some more trailing whitespace
|
2009-05-12 |
reynaldo |
Some reformating to avoid two too long lines
|
2009-05-12 |
reynaldo |
Get rid of some more trailing whitespace
|
2009-05-12 |
reynaldo |
Get rid of some more trailing whitespace
|
2009-05-12 |
reynaldo |
Get rid of some more trailing whitespace
|
2009-05-12 |
reynaldo |
Get rid of some more trailing whitespace
|
2009-05-12 |
reynaldo |
Get rid of some more trailing whitespace
|
2009-05-12 |
reynaldo |
Get rid of some more trailing whitespace
|
2009-05-10 |
rtogni |
chunk size = 0 is valid for DATA chunks (used in live streams), don't
|
2009-05-10 |
diego |
Add const qualifier to param argument of sws_getContext() and
|
2009-05-10 |
diego |
Move preprocessor condition before variable declaration, fixes the warning:
|
2009-05-09 |
rik |
MPV_common_init balks if s->avctx->pix_fmt == PIX_FMT_NONE, so we set it correctly
|
2009-05-09 |
diego |
Remove redundant information about configuring MPlayer for GUI support.
|
2009-05-09 |
diego |
Move image formats section to a more appropriate place.
|
2009-05-09 |
diego |
cosmetics: indentation fixes for the dvdread check
|
2009-05-09 |
diego |
Fix misplaced 'fi' in external dvdread test.
|
2009-05-09 |
diego |
Add missing const qualifiers to AltiVec function parameters where appropriate.
|
2009-05-08 |
diego |
Add standard license header to all files in libmpdemux.
|
2009-05-08 |
diego |
Replace informal GPL license header by standard GPL header.
|
2009-05-08 |
diego |
Replace informal LGPL header by standard LGPL license header.
|
2009-05-08 |
diego |
lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only.
|
2009-05-08 |
cehoyos |
Do not use flag CWBackPixel when calling vo_x11_create_vo_window():
|
2009-05-08 |
diego |
The Apple remote code needs the Cocoa framework to link.
|
2009-05-07 |
diego |
Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled.
|
2009-05-07 |
adrian |
Adrian is maintaining vo_corevideo and merging the OSX Extended GUI branch.
|
2009-05-07 |
vitor |
Fix sliced yuv410 -> yuv420 conversion
|
2009-05-07 |
jrash |
revise previous translation
|
2009-05-07 |
jrash |
sync with en/mplayer.1 r29252
|
2009-05-05 |
diego |
cosmetics: Move Quartz and CoreVideo checks into the vo driver section.
|
2009-05-05 |
diego |
LDFLAGS for CoreVideo and Quartz should be MPlayer-only.
|
2009-05-05 |
diego |
libdvdcss requires the Carbon framework to link on Mac OS X.
|
2009-05-05 |
diego |
cosmetics: Move $def_dvdcss to a more sensible place in config.h.
|
2009-05-05 |
diego |
cosmetics: Move CoreAudio check to audio output section.
|
2009-05-05 |
diego |
Add prototype for mp_a52_framesize().
|
2009-05-05 |
diego |
Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.h
|
2009-05-05 |
diego |
Remove pointless #ifdef around spudec.h #include.
|
2009-05-05 |
diego |
cosmetics: indentation
|
2009-05-05 |
diego |
Allow disabling and enabling VCD support through command line parameters.
|
2009-05-05 |
diego |
CoreAudio LDFLAGS should be MPlayer-only.
|
2009-05-05 |
diego |
Improve CoreAudio check: Use all required headers and frameworks.
|
2009-05-05 |
diego |
Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.
|
2009-05-05 |
michael |
Change VOFW for x86 to 5120, it allows larger images to be scaled and was
|
2009-05-04 |
diego |
CONFIG_QUICKTIME should be set depending on the state of QTX support.
|
2009-05-04 |
diego |
Add missing 'void' to parameterless function declarations.
|
2009-05-04 |
diego |
ao_macosx was renamed to ao_coreaudio.
|
2009-05-04 |
diego |
Rename macosx video output driver to corevideo.
|
2009-05-04 |
diego |
Rename macosx audio output driver to coreaudio.
|
2009-05-04 |
diego |
QuickTime codecs support requires -framework QuickTime to link on Mac OS X.
|
2009-05-04 |
diego |
Replace QuickTime.h #include with Carbon.h, which is really needed.
|
2009-05-04 |
diego |
Ulion no longer has time to be maintainer.
|
2009-05-04 |
diego |
Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.
|
2009-05-04 |
diego |
Add information about configure options to config.mak.
|
2009-05-03 |
bircoph |
Cosmetics for r29244 to follow K&R style closely.
|
2009-05-03 |
bircoph |
Support for libbs2b ver. 3.0.0 API.
|
2009-05-03 |
reimar |
Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation.
|
2009-05-02 |
sdrik |
Fix chroma shift when scaling from ARGB on LE and BGRA on BE
|
2009-04-27 |
bircoph |
Fix polish spelling. Noticed in Gentoo ebuild long time ago.
|
2009-04-27 |
sdrik |
Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c
|
2009-04-27 |
gpoirier |
sync w/r29147
|
2009-04-26 |
diego |
Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.
|
2009-04-25 |
diego |
Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.
|
2009-04-25 |
diego |
Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.
|
2009-04-25 |
diego |
Remove unnecessary -framework OpenGL from CoreVideo linker flags.
|
2009-04-25 |
diego |
whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespace
|
2009-04-25 |
diego |
Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.
|
2009-04-25 |
diego |
typo in XFORM asm check, noticed by Emanuele Giaquinta
|
2009-04-25 |
diego |
sane verbosity levels for menu initialization
|
2009-04-23 |
cehoyos |
Make reset_ptr() void.
|
2009-04-23 |
siretart |
commit remaining binary_codecs.sh changes from debian.
|
2009-04-23 |
siretart |
check for missing libstdc++
|
2009-04-23 |
siretart |
more cosmetics
|
2009-04-23 |
diego |
whitespace cosmetics
|