aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\
| * 100l, add forgotten BGR15 format to fmt-conversion.c tableGravatar reimar2009-03-31
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29117 b3059339-0415-0410-9bf9-f77b7e298cf2
| * cdvh decodes with ffdvGravatar compn2009-03-31
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29116 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add forgotten escapes for -Gravatar reimar2009-03-31
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29115 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add missing $(EXESUF) to example/test program dependency declaration.Gravatar diego2009-03-31
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29114 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Explain relationship between -geometry and -xineramascreen.Gravatar reimar2009-03-31
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29113 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of nonsensical limits on -geometry x, y,w and h values, they onlyGravatar reimar2009-03-31
| | | | | | | | | | | | | | cause confusion on multi-monitor setups. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29112 b3059339-0415-0410-9bf9-f77b7e298cf2
| * More flags; sync with Linux kernel.Gravatar zuxy2009-03-31
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29111 b3059339-0415-0410-9bf9-f77b7e298cf2
| * override lavf tag for pcm s24le, mov uses the same for s24beGravatar bcoudurier2009-03-30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29110 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Support IMGFMT_NV12 for vo vdpau.Gravatar cehoyos2009-03-30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29109 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Set the forced_subs_only value correctly whenever a new spudec is created.Gravatar reimar2009-03-30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29108 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.Gravatar reimar2009-03-30
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29107 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Make sure we do not accidentally use the vdp_get_error_string from theGravatar reimar2009-03-30
| | | | | | | | | | | | | | previous initialization. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29106 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.Gravatar cehoyos2009-03-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29105 b3059339-0415-0410-9bf9-f77b7e298cf2
| * VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.Gravatar cehoyos2009-03-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29104 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in ↵Gravatar reimar2009-03-29
| | | | | | | | | | | | | | | | | | | | libmpcodecs. This might avoid some issues since sws_scale in some cases assumes these have at least 4 valid entries. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29103 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Globally ignore all example binaries.Gravatar diego2009-03-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29102 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.Gravatar reimar2009-03-29
| | | | | | | | | | | | | | | | This might avoid some issues since sws_scale in some cases assumes these have at least 4 valid entries. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29101 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Gravatar diego2009-03-29
| | | | | | | | | | | | | | suffix for all example files instead of doing this in individual Makefiles. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29100 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move swscale AltiVec template code to ppc subdirectory.Gravatar diego2009-03-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29099 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.Gravatar reimar2009-03-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29098 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Relicense file to LGPL with the permission of Romain Dolbeau, the author.Gravatar diego2009-03-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29097 b3059339-0415-0410-9bf9-f77b7e298cf2
| * sync with en/mplayer.1 r29059Gravatar jrash2009-03-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29096 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Update demuxer->sub->id and demuxer->sub->sh if a new subtitle stream isGravatar reimar2009-03-29
| | | | | | | | | | | | | | | | created that matches the user-requested one. Fixes -slang and -sid with DVDs (anything that uses demux_mpg actually). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29095 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Cosmetics: Reindent after last commit.Gravatar cehoyos2009-03-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29094 b3059339-0415-0410-9bf9-f77b7e298cf2
| * 10l: Don't use MP_IMGFIELD_TOP_FIRST if MP_IMGFIELD_ORDERED is not set.Gravatar cehoyos2009-03-29
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29093 b3059339-0415-0410-9bf9-f77b7e298cf2
| * synced with r29059Gravatar Gabrov2009-03-28
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29092 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move config.h include directive up as a precaution measure.Gravatar bircoph2009-03-28
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29091 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Reorder includes alphabetically.Gravatar bircoph2009-03-28
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29090 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove af_mp.h and add its content to af.hGravatar bircoph2009-03-28
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29089 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Remove af_msg special-casing API in libaf.Gravatar bircoph2009-03-28
| | | | | | | | | | | | | | Replace it by standard mp_msg message system. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29088 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Document the ass_render_event event_images parameter.Gravatar reimar2009-03-28
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29087 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Initialize all structs to 0 before using them.Gravatar reimar2009-03-28
| | | | | | | | | | | | | | | | | | | | This is consistent with the remaining code (which uses e.g. calloc) and makes it easier to extend the structs in the future. As a side effect it fixes several valgrind errors in hashmap_hash/hashmap_key_compare caused by padding in the structures, but it is not a correct fix for that issue. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29086 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Check for ddk/ntddcdrm.h header before enabling VCD on mingw.Gravatar reimar2009-03-28
| | | | | | | | | | | | | | Fixes a compilation issue on mingw-w64 which does not have that header. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29085 b3059339-0415-0410-9bf9-f77b7e298cf2
| * 100l, revert r29082, I missed that the vts comparison should be ↵Gravatar reimar2009-03-28
| | | | | | | | | | | | case-insensitive. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29084 b3059339-0415-0410-9bf9-f77b7e298cf2
| * ReindentGravatar reimar2009-03-28
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29083 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Simplify extracting title number from ifo nameGravatar reimar2009-03-28
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29082 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Move bfin specific code to its subdir.Gravatar ramiro2009-03-27
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29079 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Simplify detection of .ifo extension.Gravatar reimar2009-03-27
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29078 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Use x86_reg instead of long in several video filters to fix compilation on ↵Gravatar reimar2009-03-27
| | | | | | | | | | | | MinGW64. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29077 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Directly include libavutil/x86_cpu.h in cpudetect.h instead of duplicating itGravatar reimar2009-03-27
| | | | | | | | | | | | | | incompletely. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29076 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Get rid of gettimeofday reimplementation for MinGW, all remotely recentGravatar reimar2009-03-27
| | | | | | | | | | | | | | versions of MinGW already provide it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29075 b3059339-0415-0410-9bf9-f77b7e298cf2
| * spelling fixes, add release nameGravatar diego2009-03-27
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29072 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADERGravatar reimar2009-03-27
| | | | | | | | | | | | since former works on both 32 and 64 bit MinGW git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29071 b3059339-0415-0410-9bf9-f77b7e298cf2
| * misc updatesGravatar diego2009-03-27
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29070 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Sync cpuid detection code with libavcodec: assume it is always available on ↵Gravatar reimar2009-03-27
| | | | | | | | | | | | x86_64 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29069 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Rename local TMP variable to TMPRES to avoid a clash with theGravatar reimar2009-03-27
| | | | | | | | | | | | | | | | variable holding the path used for temporary files - this is used by mingw-w64 and this change avoids crashes with it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29068 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Rename cs_test.c --> colorspace-test.c. This is more consistent with the namesGravatar diego2009-03-26
| | | | | | | | | | | | | | of other test programs and more descriptive of what the program does. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29067 b3059339-0415-0410-9bf9-f77b7e298cf2
| * change close to closesocket, unifies close streaming codeGravatar compn2009-03-26
| | | | | | | | | | | | | | patch by Francesco Cosoleto , cosoleto gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29066 b3059339-0415-0410-9bf9-f77b7e298cf2
| * Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -testGravatar diego2009-03-26
| | | | | | | | | | | | | | files, all generated libraries and headers and example programs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29065 b3059339-0415-0410-9bf9-f77b7e298cf2